[Bug 744442] Clash between gst_element_get_clock() and gst_pipeline_get_clock()
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Feb 12 16:27:12 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744442
Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|NOTABUG |---
Summary|Unable to obtain GstClock |Clash between
|from GstElement (Android) |gst_element_get_clock() and
| |gst_pipeline_get_clock()
Ever confirmed|0 |1
--- Comment #3 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
In Python, you're calling gst_pipeline_get_clock(), not
gst_element_get_clock(). But it's still not useful to do that before going to
playing, because you'll always get the system clock, so you shoul use
gst_system_clock_obtain() instead.
I'm renaming this bug about the API clash.
I suggest we create an alias for one of them (and deprecate it), as it means
one of these functions (surprise surprise which!) is not available in most OO
bindings.
--
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