[gst-cvs] gst-plugins-bad: Fix compilation warning with gcc-4.2.
Alessandro Decina
alessandro at kemper.freedesktop.org
Mon Oct 5 06:28:28 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: a789d14f8d0253d673d5aac3752d337573f5cd76
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=a789d14f8d0253d673d5aac3752d337573f5cd76
Author: Alessandro Decina <alessandro.d at gmail.com>
Date: Mon Oct 5 15:26:15 2009 +0200
Fix compilation warning with gcc-4.2.
---
sys/qtwrapper/audiodecoders.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys/qtwrapper/audiodecoders.c b/sys/qtwrapper/audiodecoders.c
index 49be93c..e041286 100644
--- a/sys/qtwrapper/audiodecoders.c
+++ b/sys/qtwrapper/audiodecoders.c
@@ -537,7 +537,7 @@ open_decoder (QTWrapperAudioDecoder * qtwrapper, GstCaps * caps,
/* if we have codec_data, give it to the converter ! */
if (codec_data) {
- gsize len;
+ gsize len = 0;
gpointer magiccookie;
switch (oclass->componentSubType) {
More information about the Gstreamer-commits
mailing list