vorbisdec: fix up for 0.11 after merge
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Mar 2012 20:49:46 +0000 (20:49 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Mar 2012 20:49:46 +0000 (20:49 +0000)
ext/vorbis/gstvorbisdec.c

index 5e3005b..7a30190 100644 (file)
@@ -221,7 +221,7 @@ vorbis_handle_comment_packet (GstVorbisDec * vd, ogg_packet * packet)
 
   if (!list) {
     GST_ERROR_OBJECT (vd, "couldn't decode comments");
-    list = gst_tag_list_new ();
+    list = gst_tag_list_new_empty ();
   }
 
   if (encoder) {