Port apedemux

This commit is contained in:
Edward Hervey 2011-11-04 10:32:46 +01:00
parent 6cbd6afc0b
commit 1e727429a8
2 changed files with 2 additions and 2 deletions

View 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)

View 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);