From 3d48de40431991554b99faf4634f56279b254058 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 12 May 2004 02:35:56 +0000 Subject: [PATCH] configure.ac: enable shout2 by default Original commit message from CVS: * configure.ac: enable shout2 by default * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type), (gst_shout2send_base_init), (gst_shout2send_init), (gst_shout2send_connect), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: make this work again. Based on a patch by Zaheer Merali (fixes #142262) * ext/theora/theora.c: (plugin_init): don't set rank on encoders --- ChangeLog | 13 +++++++++++++ configure.ac | 2 -- ext/theora/theora.c | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b0df44f5..dd0891305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-05-12 Benjamin Otte + + * configure.ac: + enable shout2 by default + * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type), + (gst_shout2send_base_init), (gst_shout2send_init), + (gst_shout2send_connect), (gst_shout2send_change_state): + * ext/shout2/gstshout2.h: + make this work again. Based on a patch by Zaheer Merali (fixes + #142262) + * ext/theora/theora.c: (plugin_init): + don't set rank on encoders + 2004-05-11 Jeremy Simon * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps): diff --git a/configure.ac b/configure.ac index d904f932f..d2b789848 100644 --- a/configure.ac +++ b/configure.ac @@ -120,11 +120,9 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],, [ AC_MSG_WARN(building experimental plug-ins) USE_TARKIN="yes" - USE_SHOUT2="yes" ],[ AC_MSG_NOTICE(not building experimental plug-ins) USE_TARKIN="no" - USE_SHOUT2="no" ]) dnl broken plug-ins; stuff that doesn't seem to build at the moment diff --git a/ext/theora/theora.c b/ext/theora/theora.c index af9ae7e03..87def3568 100644 --- a/ext/theora/theora.c +++ b/ext/theora/theora.c @@ -36,7 +36,7 @@ plugin_init (GstPlugin * plugin) gst_theora_dec_get_type ())) return FALSE; - if (!gst_element_register (plugin, "theoraenc", GST_RANK_SECONDARY, + if (!gst_element_register (plugin, "theoraenc", GST_RANK_NONE, gst_theora_enc_get_type ())) return FALSE; -- 2.34.1