GNOME Bugzilla – Bug 556428
[mpegpsdemux] Creates invalid newsegment events
Last modified: 2008-10-16 09:19:34 UTC
The new mpegpsdemux element doesn't do any checks of the values it uses for new_segment events.
Created attachment 120654 [details] [review] Proposed fix
Looks good but the way you're doing it now you can leave the part where "time" is set as is... because "start" simply always has a valid value ;)
Created attachment 120669 [details] [review] smaller patch Indeed, that check isn't needed :)
2008-10-16 Edward Hervey <edward.hervey@collabora.co.uk> * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data): Make sure the mpegpsdemux element creates valid newsegment events. Fixes #556428