diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-20 08:59:29 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-20 08:59:29 +0000 |
commit | 353131d32dc96f14bb9b8f1b36e433b1d209cc1d (patch) | |
tree | dcf565a3b91365c9a742a68aaaa93ad0ffb634bb /ext | |
parent | 614832d82ec4e3f0412a4251d39feb0eeff515d6 (diff) | |
download | gstreamer-plugins-bad-353131d32dc96f14bb9b8f1b36e433b1d209cc1d.tar.gz |
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.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/taglib/gsttaglib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/taglib/gsttaglib.h b/ext/taglib/gsttaglib.h index 11344d619..6240e1400 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 |