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 708726 - [PATCH] pad-monitor: fix checks for buffered segment events
[PATCH] pad-monitor: fix checks for buffered segment events
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-devtools
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-25 10:25 UTC by Vincent Penquerc'h
Modified: 2013-09-25 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix checks for buffered segment events (4.54 KB, patch)
2013-09-25 10:25 UTC, Vincent Penquerc'h
none Details | Review

Description Vincent Penquerc'h 2013-09-25 10:25:00 UTC
Created attachment 255669 [details] [review]
fix checks for buffered segment events

If an element buffers segments, the pad monitor may compare
an outgoing segment with the wrong one if two segments are
received in quick succession, before being output. This can
happen when seeking, where an update segment is received,
followed by a new non update segment.
Comment 1 Vincent Penquerc'h 2013-09-25 14:15:01 UTC
Annoyingly, it turns out baseparse can collapse incoming segments, so this patch breaks use of baseparse :( Since the test case I have for elements that buffer events/buffers is not public, I'll just drop this patch. Sorry for the noise.