GNOME Bugzilla – Bug 340594
[mad] does not publish supported query formats
Last modified: 2006-05-04 08:27: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:
Created attachment 64787 [details] [review] Patch adding support for GST_QUERY_FORMATS
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.