mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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:
parent
fa0de87f84
commit
b13a0d142f
3 changed files with 9 additions and 3 deletions
|
@ -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>
|
2006-10-31 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst-plugins-base.spec.in:
|
* gst-plugins-base.spec.in:
|
||||||
|
|
|
@ -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_parse_plugin_init (GstPlugin * plugin);
|
||||||
extern gboolean gst_ogg_avi_parse_plugin_init (GstPlugin * plugin);
|
extern gboolean gst_ogg_avi_parse_plugin_init (GstPlugin * plugin);
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY (vorbisdec_debug);
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
|
|
|
@ -33,7 +33,7 @@ static const GstElementDetails gst_ogg_demux_details =
|
||||||
GST_ELEMENT_DETAILS ("Ogg demuxer",
|
GST_ELEMENT_DETAILS ("Ogg demuxer",
|
||||||
"Codec/Demuxer",
|
"Codec/Demuxer",
|
||||||
"demux ogg streams (info about ogg: http://xiph.org)",
|
"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 CHUNKSIZE (8500) /* this is out of vorbisfile */
|
||||||
#define SKELETON_FISHEAD_SIZE 64
|
#define SKELETON_FISHEAD_SIZE 64
|
||||||
|
|
Loading…
Reference in a new issue