ext/ogg/gstogg.c: Remove unused variable.

Original commit message from CVS:
* ext/ogg/gstogg.c:
Remove unused variable.
* ext/ogg/gstoggdemux.c:
Fix Wim's surname in plugin description.
This commit is contained in:
Tim-Philipp Müller 2006-11-01 14:08:31 +00:00
parent fa0de87f84
commit b13a0d142f
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,11 @@
2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
* ext/ogg/gstogg.c:
Remove unused variable.
* ext/ogg/gstoggdemux.c:
Fix Wim's surname in plugin description.
2006-10-31 Wim Taymans <wim@fluendo.com>
* gst-plugins-base.spec.in:

View file

@ -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)
{

View file

@ -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@fluendo.com>");
"Wim Taymans <wim@fluendo.com>");
#define CHUNKSIZE (8500) /* this is out of vorbisfile */
#define SKELETON_FISHEAD_SIZE 64