mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
Port apedemux
This commit is contained in:
parent
6cbd6afc0b
commit
1e727429a8
2 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ dnl Make sure you have a space before and after all plugins
|
||||||
GST_PLUGINS_NONPORTED="deinterlace flx goom2k1 \
|
GST_PLUGINS_NONPORTED="deinterlace flx goom2k1 \
|
||||||
imagefreeze interleave matroska monoscope smpte \
|
imagefreeze interleave matroska monoscope smpte \
|
||||||
videobox videomixer \
|
videobox videomixer \
|
||||||
apetag cairo cairo_gobject dv1394 gdk_pixbuf libdv libpng \
|
cairo cairo_gobject dv1394 gdk_pixbuf libdv libpng \
|
||||||
oss oss4 shout2 \
|
oss oss4 shout2 \
|
||||||
taglib wavpack "
|
taglib wavpack "
|
||||||
AC_SUBST(GST_PLUGINS_NONPORTED)
|
AC_SUBST(GST_PLUGINS_NONPORTED)
|
||||||
|
|
|
@ -162,7 +162,7 @@ ape_demux_get_gst_tag_from_tag (const gchar * ape_tag,
|
||||||
static GstTagList *
|
static GstTagList *
|
||||||
ape_demux_parse_tags (const guint8 * data, gint size)
|
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);
|
GST_LOG ("Reading tags from chunk of size %u bytes", size);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue