[Bug 735404] Feature Submission: Added XSync support to xvimagesink
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Aug 28 07:57:09 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=735404
GStreamer | gst-plugins-base | git
--- Comment #4 from Stirling Westrup <swestrup at gmail.com> 2014-08-28 14:57:03 UTC ---
Here's how I was attempting to set the clock in one of my experiments:
Despite this, an audio clock was chosen as the clock.
static GstElement * vaal_pipeline_new()
{ GstElement * pipeline = gst_element_factory_create
(pipefactory,"pipeline");
gst_pipeline_use_clock(GST_PIPELINE(pipeline), gst_system_clock_obtain());
return pipeline;
}
--
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