From 67878834b919b4c8e0cddcba01160c523d1496b8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 5 Apr 2006 18:27:22 +0000 Subject: ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor a bit. Original commit message from CVS: * ext/speex/gstspeex.c: (plugin_init): * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init), (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert), (speex_get_sink_query_types), (speex_dec_sink_query), (speex_get_src_query_types), (speex_dec_src_query), (speex_dec_src_event), (speex_dec_sink_event), (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments), (speex_dec_chain_parse_data), (speex_dec_chain), (gst_speex_dec_get_property), (gst_speex_dec_set_property), (speex_dec_change_state): * ext/speex/gstspeexdec.h: Fix seeking and duration queries (#337033); clean up and refactor a bit. --- ext/speex/gstspeex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/speex/gstspeex.c') diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c index dcea183e..04136123 100644 --- a/ext/speex/gstspeex.c +++ b/ext/speex/gstspeex.c @@ -34,7 +34,7 @@ plugin_init (GstPlugin * plugin) return FALSE; if (!gst_element_register (plugin, "speexdec", GST_RANK_PRIMARY, - GST_TYPE_SPEEXDEC)) + GST_TYPE_SPEEX_DEC)) return FALSE; gst_tag_register_musicbrainz_tags (); -- cgit