mpegtsparse: send TDT tables messages in a serialized event downstream

https://bugzilla.gnome.org/show_bug.cgi?id=633917
This commit is contained in:
Andoni Morales Alastruey 2010-11-03 16:16:24 +01:00 committed by Zaheer Abbas Merali
parent 6723122127
commit 891e08f220

View file

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