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 336929 - GstCollectPads does not clear/reset segment info after flushing
GstCollectPads does not clear/reset segment info after flushing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.4
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-02 14:16 UTC by Mark Nauwelaerts
Modified: 2006-05-23 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Possible patch. (564 bytes, patch)
2006-04-02 14:22 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2006-04-02 14:16:39 UTC
It is customary/required (I believe) for an element to clear/reset segment info (if it keeps such) for a pad when receiving FLUSH_STOP, and to "await" new segment info.  GstCollectPads omits to do so at present.
Comment 1 Mark Nauwelaerts 2006-04-02 14:22:11 UTC
Created attachment 62604 [details] [review]
Possible patch.
Comment 2 Wim Taymans 2006-05-23 09:40:34 UTC
        Patch by: Mark Nauwelaerts <manauw at skynet dot be>

        * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad),
        (gst_collect_pads_event):
        clear/reset segment info in FLUSH_STOP.
        Fixes #336929.