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 535121 - [videomixer] proper seek/segment handling
[videomixer] proper seek/segment handling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-27 17:24 UTC by Edward Hervey
Modified: 2008-05-27 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
handle seek/newsegment events (39.89 KB, patch)
2008-05-27 17:26 UTC, Edward Hervey
none Details | Review
without the .po crap (7.84 KB, patch)
2008-05-27 17:29 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2008-05-27 17:24:17 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.
Comment 1 Edward Hervey 2008-05-27 17:26:21 UTC
Created attachment 111620 [details] [review]
handle seek/newsegment events

This patch is based on how adder handles seek/newsegment.
Comment 2 Edward Hervey 2008-05-27 17:29:01 UTC
Created attachment 111621 [details] [review]
without the .po crap
Comment 3 Edward Hervey 2008-05-27 17:56:40 UTC
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