ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string as...
authorCraig Keogh <cskeogh@adam.com.au>
Sun, 31 Aug 2008 08:32:45 +0000 (08:32 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 31 Aug 2008 08:32:45 +0000 (08:32 +0000)
commit467b9f2861846accbc3cfbe726d163cf1be312a1
tree3b54274f130cdbc33bf0f9c02f4c95cc0acb4b58
parent5c4b6ce07956e82fb5c1d59b3fb9323c178abd99
ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string as format string instead of "%s" and th...

Original commit message from CVS:
Patch by: Craig Keogh <cskeogh at adam dot com dot au>
* ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
Fix compiler warnings caused by passing a string as format string
instead of "%s" and then the string. This is only exposed by -Wformat=2
as used by default on Ubuntu. Fixes bug #550015.
ChangeLog
ext/annodex/gstcmmlparser.c