GNOME Bugzilla – Bug 519905
[mvedemux] fix audio discontinuity
Last modified: 2008-03-03 11:23:14 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.
Created attachment 106382 [details] [review] fix discontinuity The patch also removes an unnecessary static qualifier.
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.