From 9c4abc693f02ec0f9cebaed89032934a03a755b4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 7 Jul 2005 08:39:36 +0000 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ ext/theora/theoradec.c | 1 - ext/vorbis/vorbisdec.c | 1 - ext/vorbis/vorbisenc.c | 1 - 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74d265596c..3b241a22b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-07-07 Wim Taymans + + * 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 * ext/alsa/Makefile.am: diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index 3fae8282b3..9a76becf70 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -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 }; diff --git a/ext/vorbis/vorbisdec.c b/ext/vorbis/vorbisdec.c index 7406a9bd44..2174d55018 100644 --- a/ext/vorbis/vorbisdec.c +++ b/ext/vorbis/vorbisdec.c @@ -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 }; diff --git a/ext/vorbis/vorbisenc.c b/ext/vorbis/vorbisenc.c index 709b4d285a..9e27922316 100644 --- a/ext/vorbis/vorbisenc.c +++ b/ext/vorbis/vorbisenc.c @@ -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 };