[Bug 743511] singledecodebin: A convenience element to decode a single stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 26 07:23:40 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743511
  GStreamer | gst-plugins-bad | unspecified

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #295422|none                        |needs-work
             status|                            |

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2015-01-26 15:23:36 UTC ---
Review of attachment 295422:
 --> (https://bugzilla.gnome.org/review?bug=743511&attachment=295422)

::: gst/singledecodebin/gstsingledecodebin.c
@@ +126,3 @@
+  /* We will only get fixed caps in autoplug-continue */
+  s = gst_caps_get_structure (caps, 0);
+  if (gst_structure_get_boolean (s, "parsed", &parsed) && parsed) {

Not sure this is really enough, also it will still plug decoders and everything
and then add the pad if there is no parser added at all (e.g. for vp8).

-- 
Configure bugmail: https://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