X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst-libs%2Fgst%2Ftag%2Fid3v2frames.c;h=22124e148c81c96f68ff38a157c57a6c8bb7683c;hb=65307dd1323ba8200893b51c917bb175f11e5e4f;hp=208c3a74209c03a978c9625fd6eab75a34176a71;hpb=296e1bf3dd756c939a622422ced3e639fa0cce04;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst-libs/gst/tag/id3v2frames.c b/gst-libs/gst/tag/id3v2frames.c index 208c3a7..22124e1 100644 --- a/gst-libs/gst/tag/id3v2frames.c +++ b/gst-libs/gst/tag/id3v2frames.c @@ -167,7 +167,7 @@ id3v2_parse_frame (ID3TagsWorking * work) work->parse_data = uncompressed_data; #else GST_WARNING ("Compressed ID3v2 tag frame could not be decompressed, because" - " libgsttag-" GST_MAJORMINOR " was compiled without zlib support"); + " libgsttag-" GST_API_VERSION " was compiled without zlib support"); g_free (uu_data); return FALSE; #endif