diff --git a/ChangeLog b/ChangeLog index 50e6775e00..e9926c3bbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-11-01 Tim-Philipp Müller + + * ext/ogg/gstogg.c: + Remove unused variable. + + * ext/ogg/gstoggdemux.c: + Fix Wim's surname in plugin description. + 2006-10-31 Wim Taymans * gst-plugins-base.spec.in: diff --git a/ext/ogg/gstogg.c b/ext/ogg/gstogg.c index 62f8582d23..d525aaa42d 100644 --- a/ext/ogg/gstogg.c +++ b/ext/ogg/gstogg.c @@ -29,8 +29,6 @@ extern gboolean gst_ogm_parse_plugin_init (GstPlugin * plugin); extern gboolean gst_ogg_parse_plugin_init (GstPlugin * plugin); extern gboolean gst_ogg_avi_parse_plugin_init (GstPlugin * plugin); -GST_DEBUG_CATEGORY (vorbisdec_debug); - static gboolean plugin_init (GstPlugin * plugin) { diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index a55928ef1d..6e9846fe98 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -33,7 +33,7 @@ static const GstElementDetails gst_ogg_demux_details = GST_ELEMENT_DETAILS ("Ogg demuxer", "Codec/Demuxer", "demux ogg streams (info about ogg: http://xiph.org)", - "Wim Taymand "); + "Wim Taymans "); #define CHUNKSIZE (8500) /* this is out of vorbisfile */ #define SKELETON_FISHEAD_SIZE 64