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 | d1619b70547cf844d4d9973b7dce68c72a19b652 (patch) | |
tree | bb0ec3449d33ce6cbd21c75acf029bdde621f90f | |
parent | 4a4c3063f8cd3fa436730af3e38a5b53dae9720c (diff) |
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.
m--------- | common | 0 | ||||
-rw-r--r-- | ext/taglib/gsttaglibmux.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject 9200457d08a57f0d7eaeb56915804fa8faf1441 +Subproject f1c7bfd24d0fcc4e5113ce3b96b1fac83a9ec56 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 |