Pass unhandled queries upstream instead of just dropping them (#326447). Also, fix...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 1 Feb 2006 11:56:11 +0000 (11:56 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 1 Feb 2006 11:56:11 +0000 (11:56 +0000)
commit41e4f03f9ba58a4783544b90d18e0848d4b265da
tree839268938b12314ef2e489b264ba9f1b60d4daa8
parentaefc04ca6171c70a69b1319de84dad67e56a8d3a
Pass unhandled queries upstream instead of just dropping them (#326447). Also, fix supported query types list for som...

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
(gst_ogg_pad_src_query):
* ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
* ext/theora/theoradec.c: (theora_dec_src_query),
(theora_dec_sink_query):
* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
(vorbis_dec_sink_query):
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
(gst_vorbisenc_sink_query):
* gst/adder/gstadder.c: (gst_adder_query):
Pass unhandled queries upstream instead of just
dropping them (#326447). Also, fix supported
query types list for some elements.
ChangeLog
ext/ogg/gstoggdemux.c
ext/ogg/gstogmparse.c
ext/theora/theoradec.c
ext/vorbis/vorbisdec.c
ext/vorbis/vorbisenc.c
gst/adder/gstadder.c