[gstreamer-bugs] [Bug 333657] Replacing icy demuxing in gnomevfssrc

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Mar 24 05:47:01 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=333657
 GStreamer | gst-plugins-good | Ver: HEAD CVS





------- Comment #7 from Jonathan Matthew  2006-03-24 13:46 UTC -------
I noticed that the typefind change causes assertion failures like this:

(gst-launch-0.10:1357): GStreamer-CRITICAL **: gst_caps_is_any: assertion
`GST_IS_CAPS (caps)' failed

** ERROR **: file gsttypefindelement.c: line 156
(gst_type_find_element_have_type): assertion failed: (caps != NULL)
aborting...

when trying to play this stream:
mmsh://bdcast-jeffersonpilot-kbzt-fm.wm.llnwd.net/bdcast_jeffersonpilot_kbzt-fm%3FMSWMExt%3D.asf

Adding a check for caps == NULL before the gst_caps_is_any() call on line 529
fixes it.  This may be just hiding a separate bug somewhere else, of course.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list