[gstreamer-bugs] [Bug 398721] No video in .ogm files with decodebin2
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Jan 26 10:59:52 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=398721
GStreamer | gst-plugins-base | Ver: 0.10.11
Jan Schmidt changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thaytan at mad.scientist.com
------- Comment #2 from Jan Schmidt 2007-01-26 18:58 UTC -------
The problem is because ogmvideoparse is a decoder that exposes a SOMETIMES pad,
and there's a piece of code in decodebin2 for handling that case that looks
like this:
static void
pad_added_group_cb (GstElement * element, GstPad * pad, GstDecodeGroup * group)
{
GST_LOG_OBJECT (pad, "pad added, group:%p", group);
/* FIXME : FILLME */
}
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list