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 657318 - basetranform dosn't allow query handlers to be overridden
basetranform dosn't allow query handlers to be overridden
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 657319
 
 
Reported: 2011-08-25 10:48 UTC by Sjoerd Simons
Modified: 2011-08-26 09:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (3.88 KB, patch)
2011-08-25 10:48 UTC, Sjoerd Simons
committed Details | Review

Description Sjoerd Simons 2011-08-25 10:48:16 UTC
Created attachment 194692 [details] [review]
proposed patch

See subject. In the port of videorate to basetransform the query handler needs to be overridden to be able to report latency, this is not possible atm
Comment 1 Sebastian Dröge (slomo) 2011-08-26 08:40:08 UTC
commit 63a21ca8b1efac8c05b4f7372ac7cdf21540dac3
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Thu Aug 25 11:02:16 2011 +0100

    BaseTransform: Add a query vfunc
Comment 2 Wim Taymans 2011-08-26 09:24:08 UTC
Please use GstPadDirection instead of passing the pad to make it consistent with the other functions