ext, gst: update for taglist API changes
This commit is contained in:
parent
bb98769e32
commit
42a7484cea
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user