[Bug 775132] adaptivedemux: Download fragment only for activated stream
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri May 11 07:50:45 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=775132
--- Comment #35 from Edward Hervey <bilboed at bilboed.com> ---
Review of attachment 371886:
--> (https://bugzilla.gnome.org/review?bug=775132&attachment=371886)
::: gst-libs/gst/adaptivedemux/gstadaptivedemux.c
@@ +947,3 @@
}
+ event = gst_event_new_stream_start (gst_stream_get_stream_id (stream_obj));
+ gst_event_set_stream (event, stream_obj);
I think it's fine to send extra information (such as stream objects in stream
event). Elements and applications that aren't streams-aware can avoid that.
What's *not* possible is to change the expected behaviour if the parent is not
streams-aware. Just keep it for simplicity.
--
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