gst_pipeline_new now returns a floating reference.
authorPeteris Krisjanis <pecisk@gmail.com>
Wed, 25 Jan 2012 17:41:03 +0000 (19:41 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 25 Jan 2012 17:51:42 +0000 (18:51 +0100)
gst/gstpipeline.c

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