ext, gst: update for taglist API changes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 30 Oct 2011 11:51:58 +0000 (11:51 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 30 Oct 2011 11:51:58 +0000 (11:51 +0000)
ext/lame/gstlamemp3enc.c

index f2269fe..0128a6f 100644 (file)
@@ -602,7 +602,7 @@ gst_lamemp3enc_setup (GstLameMP3Enc * lame, GstTagList ** tags)
   if (lame->lgf == NULL)
     return FALSE;
 
-  *tags = gst_tag_list_new ();
+  *tags = gst_tag_list_new_empty ();
 
   /* copy the parameters over */
   lame_set_in_samplerate (lame->lgf, lame->samplerate);