ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type.
authorTim-Philipp Müller <tim@centricular.net>
Mon, 20 Mar 2006 08:59:29 +0000 (08:59 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 20 Mar 2006 08:59:29 +0000 (08:59 +0000)
Original commit message from CVS:
* ext/taglib/gsttaglib.h:
Fix left-over gst_my_filter_get_type.

common
ext/taglib/gsttaglibmux.h

diff --git a/common b/common
index 9200457..f1c7bfd 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 9200457d08a57f0d7eaeb56915804fa8faf14418
+Subproject commit f1c7bfd24d0fcc4e5113ce3b96b1fac83a9ec560
index 11344d6..6240e14 100644 (file)
@@ -55,7 +55,7 @@ typedef struct _GstTagLibMuxClass {
   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TAGLIB_MUX))
 
 /* Standard function returning type information. */
-GType gst_my_filter_get_type (void);
+GType gst_tag_lib_mux_get_type (void);
 
 G_END_DECLS