[Bug 775132] adaptivedemux: Download fragment only for activated stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 11 07:03:19 UTC 2018


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

--- Comment #34 from Seungha Yang <pudding8757 at gmail.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);

Do we need to check streams-aware in here?? (to decide whether do _set_stream()
or not)

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