diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-12 02:35:56 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-12 02:35:56 +0000 |
commit | a0de263f13dd71fdfb05415bba27e6b1a11aa0bc (patch) | |
tree | 872ec355c212d5505542feb1c0f717210b058dd6 /ChangeLog | |
parent | 302b25c5366e67f8fd443d36c9ebcba2fd8c3064 (diff) |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * 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 <jesimon@libertysurf.fr> * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps): |