mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
mpegtsparse: send TDT tables messages in a serialized event downstream
https://bugzilla.gnome.org/show_bug.cgi?id=633917
This commit is contained in:
parent
6723122127
commit
891e08f220
1 changed files with 4 additions and 0 deletions
|
@ -1123,6 +1123,10 @@ mpegts_parse_apply_tdt (MpegTSParse * parse,
|
|||
gst_element_post_message (GST_ELEMENT_CAST (parse),
|
||||
gst_message_new_element (GST_OBJECT (parse),
|
||||
gst_structure_copy (tdt_info)));
|
||||
|
||||
gst_element_send_event (GST_ELEMENT_CAST (parse),
|
||||
gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM,
|
||||
gst_structure_copy (tdt_info)));
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue