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 340594 - [mad] does not publish supported query formats
[mad] does not publish supported query formats
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other All
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-04 06:15 UTC by Lutz Mueller
Modified: 2006-05-04 08:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch adding support for GST_QUERY_FORMATS (1.60 KB, patch)
2006-05-04 06:16 UTC, Lutz Mueller
committed Details | Review

Description Lutz Mueller 2006-05-04 06:15:02 UTC
Please describe the problem:
The mad-plugin does not publish the supported formats because the query type
"GST_QUERY_FORMATS" is not implemented in gstmad.c/gst_mad_src_query.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Lutz Mueller 2006-05-04 06:16:32 UTC
Created attachment 64787 [details] [review]
Patch adding support for GST_QUERY_FORMATS
Comment 2 Tim-Philipp Müller 2006-05-04 08:27:02 UTC
Thanks, committed:

 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Lutz Müller <lutz at topfrose de>

        * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_src_query):
          Make mad the second element to support the highly useful
          FORMATS query (#340594)


FWIW, absolutely no element supports this query - you are better off not relying on it in your code.