mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
mpegtsmux: Use gst_aggregator_push_src_event() for pushing downstream events
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7542>
This commit is contained in:
parent
37ef85f268
commit
1bd6aabf96
1 changed files with 1 additions and 1 deletions
|
@ -1597,7 +1597,7 @@ gst_base_ts_mux_aggregate_buffer (GstBaseTsMux * mux,
|
||||||
GST_INFO_OBJECT (mux, "pushing downstream force-key-unit event %d "
|
GST_INFO_OBJECT (mux, "pushing downstream force-key-unit event %d "
|
||||||
"%" GST_TIME_FORMAT " count %d", gst_event_get_seqnum (event),
|
"%" GST_TIME_FORMAT " count %d", gst_event_get_seqnum (event),
|
||||||
GST_TIME_ARGS (running_time), count);
|
GST_TIME_ARGS (running_time), count);
|
||||||
gst_pad_push_event (GST_AGGREGATOR_SRC_PAD (mux), event);
|
gst_aggregator_push_src_event (GST_AGGREGATOR (mux), event);
|
||||||
|
|
||||||
g_mutex_lock (&mux->lock);
|
g_mutex_lock (&mux->lock);
|
||||||
/* output PAT, SI tables */
|
/* output PAT, SI tables */
|
||||||
|
|
Loading…
Reference in a new issue