From d1619b70547cf844d4d9973b7dce68c72a19b652 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 20 Mar 2006 08:59:29 +0000 Subject: ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type. Original commit message from CVS: * ext/taglib/gsttaglib.h: Fix left-over gst_my_filter_get_type. --- common | 2 +- ext/taglib/gsttaglibmux.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index 9200457d..f1c7bfd2 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 9200457d08a57f0d7eaeb56915804fa8faf14418 +Subproject commit f1c7bfd24d0fcc4e5113ce3b96b1fac83a9ec560 diff --git a/ext/taglib/gsttaglibmux.h b/ext/taglib/gsttaglibmux.h index 11344d61..6240e140 100644 --- a/ext/taglib/gsttaglibmux.h +++ b/ext/taglib/gsttaglibmux.h @@ -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 -- cgit