From 353131d32dc96f14bb9b8f1b36e433b1d209cc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= 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. --- ext/taglib/gsttaglib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/taglib/gsttaglib.h b/ext/taglib/gsttaglib.h index 11344d61..6240e140 100644 --- a/ext/taglib/gsttaglib.h +++ b/ext/taglib/gsttaglib.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 v1.2.1