Add new GstTagMux base class
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 29 Jul 2011 09:23:02 +0000 (10:23 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 29 Jul 2011 09:26:07 +0000 (10:26 +0100)
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
win32/common/libgsttag.def

index 9977d66..1e8acbb 100644 (file)
@@ -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)
index bab6bbd..dd91dec 100644 (file)
@@ -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