GNOME Bugzilla – Bug 633917
[mpegtsparse] [PATCH] Send TDT messages in an serialized event downstream
Last modified: 2010-11-03 16:18:59 UTC
Created attachment 173781 [details] [review] Send TDT messages in an serialized event downstream Time and Date Table packets provides the present time and date of the stream and are usually sent each 1 or 10 seconds. If this information is sent in a message, there is no way of mapping reliably the presentation timestamp of a buffer with the real time and date. Sending this information in a serialized event can help to implement DVR features (record from 01/01/2010-4PM to 01/01/2010-5PM).
Comment on attachment 173781 [details] [review] Send TDT messages in an serialized event downstream GST_EVENT_CUSTOM_DOWNSTREAM should be used not a sink event which has different semantics
Created attachment 173783 [details] [review] send TDT tables messages in a serialized event downstream Use a GST_EVENT_CUSTOM_DOWNSTREAM event instead
Comment on attachment 173783 [details] [review] send TDT tables messages in a serialized event downstream looks good
committed