[gstreamer-bugs] [Bug 604280] fpsdisplaysink: allow access to internal video sink used
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Dec 16 13:42:09 PST 2009
https://bugzilla.gnome.org/show_bug.cgi?id=604280
GStreamer | gst-plugins-bad | git
Thiago Sousa Santos <thiago.sousa.santos> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #13 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2009-12-16 21:42:07 UTC ---
Pushed your patch + another one to make sync work with autovideosink.
Hopefully closing this forever now.
Module: gst-plugins-bad
Branch: master
Commit: 9c03149e7b8375388ab779f2f51a3dbbab57f7bb
URL:
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=9c03149e7b8375388ab779f2f51a3dbbab57f7bb
Author: Philippe Normand <phil at base-art.net>
Date: Tue Dec 15 13:08:08 2009 +0100
fpsdisplaysink: check the sync property exists on embedded sink(s)
Follow-up on 4111d6321f140eb7790620ab42e5cf1d9413b56a, the video
sink(s) used by fpsdisplaysink might not have the sync property. So we
check its existence to avoid warning from g_object_set() at runtime.
Fixes #604280
Module: gst-plugins-bad
Branch: master
Commit: d2dce72c602465654ba45145f695cc427c052c50
URL:
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=d2dce72c602465654ba45145f695cc427c052c50
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date: Wed Dec 16 18:32:42 2009 -0300
fpsdisplaysink: fix setting sync on child bin
Use GST_IS_BIN instead of G_OBJECT_TYPE to check if the
internal sink is a bin. Using the later won't work when
the sink is not a bin directly (but inherits from one, like
autovideosink).
Fixes #604280
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list