[gstreamer-bugs] [Bug 395476] gst_element_get_state hangs when reading an ogm file

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jan 11 09:55:00 PST 2007


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=395476

  GStreamer | gst-plugins-base | Ver: HEAD CVS


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Comment #1 from Wim Taymans  2007-01-11 17:53 UTC -------
for ogm, the demuxer will create a application/x-ogm-video pad that you should
connect to ogmvideoparse and then to the video decoder.

The reason this pipeline blocks waiting for preroll is because the sink is
never connected and thus doesn't preroll. You get an error, though (all pads
unlinked), which you would have catched on the bus.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list