After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326446 - check that all elements in -good pass queries they can't handle upstream
check that all elements in -good pass queries they can't handle upstream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-10 11:32 UTC by Tim-Philipp Müller
Modified: 2006-02-06 12:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2006-01-10 11:32:23 UTC
Make sure elements in -good pass queries they cannot handle upstream with
  res = gst_pad_default_query (pad, query)
or something.

Makes the SEEKING query much more useful (for example).
Comment 1 Tim-Philipp Müller 2006-02-06 12:26:00 UTC
2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
        (gst_dvdemux_sink_query):
        * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
        * ext/speex/gstspeexdec.c: (speex_get_query_types),
        (speex_dec_src_query):
        * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
        (gst_speexenc_sink_query):
        * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
        * gst/matroska/matroska-demux.c:
        (gst_matroska_demux_get_src_query_types),
        (gst_matroska_demux_handle_src_query):
        * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
        (gst_wavparse_pad_query):
          Pass unhandled queries upstream instead of just dropping
          them (#326446). Update query type arrays here and there.