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 640323 - [cairotextoverlay] forward new segment events from the sink to the source
[cairotextoverlay] forward new segment events from the sink to the source
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-23 15:59 UTC by Vincent Penquerc'h
Modified: 2011-06-15 22:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cairotextoverlay: forward new segment events from the sink to the source (3.13 KB, patch)
2011-01-23 15:59 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2011-01-23 15:59:38 UTC
Not doing so will cause buffers to be received by downstream without
a time base set.
We use the same method avimux uses to get access to the event when
collectpads got the sink event function.
Comment 1 Vincent Penquerc'h 2011-01-23 15:59:40 UTC
Created attachment 179076 [details] [review]
cairotextoverlay: forward new segment events from the sink to the source
Comment 2 Sebastian Dröge (slomo) 2011-05-26 09:35:39 UTC
commit 38b596337fa4da3b180c13296e361ec2493ad14a
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Sun Jan 23 15:56:49 2011 +0000

    cairotextoverlay: forward new segment events from the sink to the source
    
    Not doing so will cause buffers to be received by downstream without
    a time base set.
    We use the same method avimux uses to get access to the event when
    collectpads got the sink event function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640323