Commit graph

5 commits

Author SHA1 Message Date
Tim-Philipp Müller
a26f4463f1 codecanalyzer: minor style fix 2015-04-23 12:33:26 +01:00
Vineeth T M
1f58db52bf codecanalyzer: don't try to free uninitialized pointers
xml_files_path and hex_files_path variable are not initialized.
There are chances that corruption happens when uninitialized
variables are freed, so init them to NULL before use.

https://bugzilla.gnome.org/show_bug.cgi?id=748351
2015-04-23 12:31:25 +01:00
Tim-Philipp Müller
f700eaef8f codecanalyzer: run gst-indent on code 2015-04-23 12:23:24 +01:00
Tim-Philipp Müller
74660cb861 codecanalyzer: fix codec detection with git master
The names might be 'MPEG-2 (Simple Profile)' now.
Shouldn't really rely on codec name strings here
in the first place, but use caps instead.
2015-02-18 11:37:43 +00:00
Sreerenj Balachandran
c73a9a38e6 New Tool: Add a CodecAnalyzer
https://bugzilla.gnome.org/show_bug.cgi?id=731853
2014-07-09 19:00:47 +02:00