GNOME Bugzilla – Bug 335698
Mad Mod Mike Wmv doesn't transcode
Last modified: 2006-12-03 10:49:21 UTC
Please describe the problem: [cschalle@localhost pitivi]$ pitivi pitivi/ui/ruler.py:149: DeprecationWarning: integer argument expected, got float for i in range(self.border, allocation.width, zoomRatio): (pitivi:9228): GStreamer-CRITICAL **: gst_tag_register: assertion `name != NULL' failed (pitivi:9228): GStreamer-CRITICAL **: gst_tag_list_add: assertion `tag != NULL' failed (pitivi:9228): GStreamer-CRITICAL **: gst_tag_register: assertion `name != NULL' failed (pitivi:9228): GStreamer-CRITICAL **: gst_tag_list_add: assertion `tag != NULL' failed (pitivi:9228): GStreamer-CRITICAL **: pad vsink is not a source pad (pitivi:9228): GStreamer-CRITICAL **: pad asink is not a source pad (pitivi:9228): GStreamer-CRITICAL **: gst_element_dispose: assertion `GST_STATE_PENDING (element) == GST_STATE_VOID_PENDING' failed Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
http://www.linuxrising.org/files/wmvhang.txt.bz2 GST_DEBUG=*:5 debug log
Christian, could you try again with latest cvs of pitivi and latest release of gnonlin ?
*** Bug 350564 has been marked as a duplicate of this bug. ***
The probleme here is that the fluendo asf demuxer does not create all available pads at startup. This results in the discovery being halted before all pads are created, not knowing that other streams are available, and when the playback takes place, no gnlsource is available to handle the missing streams.
Closing this bug, marking it as a duplicate of 353859 (no-more-pads issues in discoverer). *** This bug has been marked as a duplicate of 353859 ***