From 1e727429a8b8afae868c362a21f1727f4a1630b6 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 4 Nov 2011 10:32:46 +0100 Subject: [PATCH] Port apedemux --- configure.ac | 2 +- gst/apetag/gstapedemux.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 29dd4e0..3910086 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/gst/apetag/gstapedemux.c b/gst/apetag/gstapedemux.c index 163a487..838e393 100644 --- a/gst/apetag/gstapedemux.c +++ b/gst/apetag/gstapedemux.c @@ -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); -- 2.7.4