mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
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:
parent
ffb798b4dd
commit
9c4abc693f
4 changed files with 8 additions and 3 deletions
|
@ -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>
|
2005-07-06 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/alsa/Makefile.am:
|
* ext/alsa/Makefile.am:
|
||||||
|
|
|
@ -261,7 +261,6 @@ static const GstQueryType *
|
||||||
theora_get_query_types (GstPad * pad)
|
theora_get_query_types (GstPad * pad)
|
||||||
{
|
{
|
||||||
static const GstQueryType theora_src_query_types[] = {
|
static const GstQueryType theora_src_query_types[] = {
|
||||||
GST_QUERY_TOTAL,
|
|
||||||
GST_QUERY_POSITION,
|
GST_QUERY_POSITION,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
|
@ -146,7 +146,6 @@ static const GstQueryType *
|
||||||
vorbis_get_query_types (GstPad * pad)
|
vorbis_get_query_types (GstPad * pad)
|
||||||
{
|
{
|
||||||
static const GstQueryType vorbis_dec_src_query_types[] = {
|
static const GstQueryType vorbis_dec_src_query_types[] = {
|
||||||
GST_QUERY_TOTAL,
|
|
||||||
GST_QUERY_POSITION,
|
GST_QUERY_POSITION,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
|
@ -367,7 +367,6 @@ static const GstQueryType *
|
||||||
gst_vorbisenc_get_query_types (GstPad * pad)
|
gst_vorbisenc_get_query_types (GstPad * pad)
|
||||||
{
|
{
|
||||||
static const GstQueryType gst_vorbisenc_src_query_types[] = {
|
static const GstQueryType gst_vorbisenc_src_query_types[] = {
|
||||||
GST_QUERY_TOTAL,
|
|
||||||
GST_QUERY_POSITION,
|
GST_QUERY_POSITION,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue