mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +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 we have codec_data, give it to the converter ! */
|
||||||
if (codec_data) {
|
if (codec_data) {
|
||||||
gsize len;
|
gsize len = 0;
|
||||||
gpointer magiccookie;
|
gpointer magiccookie;
|
||||||
|
|
||||||
switch (oclass->componentSubType) {
|
switch (oclass->componentSubType) {
|
||||||
|
|
Loading…
Reference in a new issue