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 519905 - [mvedemux] fix audio discontinuity
[mvedemux] fix audio discontinuity
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.16
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-02 13:57 UTC by Jens Granseuer
Modified: 2008-03-03 11:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix discontinuity (2.49 KB, patch)
2008-03-02 13:58 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2008-03-02 13:57:59 UTC
The following patch fixes an audio discontinuity in the mvedemux plugin that occurs when "silent" chunks (which are usually used as padding at the end of a movie) are followed by more "real" data.
Comment 1 Jens Granseuer 2008-03-02 13:58:44 UTC
Created attachment 106382 [details] [review]
fix discontinuity

The patch also removes an unnecessary static qualifier.
Comment 2 Sebastian Dröge (slomo) 2008-03-03 04:39:34 UTC
2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>

        Patch by: Jens Granseuer <jensgr at gmx dot net>

        * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
        (gst_mve_demux_get_type):
        Fix audio discontinuity that happens when silent chunks are
        followed by real data again. Fixes bug #519905.