[gstreamer-bugs] [Bug 604280] New: fpsdisplaysink: allow access to internal video sink used
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Dec 10 06:48:02 PST 2009
https://bugzilla.gnome.org/show_bug.cgi?id=604280
GStreamer | gst-plugins-bad | git
Summary: fpsdisplaysink: allow access to internal video sink
used
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: phil at base-art.net
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
The fpsdisplaysink uses an internal video sink, hardcoded, xvimagesink. It
would be nice to be able to change this both from pipeline description and from
a program like:
GstElement* sink = gst_element_factory_make("mysink", "sink");
g_object_set(G_OBJECT(fps_sink), "video-sink", sink, NULL);
or with gst-launch videotestsrc ! fpsdisplaysink video-sink-name=foo
Proposal is to add 2 properties in the sink, video-sink and video-sink-name to
allow above 2 use-cases.
--
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