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 660165 - basetransform: send delayed events earlier
basetransform: send delayed events earlier
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-26 18:55 UTC by Vincent Penquerc'h
Modified: 2011-09-27 10:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
basetransform: send delayed events earlier (1.48 KB, patch)
2011-09-26 18:55 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2011-09-26 18:55:24 UTC
basetransform: send delayed events earlier
Comment 1 Vincent Penquerc'h 2011-09-26 18:55:27 UTC
Created attachment 197505 [details] [review]
basetransform: send delayed events earlier

Some elements (such as videorate) might push buffers early,
for instance in in transform_ip. We want events (and in particular
any NEWSEGMENT event) to be pushed before that.

This fixes transmageddon wedging on converting a file starting
with a non zero offset to Ogg.
Comment 2 Sebastian Dröge (slomo) 2011-09-27 10:00:54 UTC
commit 01172b8126df795eda19a3fe6646d833f8c2c230
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Mon Sep 26 19:52:13 2011 +0100

    basetransform: send delayed events earlier
    
    Some elements (such as videorate) might push buffers early,
    for instance in in transform_ip. We want events (and in particular
    any NEWSEGMENT event) to be pushed before that.
    
    This fixes transmageddon wedging on converting a file starting
    with a non zero offset to Ogg.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660165