From c9308a73ca8ceeca8081cccfb0113098be271d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 8 Mar 2012 20:49:46 +0000 Subject: [PATCH] vorbisdec: fix up for 0.11 after merge --- ext/vorbis/gstvorbisdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vorbis/gstvorbisdec.c b/ext/vorbis/gstvorbisdec.c index 5e3005b649..7a301904ea 100644 --- a/ext/vorbis/gstvorbisdec.c +++ b/ext/vorbis/gstvorbisdec.c @@ -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) {