ext, gst: update for taglist API changes

This commit is contained in:
Tim-Philipp Müller 2011-10-30 11:51:58 +00:00
parent bb98769e32
commit 42a7484cea

View file

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