After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 633917 - [mpegtsparse] [PATCH] Send TDT messages in an serialized event downstream
[mpegtsparse] [PATCH] Send TDT messages in an serialized event downstream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-03 15:33 UTC by Andoni Morales
Modified: 2010-11-03 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Send TDT messages in an serialized event downstream (1.11 KB, patch)
2010-11-03 15:33 UTC, Andoni Morales
none Details | Review
send TDT tables messages in a serialized event downstream (927 bytes, patch)
2010-11-03 15:52 UTC, Andoni Morales
committed Details | Review

Description Andoni Morales 2010-11-03 15:33:30 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 1 Zaheer Abbas Merali 2010-11-03 15:42:08 UTC
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
Comment 2 Andoni Morales 2010-11-03 15:52:05 UTC
Created attachment 173783 [details] [review]
send TDT tables messages in a serialized event downstream

Use a GST_EVENT_CUSTOM_DOWNSTREAM event instead
Comment 3 Zaheer Abbas Merali 2010-11-03 15:57:51 UTC
Comment on attachment 173783 [details] [review]
send TDT tables messages in a serialized event downstream

looks good
Comment 4 Zaheer Abbas Merali 2010-11-03 16:18:06 UTC
committed