ext/: Remove deprecated/unused query types.

Original commit message from CVS:
* ext/theora/theoradec.c: (theora_get_query_types),
(theora_dec_src_getcaps), (theora_dec_push):
* ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
Remove deprecated/unused query types.
This commit is contained in:
Wim Taymans 2005-07-07 08:39:36 +00:00
parent ffb798b4dd
commit 9c4abc693f
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,11 @@
2005-07-07 Wim Taymans <wim@fluendo.com>
* ext/theora/theoradec.c: (theora_get_query_types),
(theora_dec_src_getcaps), (theora_dec_push):
* ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
Remove deprecated/unused query types.
2005-07-06 Wim Taymans <wim@fluendo.com>
* ext/alsa/Makefile.am:

View file

@ -261,7 +261,6 @@ static const GstQueryType *
theora_get_query_types (GstPad * pad)
{
static const GstQueryType theora_src_query_types[] = {
GST_QUERY_TOTAL,
GST_QUERY_POSITION,
0
};

View file

@ -146,7 +146,6 @@ static const GstQueryType *
vorbis_get_query_types (GstPad * pad)
{
static const GstQueryType vorbis_dec_src_query_types[] = {
GST_QUERY_TOTAL,
GST_QUERY_POSITION,
0
};

View file

@ -367,7 +367,6 @@ static const GstQueryType *
gst_vorbisenc_get_query_types (GstPad * pad)
{
static const GstQueryType gst_vorbisenc_src_query_types[] = {
GST_QUERY_TOTAL,
GST_QUERY_POSITION,
0
};