GNOME Bugzilla – Bug 658518
basesink: Backport query override support
Last modified: 2011-09-08 12:47:46 UTC
Created attachment 195944 [details] [review] basesink: make it easy to override the pad query I just came across a use case where I wanted to override query method in GstBaseSink and found it would be easier if directly supported by basesink. As this was already supported by .11 and it was possible not to break API, I simply backported it.
commit f0219b327de5f6bb58ca17f821b951eb9a607622 Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> Date: Wed Sep 7 17:21:55 2011 -0400 basesink: make it easy to override the pad query Add a vmethod to handle the pad query. Install a default handler for the pad query. Use the new query function in filesink