Port apedemux
authorEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 4 Nov 2011 09:32:46 +0000 (10:32 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 4 Nov 2011 09:32:46 +0000 (10:32 +0100)
configure.ac
gst/apetag/gstapedemux.c

index 29dd4e0..3910086 100644 (file)
@@ -316,7 +316,7 @@ dnl Make sure you have a space before and after all plugins
 GST_PLUGINS_NONPORTED="deinterlace flx goom2k1 \
  imagefreeze interleave matroska monoscope smpte \
  videobox videomixer \
apetag cairo cairo_gobject dv1394 gdk_pixbuf libdv libpng \
+ cairo cairo_gobject dv1394 gdk_pixbuf libdv libpng \
  oss oss4 shout2 \
  taglib wavpack "
 AC_SUBST(GST_PLUGINS_NONPORTED)
index 163a487..838e393 100644 (file)
@@ -162,7 +162,7 @@ ape_demux_get_gst_tag_from_tag (const gchar * ape_tag,
 static GstTagList *
 ape_demux_parse_tags (const guint8 * data, gint size)
 {
-  GstTagList *taglist = gst_tag_list_new ();
+  GstTagList *taglist = gst_tag_list_new_empty ();
 
   GST_LOG ("Reading tags from chunk of size %u bytes", size);