mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
vorbisdec: fix up for 0.11 after merge
This commit is contained in:
parent
29c266ccff
commit
c9308a73ca
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue