summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeex.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-10-12 19:02:51 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-10-12 19:02:51 +0000
commitafef1cdc2a521b17d6af508497984350fde1175d (patch)
tree618d921eaf6750cfde9e8f07d89cc3459d367a84 /ext/speex/gstspeex.c
parent35f4d69dec5b6b13466ebcff90a0f10a68c55ca5 (diff)
ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to enhance code readability; change speexenc...
Original commit message from CVS: * ext/speex/gstspeex.c: (plugin_init): * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats), (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init), (gst_speex_enc_class_init), (gst_speex_enc_finalize), (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src), (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types), (gst_speex_enc_src_query), (gst_speex_enc_sink_query), (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer), (gst_speex_enc_set_last_msg), (gst_speex_enc_setup), (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer), (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent), (gst_speex_enc_chain), (gst_speex_enc_get_property), (gst_speex_enc_set_property), (gst_speex_enc_change_state): * ext/speex/gstspeexenc.h: Miscellaneous clean-ups, among other things: speexenc => enc to enhance code readability; change speexenc => speex_enc; in chain function unref input buffer in case of error; take reference in event function; use boilerplate macro; use gst_pad_query_peer_* convenience functions.
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 04136123..899cfecb 100644
--- a/ext/speex/gstspeex.c
+++ b/ext/speex/gstspeex.c
@@ -30,7 +30,7 @@ plugin_init (GstPlugin * plugin)
{
if (!gst_element_register (plugin, "speexenc", GST_RANK_NONE,
- GST_TYPE_SPEEXENC))
+ GST_TYPE_SPEEX_ENC))
return FALSE;
if (!gst_element_register (plugin, "speexdec", GST_RANK_PRIMARY,