GNOME Bugzilla – Bug 535121
[videomixer] proper seek/segment handling
Last modified: 2008-05-27 17:56:40 UTC
Currently videomixer doesn't process seek and newsegment events properly. It just lets them be handled by the default pad_event_handler, which will only forward the seek event upstream to one random sink pad.
Created attachment 111620 [details] [review] handle seek/newsegment events This patch is based on how adder handles seek/newsegment.
Created attachment 111621 [details] [review] without the .po crap
2008-05-27 Edward Hervey <edward.hervey@collabora.co.uk> * gst/videomixer/videomixer.c: (gst_videomixer_reset), (gst_videomixer_init), (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues), (forward_event_func), (forward_event), (gst_videomixer_src_event), (gst_videomixer_sink_event): * gst/videomixer/videomixer.h: Implement proper seek/newsegment handling. Based on adder's implementation. Fixes #535121