After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 335698 - Mad Mod Mike Wmv doesn't transcode
Mad Mod Mike Wmv doesn't transcode
Status: RESOLVED DUPLICATE of bug 353859
Product: pitivi
Classification: Other
Component: General
Git
Other All
: Normal normal
: Git
Assigned To: Pitivi maintainers
Pitivi maintainers
: 350564 (view as bug list)
Depends on: 353859
Blocks:
 
 
Reported: 2006-03-23 16:27 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-12-03 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2006-03-23 16:27:56 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:
Comment 1 Christian Fredrik Kalager Schaller 2006-03-23 17:12:46 UTC
http://www.linuxrising.org/files/wmvhang.txt.bz2

GST_DEBUG=*:5 debug log
Comment 2 Edward Hervey 2006-05-17 09:40:22 UTC
Christian, could you try again with latest cvs of pitivi and latest release of gnonlin ?
Comment 3 Edward Hervey 2006-08-09 12:01:52 UTC
*** Bug 350564 has been marked as a duplicate of this bug. ***
Comment 4 Edward Hervey 2006-08-18 10:26:03 UTC
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.
Comment 5 Edward Hervey 2006-12-03 10:49:21 UTC
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 ***