Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98847 - media-video/dvdrip 0.52.5 cluster mode crashes with vorbis support (patch)
Summary: media-video/dvdrip 0.52.5 cluster mode crashes with vorbis support (patch)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Disenchanted (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-07-12 22:17 UTC by Knic Knic
Modified: 2006-02-14 22:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Knic Knic 2005-07-12 22:17:03 UTC
Index: lib/Video/DVDRip/Cluster/Project.pm
===================================================================
RCS file: /home/cvsroot/dvdrip/lib/Video/DVDRip/Cluster/Project.pm,v
retrieving revision 1.31
diff -u -r1.31 Project.pm
--- lib/Video/DVDRip/Cluster/Project.pm 11 Apr 2004 23:36:19 -0000      1.31
+++ lib/Video/DVDRip/Cluster/Project.pm 12 Jul 2005 11:44:19 -0000
@@ -201,7 +201,7 @@
        my ($bc, $bc_job);
 
        if ( $title->has_vbr_audio ) {
-               $bc = Video::DVDRip::BitrateCalc->new;
+               $bc = Video::DVDRip::BitrateCalc->new ( title => $title );
                $job = Video::DVDRip::Cluster::Job::BitrateCalc->new ( nr =>
$nr++ );
                push @jobs, $job;
                $job->set_project ($self);

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Lorenzo Mancini 2005-12-15 15:31:27 UTC
Should be fixed in dvdrip 0.52.6 (see also bug #113942)
Comment 2 Disenchanted (RETIRED) gentoo-dev 2006-02-14 22:06:49 UTC
0.52.6 is in portage now, that should fix the cluster issue