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 678385 - [0.11] Implement GAP event support in demuxers, basesink, overlay elements, collectpads
[0.11] Implement GAP event support in demuxers, basesink, overlay elements, c...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other All
: Normal blocker
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 675189
Blocks:
 
 
Reported: 2012-06-19 10:24 UTC by Sebastian Dröge (slomo)
Modified: 2012-09-05 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2012-06-19 10:24:17 UTC
+++ This bug was initially created as a clone of Bug #675189 +++

We need to implement GAP event support in demuxers, basesink, overlay elements, collectpads. Otherwise subtitle streams are broken in 0.11.
Comment 1 Wim Taymans 2012-06-19 14:16:09 UTC
commit 5e84524d72a17b0c679ede7c0924931e22fce48d
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Tue Jun 19 16:14:46 2012 +0200

    basesink: preroll and sync on gap events
Comment 2 Mark Nauwelaerts 2012-09-05 10:05:09 UTC
-base:

commit bd6773685133f449f23a42919686290eba6e3bff
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Wed Sep 5 12:00:50 2012 +0200

    rtpbasedepay: indicate packet loss using GAP event

commit b3545604c0b19826b9bcb500246270d1b2f98863
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Wed Sep 5 11:42:05 2012 +0200

    pango: handle GAP event to update text position

commit 6a43c1f9c706902db6075922ba35867b4ad5dc73
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Wed Sep 5 11:41:35 2012 +0200

    oggdemux: send GAP event
    
    ... in stead of old update newsegment event.
Comment 3 Mark Nauwelaerts 2012-09-05 13:44:26 UTC
core:

commit 9439e73eec54d6f9fd0637f9a5a01c4eb9918107
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Wed Sep 5 15:37:13 2012 +0200

    collectpads: handle GAP event
Comment 4 Mark Nauwelaerts 2012-09-05 13:47:27 UTC
Looks like these should cover it, re-open if something missed.