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 537406 - Add sync property to autovideosink
Add sync property to autovideosink
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-09 13:57 UTC by Bombela
Modified: 2008-06-10 08:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Bombela 2008-06-09 13:57:11 UTC
With xvimagesink, it's possible to use the property "sync" for disable it.
Please add this property also to autovideosink.

Thank.
Comment 1 David Schleef 2008-06-09 23:06:50 UTC
This can already be done using gst_child_proxy_set_property() on the autovideosink element.  It's the standard method we have for "promoting" properties from child elements.

I'm closing as NOTABUG.  If I missed something, please reopen the bug and let me know.
Comment 2 Bombela 2008-06-10 08:49:17 UTC
OK thank.