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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 12 14:27:59 UTC 2017


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

Edward Hervey <bilboed at bilboed.com> changed:

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

--- Comment #19 from Edward Hervey <bilboed at bilboed.com> ---
Review of attachment 343338:
 --> (https://bugzilla.gnome.org/review?bug=775132&attachment=343338)

Makes sense. Can you check it applies cleanly to master ? And it should maybe
be moved to a separate bug report (and mark it as blocking this bug report)

::: gst/playback/gsturisourcebin.c
@@ +1298,3 @@
     case GST_EVENT_STREAM_START:
+    {
+      GstStream *stream = gst_pad_get_stream (pad);

Use gst_event_parse_stream() instead.

The GstStream should be in the STREAM_START event.

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