[Bug 740124] mpegtsmux: set group-id in stream-start event

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 6 15:40:56 PST 2015


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

--- Comment #4 from Aurélien Zanelli <aurelien.zanelli at parrot.com> ---
(In reply to Thiago Sousa Santos from comment #3)
> Review of attachment 290720 [details] [review]:
> 
> ::: 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?
Yes.

Currently, I don't clearly understand your remark, so correct me if I'm wrong:
it is a muxer which have only one src pad, hence it create only one output
stream and one stream_start event is pushed downstream. There is no multiple
stream in this case so no need to store and reuse the group id if it's what you
meant.

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