Merge branch 'master' into 0.11

Conflicts:
	configure.ac
This commit is contained in:
Wim Taymans 2012-03-22 10:45:06 +01:00
commit 007a00cd1b
2 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ What are the exact licensing terms for GStreamer and its plugins ?
<answer> <answer>
<para> <para>
All of GStreamer, including our own plugin code, is licensed under the All of GStreamer, including our own plugin code, is licensed under the
<ulink url="http://www.gnu.org/licenses/lgpl.html">GNU LGPL</ulink> license. <ulink url="http://www.gnu.org/licenses/lgpl-2.1.html">GNU LGPL 2.1</ulink> license.
Some of the libraries we use for some of the plugins are however under the Some of the libraries we use for some of the plugins are however under the
GPL, which means that those plugins can not be used by a non-GPL-compatible GPL, which means that those plugins can not be used by a non-GPL-compatible
application. application.

View file

@ -449,9 +449,9 @@ gst_collect_pads2_set_event_function (GstCollectPads2 * pads,
} }
/** /**
* gst_collect_pads2_clip_running: * gst_collect_pads2_clip_running_time:
* @pads: the collectspads to use * @pads: the collectspads to use
* @cdata: collect data of corrsponding pad * @cdata: collect data of corresponding pad
* @buf: buffer being clipped * @buf: buffer being clipped
* @outbuf: output buffer with running time, or NULL if clipped * @outbuf: output buffer with running time, or NULL if clipped
* @user_data: user data (unused) * @user_data: user data (unused)