From: Tim-Philipp Müller Date: Fri, 29 Jul 2011 09:23:02 +0000 (+0100) Subject: Add new GstTagMux base class X-Git-Tag: 1.19.3~511^2~6555^2~739 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1613349881f7c1dd058b84976912e5086a766cb;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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