mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
ext, gst: update for taglist API changes
This commit is contained in:
parent
bb98769e32
commit
42a7484cea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue