gst_pipeline_new now returns a floating reference.

This commit is contained in:
Peteris Krisjanis 2012-01-25 19:41:03 +02:00 committed by Edward Hervey
parent f09b23ee07
commit a8e9ed82d9

View file

@ -304,7 +304,7 @@ reset_start_time (GstPipeline * pipeline)
* *
* Create a new pipeline with the given name. * Create a new pipeline with the given name.
* *
* Returns: (transfer full): newly created GstPipeline * Returns: (transfer floating): newly created GstPipeline
* *
* MT safe. * MT safe.
*/ */