mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Fix compilation warning with gcc-4.2.
This commit is contained in:
parent
6daa6019c7
commit
a789d14f8d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue