summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeex.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-05 18:27:22 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-05 18:27:22 +0000
commit67878834b919b4c8e0cddcba01160c523d1496b8 (patch)
treea68319a65552059912779b69ca8aaf7398d8658d /ext/speex/gstspeex.c
parent490f1c0132a02d0db547e7e19d913c517f8a9470 (diff)
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.
Diffstat (limited to 'ext/speex/gstspeex.c')
-rw-r--r--ext/speex/gstspeex.c2
1 files changed, 1 insertions, 1 deletions
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 ();