mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
gst/gstpipeline.c: Fix small typo in docs.
Original commit message from CVS: * gst/gstpipeline.c: Fix small typo in docs.
This commit is contained in:
parent
9def80ce05
commit
9d8037eed8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-05 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/gstpipeline.c:
|
||||
Fix small typo in docs.
|
||||
|
||||
2005-12-05 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
patch by: Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
*
|
||||
* 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
|
||||
* added #GstElement objects (if not otherwiese referenced).
|
||||
* added #GstElement objects (if not otherwise referenced).
|
||||
*/
|
||||
|
||||
#include "gst_private.h"
|
||||
|
|
Loading…
Reference in a new issue