dashdemux: corrected search for audio languages
authorFlorin Apostol <florin.apostol@oregan.net>
Fri, 3 Jul 2015 15:10:20 +0000 (16:10 +0100)
committerThiago Santos <thiagoss@osg.samsung.com>
Sun, 5 Jul 2015 16:25:12 +0000 (13:25 -0300)
commit5151c42085dacfa2c0f4df07d8e27db1036c91e8
tree77940276402b961303e9c804d81457e78735f5fb
parentcf59f3734c6e16f8e30907a3adc8e31505cb82b9
dashdemux: corrected search for audio languages

Corrected the initialisation of mimeType in
gst_mpdparser_get_list_and_nb_of_audio_language: the variable is used
in a loop, so it must be set to NULL at the beginning of each iteration.

https://bugzilla.gnome.org/show_bug.cgi?id=751911
ext/dash/gstmpdparser.c