vorbisdec: fix up for 0.11 after merge

This commit is contained in:
Tim-Philipp Müller 2012-03-08 20:49:46 +00:00
parent 29c266ccff
commit c9308a73ca

View file

@ -221,7 +221,7 @@ vorbis_handle_comment_packet (GstVorbisDec * vd, ogg_packet * packet)
if (!list) { if (!list) {
GST_ERROR_OBJECT (vd, "couldn't decode comments"); GST_ERROR_OBJECT (vd, "couldn't decode comments");
list = gst_tag_list_new (); list = gst_tag_list_new_empty ();
} }
if (encoder) { if (encoder) {