[Bug 740124] mpegtsmux: set group-id in stream-start event
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 6 12:46:54 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=740124
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #290720|none |needs-work
status| |
--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Review of attachment 290720:
--> (https://bugzilla.gnome.org/review?bug=740124&attachment=290720)
::: gst/mpegtsmux/mpegtsmux.c
@@ +1680,3 @@
+ stream_start = gst_event_new_stream_start (s_id);
+ gst_event_set_group_id (stream_start, gst_util_group_id_next ());
+ gst_pad_push_event (mux->srcpad, stream_start);
Isn't the purpose of group-id to have streams that are to be played together
have the same group-id?
Check
https://developer.gnome.org/gstreamer/stable/gstreamer-GstEvent.html#gst-event-set-group-id
--
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