From e1613349881f7c1dd058b84976912e5086a766cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 29 Jul 2011 10:23:02 +0100 Subject: [PATCH] Add new GstTagMux base class Hook up new tag muxing base class to build system. https://bugzilla.gnome.org/show_bug.cgi?id=555437 API: GstTagMux --- gst-libs/gst/tag/Makefile.am | 4 ++-- win32/common/libgsttag.def | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/tag/Makefile.am b/gst-libs/gst/tag/Makefile.am index 9977d66..1e8acbb 100644 --- a/gst-libs/gst/tag/Makefile.am +++ b/gst-libs/gst/tag/Makefile.am @@ -2,13 +2,13 @@ libgsttagincludedir = \ $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/tag libgsttaginclude_HEADERS = \ - tag.h gsttagdemux.h xmpwriter.h + tag.h gsttagdemux.h gsttagmux.h xmpwriter.h lib_LTLIBRARIES = libgsttag-@GST_MAJORMINOR@.la libgsttag_@GST_MAJORMINOR@_la_SOURCES = \ gstvorbistag.c gstid3tag.c gstxmptag.c gstexiftag.c \ - lang.c tags.c gsttagdemux.c gsttageditingprivate.c xmpwriter.c + lang.c tags.c gsttagdemux.c gsttagmux.c gsttageditingprivate.c xmpwriter.c libgsttag_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) libgsttag_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) libgsttag_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) diff --git a/win32/common/libgsttag.def b/win32/common/libgsttag.def index bab6bbd..dd91dec 100644 --- a/win32/common/libgsttag.def +++ b/win32/common/libgsttag.def @@ -25,6 +25,7 @@ EXPORTS gst_tag_list_to_vorbiscomment_buffer gst_tag_list_to_xmp_buffer gst_tag_list_to_xmp_buffer_full + gst_tag_mux_get_type gst_tag_parse_extended_comment gst_tag_register_musicbrainz_tags gst_tag_to_id3_tag -- 2.7.4