diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-29 13:34:50 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-29 13:34:50 +0200 |
commit | ce67b0e539766275ba9d6bc6d4e41825e50eb791 (patch) | |
tree | 5bcd3c6e4bd4cb61ca0c059d8192f882325b0619 /gst/gstpipeline.c | |
parent | 9aa97519382b3723ff49e785c96f5caf7e650e48 (diff) |
docs: update more documentation
Diffstat (limited to 'gst/gstpipeline.c')
-rw-r--r-- | gst/gstpipeline.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c index 4f984334e..38eb09da7 100644 --- a/gst/gstpipeline.c +++ b/gst/gstpipeline.c @@ -29,8 +29,7 @@ * A #GstPipeline is a special #GstBin used as the toplevel container for * the filter graph. The #GstPipeline will manage the selection and * distribution of a global #GstClock as well as provide a #GstBus to the - * application. It will also implement a default behaviour for managing - * seek events (see gst_element_seek()). + * application. * * gst_pipeline_new() is used to create a pipeline. when you are done with * the pipeline, use gst_object_unref() to free its resources including all @@ -73,12 +72,7 @@ * in the PLAYING state. This default behaviour can be changed with the * gst_element_set_start_time() method. * - * When sending a flushing seek event to a GstPipeline (see - * gst_element_seek()), it will make sure that the pipeline is properly - * PAUSED and resumed as well as set the new running time to 0 when the - * seek succeeded. - * - * Last reviewed on 2009-05-29 (0.10.24) + * Last reviewed on 2012-03-29 (0.11.3) */ #include "gst_private.h" |