projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f6c8e
)
pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock()
author
Tim-Philipp Müller
<tim@centricular.net>
Sat, 10 Aug 2013 10:31:23 +0000
(11:31 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Sat, 10 Aug 2013 10:33:58 +0000
(11:33 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=705751
gst/gstpipeline.c
patch
|
blob
|
history
diff --git
a/gst/gstpipeline.c
b/gst/gstpipeline.c
index
51226a4
..
5d1d4ae
100644
(file)
--- a/
gst/gstpipeline.c
+++ b/
gst/gstpipeline.c
@@
-648,7
+648,7
@@
gst_pipeline_get_clock (GstPipeline * pipeline)
/**
* gst_pipeline_use_clock:
* @pipeline: a #GstPipeline
- * @clock: (transfer none): the clock to use
+ * @clock: (transfer none)
(allow-none)
: the clock to use
*
* Force @pipeline to use the given @clock. The pipeline will
* always use the given clock even if new clock providers are added