[Bug 772741] bin: Add a new GST_BIN_FLAG_STREAMS_AWARE flag

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 12 07:06:30 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=772741

--- Comment #3 from Wonchul Lee <chul0812 at gmail.com> ---
Review of attachment 337396:
 --> (https://bugzilla.gnome.org/review?bug=772741&attachment=337396)

I assumed that the stream_aware flag is for the element what can add/remove pad
after the whole pipeline built.
If my guess is right, ts demuxer and adaptive demuxer are to be set also?

::: gst/playback/gstdecodebin3.c
@@ +604,3 @@
   dbin->caps = gst_static_caps_get (&default_raw_caps);
+
+  GST_OBJECT_FLAG_SET (parse_bin, GST_BIN_FLAG_STREAMS_AWARE);

It seems to be a typo, "parse_bin" -> "dbin"

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