diff --git a/ChangeLog b/ChangeLog index 8024e0327a12573549654b4ff505e7ea15074669..33a59940cb8deec4dc77f04b618a08459e54e98b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,60 @@ +=== release 1.0.10 === + +2013-08-28 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + releasing 1.0.10 + +2013-03-02 13:59:52 +0000 Tim-Philipp Müller <tim@centricular.net> + + * gst/isomp4/qtdemux.c: + qtdemux: add variant field to H.263 caps + avdec_h263 won't get plugged otherwise. + +2013-08-26 13:47:53 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * configure.ac: + configure.ac: Don't set BZ2_LIBS if bz2 is not found + +2013-08-22 14:55:14 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * configure.ac: + configure: Fix bz2 configure check for Windows + Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2. + https://bugzilla.gnome.org/show_bug.cgi?id=465924 + +2013-08-21 16:32:50 +0200 Sebastian Dröge <slomo@circular-chaos.org> + + * sys/directsound/gstdirectsoundsink.c: + directsoundsink: WAVEFORMATEX is unsigned for 8 bit integers, and signed for others + Probably fixes + https://bugzilla.gnome.org/show_bug.cgi?id=705477 + +2013-08-05 08:49:50 +0200 Sjoerd Simons <sjoerd.simons@collabora.co.uk> + + * gst/goom/gstgoom.c: + goom: Ensure src caps are writable + In some cases the src caps determined by goom weren't writable, causing + a bunch of assertion failures and failed caps. Fixed by always + explicitely making the caps writable + https://bugzilla.gnome.org/show_bug.cgi?id=705475 + +2013-07-30 14:28:19 +0100 Tim-Philipp Müller <tim@centricular.net> + + * gst/flv/gstflvdemux.c: + flvdemux: don't leak stream_id string + https://bugzilla.gnome.org/show_bug.cgi?id=705142 + Conflicts: + gst/flv/gstflvdemux.c + === release 1.0.9 === +2013-07-30 12:30:12 +0100 Tim-Philipp Müller <tim@centricular.net> + + * ChangeLog: + Release 1.0.9 + This time with ChangeLog file + 2013-07-30 11:35:33 +0100 Tim-Philipp Müller <tim@centricular.net> * ChangeLog: diff --git a/Makefile.in b/Makefile.in index f71e3605bd45b51a38d7ae352c530b2dea35f204..787d37a7db1937cd854d2dd665f674e1cba0b9e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -314,7 +314,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/NEWS b/NEWS index 08ca5daf3d3255162f8a35cbb8fb4a45bf80b016..6405fc17ae0662b05225ac3244503fff45d6329a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,18 @@ -This is GStreamer Good Plugins 1.0.9 +This is GStreamer Good Plugins 1.0.10 + +Changes since 1.0.9: + + * qtdemux: add variant field to H.263 caps, fixing H.263 playback + * flvdemux: memory leak fix + * goom: fix issue with caps writability + +Bugs fixed since 1.0.9: + + * 705142 : flvdemux: leaks stream_id string + * 705475 : goom: negotiation fails when sink has ANY caps + * 705477 : directsoundsink: Glitches when playing S8 + * 705550 : rtpvp8depay: mark key frames and delta frames properly + * 706422 : jpegenc is sending wrong buffer on specific input/resolution Changes since 1.0.8: diff --git a/RELEASE b/RELEASE index 6810a7b3f03b4bebc785082d521643dd4ce9ca10..a1cd79411a9ab18451f8bb4075fd1dbd02efc6ea 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Good Plugins 1.0.9 +Release notes for GStreamer Good Plugins 1.0.10 The GStreamer team is proud to announce a new bug-fix release @@ -57,24 +57,17 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Features of this release - * udpsink, multiudpsink: unbreak IPv4 fallback on systems without - IPv6 support - * deinterlace: fix changing 'mode' property on-the-fly to - enable/disable deinterlacing - * rtp: fix autoplugging of depayloaders if there's only one of - the payload number and the encoding-name - * pulse: fixes for alaw/mulaw - * matroskademux, avidemux: fix some buffer leaks - * flacenc: fix image tag handling + * qtdemux: add variant field to H.263 caps, fixing H.263 playback + * flvdemux: memory leak fix + * goom: fix issue with caps writability Bugs fixed in this release - * 641599 : deinterlace: changing " mode " property on-the-fly doesn't work - * 695981 : Segmentation fault on gst_v4l2_buffer_pool_process after sending " start-capture " signal to camerabin2 just after setting the pipeline state to PLAYING - * 704162 : aacparse: Too verbose when parsing LOAS stream - * 704533 : regression: rtppcmudpay no longer autoplugged for rtsp stream with mulaw audio - * 704553 : (dyn|multi)udpsink: broken on !IPv6 systems - * 705018 : flacenc: segfault when trying to encode from alac decoded file + * 705142 : flvdemux: leaks stream_id string + * 705475 : goom: negotiation fails when sink has ANY caps + * 705477 : directsoundsink: Glitches when playing S8 + * 705550 : rtpvp8depay: mark key frames and delta frames properly + * 706422 : jpegenc is sending wrong buffer on specific input/resolution ==== Download ==== @@ -111,13 +104,7 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Arnaud Vrac - * Douglas Bagnall - * Marc Leeman - * Matej Knopp - * Olivier Crête - * Peter Korsgaard * Sebastian Dröge + * Sjoerd Simons * Tim-Philipp Müller - * Wim Taymans  \ No newline at end of file diff --git a/common/Makefile.in b/common/Makefile.in index 264fd0888ffe48f2ade4ef47b583eaf81f66713f..f3ac26718a749f49af7262eb4bc5e674ec07b2df 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -277,7 +277,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/common/m4/Makefile.in b/common/m4/Makefile.in index b42ef2b03424ef8b97c9483060f37958d0a648eb..69cb5c179f1de2315eba4c3c71010efb9ab7f29b 100644 --- a/common/m4/Makefile.in +++ b/common/m4/Makefile.in @@ -237,7 +237,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/configure b/configure index 161c0477cb66d5c974bfe5dc966239fbffcf1b10..3babb7e79431bc67240e86748bd6f1d26e050c33 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GStreamer Good Plug-ins 1.0.9. +# Generated by GNU Autoconf 2.69 for GStreamer Good Plug-ins 1.0.10. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>. # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GStreamer Good Plug-ins' PACKAGE_TARNAME='gst-plugins-good' -PACKAGE_VERSION='1.0.9' -PACKAGE_STRING='GStreamer Good Plug-ins 1.0.9' +PACKAGE_VERSION='1.0.10' +PACKAGE_STRING='GStreamer Good Plug-ins 1.0.10' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -651,7 +651,6 @@ PROFILE_CFLAGS USE_BZ2_FALSE USE_BZ2_TRUE BZ2_LIBS -HAVE_BZ2 USE_ZLIB_FALSE USE_ZLIB_TRUE HAVE_ZLIB @@ -1941,7 +1940,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GStreamer Good Plug-ins 1.0.9 to adapt to many kinds of systems. +\`configure' configures GStreamer Good Plug-ins 1.0.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2017,7 +2016,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.0.9:";; + short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.0.10:";; esac cat <<\_ACEOF @@ -2372,7 +2371,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer Good Plug-ins configure 1.0.9 +GStreamer Good Plug-ins configure 1.0.10 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3183,7 +3182,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GStreamer Good Plug-ins $as_me 1.0.9, which was +It was created by GStreamer Good Plug-ins $as_me 1.0.10, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4117,7 +4116,7 @@ fi # Define the identity of the package. PACKAGE='gst-plugins-good' - VERSION='1.0.9' + VERSION='1.0.10' cat >>confdefs.h <<_ACEOF @@ -4240,9 +4239,9 @@ $as_echo "$am_cv_prog_tar_ustar" >&6; } - PACKAGE_VERSION_MAJOR=$(echo 1.0.9 | cut -d'.' -f1) - PACKAGE_VERSION_MINOR=$(echo 1.0.9 | cut -d'.' -f2) - PACKAGE_VERSION_MICRO=$(echo 1.0.9 | cut -d'.' -f3) + PACKAGE_VERSION_MAJOR=$(echo 1.0.10 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 1.0.10 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 1.0.10 | cut -d'.' -f3) @@ -4253,7 +4252,7 @@ $as_echo "$am_cv_prog_tar_ustar" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5 $as_echo_n "checking nano version... " >&6; } - NANO=$(echo 1.0.9 | cut -d'.' -f4) + NANO=$(echo 1.0.10 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -8844,10 +8843,10 @@ fi done - GST_CURRENT=8 + GST_CURRENT=9 GST_REVISION=0 - GST_AGE=8 - GST_LIBVERSION=8:0:8 + GST_AGE=9 + GST_LIBVERSION=9:0:9 @@ -35964,72 +35963,37 @@ if test x$USE_BZ2 = xyes; then HAVE_BZ2=no - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzCompress in -lbz2" >&5 -$as_echo_n "checking for BZ2_bzCompress in -lbz2... " >&6; } -if ${ac_cv_lib_bz2_BZ2_bzCompress+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lbz2 $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext + save_LIBS=$LIBS + LIBS="$LIBS -lbz2" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzlibVersion in -lbz2" >&5 +$as_echo_n "checking for BZ2_bzlibVersion in -lbz2... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char BZ2_bzCompress (); +#include <bzlib.h> int main () { -return BZ2_bzCompress (); +const char *version = BZ2_bzlibVersion (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_bz2_BZ2_bzCompress=yes -else - ac_cv_lib_bz2_BZ2_bzCompress=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bz2_BZ2_bzCompress" >&5 -$as_echo "$ac_cv_lib_bz2_BZ2_bzCompress" >&6; } -if test "x$ac_cv_lib_bz2_BZ2_bzCompress" = xyes; then : HAVE_BZ2=yes else HAVE_BZ2=no fi - +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_BZ2" >&5 +$as_echo "$HAVE_BZ2" >&6; } + LIBS=$save_LIBS if test "x$HAVE_BZ2" = "xyes"; then - ac_fn_c_check_header_mongrel "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" "$ac_includes_default" -if test "x$ac_cv_header_bzlib_h" = xyes; then : - : -else - HAVE_BZ2=no -fi - - - if test "x$HAVE_BZ2" = "xyes"; then - BZ2_LIBS="-lbz2" - else - : - fi - else - : + BZ2_LIBS="-lbz2" fi - - - LIBS=$gst_check_save_LIBS LDFLAGS=$gst_check_save_LDFLAGS CFLAGS=$gst_check_save_CFLAGS @@ -37503,7 +37467,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GStreamer Good Plug-ins $as_me 1.0.9, which was +This file was extended by GStreamer Good Plug-ins $as_me 1.0.10, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -37569,7 +37533,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GStreamer Good Plug-ins config.status 1.0.9 +GStreamer Good Plug-ins config.status 1.0.10 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 65ca6ea251fc22574aaf761199fb898ac8343227..be036640a2304612f36fa62ed1d2c93f46adaa3e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/pre -AC_INIT(GStreamer Good Plug-ins, 1.0.9, +AC_INIT(GStreamer Good Plug-ins, 1.0.10, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-good) @@ -45,7 +45,7 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 8, 0, 8) +AS_LIBTOOL(GST, 9, 0, 9) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 @@ -980,7 +980,15 @@ AG_GST_CHECK_FEATURE(ZLIB, [zlib support for qtdemux/matroska],, [ dnl *** matroska prefers to have bz2 *** translit(dnm, m, l) AM_CONDITIONAL(USE_BZ2, true) AG_GST_CHECK_FEATURE(BZ2, [bz2 library for matroska ],, [ - AG_GST_CHECK_LIBHEADER(BZ2, bz2, BZ2_bzCompress, ,bzlib.h, BZ2_LIBS="-lbz2") + save_LIBS=$LIBS + LIBS="$LIBS -lbz2" + AC_MSG_CHECKING([for BZ2_bzlibVersion in -lbz2]) + AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <bzlib.h>]], [[const char *version = BZ2_bzlibVersion ();]])],[HAVE_BZ2=yes],[HAVE_BZ2=no]) + AC_MSG_RESULT($HAVE_BZ2) + LIBS=$save_LIBS + if test "x$HAVE_BZ2" = "xyes"; then + BZ2_LIBS="-lbz2" + fi AC_SUBST(BZ2_LIBS) ]) diff --git a/docs/Makefile.in b/docs/Makefile.in index 15a6c71b27dc40657f8fd0e2e71370adabbcf49d..9036a0851f0617f0ec5a1bd9edfc9c6d6daa42f4 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -277,7 +277,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/docs/plugins/Makefile.in b/docs/plugins/Makefile.in index 493e732f454212e0565bd40fd9dc1c96272be3fb..5800f672c3ea10ebc710b333e1d8d305ab15dbd1 100644 --- a/docs/plugins/Makefile.in +++ b/docs/plugins/Makefile.in @@ -256,7 +256,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/docs/plugins/html/ch01.html b/docs/plugins/html/ch01.html index ba1d0f0d8c59816bf483a3b903ac0839540c7e92..78bc2d24fd8e65af7d641b98d004cf7af8e9eb8d 100644 --- a/docs/plugins/html/ch01.html +++ b/docs/plugins/html/ch01.html @@ -21,7 +21,7 @@ </tr></table> <div class="chapter"> <div class="titlepage"><div><div><h2 class="title"> -<a name="idp181008"></a>gst-plugins-good Elements</h2></div></div></div> +<a name="idp180544"></a>gst-plugins-good Elements</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="gst-plugins-good-plugins-3gppmux.html">3gppmux</a></span><span class="refpurpose"> — Muxer for 3GPP (.3gp) files</span> diff --git a/docs/plugins/html/ch02.html b/docs/plugins/html/ch02.html index a9a75cc85c11c5e4a3191ed65bcb6eda23d33ff8..3d05734c6f2c0d554a7fc9205396c3545304074e 100644 --- a/docs/plugins/html/ch02.html +++ b/docs/plugins/html/ch02.html @@ -21,7 +21,7 @@ </tr></table> <div class="chapter"> <div class="titlepage"><div><div><h2 class="title"> -<a name="idp5381136"></a>gst-plugins-good Plugins</h2></div></div></div> +<a name="idp5388128"></a>gst-plugins-good Plugins</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-1394.html">1394</a></span><span class="refpurpose"> — <a name="plugin-1394"></a>Source for video data via IEEE1394 interface</span> diff --git a/docs/plugins/html/ch03.html b/docs/plugins/html/ch03.html index d805450e3d030b49e7e81e8fbf507899742dbbcd..0da53af8416a2a719c3a0f764835dadb2a8fba29 100644 --- a/docs/plugins/html/ch03.html +++ b/docs/plugins/html/ch03.html @@ -21,7 +21,7 @@ </tr></table> <div class="chapter"> <div class="titlepage"><div><div><h2 class="title"> -<a name="idp5416128"></a>gst-plugins-good Base Classes</h2></div></div></div> +<a name="idp5423120"></a>gst-plugins-good Base Classes</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="GstIirEqualizer.html">GstIirEqualizer</a></span><span class="refpurpose"></span> diff --git a/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html b/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html index 640373718b0b940fa271001a8bfb25d510bfef8c..b4be7938a8aef4c1f76916419dc8cf6f08af7238 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html @@ -96,7 +96,7 @@ presentation-timestamp. <p> </p> <div class="refsect2"> -<a name="idp7864208"></a><h3>Example pipelines</h3> +<a name="idp7887072"></a><h3>Example pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -119,7 +119,7 @@ Documentation last reviewed on 2011-04-21 <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9242880"></a><h3>Element Information</h3> +<a name="idp6318096"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -142,7 +142,7 @@ Documentation last reviewed on 2011-04-21 </div> <hr> <div class="refsect2"> -<a name="idp9089232"></a><h3>Element Pads</h3> +<a name="idp6781776"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-aacparse.html b/docs/plugins/html/gst-plugins-good-plugins-aacparse.html index 3f13c32fcb4089ce934352e974fe5f2ea4d0d464..2cd840510d2cb2a4f3516029dfb31b70aeaf9f2e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-aacparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-aacparse.html @@ -66,7 +66,7 @@ can also estimate playback position and clip duration. <p> </p> <div class="refsect2"> -<a name="idp9273520"></a><h3>Example launch line</h3> +<a name="idp7811328"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -84,7 +84,7 @@ can also estimate playback position and clip duration. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp8827824"></a><h3>Element Information</h3> +<a name="idp8244176"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -107,7 +107,7 @@ can also estimate playback position and clip duration. </div> <hr> <div class="refsect2"> -<a name="idp9734704"></a><h3>Element Pads</h3> +<a name="idp6690416"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-aasink.html b/docs/plugins/html/gst-plugins-good-plugins-aasink.html index 80a69500c4cc01ff5490f71af2ce5f70387b6c36..8715410b8a2e0f0dc3a36dfe7786306812130c3a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-aasink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-aasink.html @@ -86,7 +86,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9733376"></a><h3>Element Information</h3> +<a name="idp6483936"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -109,7 +109,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp6852912"></a><h3>Element Pads</h3> +<a name="idp6475600"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html b/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html index ea155498ef11a6f1f3e2326bf1bc067b54a34d91..f8e3573c8cf081641ee685edd0499a718353f39a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html @@ -61,7 +61,7 @@ This is an AC3 parser. <p> </p> <div class="refsect2"> -<a name="idp7040048"></a><h3>Example launch line</h3> +<a name="idp8002592"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -79,7 +79,7 @@ This is an AC3 parser. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7916784"></a><h3>Element Information</h3> +<a name="idp7366592"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -102,7 +102,7 @@ This is an AC3 parser. </div> <hr> <div class="refsect2"> -<a name="idp8862912"></a><h3>Element Pads</h3> +<a name="idp9332464"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-agingtv.html b/docs/plugins/html/gst-plugins-good-plugins-agingtv.html index 1d7489f4ea189aca9383766d6307b9ce19f6f6f9..e0d9db8a6c01648642aaddd4590c5166f8658ff1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-agingtv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-agingtv.html @@ -74,7 +74,7 @@ scratches and dust. <p> </p> <div class="refsect2"> -<a name="idp8316176"></a><h3>Example launch line</h3> +<a name="idp5984768"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -92,7 +92,7 @@ scratches and dust. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp8913488"></a><h3>Element Information</h3> +<a name="idp5771520"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -115,7 +115,7 @@ scratches and dust. </div> <hr> <div class="refsect2"> -<a name="idp2722928"></a><h3>Element Pads</h3> +<a name="idp9944928"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-alawdec.html b/docs/plugins/html/gst-plugins-good-plugins-alawdec.html index a6934568ba18d5b27ab4bdf0b968614b9fef672a..185268ad3e085a6f369c339953f6074d863d98e8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-alawdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-alawdec.html @@ -60,7 +60,7 @@ This element decodes alaw audio. Alaw coding is also known as G.711. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6621088"></a><h3>Element Information</h3> +<a name="idp10478432"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -83,7 +83,7 @@ This element decodes alaw audio. Alaw coding is also known as G.711. </div> <hr> <div class="refsect2"> -<a name="idp6500560"></a><h3>Element Pads</h3> +<a name="idp10127584"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-alawenc.html b/docs/plugins/html/gst-plugins-good-plugins-alawenc.html index ed3eab1ed410bdeb1ada2520b61899d6f9ca451c..52fbb0c9e29628c453b3d7c94883fdfba76a0afa 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-alawenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-alawenc.html @@ -49,7 +49,7 @@ This element encode alaw audio. Alaw coding is also known as G.711. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp8113200"></a><h3>Element Information</h3> +<a name="idp10458272"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -72,7 +72,7 @@ This element encode alaw audio. Alaw coding is also known as G.711. </div> <hr> <div class="refsect2"> -<a name="idp9528496"></a><h3>Element Pads</h3> +<a name="idp6142160"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-alpha.html b/docs/plugins/html/gst-plugins-good-plugins-alpha.html index 56ac837dc8b0b0513ea5623cd94e8222f810017f..a77c12a38cb332c687e5d4bae71b8db1fd7b3634 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-alpha.html +++ b/docs/plugins/html/gst-plugins-good-plugins-alpha.html @@ -105,7 +105,7 @@ a snow video stream. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7748912"></a><h3>Element Information</h3> +<a name="idp6929216"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -130,7 +130,7 @@ Jan Schmidt <thaytan@noraisin.net></td> </div> <hr> <div class="refsect2"> -<a name="idp9266704"></a><h3>Element Pads</h3> +<a name="idp6519232"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html b/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html index e86cec0da7e3b4efc581e2900875f2a5bff2681d..f7421246e37fabe29c064cb213c21c55d181db96 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html +++ b/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html @@ -82,7 +82,7 @@ Sample pipeline: <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7486096"></a><h3>Element Information</h3> +<a name="idp6880768"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -105,7 +105,7 @@ Sample pipeline: </div> <hr> <div class="refsect2"> -<a name="idp6391392"></a><h3>Element Pads</h3> +<a name="idp9297936"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-amrparse.html b/docs/plugins/html/gst-plugins-good-plugins-amrparse.html index 1441eae16c539878523c40342dd6bc1b4147b646..ced70badd0437cf75963ff242becbf04153c7ba0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-amrparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-amrparse.html @@ -62,7 +62,7 @@ formats. <p> </p> <div class="refsect2"> -<a name="idp8337648"></a><h3>Example launch line</h3> +<a name="idp9034304"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -80,7 +80,7 @@ formats. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp8317648"></a><h3>Element Information</h3> +<a name="idp5616624"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -103,7 +103,7 @@ formats. </div> <hr> <div class="refsect2"> -<a name="idp7192928"></a><h3>Element Pads</h3> +<a name="idp10629744"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-apedemux.html b/docs/plugins/html/gst-plugins-good-plugins-apedemux.html index 499125bff704858fb96b4510e134625d07d25380..af47c44b6fb0f11fc79628b5f3469628c008bb6a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-apedemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-apedemux.html @@ -72,7 +72,7 @@ information. <p> </p> <div class="refsect2"> -<a name="idp7124032"></a><h3>Example launch line</h3> +<a name="idp8454848"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -92,7 +92,7 @@ the appropriate mime type set on buffers produced from apedemux. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9106432"></a><h3>Element Information</h3> +<a name="idp6137536"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -115,7 +115,7 @@ the appropriate mime type set on buffers produced from apedemux. </div> <hr> <div class="refsect2"> -<a name="idp7022160"></a><h3>Element Pads</h3> +<a name="idp9320784"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html b/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html index a0f0e12d0fb7104b7752623bb809e7776fbc70e6..ff453e34ac294f43c3a0b304779fc56f4d2ec3ae 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html @@ -66,7 +66,7 @@ GstApev2Mux implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6772512"></a><h3>Element Information</h3> +<a name="idp6636736"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -89,7 +89,7 @@ GstApev2Mux implements </div> <hr> <div class="refsect2"> -<a name="idp8333872"></a><h3>Element Pads</h3> +<a name="idp8787968"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html b/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html index 2f8e5f687b3f64d17563652264bf02b869284974..0928ed1fb52a17af17281df1e1e96b8435a06724 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html +++ b/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html @@ -81,7 +81,7 @@ in pass-through mode. <p> </p> <div class="refsect2"> -<a name="idp5658336"></a><h3>Example launch line</h3> +<a name="idp7497696"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -99,7 +99,7 @@ in pass-through mode. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp5869648"></a><h3>Element Information</h3> +<a name="idp5722208"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -122,7 +122,7 @@ in pass-through mode. </div> <hr> <div class="refsect2"> -<a name="idp6302256"></a><h3>Element Pads</h3> +<a name="idp10329696"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html b/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html index c6ac57461c7e25da48685f97576f2dac48025297..046cda4540ed61b78d73eefbb9cef9ef9817322e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html @@ -72,7 +72,7 @@ The difference between the clipping modes is best evaluated by testing. <p> </p> <div class="refsect2"> -<a name="idp2670528"></a><h3>Example launch line</h3> +<a name="idp7855776"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -94,7 +94,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp8141888"></a><h3>Element Information</h3> +<a name="idp7498368"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -117,7 +117,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp6320992"></a><h3>Element Pads</h3> +<a name="idp6409024"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html b/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html index 7be393365eb3d95290c4cf9dec07775f7c0f47e5..35c287f9f04754083c2ff709c3a3e353b9f4a369 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html @@ -103,7 +103,7 @@ a cutoff frequency at a quarter of the sampling rate. <p> </p> <div class="refsect2"> -<a name="idp6156096"></a><h3>Example launch line</h3> +<a name="idp6405808"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -125,7 +125,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10683152"></a><h3>Element Information</h3> +<a name="idp9274080"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -148,7 +148,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp7988816"></a><h3>Element Pads</h3> +<a name="idp8839472"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html b/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html index 0fdde7b13df7b2a4e7a680d7948d17085a85f3ed..e3f6690ad836541e1e81d988982a19e173a5cc16 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html @@ -100,7 +100,7 @@ a cutoff frequency at a quarter of the sampling rate. <p> </p> <div class="refsect2"> -<a name="idp9059024"></a><h3>Example launch line</h3> +<a name="idp7497248"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -122,7 +122,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10298256"></a><h3>Element Information</h3> +<a name="idp8717728"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -145,7 +145,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp7493216"></a><h3>Element Pads</h3> +<a name="idp9169424"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html b/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html index 3a96bc6d5c1fe929f2c276af644c26313982241b..f636aa3b036cea0606de64e1fa04572caf1601eb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html @@ -76,7 +76,7 @@ soft-knee mode is selected the ratio is applied smoothly. <p> </p> <div class="refsect2"> -<a name="idp10655664"></a><h3>Example launch line</h3> +<a name="idp7185840"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -98,7 +98,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10570112"></a><h3>Element Information</h3> +<a name="idp10122960"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -121,7 +121,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp7412592"></a><h3>Element Pads</h3> +<a name="idp11748096"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audioecho.html b/docs/plugins/html/gst-plugins-good-plugins-audioecho.html index 8b403301ca813eb04e06463b714b961565ad0bb2..d7483b5eacc3173a44cd8ae589659a90b6919d66 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audioecho.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audioecho.html @@ -84,7 +84,7 @@ state and will be set to the current delay by default. <p> </p> <div class="refsect2"> -<a name="idp8849312"></a><h3>Example launch line</h3> +<a name="idp8731280"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -104,7 +104,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7587920"></a><h3>Element Information</h3> +<a name="idp8190352"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -127,7 +127,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp6798368"></a><h3>Element Pads</h3> +<a name="idp8048608"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html b/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html index 7d2d3bdedec7d0154e46ce9265278b8c1e426d69..599bf95b4e72f428a1a14a83566ad7119b580fc1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html @@ -95,7 +95,7 @@ FIR filters as they're depending on the sampling rate. <p> </p> <div class="refsect2"> -<a name="idp9185408"></a><h3>Example application</h3> +<a name="idp5849872"></a><h3>Example application</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -441,7 +441,7 @@ gint <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7803936"></a><h3>Element Information</h3> +<a name="idp7477856"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -464,7 +464,7 @@ gint </div> <hr> <div class="refsect2"> -<a name="idp6845584"></a><h3>Element Pads</h3> +<a name="idp10058384"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html b/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html index 87f61a7cf2f84e33e0d1be7b39fee39d63af64cf..57d7e33b2f93895b29411c90a13f0bbd8ca69bdf 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html @@ -91,7 +91,7 @@ IIR filters as they're depending on the sampling rate. <p> </p> <div class="refsect2"> -<a name="idp7648192"></a><h3>Example application</h3> +<a name="idp6803008"></a><h3>Example application</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -389,7 +389,7 @@ gint <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9873792"></a><h3>Element Information</h3> +<a name="idp5448512"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -412,7 +412,7 @@ gint </div> <hr> <div class="refsect2"> -<a name="idp11216208"></a><h3>Element Pads</h3> +<a name="idp5939424"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html b/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html index 9e75bc6d8bc8bb4c15c5fe78ac14400cbf82f0aa..afe923f59f67fd2bf39b0ff5cb96ccb3289ad0a4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html @@ -72,7 +72,7 @@ Creating a stereo sample from a mono source, with one channel inverted produces <p> </p> <div class="refsect2"> -<a name="idp2504096"></a><h3>Example launch line</h3> +<a name="idp7423968"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -94,7 +94,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9209264"></a><h3>Element Information</h3> +<a name="idp8441952"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -117,7 +117,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp7446112"></a><h3>Element Pads</h3> +<a name="idp10012160"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html b/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html index b66978a933317117694e60740b07453971d09b04..4ed01ca126c27c7454f9e1de78656d1508d346b1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html @@ -74,7 +74,7 @@ This plugin is useful for karaoke applications. <p> </p> <div class="refsect2"> -<a name="idp10107552"></a><h3>Example launch line</h3> +<a name="idp5910096"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -92,7 +92,7 @@ This plugin is useful for karaoke applications. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10120032"></a><h3>Element Information</h3> +<a name="idp8704048"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -115,7 +115,7 @@ This plugin is useful for karaoke applications. </div> <hr> <div class="refsect2"> -<a name="idp12246256"></a><h3>Element Pads</h3> +<a name="idp10794560"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html b/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html index 0f361a41918a7837617120301effd09b493b0172..38b750724c18af7f53742910fa4adebefdab784c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html @@ -71,7 +71,7 @@ which keeps the same perceived loudness, and a simple panning method that just c <p> </p> <div class="refsect2"> -<a name="idp6555664"></a><h3>Example launch line</h3> +<a name="idp9585392"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -95,7 +95,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6656432"></a><h3>Element Information</h3> +<a name="idp6637376"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -118,7 +118,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp9720944"></a><h3>Element Pads</h3> +<a name="idp10957920"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html b/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html index 3c5e8ef8024ba3426764dd911da2a7d6a01f3183..8438559786f3f83f695ed4490518ff811c2c23fd 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html @@ -83,7 +83,7 @@ disadvantage is the much slower execution time with larger kernels. <p> </p> <div class="refsect2"> -<a name="idp10257424"></a><h3>Example launch line</h3> +<a name="idp6470368"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -105,7 +105,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10047008"></a><h3>Element Information</h3> +<a name="idp9741456"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -128,7 +128,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp6809184"></a><h3>Element Pads</h3> +<a name="idp5945200"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html b/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html index 78b296c678ff4e42f2d9c74c45ce3972db1f5bf3..350b060534b91d03a490fd8c7ee526e31adc5cc4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html @@ -83,7 +83,7 @@ disadvantage is the much slower execution time with larger kernels. <p> </p> <div class="refsect2"> -<a name="idp9661376"></a><h3>Example launch line</h3> +<a name="idp3883584"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -105,7 +105,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp8859440"></a><h3>Element Information</h3> +<a name="idp7246896"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -128,7 +128,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <hr> <div class="refsect2"> -<a name="idp9974080"></a><h3>Element Pads</h3> +<a name="idp5649504"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-auparse.html b/docs/plugins/html/gst-plugins-good-plugins-auparse.html index 011a3339a592f604d3b4f6e85e3e356f7cb400c6..990b15b08f3e37abee4823d5624872c17fd201d8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-auparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-auparse.html @@ -60,7 +60,7 @@ Parses .au files mostly originating from sun os based computers. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9463808"></a><h3>Element Information</h3> +<a name="idp9709104"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -83,7 +83,7 @@ Parses .au files mostly originating from sun os based computers. </div> <hr> <div class="refsect2"> -<a name="idp10210272"></a><h3>Element Pads</h3> +<a name="idp7914560"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html b/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html index 2b3964a596106b6ae1ad84b238037fc4581459a6..e699ecfd49d47ef239f0c63f0b31f51ab47194a2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html @@ -81,7 +81,7 @@ of their element information, and also have a non-zero autoplugging rank. <p> </p> <div class="refsect2"> -<a name="idp7130976"></a><h3>Example launch line</h3> +<a name="idp7273088"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -99,7 +99,7 @@ of their element information, and also have a non-zero autoplugging rank. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7087824"></a><h3>Element Information</h3> +<a name="idp10295792"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -122,7 +122,7 @@ of their element information, and also have a non-zero autoplugging rank. </div> <hr> <div class="refsect2"> -<a name="idp7581296"></a><h3>Element Pads</h3> +<a name="idp7242528"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html b/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html index cf3f9f369f27baae755eeb46f9527ddb996ace44..2eca5bbd2cbfc7c59eeb975ade5db56df04b9fb1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html @@ -80,7 +80,7 @@ of their element information, and also have a non-zero autoplugging rank. <p> </p> <div class="refsect2"> -<a name="idp5965344"></a><h3>Example launch line</h3> +<a name="idp1631696"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -98,7 +98,7 @@ of their element information, and also have a non-zero autoplugging rank. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7537392"></a><h3>Element Information</h3> +<a name="idp7352448"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -121,7 +121,7 @@ of their element information, and also have a non-zero autoplugging rank. </div> <hr> <div class="refsect2"> -<a name="idp6152448"></a><h3>Element Pads</h3> +<a name="idp8925248"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html b/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html index bba242aae97ad2c2da2a15b4d0a04b3e65874492..1ff25addd69acb73237767b29381a215d114587b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html @@ -81,7 +81,7 @@ of their element information, and also have a non-zero autoplugging rank. <p> </p> <div class="refsect2"> -<a name="idp7943088"></a><h3>Example launch line</h3> +<a name="idp11387984"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -99,7 +99,7 @@ of their element information, and also have a non-zero autoplugging rank. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6334880"></a><h3>Element Information</h3> +<a name="idp8905808"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -122,7 +122,7 @@ of their element information, and also have a non-zero autoplugging rank. </div> <hr> <div class="refsect2"> -<a name="idp11437168"></a><h3>Element Pads</h3> +<a name="idp12041024"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html b/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html index d3ba27139d3e986c6029fcf8c68c1f52beb24d16..6c9c5f117b4226dbbcdc9af290ddc7297f60628d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html @@ -80,7 +80,7 @@ of their element information, and also have a non-zero autoplugging rank. <p> </p> <div class="refsect2"> -<a name="idp7819408"></a><h3>Example launch line</h3> +<a name="idp7830272"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -98,7 +98,7 @@ of their element information, and also have a non-zero autoplugging rank. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idm23904"></a><h3>Element Information</h3> +<a name="idp5565008"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -121,7 +121,7 @@ of their element information, and also have a non-zero autoplugging rank. </div> <hr> <div class="refsect2"> -<a name="idp6568592"></a><h3>Element Pads</h3> +<a name="idp9392240"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-avidemux.html b/docs/plugins/html/gst-plugins-good-plugins-avidemux.html index e9604af408f9500afecc0d1b2c1368b3dca4d9b1..dc0c9555d1045033738a2fba1784c53c9ab4e450 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-avidemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-avidemux.html @@ -64,7 +64,7 @@ capabilities of the upstream elements. <p> </p> <div class="refsect2"> -<a name="idp12399792"></a><h3>Example launch line</h3> +<a name="idp11554480"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -88,7 +88,7 @@ Last reviewed on 2006-12-29 (0.10.6) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp12396592"></a><h3>Element Information</h3> +<a name="idp11551280"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -111,7 +111,7 @@ Last reviewed on 2006-12-29 (0.10.6) </div> <hr> <div class="refsect2"> -<a name="idp12271936"></a><h3>Element Pads</h3> +<a name="idp11545504"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-avimux.html b/docs/plugins/html/gst-plugins-good-plugins-avimux.html index 05be85c5088db7d5695a3aea844b89468842a3e5..eac6dbb85cdf494d2863efdc066612d4766abf97 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-avimux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-avimux.html @@ -76,7 +76,7 @@ Muxes raw or compressed audio and/or video streams into an AVI file. <p> </p> <div class="refsect2"> -<a name="idp11806672"></a><h3>Example launch lines</h3> +<a name="idp6097360"></a><h3>Example launch lines</h3> <p>(write everything in one line, without the backslash characters)</p> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> @@ -130,7 +130,7 @@ only work if you have the necessary encoder elements installed of course. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7047488"></a><h3>Element Information</h3> +<a name="idp9869536"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -153,7 +153,7 @@ only work if you have the necessary encoder elements installed of course. </div> <hr> <div class="refsect2"> -<a name="idp8833328"></a><h3>Element Pads</h3> +<a name="idp5967488"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html b/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html index 17a171e6117add4239bded1b5bf0b6fb2970a6c5..9290ecba9722be3d6ee4eddc0867e82642ca531f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html +++ b/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html @@ -57,7 +57,7 @@ <p> </p> <div class="refsect2"> -<a name="idp5770176"></a><h3>Example launch line</h3> +<a name="idp11799168"></a><h3>Example launch line</h3> <p> Parses the subtitle stream from an avi file. </p> @@ -78,7 +78,7 @@ Last reviewed on 2008-02-01 <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp8889168"></a><h3>Element Information</h3> +<a name="idp11916592"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -101,7 +101,7 @@ Last reviewed on 2008-02-01 </div> <hr> <div class="refsect2"> -<a name="idp11567248"></a><h3>Element Pads</h3> +<a name="idp10857376"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-cacasink.html b/docs/plugins/html/gst-plugins-good-plugins-cacasink.html index bece193f965fcdf264cf7dcf80ac6f4d8941d44a..151d800256bf504c9a4dbd78b4e42ab97efc706a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-cacasink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-cacasink.html @@ -69,7 +69,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9440240"></a><h3>Element Information</h3> +<a name="idp8058688"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -92,7 +92,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp5341472"></a><h3>Element Pads</h3> +<a name="idp3333664"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html b/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html index 0c0d263580cdacbd136004c8b11fa33619414b5c..8efc8b1a4db890cff5ea0c2187834c521cd8b65b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html @@ -68,7 +68,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp2534368"></a><h3>Element Information</h3> +<a name="idp9014608"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -91,7 +91,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp11293760"></a><h3>Element Pads</h3> +<a name="idp7359472"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-capssetter.html b/docs/plugins/html/gst-plugins-good-plugins-capssetter.html index 1a3697368853d7a9cc78bed236d0576031013547..fbcb27c2db9c7abe212d49fba5e9050d4fd0ba54 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-capssetter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-capssetter.html @@ -68,7 +68,7 @@ <p> </p> <div class="refsect2"> -<a name="idp5798448"></a><p> +<a name="idp7476272"></a><p> Sets or merges caps on a stream's buffers. That is, a buffer's caps are updated using (fields of) <a class="link" href="gst-plugins-good-plugins-capssetter.html#GstCapsSetter--caps" title='The "caps" property'>caps</a>. Note that this may @@ -99,7 +99,7 @@ alike. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7808000"></a><h3>Element Information</h3> +<a name="idp11379728"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -122,7 +122,7 @@ alike. </div> <hr> <div class="refsect2"> -<a name="idp6567904"></a><h3>Element Pads</h3> +<a name="idp11438896"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-cutter.html b/docs/plugins/html/gst-plugins-good-plugins-cutter.html index 0044795b2e5df07efc6bd0a4e8aca4c72273e669..ffbfeffc4cdd4610dec545edf98b0cf5133a70cd 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-cutter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-cutter.html @@ -89,7 +89,7 @@ The message's structure contains two fields: <p> </p> <div class="refsect2"> -<a name="idp11784704"></a><h3>Example launch line</h3> +<a name="idp11730464"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -107,7 +107,7 @@ The message's structure contains two fields: <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6171280"></a><h3>Element Information</h3> +<a name="idp11855744"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -130,7 +130,7 @@ The message's structure contains two fields: </div> <hr> <div class="refsect2"> -<a name="idm25280"></a><h3>Element Pads</h3> +<a name="idp11785712"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html b/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html index 3ca7c935d9c9140bd768214a6095971f9861b847..e981af89879af2f97c4b98406e4cdb7f1f7ecce1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html @@ -61,7 +61,7 @@ This is a DCA (DTS Coherent Acoustics) parser. <p> </p> <div class="refsect2"> -<a name="idp5572432"></a><h3>Example launch line</h3> +<a name="idp7998080"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -79,7 +79,7 @@ This is a DCA (DTS Coherent Acoustics) parser. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp5521248"></a><h3>Element Information</h3> +<a name="idp5582816"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -102,7 +102,7 @@ This is a DCA (DTS Coherent Acoustics) parser. </div> <hr> <div class="refsect2"> -<a name="idp10390656"></a><h3>Element Pads</h3> +<a name="idp6704816"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html b/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html index ddb718d162274bb2a75866d936968feac7db7fe2..4c5de15bb23404cb116c1cdbc57dfb10c54673e9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html +++ b/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html @@ -83,7 +83,7 @@ For this different algorithms can be selected which will be described later. <p> </p> <div class="refsect2"> -<a name="idp6610160"></a><h3>Example launch line</h3> +<a name="idp12042896"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -101,7 +101,7 @@ For this different algorithms can be selected which will be described later. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10885248"></a><h3>Element Information</h3> +<a name="idp10996288"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -124,7 +124,7 @@ For this different algorithms can be selected which will be described later. </div> <hr> <div class="refsect2"> -<a name="idp10217520"></a><h3>Element Pads</h3> +<a name="idp12830496"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html b/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html index eb808f24be9c70aa8cb6e703f5bf612f4ccaee6a..8e80a7fd97ca67cb64fecec010f694e8bd95d2f7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html +++ b/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html @@ -78,7 +78,7 @@ before further processing of the audio data. <p> </p> <div class="refsect2"> -<a name="idp6119216"></a><h3>Example launch line</h3> +<a name="idp9965248"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -110,7 +110,7 @@ channels exchanged. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11166400"></a><h3>Element Information</h3> +<a name="idp6298064"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -133,7 +133,7 @@ channels exchanged. </div> <hr> <div class="refsect2"> -<a name="idp9060672"></a><h3>Element Pads</h3> +<a name="idp8978480"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-dicetv.html b/docs/plugins/html/gst-plugins-good-plugins-dicetv.html index eb13b4882b46ab02601d970102099fafc4f4749c..d67da2388e0f31543866606ad1d39ef367f0a005 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dicetv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dicetv.html @@ -83,7 +83,7 @@ consistent between each frame. <p> </p> <div class="refsect2"> -<a name="idp10587344"></a><h3>Example launch line</h3> +<a name="idp8486032"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -101,7 +101,7 @@ consistent between each frame. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11727600"></a><h3>Element Information</h3> +<a name="idp7605648"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -124,7 +124,7 @@ consistent between each frame. </div> <hr> <div class="refsect2"> -<a name="idp2586336"></a><h3>Element Pads</h3> +<a name="idp8638848"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html b/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html index f1cadd1274e2247a17a0fffadec24985b68282ad..1f666034cc762b797027428d35daeaf03fd6521f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html @@ -45,7 +45,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9231312"></a><h3>Element Information</h3> +<a name="idp7534912"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -68,7 +68,7 @@ </div> <hr> <div class="refsect2"> -<a name="idm5440"></a><h3>Element Pads</h3> +<a name="idp10938960"></a><h3>Element Pads</h3> </div> </div> <p> diff --git a/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html b/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html index f3faacadf470db182355523d7316d0aef1ecf342..85ff97028452511b111ebc59a3e0b1de5a371dbe 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html @@ -90,7 +90,7 @@ GstDV1394Src implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7538400"></a><h3>Element Information</h3> +<a name="idp5887584"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -113,7 +113,7 @@ GstDV1394Src implements </div> <hr> <div class="refsect2"> -<a name="idp5761392"></a><h3>Element Pads</h3> +<a name="idp6345728"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-dvdec.html b/docs/plugins/html/gst-plugins-good-plugins-dvdec.html index 3af75c302f7d0396571e91aa22eecd66fcf9ec8e..932b9f3cc576e56f6f4d1ec4119d65fdecb058a6 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dvdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dvdec.html @@ -68,7 +68,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7036176"></a><h3>Element Information</h3> +<a name="idp12061488"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -91,7 +91,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp13544176"></a><h3>Element Pads</h3> +<a name="idp13340688"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html b/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html index 4f135dace215bf4e4040efc418fee5beb7b28bc4..8442b77daf6a06032c650f14fd0c25f234d0063f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html @@ -57,7 +57,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10827776"></a><h3>Element Information</h3> +<a name="idp6809760"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -80,7 +80,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp6890976"></a><h3>Element Pads</h3> +<a name="idp8043472"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-edgetv.html b/docs/plugins/html/gst-plugins-good-plugins-edgetv.html index d84a31bda68bba6128cad9cd116760956a8a249a..be51ff6812b7347509497298acf17ad04ab6c02a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-edgetv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-edgetv.html @@ -63,7 +63,7 @@ computer way. <p> </p> <div class="refsect2"> -<a name="idp9826720"></a><h3>Example launch line</h3> +<a name="idp10558800"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -81,7 +81,7 @@ computer way. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7722736"></a><h3>Element Information</h3> +<a name="idp5916576"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -104,7 +104,7 @@ computer way. </div> <hr> <div class="refsect2"> -<a name="idp7213792"></a><h3>Element Pads</h3> +<a name="idp13310560"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html b/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html index ecc08035b6e8a07165b472efe25d1f64530af5ac..9cd0cd0e5d357cb161ce05a37ced58e8f3b9464d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html +++ b/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html @@ -89,7 +89,7 @@ frequency bands between 30 Hz and 15 kHz. <p> </p> <div class="refsect2"> -<a name="idp7767248"></a><h3>Example launch line</h3> +<a name="idp10493440"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -107,7 +107,7 @@ frequency bands between 30 Hz and 15 kHz. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10239024"></a><h3>Element Information</h3> +<a name="idp11034496"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -130,7 +130,7 @@ frequency bands between 30 Hz and 15 kHz. </div> <hr> <div class="refsect2"> -<a name="idp13637824"></a><h3>Element Pads</h3> +<a name="idp12732432"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html b/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html index c0c844f4911c219c0d169a5dc3470a082ad5a648..bf9a47e869d5201997547b67d7d70ba35644c2bc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html +++ b/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html @@ -82,7 +82,7 @@ medium frequency and high frequency band. <p> </p> <div class="refsect2"> -<a name="idp1697232"></a><h3>Example launch line</h3> +<a name="idp13032048"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -100,7 +100,7 @@ medium frequency and high frequency band. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11824416"></a><h3>Element Information</h3> +<a name="idp7433952"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -123,7 +123,7 @@ medium frequency and high frequency band. </div> <hr> <div class="refsect2"> -<a name="idp9000304"></a><h3>Element Pads</h3> +<a name="idp10233872"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html b/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html index 64a920908050d6fc67f25d72af8d6be2171fdacf..fe3b36e4196ad00709b71b3cbcbaa5a9e9e6c83f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html +++ b/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html @@ -81,7 +81,7 @@ the center frequency, band width and gain. <p> </p> <div class="refsect2"> -<a name="idp7841120"></a><h3>Example launch line</h3> +<a name="idp7478336"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -98,7 +98,7 @@ the center frequency, band width and gain. </p> <hr> <div class="refsect2"> -<a name="idp12606880"></a><h3>Example code</h3> +<a name="idp8811840"></a><h3>Example code</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -190,7 +190,7 @@ the center frequency, band width and gain. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp8070064"></a><h3>Element Information</h3> +<a name="idp10758976"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -213,7 +213,7 @@ the center frequency, band width and gain. </div> <hr> <div class="refsect2"> -<a name="idp8892448"></a><h3>Element Pads</h3> +<a name="idp14137664"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-flacdec.html b/docs/plugins/html/gst-plugins-good-plugins-flacdec.html index 7a9fbd63f02eaf29229342d00768fcd853ce875a..62fc75b82ce1b0b056cf9166c0a8f9df7c2888cc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flacdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flacdec.html @@ -58,7 +58,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp5569280"></a><h3>Element Information</h3> +<a name="idp11457088"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -81,7 +81,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp9343232"></a><h3>Element Pads</h3> +<a name="idp10655248"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-flacenc.html b/docs/plugins/html/gst-plugins-good-plugins-flacenc.html index fd206271f5d8d0159f4e8184473d84df2cedaae1..6a2697fa6ad7a851c76c179e622e5054a345fefb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flacenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flacenc.html @@ -88,7 +88,7 @@ GstFlacEnc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9327088"></a><h3>Element Information</h3> +<a name="idp11967952"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -111,7 +111,7 @@ GstFlacEnc implements </div> <hr> <div class="refsect2"> -<a name="idp12447536"></a><h3>Element Pads</h3> +<a name="idp8915104"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-flacparse.html b/docs/plugins/html/gst-plugins-good-plugins-flacparse.html index 21ee97d118733cb0c94f247e137289c8af0b45cf..2d1b7595349476128ccacc81b3705fba1131eb9a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flacparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flacparse.html @@ -80,7 +80,7 @@ format file to an ogg bitstream. <p> </p> <div class="refsect2"> -<a name="idp11453616"></a><h3>Example pipelines</h3> +<a name="idp7709728"></a><h3>Example pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -102,7 +102,7 @@ buffer has the timestamp, duration, offset, and offset_end set. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7178368"></a><h3>Element Information</h3> +<a name="idp14137952"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -125,7 +125,7 @@ buffer has the timestamp, duration, offset, and offset_end set. </div> <hr> <div class="refsect2"> -<a name="idp7232272"></a><h3>Element Pads</h3> +<a name="idp11696240"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-flactag.html b/docs/plugins/html/gst-plugins-good-plugins-flactag.html index 3aeed0131764b29103e549e97187415b3b85da85..eb8395d55bdc6d122fce13402b1a8fab0ed95472 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flactag.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flactag.html @@ -65,7 +65,7 @@ GstFlacTag implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10455488"></a><h3>Element Information</h3> +<a name="idp10448688"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -88,7 +88,7 @@ GstFlacTag implements </div> <hr> <div class="refsect2"> -<a name="idp9091456"></a><h3>Element Pads</h3> +<a name="idp9567712"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html b/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html index 7b12af4613bae90358ec7d6c26cfc16f2ec5ba57..77d68309ff87ffc17f0fe7dedac2382ab06827ce 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html @@ -60,7 +60,7 @@ flvdemux demuxes an FLV file into the different contained streams. <p> </p> <div class="refsect2"> -<a name="idp12493440"></a><h3>Example launch line</h3> +<a name="idp12607568"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -78,7 +78,7 @@ flvdemux demuxes an FLV file into the different contained streams. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14628576"></a><h3>Element Information</h3> +<a name="idp8766880"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -101,7 +101,7 @@ flvdemux demuxes an FLV file into the different contained streams. </div> <hr> <div class="refsect2"> -<a name="idp10452176"></a><h3>Element Pads</h3> +<a name="idp8310288"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-flvmux.html b/docs/plugins/html/gst-plugins-good-plugins-flvmux.html index ce00e89422663e5e91bb485abfd22576b4bae468..f3d372cf9c97f5979b5a33b0e54e9e0a7728a76b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flvmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flvmux.html @@ -77,7 +77,7 @@ flvmux muxes different streams into an FLV file. <p> </p> <div class="refsect2"> -<a name="idp12124160"></a><h3>Example launch line</h3> +<a name="idp11106816"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -95,7 +95,7 @@ flvmux muxes different streams into an FLV file. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14120624"></a><h3>Element Information</h3> +<a name="idp12534864"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -118,7 +118,7 @@ flvmux muxes different streams into an FLV file. </div> <hr> <div class="refsect2"> -<a name="idp10123376"></a><h3>Element Pads</h3> +<a name="idp10836800"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-flxdec.html b/docs/plugins/html/gst-plugins-good-plugins-flxdec.html index dd8d1f31375d8c955e294c56ff5f7162d3a1f05f..db04d12f20c58db02a029489bf8ae4072627494e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flxdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flxdec.html @@ -60,7 +60,7 @@ This element decodes fli/flc/flx-video into raw video <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11134768"></a><h3>Element Information</h3> +<a name="idp8060336"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -83,7 +83,7 @@ This element decodes fli/flc/flx-video into raw video </div> <hr> <div class="refsect2"> -<a name="idp10157600"></a><h3>Element Pads</h3> +<a name="idp9321968"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-gamma.html b/docs/plugins/html/gst-plugins-good-plugins-gamma.html index c2e44f25cf368bdc015f165ba536de3db8c33894..e0b67abed7019f3ae0bf467374e6122174ded585 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-gamma.html +++ b/docs/plugins/html/gst-plugins-good-plugins-gamma.html @@ -70,7 +70,7 @@ Performs gamma correction on a video stream. <p> </p> <div class="refsect2"> -<a name="idp11835216"></a><h3>Example launch line</h3> +<a name="idp13475872"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -102,7 +102,7 @@ Last reviewed on 2010-04-18 (0.10.22) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp12848208"></a><h3>Element Information</h3> +<a name="idp8130160"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -125,7 +125,7 @@ Last reviewed on 2010-04-18 (0.10.22) </div> <hr> <div class="refsect2"> -<a name="idp12611312"></a><h3>Element Pads</h3> +<a name="idp13560656"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html b/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html index 094bb7dafbc58734d0e61c14c90ae2f48de4bfb9..59064d4b45902f4fa19d663a892d3c531978dc5b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html @@ -74,7 +74,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7651360"></a><h3>Element Information</h3> +<a name="idp6209632"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -97,7 +97,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp13788576"></a><h3>Element Pads</h3> +<a name="idp14002320"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html b/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html index f91760f5e01bf3739e2c75f84236fa3e39475454..1484ba3263d720214bcd8a112e6f856126329b44 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html @@ -69,7 +69,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp12383680"></a><h3>Element Information</h3> +<a name="idp12306336"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -92,7 +92,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp14597152"></a><h3>Element Pads</h3> +<a name="idp11347488"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-goom.html b/docs/plugins/html/gst-plugins-good-plugins-goom.html index 5dd15924cb40eef2fe5934f0d255bcbb420fbab7..ae6acf1df8a9bf97df6faa7249796ed8c70c6432 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-goom.html +++ b/docs/plugins/html/gst-plugins-good-plugins-goom.html @@ -61,7 +61,7 @@ based on the incoming audio signal. <p> </p> <div class="refsect2"> -<a name="idp5430112"></a><h3>Example launch line</h3> +<a name="idp11453232"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -79,7 +79,7 @@ based on the incoming audio signal. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6559264"></a><h3>Element Information</h3> +<a name="idp12340112"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -102,7 +102,7 @@ based on the incoming audio signal. </div> <hr> <div class="refsect2"> -<a name="idp6908000"></a><h3>Element Pads</h3> +<a name="idp10735056"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html b/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html index d5b35fdd679b4bf17fb1145bb18308046c19fbc3..f251bb25e6c11a559edd6e29ac1dba95c4bdd975 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html +++ b/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html @@ -62,7 +62,7 @@ visualisation. Also available is goom2k4, with a different look. <p> </p> <div class="refsect2"> -<a name="idp5466800"></a><h3>Example launch line</h3> +<a name="idp5458224"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -80,7 +80,7 @@ visualisation. Also available is goom2k4, with a different look. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp2615216"></a><h3>Element Information</h3> +<a name="idp11333200"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -103,7 +103,7 @@ visualisation. Also available is goom2k4, with a different look. </div> <hr> <div class="refsect2"> -<a name="idp5590688"></a><h3>Element Pads</h3> +<a name="idp10553728"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html b/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html index bb97e5fc2723b540681103d385ca3c3446f864e5..4d67aa22a7858cbebd024ea16a21baa2aac712a4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html +++ b/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html @@ -79,7 +79,7 @@ GstHDV1394Src implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11494000"></a><h3>Element Information</h3> +<a name="idp13657280"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -102,7 +102,7 @@ GstHDV1394Src implements </div> <hr> <div class="refsect2"> -<a name="idp11765696"></a><h3>Element Pads</h3> +<a name="idp13208992"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-icydemux.html b/docs/plugins/html/gst-plugins-good-plugins-icydemux.html index ffae2f2c5b73172a141c672e2dbc84ab4d1a7f11..c5f35c67bb49c903951bd2df5437842b5fc9e9cb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-icydemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-icydemux.html @@ -64,7 +64,7 @@ on outgoing buffers. <p> </p> <div class="refsect2"> -<a name="idp7361056"></a><h3>Example launch line</h3> +<a name="idp7688128"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -85,7 +85,7 @@ or giosrc instead of souphttpsrc should also work.) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10443408"></a><h3>Element Information</h3> +<a name="idp12043920"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -108,7 +108,7 @@ or giosrc instead of souphttpsrc should also work.) </div> <hr> <div class="refsect2"> -<a name="idp14534784"></a><h3>Element Pads</h3> +<a name="idp13656576"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-id3demux.html b/docs/plugins/html/gst-plugins-good-plugins-id3demux.html index 216477d261255bea1c5ed38b28b5ec4909a61dc8..c2983d6fd87064ea8979edd2f9e38795b58df33d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-id3demux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-id3demux.html @@ -83,7 +83,7 @@ relied on libid3tag from the MAD project. <p> </p> <div class="refsect2"> -<a name="idp7392832"></a><h3>Example launch line</h3> +<a name="idp10540912"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -103,7 +103,7 @@ the appropriate mime type set on buffers produced from id3demux. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp12150384"></a><h3>Element Information</h3> +<a name="idp10291600"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -126,7 +126,7 @@ the appropriate mime type set on buffers produced from id3demux. </div> <hr> <div class="refsect2"> -<a name="idp15237120"></a><h3>Element Pads</h3> +<a name="idp12381392"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html b/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html index 6cfbb45355d354d86febb6e8bebb9fd1a7fd3073..cb1ce8b1e8e43b32baff93fae964012f0edd1d1a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html @@ -66,7 +66,7 @@ GstId3v2Mux implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7534400"></a><h3>Element Information</h3> +<a name="idp7096544"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -89,7 +89,7 @@ GstId3v2Mux implements </div> <hr> <div class="refsect2"> -<a name="idp13446096"></a><h3>Element Pads</h3> +<a name="idp14641408"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html b/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html index 5147e81e2f69f1873a2df2b4b819f6a152b3a420..a4d410b9d41fa73c711c763615936092fde812d0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html +++ b/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html @@ -62,7 +62,7 @@ by downstream, allows seeking and answers queries. <p> </p> <div class="refsect2"> -<a name="idp5539760"></a><h3>Example launch line</h3> +<a name="idp14187104"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -80,7 +80,7 @@ by downstream, allows seeking and answers queries. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6580160"></a><h3>Element Information</h3> +<a name="idp8765840"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -103,7 +103,7 @@ by downstream, allows seeking and answers queries. </div> <hr> <div class="refsect2"> -<a name="idp9165824"></a><h3>Element Pads</h3> +<a name="idp9475824"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-interleave.html b/docs/plugins/html/gst-plugins-good-plugins-interleave.html index c4a427dcfd6f6c3703becf76c1edaaee5ac22abc..f3c8cd0637ea1bc7c0ee00fd98894fc97c08f583 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-interleave.html +++ b/docs/plugins/html/gst-plugins-good-plugins-interleave.html @@ -82,7 +82,7 @@ The channel number of every sinkpad in the out can be retrieved from the "channe <p> </p> <div class="refsect2"> -<a name="idp8334336"></a><h3>Example launch line</h3> +<a name="idp9931760"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -113,7 +113,7 @@ channels exchanged. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11206304"></a><h3>Element Information</h3> +<a name="idp10952512"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -136,7 +136,7 @@ channels exchanged. </div> <hr> <div class="refsect2"> -<a name="idp8764640"></a><h3>Element Pads</h3> +<a name="idp13543472"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html b/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html index 771f4e09b5e41d769aca3d5b5d05604982a33b2f..d3ed27807b212ade2e08afa80a3b8efee9d25ca2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html @@ -96,7 +96,7 @@ presentation-timestamp. <p> </p> <div class="refsect2"> -<a name="idp5829744"></a><h3>Example pipelines</h3> +<a name="idp10480544"></a><h3>Example pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -119,7 +119,7 @@ Documentation last reviewed on 2011-04-21 <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6013504"></a><h3>Element Information</h3> +<a name="idp10680912"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -142,7 +142,7 @@ Documentation last reviewed on 2011-04-21 </div> <hr> <div class="refsect2"> -<a name="idp13755200"></a><h3>Element Pads</h3> +<a name="idp6826720"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html index 0356e4246a5b7671ed6f95318cf461aefff8021b..d32492ecea7d71d3922b7ddb621355ccf5c7cc9d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html @@ -71,7 +71,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp5670240"></a><h3>Element Information</h3> +<a name="idp15028368"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -94,7 +94,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp8466992"></a><h3>Element Pads</h3> +<a name="idp8507472"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html index 9ac421aeb17fe4da25a40779634e7c6eed8b1860..8220abfd0955212cadfdca627e90c2494d9a12e9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html @@ -72,7 +72,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10915392"></a><h3>Element Information</h3> +<a name="idp15642352"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -95,7 +95,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp14609392"></a><h3>Element Pads</h3> +<a name="idp14135472"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html b/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html index 2cb72e5c2bf194a2b7a789943e6bbff615b9b2d4..62e96621cd51c2ae66d9ebe6286ead6cf22e75ad 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html @@ -67,7 +67,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp16048992"></a><h3>Element Information</h3> +<a name="idp7630624"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -90,7 +90,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp12455312"></a><h3>Element Pads</h3> +<a name="idp12698544"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html b/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html index 11d488d0c51ed6c30022af8f4939a568f376598e..6ecc94eb12cd9bc444bd411c830876ea8d60c6cc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html @@ -83,7 +83,7 @@ GstJpegEnc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp15372112"></a><h3>Element Information</h3> +<a name="idp11983664"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -106,7 +106,7 @@ GstJpegEnc implements </div> <hr> <div class="refsect2"> -<a name="idp15264272"></a><h3>Element Pads</h3> +<a name="idp2240256"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-level.html b/docs/plugins/html/gst-plugins-good-plugins-level.html index c513325ba8d1361346fa6741e7c77d6720bf7fd5..0adea511c0d630582d4961966bde8eb55abefa04 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-level.html +++ b/docs/plugins/html/gst-plugins-good-plugins-level.html @@ -127,7 +127,7 @@ The message's structure contains these fields: <p> </p> <div class="refsect2"> -<a name="idp11990096"></a><h3>Example application</h3> +<a name="idp15582496"></a><h3>Example application</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -417,7 +417,7 @@ The message's structure contains these fields: <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp13824608"></a><h3>Element Information</h3> +<a name="idp13295664"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -440,7 +440,7 @@ The message's structure contains these fields: </div> <hr> <div class="refsect2"> -<a name="idp14391872"></a><h3>Element Pads</h3> +<a name="idp10809472"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html b/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html index 83c12bf3bf50256f2465b6d4ed54df3de4073aca..679ed2fe219564a625344aa5e6408c71cacdb459 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html @@ -68,7 +68,7 @@ matroskademux demuxes a Matroska file into the different contained streams. <p> </p> <div class="refsect2"> -<a name="idp7275520"></a><h3>Example launch line</h3> +<a name="idp13908848"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -86,7 +86,7 @@ matroskademux demuxes a Matroska file into the different contained streams. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9038784"></a><h3>Element Information</h3> +<a name="idp5870256"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -109,7 +109,7 @@ matroskademux demuxes a Matroska file into the different contained streams. </div> <hr> <div class="refsect2"> -<a name="idp11364480"></a><h3>Element Pads</h3> +<a name="idp13766336"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html b/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html index 496dc7b62eb1995a42d226d9813f1fa50e58870d..cda50762aa88b4b4f67a36ac64355908f1015eeb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html @@ -80,7 +80,7 @@ matroskamux muxes different input streams into a Matroska file. <p> </p> <div class="refsect2"> -<a name="idp6742512"></a><h3>Example launch line</h3> +<a name="idp16428416"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -109,7 +109,7 @@ matroskamux muxes different input streams into a Matroska file. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp13944096"></a><h3>Element Information</h3> +<a name="idp14045152"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -132,7 +132,7 @@ matroskamux muxes different input streams into a Matroska file. </div> <hr> <div class="refsect2"> -<a name="idp10034400"></a><h3>Element Pads</h3> +<a name="idp11308880"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html b/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html index 2860c38b61cbb4c8e885397a065981d0691de58b..305207edb04a96dcddda5a57918eb390a4e41ce3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html @@ -133,7 +133,7 @@ presentation-timestamp. <p> </p> <div class="refsect2"> -<a name="idp16074816"></a><h3>Example pipelines</h3> +<a name="idp15226288"></a><h3>Example pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -156,7 +156,7 @@ Documentation last reviewed on 2011-04-21 <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp16078160"></a><h3>Element Information</h3> +<a name="idp15229632"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -179,7 +179,7 @@ Documentation last reviewed on 2011-04-21 </div> <hr> <div class="refsect2"> -<a name="idp15291392"></a><h3>Element Pads</h3> +<a name="idp14579600"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-monoscope.html b/docs/plugins/html/gst-plugins-good-plugins-monoscope.html index 29c98b3672f8732ffb1b41f76e87fd19d92a35dd..ca2ffad12c53c95766c8b593657337d143c7c5a5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-monoscope.html +++ b/docs/plugins/html/gst-plugins-good-plugins-monoscope.html @@ -49,7 +49,7 @@ curve of the audio signal like on an oscilloscope. <p> </p> <div class="refsect2"> -<a name="idp13408496"></a><h3>Example launch line</h3> +<a name="idp15073616"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -67,7 +67,7 @@ curve of the audio signal like on an oscilloscope. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp15384928"></a><h3>Element Information</h3> +<a name="idp6870960"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -90,7 +90,7 @@ curve of the audio signal like on an oscilloscope. </div> <hr> <div class="refsect2"> -<a name="idp5659200"></a><h3>Element Pads</h3> +<a name="idp6752496"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html b/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html index 834e47403781914e82dc339322542cc50dcda863..5f93fbffcb19a5a4fe154e4643ee071a237964c5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html @@ -133,7 +133,7 @@ presentation-timestamp. <p> </p> <div class="refsect2"> -<a name="idp6047328"></a><h3>Example pipelines</h3> +<a name="idp15745744"></a><h3>Example pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -156,7 +156,7 @@ Documentation last reviewed on 2011-04-21 <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp16598624"></a><h3>Element Information</h3> +<a name="idp15269152"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -179,7 +179,7 @@ Documentation last reviewed on 2011-04-21 </div> <hr> <div class="refsect2"> -<a name="idp15230848"></a><h3>Element Pads</h3> +<a name="idp14864352"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html b/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html index 32e4b70c9574d160998d8c8990354f6f07b1e1e2..78d04fa78cbf7b7c219f3e5ec6267b36ad15a7b5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html @@ -61,7 +61,7 @@ Parses and frames mpeg1 audio streams. Provides seeking. <p> </p> <div class="refsect2"> -<a name="idp13287248"></a><h3>Example launch line</h3> +<a name="idp14140000"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -79,7 +79,7 @@ Parses and frames mpeg1 audio streams. Provides seeking. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp10611136"></a><h3>Element Information</h3> +<a name="idp12409568"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -102,7 +102,7 @@ Parses and frames mpeg1 audio streams. Provides seeking. </div> <hr> <div class="refsect2"> -<a name="idp6319552"></a><h3>Element Pads</h3> +<a name="idp7768592"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html b/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html index 3b1d37e6407e90103504e0988af8ec7e576f773e..0134ffa7955272f21924224e6a8fa6ae31c89415 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html @@ -60,7 +60,7 @@ This element decodes mulaw audio. Mulaw coding is also known as G.711. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp13555584"></a><h3>Element Information</h3> +<a name="idp10846496"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -83,7 +83,7 @@ This element decodes mulaw audio. Mulaw coding is also known as G.711. </div> <hr> <div class="refsect2"> -<a name="idp15065712"></a><h3>Element Pads</h3> +<a name="idp8097568"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html b/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html index ff6e27ecfd90d56086794b72eb6f0d097fbf1e51..18dead8b443d58dd91a4096dbb9045a49ada68cc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html @@ -49,7 +49,7 @@ This element encode mulaw audio. Mulaw coding is also known as G.711. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6892800"></a><h3>Element Information</h3> +<a name="idp14042560"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -72,7 +72,7 @@ This element encode mulaw audio. Mulaw coding is also known as G.711. </div> <hr> <div class="refsect2"> -<a name="idp13857216"></a><h3>Element Pads</h3> +<a name="idp13521968"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html b/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html index 883bb465bcd2fd2aeb16fe9fc27fb7b21cced30c..0e10233f4a7e63463dccfaa78b0b3155219ac3f3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html @@ -132,7 +132,7 @@ The message's structure contains these fields: <p> </p> <div class="refsect2"> -<a name="idp14569888"></a><h3>Example launch line</h3> +<a name="idp15385312"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -155,7 +155,7 @@ Last reviewed on 2009-09-11 (0.10.17) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp16180384"></a><h3>Element Information</h3> +<a name="idp16268288"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -178,7 +178,7 @@ Last reviewed on 2009-09-11 (0.10.17) </div> <hr> <div class="refsect2"> -<a name="idp15907584"></a><h3>Element Pads</h3> +<a name="idp14692256"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html b/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html index 35148154712e7d8eaa59f3fbe9d6ec93e889bb97..8606a54f1d0756852734393fe750247d5f4afca1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html @@ -82,7 +82,7 @@ File names are created by replacing "%d" with the index using <code class="funct <p> </p> <div class="refsect2"> -<a name="idp14352896"></a><h3>Example launch line</h3> +<a name="idp10523632"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -105,7 +105,7 @@ files named img.0000.png, img.0001.png, etc. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6350400"></a><h3>Element Information</h3> +<a name="idp11085936"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -128,7 +128,7 @@ files named img.0000.png, img.0001.png, etc. </div> <hr> <div class="refsect2"> -<a name="idp10932960"></a><h3>Element Pads</h3> +<a name="idp15361312"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html b/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html index 7543275dfbef230f42c640c73ee680bd13bbbf57..ea65d039d9a543539777ed95dfad9ca5439d0139 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html @@ -83,7 +83,7 @@ otherwise it will be autodetected. <p> </p> <div class="refsect2"> -<a name="idp13409536"></a><h3>Sample pipelines</h3> +<a name="idp14962768"></a><h3>Sample pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -102,7 +102,7 @@ containing JPEG frames. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp13776368"></a><h3>Element Information</h3> +<a name="idp15961200"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -125,7 +125,7 @@ containing JPEG frames. </div> <hr> <div class="refsect2"> -<a name="idp10903184"></a><h3>Element Pads</h3> +<a name="idp10760032"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html b/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html index 97af451b7ff664c4cf84c4bd9df476274f178b4f..8618611049e36713583b4e09988b79fe4a6b207b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html @@ -70,7 +70,7 @@ multipart streams are sequential JPEG frames. <p> </p> <div class="refsect2"> -<a name="idp16725296"></a><h3>Sample pipelines</h3> +<a name="idp14458240"></a><h3>Sample pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -89,7 +89,7 @@ stored to a file. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14080464"></a><h3>Element Information</h3> +<a name="idp15868848"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -112,7 +112,7 @@ stored to a file. </div> <hr> <div class="refsect2"> -<a name="idp16060944"></a><h3>Element Pads</h3> +<a name="idp17267872"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html b/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html index b61be46c65f8a25230f2bf0c0de169ff33512bc5..4989c7f8371fd5340c30688b813d0cf3e5ce4dfb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html @@ -102,7 +102,7 @@ It can be combined with rtp payload encoders to implement RTP streaming. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14567856"></a><h3>Element Information</h3> +<a name="idp14668672"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -125,7 +125,7 @@ It can be combined with rtp payload encoders to implement RTP streaming. </div> <hr> <div class="refsect2"> -<a name="idp13742496"></a><h3>Element Pads</h3> +<a name="idp7819664"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-optv.html b/docs/plugins/html/gst-plugins-good-plugins-optv.html index 83fccf60153e5c601a856626a4f41ab211ddebc2..2fe3f9dd508cdab74626bad5ee890d2275200688 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-optv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-optv.html @@ -74,7 +74,7 @@ various optical pattern. <p> </p> <div class="refsect2"> -<a name="idp7815168"></a><h3>Example launch line</h3> +<a name="idp5593680"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -92,7 +92,7 @@ various optical pattern. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9233536"></a><h3>Element Information</h3> +<a name="idp15624000"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -115,7 +115,7 @@ various optical pattern. </div> <hr> <div class="refsect2"> -<a name="idp14789456"></a><h3>Element Pads</h3> +<a name="idp14426080"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html b/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html index 78a4289b03c744d7541edc4b857450fa3c93de28..ddb8ffa5278d7395f5a137f4a80948aae1111dea 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html @@ -79,7 +79,7 @@ GstOss4Sink implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp13742016"></a><h3>Element Information</h3> +<a name="idp18248704"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -102,7 +102,7 @@ GstOss4Sink implements </div> <hr> <div class="refsect2"> -<a name="idp12736528"></a><h3>Element Pads</h3> +<a name="idp18228176"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-oss4src.html b/docs/plugins/html/gst-plugins-good-plugins-oss4src.html index e92ecad799781f87de8a6008c658b92ab9cae305..a7cf805f7bdacac633f827b722c5e02a73bd0ea1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-oss4src.html +++ b/docs/plugins/html/gst-plugins-good-plugins-oss4src.html @@ -78,7 +78,7 @@ GstOss4Source implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp16484016"></a><h3>Element Information</h3> +<a name="idp16699888"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -101,7 +101,7 @@ GstOss4Source implements </div> <hr> <div class="refsect2"> -<a name="idp13635632"></a><h3>Element Pads</h3> +<a name="idp11705600"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-osssink.html b/docs/plugins/html/gst-plugins-good-plugins-osssink.html index 0c3d3f48480e9e1adec92ff920123976d2a5c2ee..e8299673b56b24e29d229da3cedb799a8ea93415 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osssink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osssink.html @@ -68,7 +68,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14807408"></a><h3>Element Information</h3> +<a name="idp17198544"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -91,7 +91,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp15133328"></a><h3>Element Pads</h3> +<a name="idp14716880"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-osssrc.html b/docs/plugins/html/gst-plugins-good-plugins-osssrc.html index b1b299b82f1d4064e1050a11fbf9a5a5ba585e1f..923df649f87fd74abfa4a958d6b001bbe38a9193 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osssrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osssrc.html @@ -78,7 +78,7 @@ GstOssSrc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp13675328"></a><h3>Element Information</h3> +<a name="idp14986240"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -101,7 +101,7 @@ GstOssSrc implements </div> <hr> <div class="refsect2"> -<a name="idp14885600"></a><h3>Element Pads</h3> +<a name="idp12005152"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html b/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html index cf7d82f3226ab77e918c6f1756ad686880ff73a3..325b583a36e8170319c8ec4905847ec651a8f8c5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html @@ -53,7 +53,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14531936"></a><h3>Element Information</h3> +<a name="idp12645200"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -76,7 +76,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp14470144"></a><h3>Element Pads</h3> +<a name="idp17313952"></a><h3>Element Pads</h3> </div> </div> <p> diff --git a/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html b/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html index 68a1b2685607f9cea3d373456f663c27c16f1176..1582879293d1f99c95c3d67f956c476cd3953afb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html @@ -53,7 +53,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14397584"></a><h3>Element Information</h3> +<a name="idp14974832"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -76,7 +76,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp17241920"></a><h3>Element Pads</h3> +<a name="idp17489456"></a><h3>Element Pads</h3> </div> </div> <p> diff --git a/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html b/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html index abc80b928f096c329963c3123a3dacfbd92dad08..2ab7ae71e922d3f47b56c007177d7523e5aa663e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html @@ -54,7 +54,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp16103792"></a><h3>Element Information</h3> +<a name="idp17559520"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -77,7 +77,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp16616384"></a><h3>Element Pads</h3> +<a name="idp17363312"></a><h3>Element Pads</h3> </div> </div> <p> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html index e620716e84614c263592cf0c8da36f15141fa53d..54ed0551c509265d0d84279d3f3f9b0f4627a3bf 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25737456"></a><h2>Plugin Information</h2> +<a name="idp24931824"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp21567408"></a><h2>Elements</h2> +<a name="idp23918432"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html index 06229c5eb5fb7ac6eea1c57672f9114759f77a78..82aa3c2e2115070b570167ae4387da531559a58f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25784416"></a><h2>Plugin Information</h2> +<a name="idp25619568"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24008624"></a><h2>Elements</h2> +<a name="idp24365968"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html index 9fc646242c5efd799fd5103627874ead1a6ed917..f876ce6d298fdae6dbba4a60b81b287c91016592 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp22624736"></a><h2>Plugin Information</h2> +<a name="idp24390560"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp19394416"></a><h2>Elements</h2> +<a name="idp23955696"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html index 2a85ea2f5c636fa002ba3f9a939cef941eeb85d9..453cd3465f5808158b213f686ac3200772dff6f4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp22071200"></a><h2>Plugin Information</h2> +<a name="idp26087104"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25603264"></a><h2>Elements</h2> +<a name="idp23665296"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html index f22784183ac73b1e293624795aff0763e7046913..a30dfbd8493efab47ed7b7fe5110b5ca4fbd29a9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25754784"></a><h2>Plugin Information</h2> +<a name="idp25770448"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22133440"></a><h2>Elements</h2> +<a name="idp24618032"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html index a21b6763e21b17de0a244e1c32a687f84d9f51c9..623c0ba9c0f0a651a5459f93acfebd1e8eaa277a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp20844048"></a><h2>Plugin Information</h2> +<a name="idp23547216"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp19743200"></a><h2>Elements</h2> +<a name="idp25721888"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html index 49c0b1e1b0dd7e5b1706a0fe7d72b946ba7d8c30..0bf5567fd82489221196c3e12191a04bedc6528d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25412096"></a><h2>Plugin Information</h2> +<a name="idp26097968"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23596672"></a><h2>Elements</h2> +<a name="idp22110128"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html index 4ff9c34e7686e917e52f2fb9a8e919fb2de460ae..9b401cad787bddfa85e699acbb991a529d48cf5d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25622368"></a><h2>Plugin Information</h2> +<a name="idp22855456"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24904528"></a><h2>Elements</h2> +<a name="idp24551264"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html index 3cab009d5165d148915b0d71b9df108435929e26..3649e0b4af019fd6788e0003a4573e6802d510c2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24677632"></a><h2>Plugin Information</h2> +<a name="idp24091920"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22904144"></a><h2>Elements</h2> +<a name="idp23259440"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html index 91512db87187425cb0b8371071c9ee7c447168e8..c18bcf86bfbacb59483e3191b540ca20f8eee1fb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24665936"></a><h2>Plugin Information</h2> +<a name="idp25122400"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24029488"></a><h2>Elements</h2> +<a name="idp24218320"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html index fcddd9ca973e1059a2120440148d8daae941cffe..45ff388191d2adb1cfc35f2e3ab07275f4c5f0ed 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp22705584"></a><h2>Plugin Information</h2> +<a name="idp22076064"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24537488"></a><h2>Elements</h2> +<a name="idp20581600"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html index 2e136a7131cbc8670fb2c03837d48dba2ab86c2b..412c14ce14837af95db1f17e2662035078b06226 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25067872"></a><h2>Plugin Information</h2> +<a name="idp26032832"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22518624"></a><h2>Elements</h2> +<a name="idp20468160"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html index 0d09dfe6cad37d38c3601b3862af4f393e25609a..48d74d57ad145ae352c54eef71d79297bb700166 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp23413824"></a><h2>Plugin Information</h2> +<a name="idp24056928"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24575552"></a><h2>Elements</h2> +<a name="idp25731760"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html index 20297a4f6d06eec22dc58850f3e48c15d84b2dc6..aea09d688de00f8d7aaa7202f179d20b5e442595 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp21911728"></a><h2>Plugin Information</h2> +<a name="idp7538240"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp20443984"></a><h2>Elements</h2> +<a name="idp25061792"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html index 004849680b2a12eeec13202a9dbfe4eb7f75e5de..e23db861acd198a5192c7f60dd2d6ded6b39485f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp20443520"></a><h2>Plugin Information</h2> +<a name="idp20455776"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23601872"></a><h2>Elements</h2> +<a name="idp24417824"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html index ca01faa4d0041261f6e6090acfe47de28bcb867f..0cdae98c9845fe49a18db7309b512566751c4517 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25083760"></a><h2>Plugin Information</h2> +<a name="idp23728736"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23665888"></a><h2>Elements</h2> +<a name="idp23787680"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html index 9fccd9a712c7d97f59fd03198b64d53d1f18942d..35dc60d2b1b54c3fe2a2faa87cbf8dc25098d341 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp21930768"></a><h2>Plugin Information</h2> +<a name="idp24518704"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp19133312"></a><h2>Elements</h2> +<a name="idp24592400"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html index 8159a5cfa053128340d5a5b050bda1cb5c316d07..ea79d0a53d401c34a52171c900b4f172313db144 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25013152"></a><h2>Plugin Information</h2> +<a name="idp26168560"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24071408"></a><h2>Elements</h2> +<a name="idp23654080"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html index 48d075e478c2021e9a8490dc77cc8440e0661410..f67185d9d91b3f8396e8e3edd83a8f88e90d260e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24562752"></a><h2>Plugin Information</h2> +<a name="idp22683040"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp21568336"></a><h2>Elements</h2> +<a name="idp19707728"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html index 4ac41c332def8b28f0f75d99f897b9ecf4576800..571ecba6416b45a732ce2d3dda3e1c066c235ed1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24532224"></a><h2>Plugin Information</h2> +<a name="idp25886784"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25423888"></a><h2>Elements</h2> +<a name="idp20020976"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html index 798f03fb3fc88663d00dee1093d35f7c2e0cae34..61949bd398774cc8eb3288702818e27ca96ae6d1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp22100544"></a><h2>Plugin Information</h2> +<a name="idp26029600"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23805408"></a><h2>Elements</h2> +<a name="idp21870304"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html index f8f6e19c3884dc222e12598a38a346f65cb6f8a8..6a892a4742470c3adb5d507f8118b10cd591a4ae 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp5454976"></a><h2>Plugin Information</h2> +<a name="idp23731712"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22171152"></a><h2>Elements</h2> +<a name="idp5666400"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html index 4d46e83899c0f774ab60e2884c44a803bed7355b..6f82d9fb6287ab352f20c7a2c1a249951c384366 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25752512"></a><h2>Plugin Information</h2> +<a name="idp22810016"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25061408"></a><h2>Elements</h2> +<a name="idp22825744"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html index 88712821c488c06b9b55d8741b016b1f126cb1aa..17735959bc7ce493be106d52ce67535fc26a0532 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24499712"></a><h2>Plugin Information</h2> +<a name="idp26056976"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22872528"></a><h2>Elements</h2> +<a name="idp22538256"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html index 562cd901d487e74b2df06015faaccf1722d09721..e63e7f024ade366ba70427dfbdb0ff27d653014d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24640432"></a><h2>Plugin Information</h2> +<a name="idp25927984"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25604960"></a><h2>Elements</h2> +<a name="idp24897776"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html index ec307719143c7dfd380286989f84bb85d69e8684..e43b4ba573e2f97b31b7440bceb5f6c57aab8b5b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp18482688"></a><h2>Plugin Information</h2> +<a name="idp23931952"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23848576"></a><h2>Elements</h2> +<a name="idp24539040"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html index 2b1f6b5f0f819329f148c3a89481487ca881f441..fefe684743c771595312bdaab71504a291f7768d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp16631824"></a><h2>Plugin Information</h2> +<a name="idp25181472"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23403744"></a><h2>Elements</h2> +<a name="idp24331568"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html index 2c413702ef481202b2bc83edb135d858f638e341..37b9af77b867a5c7364bd6c0cab0be41e725390a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp22137888"></a><h2>Plugin Information</h2> +<a name="idp22580096"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp15038016"></a><h2>Elements</h2> +<a name="idp24570400"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html index 0a7a7ae5d10ae6ab3d69f1423d9945523a9838e4..84c0266c313878ddcef5f5966b045e8523fbf25b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24695792"></a><h2>Plugin Information</h2> +<a name="idp24459136"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25884400"></a><h2>Elements</h2> +<a name="idp25644448"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html index 9b04f0fb5aa3dcf969bd6672f96e2fa64f609260..daf641fbdde89fedac5f7d437af989fe38ba7995 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp19836288"></a><h2>Plugin Information</h2> +<a name="idp21869664"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22270560"></a><h2>Elements</h2> +<a name="idp25732752"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html index 2dff001264500ad12c14f508abc819f284d36472..2c672a4ef006a3231bd6674b647a3c9f43b31f0c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24702832"></a><h2>Plugin Information</h2> +<a name="idp26183968"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25037856"></a><h2>Elements</h2> +<a name="idp22483152"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html index f1e4c0387cbed1ca86ef11f8aa084190a3038afa..289d78e41af6adb6f40f7befb29a15c4300ed855 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp9481232"></a><h2>Plugin Information</h2> +<a name="idp25555600"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp6902320"></a><h2>Elements</h2> +<a name="idp22545952"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html index e37741ce0ad30c1c315192c153eb080ef99cf7e8..9abe544c457548b591c90198b6a3b994c900906b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25141008"></a><h2>Plugin Information</h2> +<a name="idp20485088"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25434272"></a><h2>Elements</h2> +<a name="idp23150560"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html index b05f2c31fc5319d685a45cfb04a3dd898dbbb23e..062b7311fa4e406e1f4df4ac1859ada8ff7fee21 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp10799232"></a><h2>Plugin Information</h2> +<a name="idp23780560"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24524656"></a><h2>Elements</h2> +<a name="idp23240880"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html index 7b76f08dcf8fd94d8fa28a7a154eba66a775f34f..45bd953aee06255e210be1bd35a4af0bc62e147b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp23888064"></a><h2>Plugin Information</h2> +<a name="idp26005104"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25997168"></a><h2>Elements</h2> +<a name="idp25948384"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html index 2428a448c3934d3c32fb0008bc63a4d1356057d8..ce20378c3920d376b263666600699ddbb6d97999 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25805456"></a><h2>Plugin Information</h2> +<a name="idp24066544"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp21757280"></a><h2>Elements</h2> +<a name="idp22911664"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html index 53cbdbdfe39b6df652540a13b5ba2ef4b11ffb4c..1267a42e83c973be653a2f7e8e66ec3eca537f9d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp10910272"></a><h2>Plugin Information</h2> +<a name="idp25979856"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25883120"></a><h2>Elements</h2> +<a name="idp22577104"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html index f1bdbcb07600964b0ccebbe34ce496c638e19cad..bfeff265460498b1051c224d79eceae581543e4d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25883376"></a><h2>Plugin Information</h2> +<a name="idp25993952"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp19843104"></a><h2>Elements</h2> +<a name="idp25950144"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html index 58a74b2ea99d7d4f67fcec57adfb803434d7f30f..cc0a7c33d644be12fcfd68af8e0486693d890e9e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25120272"></a><h2>Plugin Information</h2> +<a name="idp5700768"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp26183104"></a><h2>Elements</h2> +<a name="idp23707056"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html index 9abc6684fe01ecb560a0b856e9ca857967c81caa..5f8acf3763a58f6679ddd9bddd64b80220bc3fab 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25993792"></a><h2>Plugin Information</h2> +<a name="idp26105904"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24766016"></a><h2>Elements</h2> +<a name="idp18372768"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html index 148b255a58581da10623f8bdfb95f08be09af8e3..c8a317d7e6e8eead81975676e94919a573cca58a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25583904"></a><h2>Plugin Information</h2> +<a name="idp23810464"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24850368"></a><h2>Elements</h2> +<a name="idp26789424"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html index 2fc1aab415dfd2cbe57f467b573f11808e829a3c..9676d27e57b677378a632cacdd8efdda2c3afd07 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp23656944"></a><h2>Plugin Information</h2> +<a name="idp24615824"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp26283488"></a><h2>Elements</h2> +<a name="idp26651024"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html index 196f9f6bb5e6f822c41eecaa06861a71eaaee906..6f849706ec319cf5f71bfe2c8a6eb389fc1589c3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26673888"></a><h2>Plugin Information</h2> +<a name="idp21869968"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23145824"></a><h2>Elements</h2> +<a name="idp24965040"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html index 10fc064b44d0278f68a81496ff52fd0e579ed7cb..4a5c3216559d83054c6b8f3af2191eb43881435d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25869872"></a><h2>Plugin Information</h2> +<a name="idp23893840"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22873984"></a><h2>Elements</h2> +<a name="idp26712688"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html index a7e52bbe27802228ccb5e2f29f0347b21428d28c..2ea030a652b43bb4254b9192da091d00e34710de 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp23932016"></a><h2>Plugin Information</h2> +<a name="idp19990544"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp26081920"></a><h2>Elements</h2> +<a name="idp25943648"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html index 249c7b1fce7342146e60f42b6db29f56b98fb726..e7c8b3efad89c734566c73e4d19a93ba8a20c629 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26169392"></a><h2>Plugin Information</h2> +<a name="idp26452032"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25431376"></a><h2>Elements</h2> +<a name="idp22470160"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html index 6dc3edb4aa2189cb5b907df89c6ca91ad9656d12..0a1cffcdf75998a5cca82a703e90a518c99ad5f2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24716080"></a><h2>Plugin Information</h2> +<a name="idp24381872"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp21574976"></a><h2>Elements</h2> +<a name="idp22220224"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html index 1a82ef5438e99c8711e18a1b3bb0418735e3aff7..164bf6340f1ca41506eed65098720b34345d8fed 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26570704"></a><h2>Plugin Information</h2> +<a name="idp25029632"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25045184"></a><h2>Elements</h2> +<a name="idp23483504"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html index 1b7537ff54395f8acb5c830212373d40d9ad5c45..109f631ac89ddabfc3f7beeabbd45f29ad0de21b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp22139248"></a><h2>Plugin Information</h2> +<a name="idp24241296"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25104656"></a><h2>Elements</h2> +<a name="idp25013136"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html index f799fca94f274ba808715ba6458d945fbccc4c17..b7a1a6cf4b190e1fec8cc7dc84a5ce2c68759f0d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24548224"></a><h2>Plugin Information</h2> +<a name="idp26804464"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24492704"></a><h2>Elements</h2> +<a name="idp24407296"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2send.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2send.html index ef4b63e1a49381f878ee1ff26a5f9469b6f1eeea..b3fb817a762d9408e8ed08f50052f03abd1bfa3b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2send.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2send.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25541728"></a><h2>Plugin Information</h2> +<a name="idp27118352"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22138016"></a><h2>Elements</h2> +<a name="idp22627216"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html index 3287d026c24369902bf4e5f84d5c26ec9473b613..ecc11af41e053527945a62666c71c77bf9a96955 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24904656"></a><h2>Plugin Information</h2> +<a name="idp20027360"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25519232"></a><h2>Elements</h2> +<a name="idp22819920"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html index 70291f60c774ec5d7206655e4d3a6cc9bc7a0204..1164584178baca5dfa3375891bed6d4fabea92bc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26134560"></a><h2>Plugin Information</h2> +<a name="idp25717616"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24656560"></a><h2>Elements</h2> +<a name="idp26077888"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html index e453e413ff1c2d7e0d8ff4e1c4e2e6ea8297a418..e00bf46c3b404cabdd7f97fb40e03189280566b7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp23694528"></a><h2>Plugin Information</h2> +<a name="idp25267488"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24728912"></a><h2>Elements</h2> +<a name="idp27187392"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html index fda68c7806eb11b33838cdb1bb2751121b2f9f3a..91d7b1803883eec2ea5622c5be70a66e47c677fd 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26452160"></a><h2>Plugin Information</h2> +<a name="idp25799488"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24900000"></a><h2>Elements</h2> +<a name="idp26788608"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html index fd9fd93da716770449555922ee975c80cb4f7ad4..a1809f57f687a94472a27772aac79b35a687427e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25126736"></a><h2>Plugin Information</h2> +<a name="idp26818320"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24847408"></a><h2>Elements</h2> +<a name="idp26171440"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html index 789cef12442f90f3fecaf905c53de71cbb0b9fc8..ab0557c52a21acc678880877d4594e6fe6f4107d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26582048"></a><h2>Plugin Information</h2> +<a name="idp25492896"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22922112"></a><h2>Elements</h2> +<a name="idp23520688"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html index fad0e4288e8b25b2c4eb77c04757c881a4377ceb..7f0928b7a7741017cd9395db7d1b15c8f3c1502b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24076368"></a><h2>Plugin Information</h2> +<a name="idp25937808"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25731440"></a><h2>Elements</h2> +<a name="idp26183072"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html index 5ad2a79d502ec5d2cead00b151cded10587e154f..57574171f5ce35817e43e771968f26ed3cc73b5b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp23606864"></a><h2>Plugin Information</h2> +<a name="idp18839600"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22322384"></a><h2>Elements</h2> +<a name="idp23554720"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html index a7efba97305e1be53dc85c69f687ff3ebe96534b..975638103f9541a9d5ead7807b7e22cadffdb4f5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp27083856"></a><h2>Plugin Information</h2> +<a name="idp25515360"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp21854624"></a><h2>Elements</h2> +<a name="idp25842560"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html index bc7e2aee9c27bf5bf415de01d7a687a83286d741..614bd3f934ab3ad287f46f4c5c62597440f838de 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26320672"></a><h2>Plugin Information</h2> +<a name="idp25621696"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24730368"></a><h2>Elements</h2> +<a name="idp25950528"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html index 789c9de83afa69dd03cc0273b331cb02cee51c9e..598f78dc347331b6c14b209f5caa37b85f8977e9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp24732752"></a><h2>Plugin Information</h2> +<a name="idp27020560"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25857328"></a><h2>Elements</h2> +<a name="idp27024864"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html index cca075bae1d5b59b2b620923c20ed21e3336e25f..d20985ba1b7c8997fb99bf8a3479d22b792f47a3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26656512"></a><h2>Plugin Information</h2> +<a name="idp26173824"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp24711408"></a><h2>Elements</h2> +<a name="idp24361088"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html index f6d639e890f2de22df3dc5003598a1cd756342bd..f3faed0710b72838a5b99d5dd38fe33382d67a37 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25561568"></a><h2>Plugin Information</h2> +<a name="idp24248144"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp26315168"></a><h2>Elements</h2> +<a name="idp24643984"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html index 4807a98178f24add96b47f66263736d40c1f65f1..4982a9b5a3ca981c924a68ffd6df35278e779768 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp27076592"></a><h2>Plugin Information</h2> +<a name="idp24607248"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23122512"></a><h2>Elements</h2> +<a name="idp26673424"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html index 61f1094576dc7e6bd5fe3b00004a350028b66137..d669e51b23225ca79ad328a4804c76036b31752c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp26523984"></a><h2>Plugin Information</h2> +<a name="idp25414176"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25123168"></a><h2>Elements</h2> +<a name="idp25033440"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html index ed0c6583b52efc680f2219ab0c971069f6fc3a70..4c38d178912a2d72d424ba1d95204a8f36ee6338 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25510896"></a><h2>Plugin Information</h2> +<a name="idp16921968"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp22125840"></a><h2>Elements</h2> +<a name="idp26420944"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html index ff6efb2bc6ecf14ceb152818456d63694a72846f..ec139f32b63f0722903061182c55d4478dfe2e2e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp27068256"></a><h2>Plugin Information</h2> +<a name="idp25104240"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp23350048"></a><h2>Elements</h2> +<a name="idp27120016"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html index f89d950e65d6754852fd9928b4f4160a409ad22c..784e692457fa29282ed23a95e032cae1c586d99b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html @@ -29,7 +29,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="idp25472336"></a><h2>Plugin Information</h2> +<a name="idp26565152"></a><h2>Plugin Information</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -39,7 +39,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.0.9</td> +<td>1.0.10</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -57,7 +57,7 @@ </table></div> </div> <div class="refsect1"> -<a name="idp25437568"></a><h2>Elements</h2> +<a name="idp25932368"></a><h2>Elements</h2> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody><tr> diff --git a/docs/plugins/html/gst-plugins-good-plugins-pngdec.html b/docs/plugins/html/gst-plugins-good-plugins-pngdec.html index 7dd338eded4d338ca473b80ddfae9c8a492d42bb..eabaa8c6f4dab08be1de20a547c3f275b094d8c6 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-pngdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-pngdec.html @@ -58,7 +58,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp9005360"></a><h3>Element Information</h3> +<a name="idp18115200"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -81,7 +81,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp12971328"></a><h3>Element Pads</h3> +<a name="idp18756400"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-pngenc.html b/docs/plugins/html/gst-plugins-good-plugins-pngenc.html index a7721275f4954139e7b23e7c3a24ce4bdc289882..54419a23c3b53dc8be6afca47af7935e2b20355d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-pngenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-pngenc.html @@ -75,7 +75,7 @@ GstPngEnc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp7412752"></a><h3>Element Information</h3> +<a name="idp6895344"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -98,7 +98,7 @@ GstPngEnc implements </div> <hr> <div class="refsect2"> -<a name="idp12962432"></a><h3>Element Pads</h3> +<a name="idp16263840"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-progressreport.html b/docs/plugins/html/gst-plugins-good-plugins-progressreport.html index a2697158b80e2b6bc0f2b0ca0229503864f91d7c..39432136430cc2fc327794d23f5317b4c9b61956 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-progressreport.html +++ b/docs/plugins/html/gst-plugins-good-plugins-progressreport.html @@ -104,7 +104,7 @@ a whole). <p> </p> <div class="refsect2"> -<a name="idp16070016"></a><h3>Example launch line</h3> +<a name="idp16261984"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -133,7 +133,7 @@ a whole). <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp16062400"></a><h3>Element Information</h3> +<a name="idp14790512"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -156,7 +156,7 @@ a whole). </div> <hr> <div class="refsect2"> -<a name="idp10122768"></a><h3>Element Pads</h3> +<a name="idp18106256"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html b/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html index 5b33b2c56a3f7f9fae65a3876b0245780ccb9b1c..d51826ededfdb61fcaaa311c3d16367bbab4bc5f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html @@ -82,7 +82,7 @@ GstPulseSink implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp17290576"></a><h3>Element Information</h3> +<a name="idp18593120"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -105,7 +105,7 @@ GstPulseSink implements </div> <hr> <div class="refsect2"> -<a name="idp16505808"></a><h3>Element Pads</h3> +<a name="idp14965120"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html b/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html index 5a5fe09ce525af3855dfe6f925158ff9e24cd53d..bedb111bfc5a2843587492ecc274be2138166e8e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html @@ -85,7 +85,7 @@ GstPulseSrc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp15300304"></a><h3>Element Information</h3> +<a name="idp16340160"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -108,7 +108,7 @@ GstPulseSrc implements </div> <hr> <div class="refsect2"> -<a name="idp17974528"></a><h3>Element Pads</h3> +<a name="idp12388752"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html b/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html index 45a3f6e6767c845d7dad7123338116b8c586044f..37f1e8e63ede642d737108344d4de62abe755fcd 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html @@ -72,7 +72,7 @@ capabilities of the upstream elements. <p> </p> <div class="refsect2"> -<a name="idp16737504"></a><h3>Example launch line</h3> +<a name="idp18001200"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -96,7 +96,7 @@ Last reviewed on 2006-12-29 (0.10.5) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14561520"></a><h3>Element Information</h3> +<a name="idp7661856"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -119,7 +119,7 @@ Last reviewed on 2006-12-29 (0.10.5) </div> <hr> <div class="refsect2"> -<a name="idp17072624"></a><h3>Element Pads</h3> +<a name="idp18740912"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html b/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html index 0701918cb0e5f1a3b9ecc2536436cc2c5671aed6..a55d1bb1517cf4be36c92d657bab61089bff86db 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html +++ b/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html @@ -81,7 +81,7 @@ GstQTMoovRecover implements <p> </p> <div class="refsect2"> -<a name="idp11439552"></a><h3>Example pipelines</h3> +<a name="idp18524464"></a><h3>Example pipelines</h3> <p> This element recovers quicktime files created with qtmux using the moov recovery feature. @@ -102,7 +102,7 @@ Documentation last reviewed on 2011-04-21 <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp17724640"></a><h3>Element Information</h3> +<a name="idp18192768"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -125,7 +125,7 @@ Documentation last reviewed on 2011-04-21 </div> <hr> <div class="refsect2"> -<a name="idp17355312"></a><h3>Element Pads</h3> +<a name="idp15097392"></a><h3>Element Pads</h3> </div> </div> <p> diff --git a/docs/plugins/html/gst-plugins-good-plugins-qtmux.html b/docs/plugins/html/gst-plugins-good-plugins-qtmux.html index bac89387d80be30e97c5ae9be4bcc4379e5a7e36..620565420afbec249cb559af75eb322361e7417c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-qtmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-qtmux.html @@ -133,7 +133,7 @@ presentation-timestamp. <p> </p> <div class="refsect2"> -<a name="idp14507312"></a><h3>Example pipelines</h3> +<a name="idp13712640"></a><h3>Example pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -155,7 +155,7 @@ Last reviewed on 2010-12-03 <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp6221072"></a><h3>Element Information</h3> +<a name="idp13075632"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -178,7 +178,7 @@ Last reviewed on 2010-12-03 </div> <hr> <div class="refsect2"> -<a name="idp13966480"></a><h3>Element Pads</h3> +<a name="idp18075376"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-quarktv.html b/docs/plugins/html/gst-plugins-good-plugins-quarktv.html index 53cb8396eef6a1d4272353c8a12cc1435b71bafa..b9abd7c0b98391a82f7f1157a056b272f7e1ba2e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-quarktv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-quarktv.html @@ -71,7 +71,7 @@ the last frames randomly. <p> </p> <div class="refsect2"> -<a name="idp15917504"></a><h3>Example launch line</h3> +<a name="idp16257024"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -89,7 +89,7 @@ the last frames randomly. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11568048"></a><h3>Element Information</h3> +<a name="idp14284272"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -112,7 +112,7 @@ the last frames randomly. </div> <hr> <div class="refsect2"> -<a name="idp15703232"></a><h3>Element Pads</h3> +<a name="idp18841936"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-radioactv.html b/docs/plugins/html/gst-plugins-good-plugins-radioactv.html index ba07524f7d72b67195c77259ad03f58bf74e0bf6..7f7ef7f62d55040387302508bf5dc6ea2e932865 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-radioactv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-radioactv.html @@ -83,7 +83,7 @@ previous frame displayed. The effect of strobe2 is stronger than strobe1. <p> </p> <div class="refsect2"> -<a name="idp18841072"></a><h3>Example launch line</h3> +<a name="idp6617776"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -101,7 +101,7 @@ previous frame displayed. The effect of strobe2 is stronger than strobe1. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp14907904"></a><h3>Element Information</h3> +<a name="idp14167280"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -124,7 +124,7 @@ previous frame displayed. The effect of strobe2 is stronger than strobe1. </div> <hr> <div class="refsect2"> -<a name="idp18959328"></a><h3>Element Pads</h3> +<a name="idp13290032"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-revtv.html b/docs/plugins/html/gst-plugins-good-plugins-revtv.html index 7c91b40b7414cf0c5e0963c75942083ca4b873ae..4ee8a618b76ec7ecf6de6ed71d144f2987b9ec44 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-revtv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-revtv.html @@ -69,7 +69,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp17492448"></a><h3>Element Information</h3> +<a name="idp18855152"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -92,7 +92,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp17264208"></a><h3>Element Pads</h3> +<a name="idp14633984"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html b/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html index 1f29a7788cad820ecbbcf88ca23437432c7c5aba..94bbe14ce930719fa25c1eefe91b34a7fc8ff6ab 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html @@ -90,7 +90,7 @@ an album, not just the last one. <p> </p> <div class="refsect2"> -<a name="idp17669280"></a><h3>Example launch lines</h3> +<a name="idp6301280"></a><h3>Example launch lines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -138,7 +138,7 @@ property documentation for more information. </p> <hr> <div class="refsect2"> -<a name="idp17657744"></a><h3>Acknowledgements</h3> +<a name="idp16897136"></a><h3>Acknowledgements</h3> <p> This element is based on code used in the <a class="ulink" href="http://sjeng.org/vorbisgain.html" target="_top">vorbisgain</a> program and many others. The relevant parts are copyrighted by David Robinson, Glen Sawyer @@ -150,7 +150,7 @@ and Frank Klemm. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp18955792"></a><h3>Element Information</h3> +<a name="idp18060720"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -173,7 +173,7 @@ and Frank Klemm. </div> <hr> <div class="refsect2"> -<a name="idp17840256"></a><h3>Element Pads</h3> +<a name="idp19055552"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html b/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html index 7114f2dc793d7649d16142b493e5d4d48ca17bb6..b3e65b99d6090a891209ff2d89c9af712bdbf502 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html @@ -71,7 +71,7 @@ threshold of -6 dB. This type of filter is mentioned in the proposed <a class=" <p> </p> <div class="refsect2"> -<a name="idp17378448"></a><h3>Example launch line</h3> +<a name="idp17142800"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -93,7 +93,7 @@ Playback of a file <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp15840064"></a><h3>Element Information</h3> +<a name="idp15771760"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -116,7 +116,7 @@ Playback of a file </div> <hr> <div class="refsect2"> -<a name="idp17177184"></a><h3>Element Pads</h3> +<a name="idp18363552"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html b/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html index afcbfede995974506f00b62b4697e5db776a26ba..0ff35be09b1e06c128b783e4026446cce80e2eb3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html @@ -104,7 +104,7 @@ element applies -6 dB hard limiting as mentioned in the ReplayGain standard. <p> </p> <div class="refsect2"> -<a name="idp19237648"></a><h3>Example launch line</h3> +<a name="idp19683248"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -124,7 +124,7 @@ element applies -6 dB hard limiting as mentioned in the ReplayGain standard. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19306128"></a><h3>Element Information</h3> +<a name="idp13817536"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -147,7 +147,7 @@ element applies -6 dB hard limiting as mentioned in the ReplayGain standard. </div> <hr> <div class="refsect2"> -<a name="idp12945552"></a><h3>Element Pads</h3> +<a name="idp19188016"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rippletv.html b/docs/plugins/html/gst-plugins-good-plugins-rippletv.html index 7e1fc68fbe150cc03724a32cd224ed57c12c02d7..7d25d41f4f5efcf7a46c96ac8ad08f11612b5c43 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rippletv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rippletv.html @@ -72,7 +72,7 @@ by motion or random rain drops. <p> </p> <div class="refsect2"> -<a name="idp17694384"></a><h3>Example launch line</h3> +<a name="idp14957280"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -90,7 +90,7 @@ by motion or random rain drops. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp18548944"></a><h3>Element Information</h3> +<a name="idp15828896"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -113,7 +113,7 @@ by motion or random rain drops. </div> <hr> <div class="refsect2"> -<a name="idp15100768"></a><h3>Element Pads</h3> +<a name="idp19834944"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html b/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html index 4c67ce4dfcde654df60a3ff1243b57f55af9645d..0e5e95aaabe62ce55b1f244a67760e6b3c277601 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html @@ -106,7 +106,7 @@ GstRtpBin implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19442400"></a><h3>Element Information</h3> +<a name="idp20720704"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -129,7 +129,7 @@ GstRtpBin implements </div> <hr> <div class="refsect2"> -<a name="idp20034560"></a><h3>Element Pads</h3> +<a name="idp20903568"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html b/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html index d883562b9212e49f28d710ad5ede2251ff437779..d087baec2010dc20f7e77f5f7b41b38cc00512e4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html @@ -87,7 +87,7 @@ Last reviewed on 2006-06-20 (0.10.4) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp5779360"></a><h3>Element Information</h3> +<a name="idp18036352"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -110,7 +110,7 @@ Last reviewed on 2006-06-20 (0.10.4) </div> <hr> <div class="refsect2"> -<a name="idp17170016"></a><h3>Element Pads</h3> +<a name="idp16977632"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html index 0b68976018bac3c7824154aaf19b315f94569e23..48d288e8ff478af7bc6f8ff003109849fe74559d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html @@ -75,7 +75,7 @@ codestream. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp18951968"></a><h3>Element Information</h3> +<a name="idp13520112"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -98,7 +98,7 @@ codestream. </div> <hr> <div class="refsect2"> -<a name="idp14837136"></a><h3>Element Pads</h3> +<a name="idp14822528"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html b/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html index 321f7e30395d6e5f7d482bf9e764d1105d0bc309..87b65d508d0f5ffcc8de8352d09e620817553b1a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html @@ -82,7 +82,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp18990752"></a><h3>Element Information</h3> +<a name="idp15832480"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -105,7 +105,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp20343312"></a><h3>Element Pads</h3> +<a name="idp20808448"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html index 69ad36b9d18e2aa0c431ca4bb6240a187cf3a761..d90beeb50791bdbdda264e89e1b8c348103c98dc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html @@ -80,7 +80,7 @@ The payloader assumes that correct width and height is found in the caps. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp17352992"></a><h3>Element Information</h3> +<a name="idp13519024"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -103,7 +103,7 @@ The payloader assumes that correct width and height is found in the caps. </div> <hr> <div class="refsect2"> -<a name="idp20351456"></a><h3>Element Pads</h3> +<a name="idp14802800"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html b/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html index eda2d0178d81836fa3926280123ae272ef86f675..f60fab6c37293371112923a8c752c5c3f40ce26c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html @@ -68,7 +68,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19505152"></a><h3>Element Information</h3> +<a name="idp19637328"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -91,7 +91,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp16609040"></a><h3>Element Pads</h3> +<a name="idp18182624"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html b/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html index a65dbf312e021fe53d8b23ddbaeba7a38950256a..5302e2e5cfca65f0f782697daa6cd7ac45d01655 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html @@ -94,7 +94,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp18162240"></a><h3>Element Information</h3> +<a name="idp20765456"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -117,7 +117,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp12528624"></a><h3>Element Pads</h3> +<a name="idp16014576"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html b/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html index f0057de729ef1b815968ef0748381859ce193ea2..fe822e28845ea20da5d2e8f1e32d9370376413f3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html @@ -67,7 +67,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19464320"></a><h3>Element Information</h3> +<a name="idp20154320"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -90,7 +90,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp19227856"></a><h3>Element Pads</h3> +<a name="idp14495680"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html b/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html index 993afaedd50844fa288136bad04dc0335ccc801b..f93ea5490ed49b97a6d87212bb45cd04bcab4026 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html @@ -122,7 +122,7 @@ PLAYING state. <p> </p> <div class="refsect2"> -<a name="idp15780992"></a><h3>Example launch line</h3> +<a name="idp19568768"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -144,7 +144,7 @@ Last reviewed on 2006-08-18 (0.10.5) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19379232"></a><h3>Element Information</h3> +<a name="idp16724304"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -167,7 +167,7 @@ Last reviewed on 2006-08-18 (0.10.5) </div> <hr> <div class="refsect2"> -<a name="idp17370432"></a><h3>Element Pads</h3> +<a name="idp19490848"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html b/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html index 80d7cc131aa0ea79d088aba025efe7a7553aad3f..5a948dda1bdf3e00aec8f645b0eed9b73771ea1a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html @@ -62,7 +62,7 @@ Oh behave, ShagedelicTV makes images shagadelic! <p> </p> <div class="refsect2"> -<a name="idp17689184"></a><h3>Example launch line</h3> +<a name="idp17582672"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -80,7 +80,7 @@ Oh behave, ShagedelicTV makes images shagadelic! <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp13903072"></a><h3>Element Information</h3> +<a name="idp20764928"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -103,7 +103,7 @@ Oh behave, ShagedelicTV makes images shagadelic! </div> <hr> <div class="refsect2"> -<a name="idp18027376"></a><h3>Element Pads</h3> +<a name="idp19509600"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html b/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html index b1943b084cdc76aa16544918d4da9cbbfc1590dc..40614202deac5c67ab972dd91df2b0f91325fa72 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html +++ b/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html @@ -77,7 +77,7 @@ page. <p> </p> <div class="refsect2"> -<a name="idp14844208"></a><h3>Example launch line</h3> +<a name="idp17257968"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -95,7 +95,7 @@ page. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp16345632"></a><h3>Element Information</h3> +<a name="idp19798816"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -118,7 +118,7 @@ page. </div> <hr> <div class="refsect2"> -<a name="idp19993360"></a><h3>Element Pads</h3> +<a name="idp20204112"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-smpte.html b/docs/plugins/html/gst-plugins-good-plugins-smpte.html index de84c3bb4840453d23d5b4dbbb264d1febbfde2b..1365c4d839e05514f7ab4f9b1d3e72b0fee96dfd 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-smpte.html +++ b/docs/plugins/html/gst-plugins-good-plugins-smpte.html @@ -80,7 +80,7 @@ banding. <p> </p> <div class="refsect2"> -<a name="idp14690128"></a><h3>Sample pipelines</h3> +<a name="idp6897584"></a><h3>Sample pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -101,7 +101,7 @@ edges of the transition are smoothed with a 20000 big border. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19170720"></a><h3>Element Information</h3> +<a name="idp18137328"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -124,7 +124,7 @@ edges of the transition are smoothed with a 20000 big border. </div> <hr> <div class="refsect2"> -<a name="idp19579232"></a><h3>Element Pads</h3> +<a name="idp17055536"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html b/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html index 12d6e9e91d81931c71f9ed19a7f992685723165e..ca10a9140f9401e5f82f988f097e9372121a3a44 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html +++ b/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html @@ -87,7 +87,7 @@ avoid banding. <p> </p> <div class="refsect2"> -<a name="idp13258912"></a><h3>Sample pipelines</h3> +<a name="idp18055712"></a><h3>Sample pipelines</h3> <p> Here is a pipeline to demonstrate the smpte transition : </p> @@ -106,7 +106,7 @@ transparent image. The edges of the transition are smoothed with a <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp17357184"></a><h3>Element Information</h3> +<a name="idp18824528"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -129,7 +129,7 @@ transparent image. The edges of the transition are smoothed with a </div> <hr> <div class="refsect2"> -<a name="idp13530336"></a><h3>Element Pads</h3> +<a name="idp17258608"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html b/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html index 64c6bdbd03393fc03b013eeb60d1e320d1112a59..df96caa9dbea8a9671d956ae9865f54d27ac0f6d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html @@ -91,7 +91,7 @@ GstSoupHTTPSrc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19987840"></a><h3>Element Information</h3> +<a name="idp20833264"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -114,7 +114,7 @@ GstSoupHTTPSrc implements </div> <hr> <div class="refsect2"> -<a name="idp19579520"></a><h3>Element Pads</h3> +<a name="idp20485936"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-spectrum.html b/docs/plugins/html/gst-plugins-good-plugins-spectrum.html index 780cc404a89e4ce1a3809dace7afd97000053704..f31a806113a4bc3d285c2aca6f2b9d91b5a37dbe 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-spectrum.html +++ b/docs/plugins/html/gst-plugins-good-plugins-spectrum.html @@ -132,7 +132,7 @@ channels and the second dimension are the values. <p> </p> <div class="refsect2"> -<a name="idp22535456"></a><h3>Example application</h3> +<a name="idp20074400"></a><h3>Example application</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -399,7 +399,7 @@ Last reviewed on 2011-03-10 (0.10.29) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp18695776"></a><h3>Element Information</h3> +<a name="idp20735232"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -422,7 +422,7 @@ Last reviewed on 2011-03-10 (0.10.29) </div> <hr> <div class="refsect2"> -<a name="idp22632912"></a><h3>Element Pads</h3> +<a name="idp21979648"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-speexdec.html b/docs/plugins/html/gst-plugins-good-plugins-speexdec.html index ef09f41fc1caa5ccaea55f099006786d5b2e311b..b439fc215d0824ee847535326f725a0308a10cb0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-speexdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-speexdec.html @@ -66,7 +66,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11044928"></a><h3>Element Information</h3> +<a name="idp20094080"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -89,7 +89,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp16793248"></a><h3>Element Pads</h3> +<a name="idp21962464"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-speexenc.html b/docs/plugins/html/gst-plugins-good-plugins-speexenc.html index b545f0fa38cb53bb264778d7a64c8f11736a62f6..07f33cdd0a743cfa7b6c68a50926c5fa7a343580 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-speexenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-speexenc.html @@ -83,7 +83,7 @@ GstSpeexEnc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp20696432"></a><h3>Element Information</h3> +<a name="idp20671936"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -106,7 +106,7 @@ GstSpeexEnc implements </div> <hr> <div class="refsect2"> -<a name="idp19962400"></a><h3>Element Pads</h3> +<a name="idp19006304"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html b/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html index 9ab5e747f64daa7983356dc73985efac208fc60a..e91e42fa9f290f4f6648491e98ce6ae92747fe6e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html @@ -85,7 +85,7 @@ directories). The results will be sorted. <p> </p> <div class="refsect2"> -<a name="idp19951648"></a><h3>Example launch lines</h3> +<a name="idp16940736"></a><h3>Example launch lines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -114,7 +114,7 @@ directories). The results will be sorted. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19728208"></a><h3>Element Information</h3> +<a name="idp18820224"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -137,7 +137,7 @@ directories). The results will be sorted. </div> <hr> <div class="refsect2"> -<a name="idp18533968"></a><h3>Element Pads</h3> +<a name="idp20641456"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-streaktv.html b/docs/plugins/html/gst-plugins-good-plugins-streaktv.html index 4daa2398784d25b3f93dedd61391682078fe282f..dc20378cb46e0adacc44110ee5f8d09037de2f88 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-streaktv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-streaktv.html @@ -70,7 +70,7 @@ StreakTV makes after images of moving objects. <p> </p> <div class="refsect2"> -<a name="idp15868064"></a><h3>Example launch line</h3> +<a name="idp20074816"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -88,7 +88,7 @@ StreakTV makes after images of moving objects. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp18015152"></a><h3>Element Information</h3> +<a name="idp18201120"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -111,7 +111,7 @@ StreakTV makes after images of moving objects. </div> <hr> <div class="refsect2"> -<a name="idp20841504"></a><h3>Element Pads</h3> +<a name="idp15220960"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-taginject.html b/docs/plugins/html/gst-plugins-good-plugins-taginject.html index 2905f4dc872ca8003e9adb33eb56874b95911361..fe9411a0c581bf6037cf207298bfd665fbb87548 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-taginject.html +++ b/docs/plugins/html/gst-plugins-good-plugins-taginject.html @@ -70,7 +70,7 @@ unmodified. <p> </p> <div class="refsect2"> -<a name="idp18825152"></a><h3>Example launch lines</h3> +<a name="idp10734928"></a><h3>Example launch lines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -99,7 +99,7 @@ unmodified. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp20891072"></a><h3>Element Information</h3> +<a name="idp20644976"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -122,7 +122,7 @@ unmodified. </div> <hr> <div class="refsect2"> -<a name="idp17947760"></a><h3>Element Pads</h3> +<a name="idp12698416"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-udpsink.html b/docs/plugins/html/gst-plugins-good-plugins-udpsink.html index 7913569bf2ef187759d508850bd1b208e4466126..5822d2c0a9c2cfca2be4790b0302ea8695c141ac 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-udpsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-udpsink.html @@ -80,7 +80,7 @@ It can be combined with RTP payloaders to implement RTP streaming. <p> </p> <div class="refsect2"> -<a name="idp18480336"></a><h3>Examples</h3> +<a name="idp20458256"></a><h3>Examples</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -98,7 +98,7 @@ It can be combined with RTP payloaders to implement RTP streaming. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp21784656"></a><h3>Element Information</h3> +<a name="idp22059472"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -121,7 +121,7 @@ It can be combined with RTP payloaders to implement RTP streaming. </div> <hr> <div class="refsect2"> -<a name="idp22062304"></a><h3>Element Pads</h3> +<a name="idp19496288"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html b/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html index 651c443d0a65a44fcb16c8a42e31f56418fdc9a8..e4e26c3e72bfcba2b3ab338197dd2350f5d5411c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html @@ -160,7 +160,7 @@ is responsible for closing the file descriptor. <p> </p> <div class="refsect2"> -<a name="idp20710272"></a><h3>Examples</h3> +<a name="idp19650112"></a><h3>Examples</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -206,7 +206,7 @@ Last reviewed on 2007-09-20 (0.10.7) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp21505280"></a><h3>Element Information</h3> +<a name="idp20160688"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -229,7 +229,7 @@ Last reviewed on 2007-09-20 (0.10.7) </div> <hr> <div class="refsect2"> -<a name="idp22382448"></a><h3>Element Pads</h3> +<a name="idp22844880"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html b/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html index 08bcda4191a5ad15f72dfdfdfa5757a7d449c2a0..d6181163d35d933a0bf47dace34f90cfab993efd 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html +++ b/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html @@ -74,7 +74,7 @@ GstV4l2Radio implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19868576"></a><h3>Element Information</h3> +<a name="idp19590288"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -97,7 +97,7 @@ GstV4l2Radio implements </div> <hr> <div class="refsect2"> -<a name="idp22740704"></a><h3>Element Pads</h3> +<a name="idp21885312"></a><h3>Element Pads</h3> </div> </div> <p> diff --git a/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html b/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html index 105c78b2de1a4124f6aa15d417a5c5754e0fc050..f5ca8f2b783d0cef5d50aa9d9dc5584bcdd11d30 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html @@ -94,7 +94,7 @@ GstV4l2Sink implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19916384"></a><h3>Element Information</h3> +<a name="idp17423808"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -117,7 +117,7 @@ GstV4l2Sink implements </div> <hr> <div class="refsect2"> -<a name="idp15897840"></a><h3>Element Pads</h3> +<a name="idp22115328"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html b/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html index 3dddcef0f06aac04027868a09e22aefb9d96ed32..601ca0e4b81f2bd6b0517d7a8574c0435eafd21a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html +++ b/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html @@ -95,7 +95,7 @@ GstV4l2Src implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19582976"></a><h3>Element Information</h3> +<a name="idp21959872"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -118,7 +118,7 @@ GstV4l2Src implements </div> <hr> <div class="refsect2"> -<a name="idp18804432"></a><h3>Element Pads</h3> +<a name="idp22902864"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html b/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html index 1e0ffc61439d77685e8b003e47bb3e2677061517..83dee60012687e9fe20440074fe7147a8a186b1c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html @@ -79,7 +79,7 @@ VertigoTV is a loopback alpha blending effector with rotating and scaling. <p> </p> <div class="refsect2"> -<a name="idp8874928"></a><h3>Example launch line</h3> +<a name="idp22056704"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -97,7 +97,7 @@ VertigoTV is a loopback alpha blending effector with rotating and scaling. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp21779152"></a><h3>Element Information</h3> +<a name="idp13658720"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -120,7 +120,7 @@ VertigoTV is a loopback alpha blending effector with rotating and scaling. </div> <hr> <div class="refsect2"> -<a name="idp13741776"></a><h3>Element Pads</h3> +<a name="idp23287488"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-videobalance.html b/docs/plugins/html/gst-plugins-good-plugins-videobalance.html index c9d3844cc3894f62a373f830b3cf4c26d5464ebe..d827fc434f3fbeb141d610718f05eed340147321 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videobalance.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videobalance.html @@ -81,7 +81,7 @@ Adjusts brightness, contrast, hue, saturation on a video stream. <p> </p> <div class="refsect2"> -<a name="idp22421184"></a><h3>Example launch line</h3> +<a name="idp23100816"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -103,7 +103,7 @@ Last reviewed on 2010-04-18 (0.10.22) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp22269952"></a><h3>Element Information</h3> +<a name="idp23953536"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -126,7 +126,7 @@ Last reviewed on 2010-04-18 (0.10.22) </div> <hr> <div class="refsect2"> -<a name="idp20596880"></a><h3>Element Pads</h3> +<a name="idp18413248"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-videobox.html b/docs/plugins/html/gst-plugins-good-plugins-videobox.html index 4b20f7f1b28b1729adb5c8fbbc82fa2b7dbb377c..acfc774c175a40fb96b34b0a8e64a9c95a0fdbb8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videobox.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videobox.html @@ -122,7 +122,7 @@ Sample pipeline: <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp20480352"></a><h3>Element Information</h3> +<a name="idp12182448"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -145,7 +145,7 @@ Sample pipeline: </div> <hr> <div class="refsect2"> -<a name="idp23101760"></a><h3>Element Pads</h3> +<a name="idp12467184"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-videocrop.html b/docs/plugins/html/gst-plugins-good-plugins-videocrop.html index 6a4d2bec20c9c713be7673f0e52205619c522f92..35f0ec7c17c82b29661a27a5c7b0596a8a861b25 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videocrop.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videocrop.html @@ -92,7 +92,7 @@ most use cases, but it might matter for yours. <p> </p> <div class="refsect2"> -<a name="idp19261440"></a><h3>Example launch line</h3> +<a name="idp15223760"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -110,7 +110,7 @@ most use cases, but it might matter for yours. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp19269136"></a><h3>Element Information</h3> +<a name="idp19874896"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -133,7 +133,7 @@ most use cases, but it might matter for yours. </div> <hr> <div class="refsect2"> -<a name="idp17810592"></a><h3>Element Pads</h3> +<a name="idp21469104"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-videoflip.html b/docs/plugins/html/gst-plugins-good-plugins-videoflip.html index 39afda18b68624ae6ee46f3d4d5d7bd8bbd9e652..284998d3d5efd15c5990fbec4def4136fed77587 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videoflip.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videoflip.html @@ -71,7 +71,7 @@ Flips and rotates video. <p> </p> <div class="refsect2"> -<a name="idp21573376"></a><h3>Example launch line</h3> +<a name="idp22239616"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -92,7 +92,7 @@ Last reviewed on 2010-04-18 (0.10.22) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp23082784"></a><h3>Element Information</h3> +<a name="idp18926704"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -115,7 +115,7 @@ Last reviewed on 2010-04-18 (0.10.22) </div> <hr> <div class="refsect2"> -<a name="idp22859104"></a><h3>Element Pads</h3> +<a name="idp21940848"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-videomixer.html b/docs/plugins/html/gst-plugins-good-plugins-videomixer.html index ad9bb4e270d2119202ea44bc20b8f1fd1fde0b07..43477d5d0307e46ee29fad63961d3e95e79ba739 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videomixer.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videomixer.html @@ -59,7 +59,7 @@ Individual parameters for each input stream can be configured on the <p> </p> <div class="refsect2"> -<a name="idp19043584"></a><h3>Sample pipelines</h3> +<a name="idp20595360"></a><h3>Sample pipelines</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -160,7 +160,7 @@ framerate of the output video is 10 frames per second. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp22875808"></a><h3>Element Information</h3> +<a name="idp20724272"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -183,7 +183,7 @@ framerate of the output video is 10 frames per second. </div> <hr> <div class="refsect2"> -<a name="idp6512272"></a><h3>Element Pads</h3> +<a name="idp23957520"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html b/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html index 77b353b074c59c368acf32dbf616e48b383a791d..c7fa6cd39e2bbce2997c807c3269d85c9e8ce347 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html @@ -70,7 +70,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp18665088"></a><h3>Element Information</h3> +<a name="idp8443904"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -93,7 +93,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp19609888"></a><h3>Element Pads</h3> +<a name="idp22696576"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html b/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html index 41a78ae6de8dc3c32c21b5674b13fb98b4541115..2e9871db12a03d14c37aed1620fe3d03fa2d5660 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html @@ -131,7 +131,7 @@ GstVP8Enc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp24773664"></a><h3>Element Information</h3> +<a name="idp24654896"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -154,7 +154,7 @@ GstVP8Enc implements </div> <hr> <div class="refsect2"> -<a name="idp24781072"></a><h3>Element Pads</h3> +<a name="idp24662304"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-warptv.html b/docs/plugins/html/gst-plugins-good-plugins-warptv.html index a659d274e8aa66463f3685fe0813d9bcbd85cb91..1c625888f2ed5d8893acda7b278cf7bd4a8d3fd4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-warptv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-warptv.html @@ -62,7 +62,7 @@ WarpTV does realtime goo'ing of the video input. <p> </p> <div class="refsect2"> -<a name="idp24087152"></a><h3>Example launch line</h3> +<a name="idp18254976"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -80,7 +80,7 @@ WarpTV does realtime goo'ing of the video input. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp23747776"></a><h3>Element Information</h3> +<a name="idp12090048"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -103,7 +103,7 @@ WarpTV does realtime goo'ing of the video input. </div> <hr> <div class="refsect2"> -<a name="idp21536384"></a><h3>Element Pads</h3> +<a name="idp23178496"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html b/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html index a7a0f1251b6c88be87282afb4d0fb9574d9c1940..720c0de1af9f2cd5cf52ba51e5a1992f2045f2eb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html @@ -45,7 +45,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp11311280"></a><h3>Element Information</h3> +<a name="idp21469392"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -68,7 +68,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp19502928"></a><h3>Element Pads</h3> +<a name="idp23266352"></a><h3>Element Pads</h3> </div> </div> <p> diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavenc.html b/docs/plugins/html/gst-plugins-good-plugins-wavenc.html index 9a65f07439233ea76356f4081ea9c9b6d76ce969..dda93755e2ea9569fa999dc1c0dc017c6e25f1df 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavenc.html @@ -60,7 +60,7 @@ Format a audio stream into the wav format. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp23366832"></a><h3>Element Information</h3> +<a name="idp22127056"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -83,7 +83,7 @@ Format a audio stream into the wav format. </div> <hr> <div class="refsect2"> -<a name="idp19357200"></a><h3>Element Pads</h3> +<a name="idp22268976"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html b/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html index cfd0c91766f917f99a07c9865db85a2f9ee14544..4a3273c9595b89ccf8dc47ad86c2a85bce9295aa 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html @@ -58,7 +58,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp23059472"></a><h3>Element Information</h3> +<a name="idp22602800"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -81,7 +81,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp19867104"></a><h3>Element Pads</h3> +<a name="idp20644112"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html b/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html index a99f4d74b9a4dcc318ed36df17c2cb6cebb80679..8104a6f414f6b03348a5dc4e4db05e1960fa17c1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html @@ -80,7 +80,7 @@ GstWavpackEnc implements <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp20835200"></a><h3>Element Information</h3> +<a name="idp18268144"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -103,7 +103,7 @@ GstWavpackEnc implements </div> <hr> <div class="refsect2"> -<a name="idp25026960"></a><h3>Element Pads</h3> +<a name="idp24332144"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html b/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html index 48e7dc74969553e82a199bdf4ea66167d165318f..fce62b1d763de40e436c56920a94b178728afa1f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html @@ -61,7 +61,7 @@ This is an Wavpack parser. <p> </p> <div class="refsect2"> -<a name="idp24133952"></a><h3>Example launch line</h3> +<a name="idp24282400"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -79,7 +79,7 @@ This is an Wavpack parser. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp21670640"></a><h3>Element Information</h3> +<a name="idp24314800"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -102,7 +102,7 @@ This is an Wavpack parser. </div> <hr> <div class="refsect2"> -<a name="idp23072080"></a><h3>Element Pads</h3> +<a name="idp24524960"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavparse.html b/docs/plugins/html/gst-plugins-good-plugins-wavparse.html index 2aeba597662efae0792959c693161a4d66f5ccd1..7e0f5297a15f19c1bcc70dc758643641c20b0958 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavparse.html @@ -72,7 +72,7 @@ stream from a network source. <p> </p> <div class="refsect2"> -<a name="idp23938064"></a><h3>Example launch line</h3> +<a name="idp25680160"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -105,7 +105,7 @@ Last reviewed on 2007-02-14 (0.10.6) <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp22356096"></a><h3>Element Information</h3> +<a name="idp18877136"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -128,7 +128,7 @@ Last reviewed on 2007-02-14 (0.10.6) </div> <hr> <div class="refsect2"> -<a name="idp23399392"></a><h3>Element Pads</h3> +<a name="idp23199856"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-webmmux.html b/docs/plugins/html/gst-plugins-good-plugins-webmmux.html index 83ae3207131268d5c986b60e8c2cce1953310695..df2ef8c603b4086ebd187132676f987d8c2c518d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-webmmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-webmmux.html @@ -69,7 +69,7 @@ webmmux muxes VP8 video and Vorbis audio streams into a WebM file. <p> </p> <div class="refsect2"> -<a name="idp19614496"></a><h3>Example launch line</h3> +<a name="idp25024608"></a><h3>Example launch line</h3> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -108,7 +108,7 @@ webmmux muxes VP8 video and Vorbis audio streams into a WebM file. <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp22849408"></a><h3>Element Information</h3> +<a name="idp22790368"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -131,7 +131,7 @@ webmmux muxes VP8 video and Vorbis audio streams into a WebM file. </div> <hr> <div class="refsect2"> -<a name="idp16013408"></a><h3>Element Pads</h3> +<a name="idp21959376"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html b/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html index e101c0731328c5c3a731dd25cf419499d682649a..dbb92703b6c52c82bea339dc626604c22583042e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html @@ -77,7 +77,7 @@ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp22332464"></a><h3>Element Information</h3> +<a name="idp23721472"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -100,7 +100,7 @@ </div> <hr> <div class="refsect2"> -<a name="idp19446272"></a><h3>Element Pads</h3> +<a name="idp22841648"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins-y4menc.html b/docs/plugins/html/gst-plugins-good-plugins-y4menc.html index 631bd9bf15ee289ed6dffecea318c93f0215775d..fd9dbc9c031e20491d663d1802f207b921e2096c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-y4menc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-y4menc.html @@ -57,7 +57,7 @@ <p> </p> <div class="refsect2"> -<a name="idp21523600"></a><h3>Example launch line</h3> +<a name="idp25229888"></a><h3>Example launch line</h3> <p> Creates a YU4MPEG2 raw video stream as defined by the mjpegtools project. </p> @@ -77,7 +77,7 @@ gst-launch-0.10 videotestsrc num-buffers=250 \ <div class="refsynopsisdiv"> <h2>Synopsis</h2> <div class="refsect2"> -<a name="idp21446880"></a><h3>Element Information</h3> +<a name="idp15954944"></a><h3>Element Information</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -100,7 +100,7 @@ gst-launch-0.10 videotestsrc num-buffers=250 \ </div> <hr> <div class="refsect2"> -<a name="idp22902496"></a><h3>Element Pads</h3> +<a name="idp20742976"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> diff --git a/docs/plugins/html/gst-plugins-good-plugins.devhelp2 b/docs/plugins/html/gst-plugins-good-plugins.devhelp2 index bf98a097f6cb733e82a48b93557d8dacde45feda..ced849ada974e42d6260347db8e7f0876e1ef189 100644 --- a/docs/plugins/html/gst-plugins-good-plugins.devhelp2 +++ b/docs/plugins/html/gst-plugins-good-plugins.devhelp2 @@ -233,15 +233,15 @@ </sub> </chapters> <functions> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-3gppmux.html#idp7864208"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-3gppmux.html#idp9242880"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-3gppmux.html#idp9089232"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-aacparse.html#idp9273520"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aacparse.html#idp8827824"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aacparse.html#idp9734704"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-3gppmux.html#idp7887072"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-3gppmux.html#idp6318096"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-3gppmux.html#idp6781776"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-aacparse.html#idp7811328"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aacparse.html#idp8244176"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aacparse.html#idp6690416"/> <keyword type="struct" name="struct GstAacParse" link="gst-plugins-good-plugins-aacparse.html#GstAacParse-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aasink.html#idp9733376"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aasink.html#idp6852912"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aasink.html#idp6483936"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aasink.html#idp6475600"/> <keyword type="struct" name="struct GstAASink" link="gst-plugins-good-plugins-aasink.html#GstAASink-struct"/> <keyword type="property" name="The "brightness" property" link="gst-plugins-good-plugins-aasink.html#GstAASink--brightness"/> <keyword type="property" name="The "contrast" property" link="gst-plugins-good-plugins-aasink.html#GstAASink--contrast"/> @@ -256,20 +256,20 @@ <keyword type="property" name="The "width" property" link="gst-plugins-good-plugins-aasink.html#GstAASink--width"/> <keyword type="signal" name="The "frame-displayed" signal" link="gst-plugins-good-plugins-aasink.html#GstAASink-frame-displayed"/> <keyword type="signal" name="The "have-size" signal" link="gst-plugins-good-plugins-aasink.html#GstAASink-have-size"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-ac3parse.html#idp7040048"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ac3parse.html#idp7916784"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ac3parse.html#idp8862912"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-ac3parse.html#idp8002592"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ac3parse.html#idp7366592"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ac3parse.html#idp9332464"/> <keyword type="struct" name="struct GstAc3Parse" link="gst-plugins-good-plugins-ac3parse.html#GstAc3Parse-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-agingtv.html#idp8316176"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-agingtv.html#idp8913488"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-agingtv.html#idp2722928"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-agingtv.html#idp5984768"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-agingtv.html#idp5771520"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-agingtv.html#idp9944928"/> <keyword type="struct" name="struct GstAgingTV" link="gst-plugins-good-plugins-agingtv.html#GstAgingTV-struct"/> <keyword type="property" name="The "color-aging" property" link="gst-plugins-good-plugins-agingtv.html#GstAgingTV--color-aging"/> <keyword type="property" name="The "dusts" property" link="gst-plugins-good-plugins-agingtv.html#GstAgingTV--dusts"/> <keyword type="property" name="The "pits" property" link="gst-plugins-good-plugins-agingtv.html#GstAgingTV--pits"/> <keyword type="property" name="The "scratch-lines" property" link="gst-plugins-good-plugins-agingtv.html#GstAgingTV--scratch-lines"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alpha.html#idp7748912"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alpha.html#idp9266704"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alpha.html#idp6929216"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alpha.html#idp6519232"/> <keyword type="struct" name="struct GstAlpha" link="gst-plugins-good-plugins-alpha.html#GstAlpha-struct"/> <keyword type="enum" name="enum GstAlphaMethod" link="gst-plugins-good-plugins-alpha.html#GstAlphaMethod"/> <keyword type="property" name="The "alpha" property" link="gst-plugins-good-plugins-alpha.html#GstAlpha--alpha"/> @@ -282,41 +282,41 @@ <keyword type="property" name="The "black-sensitivity" property" link="gst-plugins-good-plugins-alpha.html#GstAlpha--black-sensitivity"/> <keyword type="property" name="The "white-sensitivity" property" link="gst-plugins-good-plugins-alpha.html#GstAlpha--white-sensitivity"/> <keyword type="property" name="The "prefer-passthrough" property" link="gst-plugins-good-plugins-alpha.html#GstAlpha--prefer-passthrough"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alphacolor.html#idp7486096"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alphacolor.html#idp6391392"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alphacolor.html#idp6880768"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alphacolor.html#idp9297936"/> <keyword type="struct" name="struct GstAlphaColor" link="gst-plugins-good-plugins-alphacolor.html#GstAlphaColor-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alawdec.html#idp6621088"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawdec.html#idp6500560"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alawdec.html#idp10478432"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawdec.html#idp10127584"/> <keyword type="struct" name="struct GstALawDec" link="gst-plugins-good-plugins-alawdec.html#GstALawDec-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alawenc.html#idp8113200"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawenc.html#idp9528496"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alawenc.html#idp10458272"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawenc.html#idp6142160"/> <keyword type="struct" name="struct GstALawDec" link="gst-plugins-good-plugins-alawenc.html#GstALawDec-struct"/> <keyword type="struct" name="struct GstALawEnc" link="gst-plugins-good-plugins-alawenc.html#GstALawEnc"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-amrparse.html#idp8337648"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-amrparse.html#idp8317648"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-amrparse.html#idp7192928"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-amrparse.html#idp9034304"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-amrparse.html#idp5616624"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-amrparse.html#idp10629744"/> <keyword type="struct" name="struct GstAmrParse" link="gst-plugins-good-plugins-amrparse.html#GstAmrParse-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-apedemux.html#idp7124032"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-apedemux.html#idp9106432"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apedemux.html#idp7022160"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-apedemux.html#idp8454848"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-apedemux.html#idp6137536"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apedemux.html#idp9320784"/> <keyword type="struct" name="struct GstApeDemux" link="gst-plugins-good-plugins-apedemux.html#GstApeDemux-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-apev2mux.html#idp6772512"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apev2mux.html#idp8333872"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-apev2mux.html#idp6636736"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apev2mux.html#idp8787968"/> <keyword type="struct" name="struct GstApev2Mux" link="gst-plugins-good-plugins-apev2mux.html#GstApev2Mux-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-aspectratiocrop.html#idp5658336"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aspectratiocrop.html#idp5869648"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aspectratiocrop.html#idp6302256"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-aspectratiocrop.html#idp7497696"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aspectratiocrop.html#idp5722208"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aspectratiocrop.html#idp10329696"/> <keyword type="struct" name="struct GstAspectRatioCrop" link="gst-plugins-good-plugins-aspectratiocrop.html#GstAspectRatioCrop-struct"/> <keyword type="property" name="The "aspect-ratio" property" link="gst-plugins-good-plugins-aspectratiocrop.html#GstAspectRatioCrop--aspect-ratio"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioamplify.html#idp2670528"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioamplify.html#idp8141888"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioamplify.html#idp6320992"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioamplify.html#idp7855776"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioamplify.html#idp7498368"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioamplify.html#idp6409024"/> <keyword type="struct" name="struct GstAudioAmplify" link="gst-plugins-good-plugins-audioamplify.html#GstAudioAmplify-struct"/> <keyword type="property" name="The "amplification" property" link="gst-plugins-good-plugins-audioamplify.html#GstAudioAmplify--amplification"/> <keyword type="property" name="The "clipping-method" property" link="gst-plugins-good-plugins-audioamplify.html#GstAudioAmplify--clipping-method"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiochebband.html#idp6156096"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiochebband.html#idp10683152"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiochebband.html#idp7988816"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiochebband.html#idp6405808"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiochebband.html#idp9274080"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiochebband.html#idp8839472"/> <keyword type="struct" name="struct GstAudioChebBand" link="gst-plugins-good-plugins-audiochebband.html#GstAudioChebBand-struct"/> <keyword type="property" name="The "lower-frequency" property" link="gst-plugins-good-plugins-audiochebband.html#GstAudioChebBand--lower-frequency"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-audiochebband.html#GstAudioChebBand--mode"/> @@ -324,155 +324,155 @@ <keyword type="property" name="The "ripple" property" link="gst-plugins-good-plugins-audiochebband.html#GstAudioChebBand--ripple"/> <keyword type="property" name="The "type" property" link="gst-plugins-good-plugins-audiochebband.html#GstAudioChebBand--type"/> <keyword type="property" name="The "upper-frequency" property" link="gst-plugins-good-plugins-audiochebband.html#GstAudioChebBand--upper-frequency"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiocheblimit.html#idp9059024"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiocheblimit.html#idp10298256"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiocheblimit.html#idp7493216"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiocheblimit.html#idp7497248"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiocheblimit.html#idp8717728"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiocheblimit.html#idp9169424"/> <keyword type="struct" name="struct GstAudioChebLimit" link="gst-plugins-good-plugins-audiocheblimit.html#GstAudioChebLimit-struct"/> <keyword type="property" name="The "cutoff" property" link="gst-plugins-good-plugins-audiocheblimit.html#GstAudioChebLimit--cutoff"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-audiocheblimit.html#GstAudioChebLimit--mode"/> <keyword type="property" name="The "poles" property" link="gst-plugins-good-plugins-audiocheblimit.html#GstAudioChebLimit--poles"/> <keyword type="property" name="The "ripple" property" link="gst-plugins-good-plugins-audiocheblimit.html#GstAudioChebLimit--ripple"/> <keyword type="property" name="The "type" property" link="gst-plugins-good-plugins-audiocheblimit.html#GstAudioChebLimit--type"/> - <keyword type="" name="Example application" link="gst-plugins-good-plugins-audiofirfilter.html#idp9185408"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiofirfilter.html#idp7803936"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiofirfilter.html#idp6845584"/> + <keyword type="" name="Example application" link="gst-plugins-good-plugins-audiofirfilter.html#idp5849872"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiofirfilter.html#idp7477856"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiofirfilter.html#idp10058384"/> <keyword type="struct" name="struct GstAudioFIRFilter" link="gst-plugins-good-plugins-audiofirfilter.html#GstAudioFIRFilter-struct"/> <keyword type="property" name="The "kernel" property" link="gst-plugins-good-plugins-audiofirfilter.html#GstAudioFIRFilter--kernel"/> <keyword type="property" name="The "latency" property" link="gst-plugins-good-plugins-audiofirfilter.html#GstAudioFIRFilter--latency"/> <keyword type="signal" name="The "rate-changed" signal" link="gst-plugins-good-plugins-audiofirfilter.html#GstAudioFIRFilter-rate-changed"/> - <keyword type="" name="Example application" link="gst-plugins-good-plugins-audioiirfilter.html#idp7648192"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioiirfilter.html#idp9873792"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioiirfilter.html#idp11216208"/> + <keyword type="" name="Example application" link="gst-plugins-good-plugins-audioiirfilter.html#idp6803008"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioiirfilter.html#idp5448512"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioiirfilter.html#idp5939424"/> <keyword type="struct" name="struct GstAudioIIRFilter" link="gst-plugins-good-plugins-audioiirfilter.html#GstAudioIIRFilter-struct"/> <keyword type="property" name="The "a" property" link="gst-plugins-good-plugins-audioiirfilter.html#GstAudioIIRFilter--a"/> <keyword type="property" name="The "b" property" link="gst-plugins-good-plugins-audioiirfilter.html#GstAudioIIRFilter--b"/> <keyword type="signal" name="The "rate-changed" signal" link="gst-plugins-good-plugins-audioiirfilter.html#GstAudioIIRFilter-rate-changed"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiowsincband.html#idp10257424"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsincband.html#idp10047008"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsincband.html#idp6809184"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiowsincband.html#idp6470368"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsincband.html#idp9741456"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsincband.html#idp5945200"/> <keyword type="struct" name="struct GstAudioWSincBand" link="gst-plugins-good-plugins-audiowsincband.html#GstAudioWSincBand-struct"/> <keyword type="property" name="The "lower-frequency" property" link="gst-plugins-good-plugins-audiowsincband.html#GstAudioWSincBand--lower-frequency"/> <keyword type="property" name="The "upper-frequency" property" link="gst-plugins-good-plugins-audiowsincband.html#GstAudioWSincBand--upper-frequency"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-audiowsincband.html#GstAudioWSincBand--mode"/> <keyword type="property" name="The "window" property" link="gst-plugins-good-plugins-audiowsincband.html#GstAudioWSincBand--window"/> <keyword type="property" name="The "length" property" link="gst-plugins-good-plugins-audiowsincband.html#GstAudioWSincBand--length"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiowsinclimit.html#idp9661376"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsinclimit.html#idp8859440"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsinclimit.html#idp9974080"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiowsinclimit.html#idp3883584"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsinclimit.html#idp7246896"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsinclimit.html#idp5649504"/> <keyword type="struct" name="struct GstAudioWSincLimit" link="gst-plugins-good-plugins-audiowsinclimit.html#GstAudioWSincLimit-struct"/> <keyword type="property" name="The "frequency" property" link="gst-plugins-good-plugins-audiowsinclimit.html#GstAudioWSincLimit--frequency"/> <keyword type="property" name="The "length" property" link="gst-plugins-good-plugins-audiowsinclimit.html#GstAudioWSincLimit--length"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-audiowsinclimit.html#GstAudioWSincLimit--mode"/> <keyword type="property" name="The "window" property" link="gst-plugins-good-plugins-audiowsinclimit.html#GstAudioWSincLimit--window"/> <keyword type="property" name="The "cutoff" property" link="gst-plugins-good-plugins-audiowsinclimit.html#GstAudioWSincLimit--cutoff"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioecho.html#idp8849312"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioecho.html#idp7587920"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioecho.html#idp6798368"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioecho.html#idp8731280"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioecho.html#idp8190352"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioecho.html#idp8048608"/> <keyword type="struct" name="struct GstAudioEcho" link="gst-plugins-good-plugins-audioecho.html#GstAudioEcho-struct"/> <keyword type="property" name="The "delay" property" link="gst-plugins-good-plugins-audioecho.html#GstAudioEcho--delay"/> <keyword type="property" name="The "feedback" property" link="gst-plugins-good-plugins-audioecho.html#GstAudioEcho--feedback"/> <keyword type="property" name="The "intensity" property" link="gst-plugins-good-plugins-audioecho.html#GstAudioEcho--intensity"/> <keyword type="property" name="The "max-delay" property" link="gst-plugins-good-plugins-audioecho.html#GstAudioEcho--max-delay"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiodynamic.html#idp10655664"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiodynamic.html#idp10570112"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiodynamic.html#idp7412592"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiodynamic.html#idp7185840"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiodynamic.html#idp10122960"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiodynamic.html#idp11748096"/> <keyword type="struct" name="struct GstAudioDynamic" link="gst-plugins-good-plugins-audiodynamic.html#GstAudioDynamic-struct"/> <keyword type="property" name="The "characteristics" property" link="gst-plugins-good-plugins-audiodynamic.html#GstAudioDynamic--characteristics"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-audiodynamic.html#GstAudioDynamic--mode"/> <keyword type="property" name="The "ratio" property" link="gst-plugins-good-plugins-audiodynamic.html#GstAudioDynamic--ratio"/> <keyword type="property" name="The "threshold" property" link="gst-plugins-good-plugins-audiodynamic.html#GstAudioDynamic--threshold"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioinvert.html#idp2504096"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioinvert.html#idp9209264"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioinvert.html#idp7446112"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioinvert.html#idp7423968"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioinvert.html#idp8441952"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioinvert.html#idp10012160"/> <keyword type="struct" name="struct GstAudioInvert" link="gst-plugins-good-plugins-audioinvert.html#GstAudioInvert-struct"/> <keyword type="property" name="The "degree" property" link="gst-plugins-good-plugins-audioinvert.html#GstAudioInvert--degree"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiopanorama.html#idp6555664"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiopanorama.html#idp6656432"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiopanorama.html#idp9720944"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiopanorama.html#idp9585392"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiopanorama.html#idp6637376"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiopanorama.html#idp10957920"/> <keyword type="struct" name="struct GstAudioPanorama" link="gst-plugins-good-plugins-audiopanorama.html#GstAudioPanorama-struct"/> <keyword type="property" name="The "panorama" property" link="gst-plugins-good-plugins-audiopanorama.html#GstAudioPanorama--panorama"/> <keyword type="property" name="The "method" property" link="gst-plugins-good-plugins-audiopanorama.html#GstAudioPanorama--method"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiokaraoke.html#idp10107552"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiokaraoke.html#idp10120032"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiokaraoke.html#idp12246256"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiokaraoke.html#idp5910096"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiokaraoke.html#idp8704048"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiokaraoke.html#idp10794560"/> <keyword type="struct" name="struct GstAudioKaraoke" link="gst-plugins-good-plugins-audiokaraoke.html#GstAudioKaraoke-struct"/> <keyword type="property" name="The "filter-band" property" link="gst-plugins-good-plugins-audiokaraoke.html#GstAudioKaraoke--filter-band"/> <keyword type="property" name="The "filter-width" property" link="gst-plugins-good-plugins-audiokaraoke.html#GstAudioKaraoke--filter-width"/> <keyword type="property" name="The "level" property" link="gst-plugins-good-plugins-audiokaraoke.html#GstAudioKaraoke--level"/> <keyword type="property" name="The "mono-level" property" link="gst-plugins-good-plugins-audiokaraoke.html#GstAudioKaraoke--mono-level"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-auparse.html#idp9463808"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-auparse.html#idp10210272"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-auparse.html#idp9709104"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-auparse.html#idp7914560"/> <keyword type="struct" name="struct GstAuParse" link="gst-plugins-good-plugins-auparse.html#GstAuParse-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autoaudiosink.html#idp7130976"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosink.html#idp7087824"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosink.html#idp7581296"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autoaudiosink.html#idp7273088"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosink.html#idp10295792"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosink.html#idp7242528"/> <keyword type="struct" name="GstAutoAudioSink" link="gst-plugins-good-plugins-autoaudiosink.html#GstAutoAudioSink-struct"/> <keyword type="property" name="The "filter-caps" property" link="gst-plugins-good-plugins-autoaudiosink.html#GstAutoAudioSink--filter-caps"/> <keyword type="property" name="The "ts-offset" property" link="gst-plugins-good-plugins-autoaudiosink.html#GstAutoAudioSink--ts-offset"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autoaudiosrc.html#idp5965344"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosrc.html#idp7537392"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosrc.html#idp6152448"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autoaudiosrc.html#idp1631696"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosrc.html#idp7352448"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosrc.html#idp8925248"/> <keyword type="struct" name="GstAutoAudioSrc" link="gst-plugins-good-plugins-autoaudiosrc.html#GstAutoAudioSrc-struct"/> <keyword type="property" name="The "filter-caps" property" link="gst-plugins-good-plugins-autoaudiosrc.html#GstAutoAudioSrc--filter-caps"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autovideosink.html#idp7943088"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosink.html#idp6334880"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosink.html#idp11437168"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autovideosink.html#idp11387984"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosink.html#idp8905808"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosink.html#idp12041024"/> <keyword type="struct" name="GstAutoVideoSink" link="gst-plugins-good-plugins-autovideosink.html#GstAutoVideoSink-struct"/> <keyword type="property" name="The "filter-caps" property" link="gst-plugins-good-plugins-autovideosink.html#GstAutoVideoSink--filter-caps"/> <keyword type="property" name="The "ts-offset" property" link="gst-plugins-good-plugins-autovideosink.html#GstAutoVideoSink--ts-offset"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autovideosrc.html#idp7819408"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosrc.html#idm23904"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosrc.html#idp6568592"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autovideosrc.html#idp7830272"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosrc.html#idp5565008"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosrc.html#idp9392240"/> <keyword type="struct" name="GstAutoVideoSrc" link="gst-plugins-good-plugins-autovideosrc.html#GstAutoVideoSrc-struct"/> <keyword type="property" name="The "filter-caps" property" link="gst-plugins-good-plugins-autovideosrc.html#GstAutoVideoSrc--filter-caps"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-avidemux.html#idp12399792"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avidemux.html#idp12396592"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avidemux.html#idp12271936"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-avidemux.html#idp11554480"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avidemux.html#idp11551280"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avidemux.html#idp11545504"/> <keyword type="struct" name="GstAviDemux" link="gst-plugins-good-plugins-avidemux.html#GstAviDemux-struct"/> - <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-avimux.html#idp11806672"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avimux.html#idp7047488"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avimux.html#idp8833328"/> + <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-avimux.html#idp6097360"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avimux.html#idp9869536"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avimux.html#idp5967488"/> <keyword type="struct" name="struct GstAviMux" link="gst-plugins-good-plugins-avimux.html#GstAviMux-struct"/> <keyword type="property" name="The "bigfile" property" link="gst-plugins-good-plugins-avimux.html#GstAviMux--bigfile"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-avisubtitle.html#idp5770176"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avisubtitle.html#idp8889168"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avisubtitle.html#idp11567248"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-avisubtitle.html#idp11799168"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avisubtitle.html#idp11916592"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avisubtitle.html#idp10857376"/> <keyword type="struct" name="struct GstAviSubtitle" link="gst-plugins-good-plugins-avisubtitle.html#GstAviSubtitle-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cacasink.html#idp9440240"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cacasink.html#idp5341472"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cacasink.html#idp8058688"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cacasink.html#idp3333664"/> <keyword type="struct" name="struct GstCACASink" link="gst-plugins-good-plugins-cacasink.html#GstCACASink-struct"/> <keyword type="property" name="The "anti-aliasing" property" link="gst-plugins-good-plugins-cacasink.html#GstCACASink--anti-aliasing"/> <keyword type="property" name="The "dither" property" link="gst-plugins-good-plugins-cacasink.html#GstCACASink--dither"/> <keyword type="property" name="The "screen-height" property" link="gst-plugins-good-plugins-cacasink.html#GstCACASink--screen-height"/> <keyword type="property" name="The "screen-width" property" link="gst-plugins-good-plugins-cacasink.html#GstCACASink--screen-width"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cairooverlay.html#idp2534368"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cairooverlay.html#idp11293760"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cairooverlay.html#idp9014608"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cairooverlay.html#idp7359472"/> <keyword type="struct" name="struct GstCairoOverlay" link="gst-plugins-good-plugins-cairooverlay.html#GstCairoOverlay-struct"/> <keyword type="signal" name="The "caps-changed" signal" link="gst-plugins-good-plugins-cairooverlay.html#GstCairoOverlay-caps-changed"/> <keyword type="signal" name="The "draw" signal" link="gst-plugins-good-plugins-cairooverlay.html#GstCairoOverlay-draw"/> - <keyword type="" name="" link="gst-plugins-good-plugins-capssetter.html#idp5798448"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-capssetter.html#idp7808000"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-capssetter.html#idp6567904"/> + <keyword type="" name="" link="gst-plugins-good-plugins-capssetter.html#idp7476272"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-capssetter.html#idp11379728"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-capssetter.html#idp11438896"/> <keyword type="struct" name="struct GstCapsSetter" link="gst-plugins-good-plugins-capssetter.html#GstCapsSetter-struct"/> <keyword type="property" name="The "caps" property" link="gst-plugins-good-plugins-capssetter.html#GstCapsSetter--caps"/> <keyword type="property" name="The "join" property" link="gst-plugins-good-plugins-capssetter.html#GstCapsSetter--join"/> <keyword type="property" name="The "replace" property" link="gst-plugins-good-plugins-capssetter.html#GstCapsSetter--replace"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-cutter.html#idp11784704"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cutter.html#idp6171280"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cutter.html#idm25280"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-cutter.html#idp11730464"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cutter.html#idp11855744"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cutter.html#idp11785712"/> <keyword type="struct" name="struct GstCutter" link="gst-plugins-good-plugins-cutter.html#GstCutter-struct"/> <keyword type="property" name="The "leaky" property" link="gst-plugins-good-plugins-cutter.html#GstCutter--leaky"/> <keyword type="property" name="The "pre-length" property" link="gst-plugins-good-plugins-cutter.html#GstCutter--pre-length"/> <keyword type="property" name="The "run-length" property" link="gst-plugins-good-plugins-cutter.html#GstCutter--run-length"/> <keyword type="property" name="The "threshold" property" link="gst-plugins-good-plugins-cutter.html#GstCutter--threshold"/> <keyword type="property" name="The "threshold-dB" property" link="gst-plugins-good-plugins-cutter.html#GstCutter--threshold-dB"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-dcaparse.html#idp5572432"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dcaparse.html#idp5521248"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dcaparse.html#idp10390656"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-dcaparse.html#idp7998080"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dcaparse.html#idp5582816"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dcaparse.html#idp6704816"/> <keyword type="struct" name="struct GstDcaParse" link="gst-plugins-good-plugins-dcaparse.html#GstDcaParse-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-deinterlace.html#idp6610160"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterlace.html#idp10885248"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterlace.html#idp10217520"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-deinterlace.html#idp12042896"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterlace.html#idp10996288"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterlace.html#idp12830496"/> <keyword type="struct" name="struct GstDeinterlace" link="gst-plugins-good-plugins-deinterlace.html#GstDeinterlace-struct"/> <keyword type="property" name="The "fields" property" link="gst-plugins-good-plugins-deinterlace.html#GstDeinterlace--fields"/> <keyword type="property" name="The "method" property" link="gst-plugins-good-plugins-deinterlace.html#GstDeinterlace--method"/> @@ -481,22 +481,22 @@ <keyword type="property" name="The "drop-orphans" property" link="gst-plugins-good-plugins-deinterlace.html#GstDeinterlace--drop-orphans"/> <keyword type="property" name="The "ignore-obscure" property" link="gst-plugins-good-plugins-deinterlace.html#GstDeinterlace--ignore-obscure"/> <keyword type="property" name="The "locking" property" link="gst-plugins-good-plugins-deinterlace.html#GstDeinterlace--locking"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-deinterleave.html#idp6119216"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterleave.html#idp11166400"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterleave.html#idp9060672"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-deinterleave.html#idp9965248"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterleave.html#idp6298064"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterleave.html#idp8978480"/> <keyword type="struct" name="struct GstDeinterleave" link="gst-plugins-good-plugins-deinterleave.html#GstDeinterleave-struct"/> <keyword type="property" name="The "keep-positions" property" link="gst-plugins-good-plugins-deinterleave.html#GstDeinterleave--keep-positions"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-dicetv.html#idp10587344"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dicetv.html#idp11727600"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dicetv.html#idp2586336"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-dicetv.html#idp8486032"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dicetv.html#idp7605648"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dicetv.html#idp8638848"/> <keyword type="struct" name="struct GstDiceTV" link="gst-plugins-good-plugins-dicetv.html#GstDiceTV-struct"/> <keyword type="property" name="The "square-bits" property" link="gst-plugins-good-plugins-dicetv.html#GstDiceTV--square-bits"/> <keyword type="signal" name="The "reset" signal" link="gst-plugins-good-plugins-dicetv.html#GstDiceTV-reset"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-directsoundsink.html#idp9231312"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-directsoundsink.html#idm5440"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-directsoundsink.html#idp7534912"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-directsoundsink.html#idp10938960"/> <keyword type="struct" name="struct GstDirectSoundSink" link="gst-plugins-good-plugins-directsoundsink.html#GstDirectSoundSink"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dv1394src.html#idp7538400"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dv1394src.html#idp5761392"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dv1394src.html#idp5887584"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dv1394src.html#idp6345728"/> <keyword type="struct" name="struct GstDV1394Src" link="gst-plugins-good-plugins-dv1394src.html#GstDV1394Src-struct"/> <keyword type="property" name="The "channel" property" link="gst-plugins-good-plugins-dv1394src.html#GstDV1394Src--channel"/> <keyword type="property" name="The "consecutive" property" link="gst-plugins-good-plugins-dv1394src.html#GstDV1394Src--consecutive"/> @@ -507,23 +507,23 @@ <keyword type="property" name="The "use-avc" property" link="gst-plugins-good-plugins-dv1394src.html#GstDV1394Src--use-avc"/> <keyword type="property" name="The "device-name" property" link="gst-plugins-good-plugins-dv1394src.html#GstDV1394Src--device-name"/> <keyword type="signal" name="The "frame-dropped" signal" link="gst-plugins-good-plugins-dv1394src.html#GstDV1394Src-frame-dropped"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dvdec.html#idp7036176"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdec.html#idp13544176"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dvdec.html#idp12061488"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdec.html#idp13340688"/> <keyword type="struct" name="struct GstDVDec" link="gst-plugins-good-plugins-dvdec.html#GstDVDec-struct"/> <keyword type="property" name="The "clamp-chroma" property" link="gst-plugins-good-plugins-dvdec.html#GstDVDec--clamp-chroma"/> <keyword type="property" name="The "clamp-luma" property" link="gst-plugins-good-plugins-dvdec.html#GstDVDec--clamp-luma"/> <keyword type="property" name="The "drop-factor" property" link="gst-plugins-good-plugins-dvdec.html#GstDVDec--drop-factor"/> <keyword type="property" name="The "quality" property" link="gst-plugins-good-plugins-dvdec.html#GstDVDec--quality"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dvdemux.html#idp10827776"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdemux.html#idp6890976"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dvdemux.html#idp6809760"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdemux.html#idp8043472"/> <keyword type="struct" name="struct GstDVDemux" link="gst-plugins-good-plugins-dvdemux.html#GstDVDemux-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-edgetv.html#idp9826720"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-edgetv.html#idp7722736"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-edgetv.html#idp7213792"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-edgetv.html#idp10558800"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-edgetv.html#idp5916576"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-edgetv.html#idp13310560"/> <keyword type="struct" name="struct GstEdgeTV" link="gst-plugins-good-plugins-edgetv.html#GstEdgeTV-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-10bands.html#idp7767248"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-10bands.html#idp10239024"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-10bands.html#idp13637824"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-10bands.html#idp10493440"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-10bands.html#idp11034496"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-10bands.html#idp12732432"/> <keyword type="struct" name="struct GstIirEqualizer10Bands" link="gst-plugins-good-plugins-equalizer-10bands.html#GstIirEqualizer10Bands-struct"/> <keyword type="property" name="The "band0" property" link="gst-plugins-good-plugins-equalizer-10bands.html#GstIirEqualizer10Bands--band0"/> <keyword type="property" name="The "band1" property" link="gst-plugins-good-plugins-equalizer-10bands.html#GstIirEqualizer10Bands--band1"/> @@ -535,24 +535,24 @@ <keyword type="property" name="The "band7" property" link="gst-plugins-good-plugins-equalizer-10bands.html#GstIirEqualizer10Bands--band7"/> <keyword type="property" name="The "band8" property" link="gst-plugins-good-plugins-equalizer-10bands.html#GstIirEqualizer10Bands--band8"/> <keyword type="property" name="The "band9" property" link="gst-plugins-good-plugins-equalizer-10bands.html#GstIirEqualizer10Bands--band9"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-3bands.html#idp1697232"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-3bands.html#idp11824416"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-3bands.html#idp9000304"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-3bands.html#idp13032048"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-3bands.html#idp7433952"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-3bands.html#idp10233872"/> <keyword type="struct" name="struct GstIirEqualizer3Bands" link="gst-plugins-good-plugins-equalizer-3bands.html#GstIirEqualizer3Bands-struct"/> <keyword type="property" name="The "band0" property" link="gst-plugins-good-plugins-equalizer-3bands.html#GstIirEqualizer3Bands--band0"/> <keyword type="property" name="The "band1" property" link="gst-plugins-good-plugins-equalizer-3bands.html#GstIirEqualizer3Bands--band1"/> <keyword type="property" name="The "band2" property" link="gst-plugins-good-plugins-equalizer-3bands.html#GstIirEqualizer3Bands--band2"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-nbands.html#idp7841120"/> - <keyword type="" name="Example code" link="gst-plugins-good-plugins-equalizer-nbands.html#idp12606880"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-nbands.html#idp8070064"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-nbands.html#idp8892448"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-nbands.html#idp7478336"/> + <keyword type="" name="Example code" link="gst-plugins-good-plugins-equalizer-nbands.html#idp8811840"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-nbands.html#idp10758976"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-nbands.html#idp14137664"/> <keyword type="struct" name="struct GstIirEqualizerNBands" link="gst-plugins-good-plugins-equalizer-nbands.html#GstIirEqualizerNBands-struct"/> <keyword type="property" name="The "num-bands" property" link="gst-plugins-good-plugins-equalizer-nbands.html#GstIirEqualizerNBands--num-bands"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacdec.html#idp5569280"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacdec.html#idp9343232"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacdec.html#idp11457088"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacdec.html#idp10655248"/> <keyword type="struct" name="struct GstFlacDec" link="gst-plugins-good-plugins-flacdec.html#GstFlacDec-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacenc.html#idp9327088"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacenc.html#idp12447536"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacenc.html#idp11967952"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacenc.html#idp8915104"/> <keyword type="struct" name="struct GstFlacEnc" link="gst-plugins-good-plugins-flacenc.html#GstFlacEnc-struct"/> <keyword type="property" name="The "blocksize" property" link="gst-plugins-good-plugins-flacenc.html#GstFlacEnc--blocksize"/> <keyword type="property" name="The "escape-coding" property" link="gst-plugins-good-plugins-flacenc.html#GstFlacEnc--escape-coding"/> @@ -569,34 +569,34 @@ <keyword type="property" name="The "streamable-subset" property" link="gst-plugins-good-plugins-flacenc.html#GstFlacEnc--streamable-subset"/> <keyword type="property" name="The "padding" property" link="gst-plugins-good-plugins-flacenc.html#GstFlacEnc--padding"/> <keyword type="property" name="The "seekpoints" property" link="gst-plugins-good-plugins-flacenc.html#GstFlacEnc--seekpoints"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-flacparse.html#idp11453616"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacparse.html#idp7178368"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacparse.html#idp7232272"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-flacparse.html#idp7709728"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacparse.html#idp14137952"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacparse.html#idp11696240"/> <keyword type="struct" name="struct GstFlacParse" link="gst-plugins-good-plugins-flacparse.html#GstFlacParse-struct"/> <keyword type="property" name="The "check-frame-checksums" property" link="gst-plugins-good-plugins-flacparse.html#GstFlacParse--check-frame-checksums"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flactag.html#idp10455488"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flactag.html#idp9091456"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flactag.html#idp10448688"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flactag.html#idp9567712"/> <keyword type="struct" name="struct GstFlacTag" link="gst-plugins-good-plugins-flactag.html#GstFlacTag-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-flvdemux.html#idp12493440"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvdemux.html#idp14628576"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvdemux.html#idp10452176"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-flvdemux.html#idp12607568"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvdemux.html#idp8766880"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvdemux.html#idp8310288"/> <keyword type="struct" name="struct GstFlvDemux" link="gst-plugins-good-plugins-flvdemux.html#GstFlvDemux-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-flvmux.html#idp12124160"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvmux.html#idp14120624"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvmux.html#idp10123376"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-flvmux.html#idp11106816"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvmux.html#idp12534864"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvmux.html#idp10836800"/> <keyword type="struct" name="GstFlvMux" link="gst-plugins-good-plugins-flvmux.html#GstFlvMux-struct"/> <keyword type="property" name="The "is-live" property" link="gst-plugins-good-plugins-flvmux.html#GstFlvMux--is-live"/> <keyword type="property" name="The "streamable" property" link="gst-plugins-good-plugins-flvmux.html#GstFlvMux--streamable"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flxdec.html#idp11134768"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flxdec.html#idp10157600"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flxdec.html#idp8060336"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flxdec.html#idp9321968"/> <keyword type="struct" name="struct GstFlxDec" link="gst-plugins-good-plugins-flxdec.html#GstFlxDec-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-gamma.html#idp11835216"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gamma.html#idp12848208"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gamma.html#idp12611312"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-gamma.html#idp13475872"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gamma.html#idp8130160"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gamma.html#idp13560656"/> <keyword type="struct" name="struct GstGamma" link="gst-plugins-good-plugins-gamma.html#GstGamma-struct"/> <keyword type="property" name="The "gamma" property" link="gst-plugins-good-plugins-gamma.html#GstGamma--gamma"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#idp7651360"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#idp13788576"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#idp6209632"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#idp14002320"/> <keyword type="struct" name="struct GstGdkPixbufOverlay" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#GstGdkPixbufOverlay-struct"/> <keyword type="property" name="The "location" property" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#GstGdkPixbufOverlay--location"/> <keyword type="property" name="The "offset-x" property" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#GstGdkPixbufOverlay--offset-x"/> @@ -606,104 +606,104 @@ <keyword type="property" name="The "relative-x" property" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#GstGdkPixbufOverlay--relative-x"/> <keyword type="property" name="The "relative-y" property" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#GstGdkPixbufOverlay--relative-y"/> <keyword type="property" name="The "alpha" property" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#GstGdkPixbufOverlay--alpha"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gdkpixbufsink.html#idp12383680"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufsink.html#idp14597152"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gdkpixbufsink.html#idp12306336"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufsink.html#idp11347488"/> <keyword type="struct" name="struct GstGdkPixbufSink" link="gst-plugins-good-plugins-gdkpixbufsink.html#GstGdkPixbufSink-struct"/> <keyword type="property" name="The "last-pixbuf" property" link="gst-plugins-good-plugins-gdkpixbufsink.html#GstGdkPixbufSink--last-pixbuf"/> <keyword type="property" name="The "send-messages" property" link="gst-plugins-good-plugins-gdkpixbufsink.html#GstGdkPixbufSink--send-messages"/> <keyword type="property" name="The "post-messages" property" link="gst-plugins-good-plugins-gdkpixbufsink.html#GstGdkPixbufSink--post-messages"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-goom.html#idp5430112"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom.html#idp6559264"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom.html#idp6908000"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-goom.html#idp11453232"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom.html#idp12340112"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom.html#idp10735056"/> <keyword type="struct" name="struct GstGoom" link="gst-plugins-good-plugins-goom.html#GstGoom-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-goom2k1.html#idp5466800"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom2k1.html#idp2615216"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom2k1.html#idp5590688"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-goom2k1.html#idp5458224"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom2k1.html#idp11333200"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom2k1.html#idp10553728"/> <keyword type="struct" name="struct GstGoom" link="gst-plugins-good-plugins-goom2k1.html#GstGoom-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-hdv1394src.html#idp11494000"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-hdv1394src.html#idp11765696"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-hdv1394src.html#idp13657280"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-hdv1394src.html#idp13208992"/> <keyword type="struct" name="struct GstHDV1394Src" link="gst-plugins-good-plugins-hdv1394src.html#GstHDV1394Src-struct"/> <keyword type="property" name="The "channel" property" link="gst-plugins-good-plugins-hdv1394src.html#GstHDV1394Src--channel"/> <keyword type="property" name="The "device-name" property" link="gst-plugins-good-plugins-hdv1394src.html#GstHDV1394Src--device-name"/> <keyword type="property" name="The "guid" property" link="gst-plugins-good-plugins-hdv1394src.html#GstHDV1394Src--guid"/> <keyword type="property" name="The "port" property" link="gst-plugins-good-plugins-hdv1394src.html#GstHDV1394Src--port"/> <keyword type="property" name="The "use-avc" property" link="gst-plugins-good-plugins-hdv1394src.html#GstHDV1394Src--use-avc"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-icydemux.html#idp7361056"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-icydemux.html#idp10443408"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-icydemux.html#idp14534784"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-icydemux.html#idp7688128"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-icydemux.html#idp12043920"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-icydemux.html#idp13656576"/> <keyword type="struct" name="struct GstICYDemux" link="gst-plugins-good-plugins-icydemux.html#GstICYDemux-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-id3demux.html#idp7392832"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-id3demux.html#idp12150384"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3demux.html#idp15237120"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-id3demux.html#idp10540912"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-id3demux.html#idp10291600"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3demux.html#idp12381392"/> <keyword type="struct" name="struct GstID3Demux" link="gst-plugins-good-plugins-id3demux.html#GstID3Demux-struct"/> <keyword type="property" name="The "prefer-v1" property" link="gst-plugins-good-plugins-id3demux.html#GstID3Demux--prefer-v1"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-id3v2mux.html#idp7534400"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3v2mux.html#idp13446096"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-id3v2mux.html#idp7096544"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3v2mux.html#idp14641408"/> <keyword type="struct" name="struct GstId3v2Mux" link="gst-plugins-good-plugins-id3v2mux.html#GstId3v2Mux-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-imagefreeze.html#idp5539760"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-imagefreeze.html#idp6580160"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-imagefreeze.html#idp9165824"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-imagefreeze.html#idp14187104"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-imagefreeze.html#idp8765840"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-imagefreeze.html#idp9475824"/> <keyword type="struct" name="struct GstImageFreeze" link="gst-plugins-good-plugins-imagefreeze.html#GstImageFreeze-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-interleave.html#idp8334336"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-interleave.html#idp11206304"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-interleave.html#idp8764640"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-interleave.html#idp9931760"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-interleave.html#idp10952512"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-interleave.html#idp13543472"/> <keyword type="struct" name="struct GstInterleave" link="gst-plugins-good-plugins-interleave.html#GstInterleave-struct"/> <keyword type="property" name="The "channel-positions" property" link="gst-plugins-good-plugins-interleave.html#GstInterleave--channel-positions"/> <keyword type="property" name="The "channel-positions-from-input" property" link="gst-plugins-good-plugins-interleave.html#GstInterleave--channel-positions-from-input"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-ismlmux.html#idp5829744"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ismlmux.html#idp6013504"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ismlmux.html#idp13755200"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosrc.html#idp10915392"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosrc.html#idp14609392"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-ismlmux.html#idp10480544"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ismlmux.html#idp10680912"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ismlmux.html#idp6826720"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosrc.html#idp15642352"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosrc.html#idp14135472"/> <keyword type="struct" name="struct GstJackAudioSrc" link="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc-struct"/> <keyword type="property" name="The "client" property" link="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--client"/> <keyword type="property" name="The "connect" property" link="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--connect"/> <keyword type="property" name="The "server" property" link="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--server"/> <keyword type="property" name="The "client-name" property" link="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--client-name"/> <keyword type="property" name="The "transport" property" link="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--transport"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosink.html#idp5670240"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosink.html#idp8466992"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosink.html#idp15028368"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosink.html#idp8507472"/> <keyword type="struct" name="struct GstJackAudioSink" link="gst-plugins-good-plugins-jackaudiosink.html#GstJackAudioSink-struct"/> <keyword type="property" name="The "client" property" link="gst-plugins-good-plugins-jackaudiosink.html#GstJackAudioSink--client"/> <keyword type="property" name="The "connect" property" link="gst-plugins-good-plugins-jackaudiosink.html#GstJackAudioSink--connect"/> <keyword type="property" name="The "server" property" link="gst-plugins-good-plugins-jackaudiosink.html#GstJackAudioSink--server"/> <keyword type="property" name="The "client-name" property" link="gst-plugins-good-plugins-jackaudiosink.html#GstJackAudioSink--client-name"/> <keyword type="property" name="The "transport" property" link="gst-plugins-good-plugins-jackaudiosink.html#GstJackAudioSink--transport"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jpegdec.html#idp16048992"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegdec.html#idp12455312"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jpegdec.html#idp7630624"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegdec.html#idp12698544"/> <keyword type="struct" name="struct GstJpegDec" link="gst-plugins-good-plugins-jpegdec.html#GstJpegDec-struct"/> <keyword type="property" name="The "idct-method" property" link="gst-plugins-good-plugins-jpegdec.html#GstJpegDec--idct-method"/> <keyword type="property" name="The "max-errors" property" link="gst-plugins-good-plugins-jpegdec.html#GstJpegDec--max-errors"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jpegenc.html#idp15372112"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegenc.html#idp15264272"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jpegenc.html#idp11983664"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegenc.html#idp2240256"/> <keyword type="struct" name="struct GstJpegEnc" link="gst-plugins-good-plugins-jpegenc.html#GstJpegEnc-struct"/> <keyword type="property" name="The "quality" property" link="gst-plugins-good-plugins-jpegenc.html#GstJpegEnc--quality"/> <keyword type="property" name="The "idct-method" property" link="gst-plugins-good-plugins-jpegenc.html#GstJpegEnc--idct-method"/> <keyword type="signal" name="The "frame-encoded" signal" link="gst-plugins-good-plugins-jpegenc.html#GstJpegEnc-frame-encoded"/> - <keyword type="" name="Example application" link="gst-plugins-good-plugins-level.html#idp11990096"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-level.html#idp13824608"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-level.html#idp14391872"/> + <keyword type="" name="Example application" link="gst-plugins-good-plugins-level.html#idp15582496"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-level.html#idp13295664"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-level.html#idp10809472"/> <keyword type="struct" name="struct GstLevel" link="gst-plugins-good-plugins-level.html#GstLevel-struct"/> <keyword type="property" name="The "interval" property" link="gst-plugins-good-plugins-level.html#GstLevel--interval"/> <keyword type="property" name="The "message" property" link="gst-plugins-good-plugins-level.html#GstLevel--message"/> <keyword type="property" name="The "peak-falloff" property" link="gst-plugins-good-plugins-level.html#GstLevel--peak-falloff"/> <keyword type="property" name="The "peak-ttl" property" link="gst-plugins-good-plugins-level.html#GstLevel--peak-ttl"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-matroskamux.html#idp6742512"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskamux.html#idp13944096"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskamux.html#idp10034400"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-matroskamux.html#idp16428416"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskamux.html#idp14045152"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskamux.html#idp11308880"/> <keyword type="struct" name="GstMatroskaMux" link="gst-plugins-good-plugins-matroskamux.html#GstMatroskaMux-struct"/> <keyword type="property" name="The "writing-app" property" link="gst-plugins-good-plugins-matroskamux.html#GstMatroskaMux--writing-app"/> <keyword type="property" name="The "version" property" link="gst-plugins-good-plugins-matroskamux.html#GstMatroskaMux--version"/> <keyword type="property" name="The "min-index-interval" property" link="gst-plugins-good-plugins-matroskamux.html#GstMatroskaMux--min-index-interval"/> <keyword type="property" name="The "streamable" property" link="gst-plugins-good-plugins-matroskamux.html#GstMatroskaMux--streamable"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-matroskademux.html#idp7275520"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskademux.html#idp9038784"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskademux.html#idp11364480"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-matroskademux.html#idp13908848"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskademux.html#idp5870256"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskademux.html#idp13766336"/> <keyword type="struct" name="GstMatroskaDemux" link="gst-plugins-good-plugins-matroskademux.html#GstMatroskaDemux-struct"/> <keyword type="property" name="The "max-gap-time" property" link="gst-plugins-good-plugins-matroskademux.html#GstMatroskaDemux--max-gap-time"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-mj2mux.html#idp16074816"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mj2mux.html#idp16078160"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mj2mux.html#idp15291392"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-mj2mux.html#idp15226288"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mj2mux.html#idp15229632"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mj2mux.html#idp14579600"/> <keyword type="struct" name="GstMJ2Mux" link="gst-plugins-good-plugins-mj2mux.html#GstMJ2Mux-struct"/> <keyword type="property" name="The "dts-method" property" link="gst-plugins-good-plugins-mj2mux.html#GstMJ2Mux--dts-method"/> <keyword type="property" name="The "faststart" property" link="gst-plugins-good-plugins-mj2mux.html#GstMJ2Mux--faststart"/> @@ -714,17 +714,17 @@ <keyword type="property" name="The "presentation-time" property" link="gst-plugins-good-plugins-mj2mux.html#GstMJ2Mux--presentation-time"/> <keyword type="property" name="The "streamable" property" link="gst-plugins-good-plugins-mj2mux.html#GstMJ2Mux--streamable"/> <keyword type="property" name="The "trak-timescale" property" link="gst-plugins-good-plugins-mj2mux.html#GstMJ2Mux--trak-timescale"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-monoscope.html#idp13408496"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-monoscope.html#idp15384928"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-monoscope.html#idp5659200"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-monoscope.html#idp15073616"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-monoscope.html#idp6870960"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-monoscope.html#idp6752496"/> <keyword type="struct" name="struct GstMonoscope" link="gst-plugins-good-plugins-monoscope.html#GstMonoscope"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-mpegaudioparse.html#idp13287248"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mpegaudioparse.html#idp10611136"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mpegaudioparse.html#idp6319552"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-mpegaudioparse.html#idp14140000"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mpegaudioparse.html#idp12409568"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mpegaudioparse.html#idp7768592"/> <keyword type="struct" name="struct GstMpegAudioParse" link="gst-plugins-good-plugins-mpegaudioparse.html#GstMpegAudioParse-struct"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-mp4mux.html#idp6047328"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mp4mux.html#idp16598624"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mp4mux.html#idp15230848"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-mp4mux.html#idp15745744"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mp4mux.html#idp15269152"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mp4mux.html#idp14864352"/> <keyword type="typedef" name="GstMP4Mux" link="gst-plugins-good-plugins-mp4mux.html#GstMP4Mux"/> <keyword type="property" name="The "dts-method" property" link="gst-plugins-good-plugins-mp4mux.html#GstMP4Mux--dts-method"/> <keyword type="property" name="The "faststart" property" link="gst-plugins-good-plugins-mp4mux.html#GstMP4Mux--faststart"/> @@ -735,16 +735,16 @@ <keyword type="property" name="The "presentation-time" property" link="gst-plugins-good-plugins-mp4mux.html#GstMP4Mux--presentation-time"/> <keyword type="property" name="The "streamable" property" link="gst-plugins-good-plugins-mp4mux.html#GstMP4Mux--streamable"/> <keyword type="property" name="The "trak-timescale" property" link="gst-plugins-good-plugins-mp4mux.html#GstMP4Mux--trak-timescale"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mulawdec.html#idp13555584"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawdec.html#idp15065712"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mulawdec.html#idp10846496"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawdec.html#idp8097568"/> <keyword type="struct" name="struct GstMuLawDec" link="gst-plugins-good-plugins-mulawdec.html#GstMuLawDec-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mulawenc.html#idp6892800"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawenc.html#idp13857216"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mulawenc.html#idp14042560"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawenc.html#idp13521968"/> <keyword type="struct" name="struct GstMuLawDec" link="gst-plugins-good-plugins-mulawenc.html#GstMuLawDec-struct"/> <keyword type="struct" name="struct GstMuLawEnc" link="gst-plugins-good-plugins-mulawenc.html#GstMuLawEnc"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-multifilesink.html#idp14569888"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesink.html#idp16180384"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesink.html#idp15907584"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-multifilesink.html#idp15385312"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesink.html#idp16268288"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesink.html#idp14692256"/> <keyword type="struct" name="struct GstMultiFileSink" link="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink-struct"/> <keyword type="enum" name="enum GstMultiFileSinkNext" link="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSinkNext"/> <keyword type="property" name="The "location" property" link="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--location"/> @@ -753,9 +753,9 @@ <keyword type="property" name="The "post-messages" property" link="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--post-messages"/> <keyword type="property" name="The "max-files" property" link="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--max-files"/> <keyword type="property" name="The "max-file-size" property" link="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--max-file-size"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-multifilesrc.html#idp14352896"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesrc.html#idp6350400"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesrc.html#idp10932960"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-multifilesrc.html#idp10523632"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesrc.html#idp11085936"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesrc.html#idp15361312"/> <keyword type="struct" name="struct GstMultiFileSrc" link="gst-plugins-good-plugins-multifilesrc.html#GstMultiFileSrc-struct"/> <keyword type="property" name="The "caps" property" link="gst-plugins-good-plugins-multifilesrc.html#GstMultiFileSrc--caps"/> <keyword type="property" name="The "index" property" link="gst-plugins-good-plugins-multifilesrc.html#GstMultiFileSrc--index"/> @@ -763,20 +763,20 @@ <keyword type="property" name="The "loop" property" link="gst-plugins-good-plugins-multifilesrc.html#GstMultiFileSrc--loop"/> <keyword type="property" name="The "start-index" property" link="gst-plugins-good-plugins-multifilesrc.html#GstMultiFileSrc--start-index"/> <keyword type="property" name="The "stop-index" property" link="gst-plugins-good-plugins-multifilesrc.html#GstMultiFileSrc--stop-index"/> - <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-multipartdemux.html#idp13409536"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartdemux.html#idp13776368"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartdemux.html#idp10903184"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-multipartdemux.html#idp14962768"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartdemux.html#idp15961200"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartdemux.html#idp10760032"/> <keyword type="struct" name="struct GstMultipartDemux" link="gst-plugins-good-plugins-multipartdemux.html#GstMultipartDemux-struct"/> <keyword type="property" name="The "autoscan" property" link="gst-plugins-good-plugins-multipartdemux.html#GstMultipartDemux--autoscan"/> <keyword type="property" name="The "boundary" property" link="gst-plugins-good-plugins-multipartdemux.html#GstMultipartDemux--boundary"/> <keyword type="property" name="The "single-stream" property" link="gst-plugins-good-plugins-multipartdemux.html#GstMultipartDemux--single-stream"/> - <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-multipartmux.html#idp16725296"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartmux.html#idp14080464"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartmux.html#idp16060944"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-multipartmux.html#idp14458240"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartmux.html#idp15868848"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartmux.html#idp17267872"/> <keyword type="struct" name="struct GstMultipartMux" link="gst-plugins-good-plugins-multipartmux.html#GstMultipartMux-struct"/> <keyword type="property" name="The "boundary" property" link="gst-plugins-good-plugins-multipartmux.html#GstMultipartMux--boundary"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multiudpsink.html#idp14567856"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multiudpsink.html#idp13742496"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multiudpsink.html#idp14668672"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multiudpsink.html#idp7819664"/> <keyword type="struct" name="struct GstMultiUDPSink" link="gst-plugins-good-plugins-multiudpsink.html#GstMultiUDPSink-struct"/> <keyword type="property" name="The "bytes-served" property" link="gst-plugins-good-plugins-multiudpsink.html#GstMultiUDPSink--bytes-served"/> <keyword type="property" name="The "bytes-to-serve" property" link="gst-plugins-good-plugins-multiudpsink.html#GstMultiUDPSink--bytes-to-serve"/> @@ -802,65 +802,65 @@ <keyword type="signal" name="The "client-removed" signal" link="gst-plugins-good-plugins-multiudpsink.html#GstMultiUDPSink-client-removed"/> <keyword type="signal" name="The "get-stats" signal" link="gst-plugins-good-plugins-multiudpsink.html#GstMultiUDPSink-get-stats"/> <keyword type="signal" name="The "remove" signal" link="gst-plugins-good-plugins-multiudpsink.html#GstMultiUDPSink-remove"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-optv.html#idp7815168"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-optv.html#idp9233536"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-optv.html#idp14789456"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-optv.html#idp5593680"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-optv.html#idp15624000"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-optv.html#idp14426080"/> <keyword type="struct" name="struct GstOpTV" link="gst-plugins-good-plugins-optv.html#GstOpTV-struct"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-optv.html#GstOpTV--mode"/> <keyword type="property" name="The "speed" property" link="gst-plugins-good-plugins-optv.html#GstOpTV--speed"/> <keyword type="property" name="The "threshold" property" link="gst-plugins-good-plugins-optv.html#GstOpTV--threshold"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-oss4sink.html#idp13742016"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4sink.html#idp12736528"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-oss4sink.html#idp18248704"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4sink.html#idp18228176"/> <keyword type="struct" name="struct GstOss4Sink" link="gst-plugins-good-plugins-oss4sink.html#GstOss4Sink-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-oss4sink.html#GstOss4Sink--device"/> <keyword type="property" name="The "device-name" property" link="gst-plugins-good-plugins-oss4sink.html#GstOss4Sink--device-name"/> <keyword type="property" name="The "mute" property" link="gst-plugins-good-plugins-oss4sink.html#GstOss4Sink--mute"/> <keyword type="property" name="The "volume" property" link="gst-plugins-good-plugins-oss4sink.html#GstOss4Sink--volume"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-oss4src.html#idp16484016"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4src.html#idp13635632"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-oss4src.html#idp16699888"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4src.html#idp11705600"/> <keyword type="struct" name="struct GstOss4Source" link="gst-plugins-good-plugins-oss4src.html#GstOss4Source-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-oss4src.html#GstOss4Source--device"/> <keyword type="property" name="The "device-name" property" link="gst-plugins-good-plugins-oss4src.html#GstOss4Source--device-name"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osssink.html#idp14807408"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssink.html#idp15133328"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osssink.html#idp17198544"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssink.html#idp14716880"/> <keyword type="struct" name="struct GstOssSink" link="gst-plugins-good-plugins-osssink.html#GstOssSink-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-osssink.html#GstOssSink--device"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osssrc.html#idp13675328"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssrc.html#idp14885600"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osssrc.html#idp14986240"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssrc.html#idp12005152"/> <keyword type="struct" name="struct GstOssSrc" link="gst-plugins-good-plugins-osssrc.html#GstOssSrc-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-osssrc.html#GstOssSrc--device"/> <keyword type="property" name="The "device-name" property" link="gst-plugins-good-plugins-osssrc.html#GstOssSrc--device-name"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxaudiosink.html#idp14531936"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosink.html#idp14470144"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxaudiosink.html#idp12645200"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosink.html#idp17313952"/> <keyword type="struct" name="struct GstOsxAudioSink" link="gst-plugins-good-plugins-osxaudiosink.html#GstOsxAudioSink"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-osxaudiosink.html#GstOsxAudioSink--device"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxaudiosrc.html#idp14397584"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosrc.html#idp17241920"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxaudiosrc.html#idp14974832"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosrc.html#idp17489456"/> <keyword type="struct" name="struct GstOsxAudioSrc" link="gst-plugins-good-plugins-osxaudiosrc.html#GstOsxAudioSrc"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-osxaudiosrc.html#GstOsxAudioSrc--device"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxvideosink.html#idp16103792"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxvideosink.html#idp16616384"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxvideosink.html#idp17559520"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxvideosink.html#idp17363312"/> <keyword type="struct" name="struct GstOSXVideoSink" link="gst-plugins-good-plugins-osxvideosink.html#GstOSXVideoSink"/> <keyword type="property" name="The "embed" property" link="gst-plugins-good-plugins-osxvideosink.html#GstOSXVideoSink--embed"/> <keyword type="property" name="The "fullscreen" property" link="gst-plugins-good-plugins-osxvideosink.html#GstOSXVideoSink--fullscreen"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pngdec.html#idp9005360"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngdec.html#idp12971328"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pngdec.html#idp18115200"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngdec.html#idp18756400"/> <keyword type="struct" name="struct GstPngDec" link="gst-plugins-good-plugins-pngdec.html#GstPngDec-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pngenc.html#idp7412752"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngenc.html#idp12962432"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pngenc.html#idp6895344"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngenc.html#idp16263840"/> <keyword type="struct" name="struct GstPngEnc" link="gst-plugins-good-plugins-pngenc.html#GstPngEnc-struct"/> <keyword type="property" name="The "compression-level" property" link="gst-plugins-good-plugins-pngenc.html#GstPngEnc--compression-level"/> <keyword type="property" name="The "snapshot" property" link="gst-plugins-good-plugins-pngenc.html#GstPngEnc--snapshot"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-progressreport.html#idp16070016"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-progressreport.html#idp16062400"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-progressreport.html#idp10122768"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-progressreport.html#idp16261984"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-progressreport.html#idp14790512"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-progressreport.html#idp18106256"/> <keyword type="struct" name="struct GstProgressReport" link="gst-plugins-good-plugins-progressreport.html#GstProgressReport-struct"/> <keyword type="property" name="The "silent" property" link="gst-plugins-good-plugins-progressreport.html#GstProgressReport--silent"/> <keyword type="property" name="The "update-freq" property" link="gst-plugins-good-plugins-progressreport.html#GstProgressReport--update-freq"/> <keyword type="property" name="The "format" property" link="gst-plugins-good-plugins-progressreport.html#GstProgressReport--format"/> <keyword type="property" name="The "do-query" property" link="gst-plugins-good-plugins-progressreport.html#GstProgressReport--do-query"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pulsesink.html#idp17290576"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesink.html#idp16505808"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pulsesink.html#idp18593120"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesink.html#idp14965120"/> <keyword type="struct" name="struct GstPulseSink" link="gst-plugins-good-plugins-pulsesink.html#GstPulseSink-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--device"/> <keyword type="property" name="The "server" property" link="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--server"/> @@ -870,8 +870,8 @@ <keyword type="property" name="The "client" property" link="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--client"/> <keyword type="property" name="The "stream-properties" property" link="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--stream-properties"/> <keyword type="property" name="The "client-name" property" link="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--client-name"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pulsesrc.html#idp15300304"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesrc.html#idp17974528"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pulsesrc.html#idp16340160"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesrc.html#idp12388752"/> <keyword type="struct" name="struct GstPulseSrc" link="gst-plugins-good-plugins-pulsesrc.html#GstPulseSrc-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-pulsesrc.html#GstPulseSrc--device"/> <keyword type="property" name="The "server" property" link="gst-plugins-good-plugins-pulsesrc.html#GstPulseSrc--server"/> @@ -882,19 +882,19 @@ <keyword type="property" name="The "source-output-index" property" link="gst-plugins-good-plugins-pulsesrc.html#GstPulseSrc--source-output-index"/> <keyword type="property" name="The "volume" property" link="gst-plugins-good-plugins-pulsesrc.html#GstPulseSrc--volume"/> <keyword type="property" name="The "client-name" property" link="gst-plugins-good-plugins-pulsesrc.html#GstPulseSrc--client-name"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-quarktv.html#idp15917504"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-quarktv.html#idp11568048"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-quarktv.html#idp15703232"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-quarktv.html#idp16257024"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-quarktv.html#idp14284272"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-quarktv.html#idp18841936"/> <keyword type="struct" name="struct GstQuarkTV" link="gst-plugins-good-plugins-quarktv.html#GstQuarkTV-struct"/> <keyword type="property" name="The "planes" property" link="gst-plugins-good-plugins-quarktv.html#GstQuarkTV--planes"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-qtdemux.html#idp16737504"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtdemux.html#idp14561520"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtdemux.html#idp17072624"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-qtdemux.html#idp18001200"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtdemux.html#idp7661856"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtdemux.html#idp18740912"/> <keyword type="struct" name="struct GstQTDemux" link="gst-plugins-good-plugins-qtdemux.html#GstQTDemux-struct"/> <keyword type="signal" name="The "got-redirect" signal" link="gst-plugins-good-plugins-qtdemux.html#GstQTDemux-got-redirect"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-qtmux.html#idp14507312"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmux.html#idp6221072"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmux.html#idp13966480"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-qtmux.html#idp13712640"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmux.html#idp13075632"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmux.html#idp18075376"/> <keyword type="struct" name="struct GstQTMux" link="gst-plugins-good-plugins-qtmux.html#GstQTMux-struct"/> <keyword type="property" name="The "dts-method" property" link="gst-plugins-good-plugins-qtmux.html#GstQTMux--dts-method"/> <keyword type="property" name="The "faststart" property" link="gst-plugins-good-plugins-qtmux.html#GstQTMux--faststart"/> @@ -905,9 +905,9 @@ <keyword type="property" name="The "presentation-time" property" link="gst-plugins-good-plugins-qtmux.html#GstQTMux--presentation-time"/> <keyword type="property" name="The "streamable" property" link="gst-plugins-good-plugins-qtmux.html#GstQTMux--streamable"/> <keyword type="property" name="The "trak-timescale" property" link="gst-plugins-good-plugins-qtmux.html#GstQTMux--trak-timescale"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-qtmoovrecover.html#idp11439552"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmoovrecover.html#idp17724640"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmoovrecover.html#idp17355312"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-qtmoovrecover.html#idp18524464"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmoovrecover.html#idp18192768"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmoovrecover.html#idp15097392"/> <keyword type="struct" name="struct GstQTMoovRecover" link="gst-plugins-good-plugins-qtmoovrecover.html#GstQTMoovRecover-struct"/> <keyword type="struct" name="struct GstQTMoovRecoverClass" link="gst-plugins-good-plugins-qtmoovrecover.html#GstQTMoovRecoverClass"/> <keyword type="function" name="gst_qt_moov_recover_get_type ()" link="gst-plugins-good-plugins-qtmoovrecover.html#gst-qt-moov-recover-get-type"/> @@ -916,37 +916,37 @@ <keyword type="property" name="The "faststart-mode" property" link="gst-plugins-good-plugins-qtmoovrecover.html#GstQTMoovRecover--faststart-mode"/> <keyword type="property" name="The "fixed-output" property" link="gst-plugins-good-plugins-qtmoovrecover.html#GstQTMoovRecover--fixed-output"/> <keyword type="property" name="The "recovery-input" property" link="gst-plugins-good-plugins-qtmoovrecover.html#GstQTMoovRecover--recovery-input"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-radioactv.html#idp18841072"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-radioactv.html#idp14907904"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-radioactv.html#idp18959328"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-radioactv.html#idp6617776"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-radioactv.html#idp14167280"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-radioactv.html#idp13290032"/> <keyword type="struct" name="struct GstRadioacTV" link="gst-plugins-good-plugins-radioactv.html#GstRadioacTV-struct"/> <keyword type="property" name="The "color" property" link="gst-plugins-good-plugins-radioactv.html#GstRadioacTV--color"/> <keyword type="property" name="The "interval" property" link="gst-plugins-good-plugins-radioactv.html#GstRadioacTV--interval"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-radioactv.html#GstRadioacTV--mode"/> <keyword type="property" name="The "trigger" property" link="gst-plugins-good-plugins-radioactv.html#GstRadioacTV--trigger"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-revtv.html#idp17492448"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-revtv.html#idp17264208"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-revtv.html#idp18855152"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-revtv.html#idp14633984"/> <keyword type="struct" name="struct GstRevTV" link="gst-plugins-good-plugins-revtv.html#GstRevTV-struct"/> <keyword type="property" name="The "delay" property" link="gst-plugins-good-plugins-revtv.html#GstRevTV--delay"/> <keyword type="property" name="The "gain" property" link="gst-plugins-good-plugins-revtv.html#GstRevTV--gain"/> <keyword type="property" name="The "linespace" property" link="gst-plugins-good-plugins-revtv.html#GstRevTV--linespace"/> - <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-rganalysis.html#idp17669280"/> - <keyword type="" name="Acknowledgements" link="gst-plugins-good-plugins-rganalysis.html#idp17657744"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rganalysis.html#idp18955792"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rganalysis.html#idp17840256"/> + <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-rganalysis.html#idp6301280"/> + <keyword type="" name="Acknowledgements" link="gst-plugins-good-plugins-rganalysis.html#idp16897136"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rganalysis.html#idp18060720"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rganalysis.html#idp19055552"/> <keyword type="struct" name="struct GstRgAnalysis" link="gst-plugins-good-plugins-rganalysis.html#GstRgAnalysis-struct"/> <keyword type="property" name="The "forced" property" link="gst-plugins-good-plugins-rganalysis.html#GstRgAnalysis--forced"/> <keyword type="property" name="The "num-tracks" property" link="gst-plugins-good-plugins-rganalysis.html#GstRgAnalysis--num-tracks"/> <keyword type="property" name="The "reference-level" property" link="gst-plugins-good-plugins-rganalysis.html#GstRgAnalysis--reference-level"/> <keyword type="property" name="The "message" property" link="gst-plugins-good-plugins-rganalysis.html#GstRgAnalysis--message"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rglimiter.html#idp17378448"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rglimiter.html#idp15840064"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rglimiter.html#idp17177184"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rglimiter.html#idp17142800"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rglimiter.html#idp15771760"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rglimiter.html#idp18363552"/> <keyword type="struct" name="struct GstRgLimiter" link="gst-plugins-good-plugins-rglimiter.html#GstRgLimiter-struct"/> <keyword type="property" name="The "enabled" property" link="gst-plugins-good-plugins-rglimiter.html#GstRgLimiter--enabled"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rgvolume.html#idp19237648"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rgvolume.html#idp19306128"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rgvolume.html#idp12945552"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rgvolume.html#idp19683248"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rgvolume.html#idp13817536"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rgvolume.html#idp19188016"/> <keyword type="struct" name="struct GstRgVolume" link="gst-plugins-good-plugins-rgvolume.html#GstRgVolume-struct"/> <keyword type="property" name="The "album-mode" property" link="gst-plugins-good-plugins-rgvolume.html#GstRgVolume--album-mode"/> <keyword type="property" name="The "fallback-gain" property" link="gst-plugins-good-plugins-rgvolume.html#GstRgVolume--fallback-gain"/> @@ -954,14 +954,14 @@ <keyword type="property" name="The "pre-amp" property" link="gst-plugins-good-plugins-rgvolume.html#GstRgVolume--pre-amp"/> <keyword type="property" name="The "result-gain" property" link="gst-plugins-good-plugins-rgvolume.html#GstRgVolume--result-gain"/> <keyword type="property" name="The "target-gain" property" link="gst-plugins-good-plugins-rgvolume.html#GstRgVolume--target-gain"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rippletv.html#idp17694384"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rippletv.html#idp18548944"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rippletv.html#idp15100768"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rippletv.html#idp14957280"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rippletv.html#idp15828896"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rippletv.html#idp19834944"/> <keyword type="struct" name="struct GstRippleTV" link="gst-plugins-good-plugins-rippletv.html#GstRippleTV-struct"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-rippletv.html#GstRippleTV--mode"/> <keyword type="property" name="The "reset" property" link="gst-plugins-good-plugins-rippletv.html#GstRippleTV--reset"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpdec.html#idp5779360"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpdec.html#idp17170016"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpdec.html#idp18036352"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpdec.html#idp16977632"/> <keyword type="struct" name="struct GstRTPDec" link="gst-plugins-good-plugins-rtpdec.html#GstRTPDec-struct"/> <keyword type="property" name="The "skip" property" link="gst-plugins-good-plugins-rtpdec.html#GstRTPDec--skip"/> <keyword type="property" name="The "latency" property" link="gst-plugins-good-plugins-rtpdec.html#GstRTPDec--latency"/> @@ -973,19 +973,19 @@ <keyword type="signal" name="The "on-ssrc-collision" signal" link="gst-plugins-good-plugins-rtpdec.html#GstRTPDec-on-ssrc-collision"/> <keyword type="signal" name="The "on-ssrc-validated" signal" link="gst-plugins-good-plugins-rtpdec.html#GstRTPDec-on-ssrc-validated"/> <keyword type="signal" name="The "on-timeout" signal" link="gst-plugins-good-plugins-rtpdec.html#GstRTPDec-on-timeout"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpj2kpay.html#idp18951968"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpj2kpay.html#idp14837136"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpj2kpay.html#idp13520112"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpj2kpay.html#idp14822528"/> <keyword type="struct" name="struct GstRtpJ2KPay" link="gst-plugins-good-plugins-rtpj2kpay.html#GstRtpJ2KPay-struct"/> <keyword type="property" name="The "buffer-list" property" link="gst-plugins-good-plugins-rtpj2kpay.html#GstRtpJ2KPay--buffer-list"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpjpegpay.html#idp17352992"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjpegpay.html#idp20351456"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpjpegpay.html#idp13519024"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjpegpay.html#idp14802800"/> <keyword type="struct" name="struct GstRtpJPEGPay" link="gst-plugins-good-plugins-rtpjpegpay.html#GstRtpJPEGPay-struct"/> <keyword type="property" name="The "quality" property" link="gst-plugins-good-plugins-rtpjpegpay.html#GstRtpJPEGPay--quality"/> <keyword type="property" name="The "type" property" link="gst-plugins-good-plugins-rtpjpegpay.html#GstRtpJPEGPay--type"/> <keyword type="property" name="The "buffer-list" property" link="gst-plugins-good-plugins-rtpjpegpay.html#GstRtpJPEGPay--buffer-list"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rtspsrc.html#idp15780992"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtspsrc.html#idp19379232"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtspsrc.html#idp17370432"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rtspsrc.html#idp19568768"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtspsrc.html#idp16724304"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtspsrc.html#idp19490848"/> <keyword type="struct" name="struct GstRTSPSrc" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc-struct"/> <keyword type="property" name="The "debug" property" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc--debug"/> <keyword type="property" name="The "location" property" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc--location"/> @@ -1008,8 +1008,8 @@ <keyword type="property" name="The "do-rtsp-keep-alive" property" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc--do-rtsp-keep-alive"/> <keyword type="property" name="The "drop-on-latency" property" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc--drop-on-latency"/> <keyword type="property" name="The "probation" property" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc--probation"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpbin.html#idp19442400"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpbin.html#idp20034560"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpbin.html#idp20720704"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpbin.html#idp20903568"/> <keyword type="struct" name="struct GstRtpBin" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-struct"/> <keyword type="property" name="The "do-lost" property" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin--do-lost"/> <keyword type="property" name="The "latency" property" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin--latency"/> @@ -1037,8 +1037,8 @@ <keyword type="signal" name="The "request-pt-map" signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-request-pt-map"/> <keyword type="signal" name="The "reset-sync" signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-reset-sync"/> <keyword type="signal" name="The "payload-type-change" signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-payload-type-change"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpjitterbuffer.html#idp18990752"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjitterbuffer.html#idp20343312"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpjitterbuffer.html#idp15832480"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjitterbuffer.html#idp20808448"/> <keyword type="struct" name="struct GstRtpJitterBuffer" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer-struct"/> <keyword type="property" name="The "do-lost" property" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--do-lost"/> <keyword type="property" name="The "drop-on-latency" property" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--drop-on-latency"/> @@ -1051,15 +1051,15 @@ <keyword type="signal" name="The "on-npt-stop" signal" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer-on-npt-stop"/> <keyword type="signal" name="The "request-pt-map" signal" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer-request-pt-map"/> <keyword type="signal" name="The "set-active" signal" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer-set-active"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpptdemux.html#idp19505152"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpptdemux.html#idp16609040"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpptdemux.html#idp19637328"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpptdemux.html#idp18182624"/> <keyword type="struct" name="struct GstRtpPtDemux" link="gst-plugins-good-plugins-rtpptdemux.html#GstRtpPtDemux-struct"/> <keyword type="signal" name="The "clear-pt-map" signal" link="gst-plugins-good-plugins-rtpptdemux.html#GstRtpPtDemux-clear-pt-map"/> <keyword type="signal" name="The "new-payload-type" signal" link="gst-plugins-good-plugins-rtpptdemux.html#GstRtpPtDemux-new-payload-type"/> <keyword type="signal" name="The "payload-type-change" signal" link="gst-plugins-good-plugins-rtpptdemux.html#GstRtpPtDemux-payload-type-change"/> <keyword type="signal" name="The "request-pt-map" signal" link="gst-plugins-good-plugins-rtpptdemux.html#GstRtpPtDemux-request-pt-map"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpsession.html#idp18162240"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpsession.html#idp12528624"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpsession.html#idp20765456"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpsession.html#idp16014576"/> <keyword type="struct" name="struct GstRtpSession" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession-struct"/> <keyword type="property" name="The "bandwidth" property" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession--bandwidth"/> <keyword type="property" name="The "internal-session" property" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession--internal-session"/> @@ -1084,25 +1084,25 @@ <keyword type="signal" name="The "on-ssrc-validated" signal" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession-on-ssrc-validated"/> <keyword type="signal" name="The "on-timeout" signal" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession-on-timeout"/> <keyword type="signal" name="The "request-pt-map" signal" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession-request-pt-map"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpssrcdemux.html#idp19464320"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpssrcdemux.html#idp19227856"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpssrcdemux.html#idp20154320"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpssrcdemux.html#idp14495680"/> <keyword type="struct" name="struct GstRtpSsrcDemux" link="gst-plugins-good-plugins-rtpssrcdemux.html#GstRtpSsrcDemux-struct"/> <keyword type="signal" name="The "clear-ssrc" signal" link="gst-plugins-good-plugins-rtpssrcdemux.html#GstRtpSsrcDemux-clear-ssrc"/> <keyword type="signal" name="The "new-ssrc-pad" signal" link="gst-plugins-good-plugins-rtpssrcdemux.html#GstRtpSsrcDemux-new-ssrc-pad"/> <keyword type="signal" name="The "removed-ssrc-pad" signal" link="gst-plugins-good-plugins-rtpssrcdemux.html#GstRtpSsrcDemux-removed-ssrc-pad"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-shagadelictv.html#idp17689184"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shagadelictv.html#idp13903072"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shagadelictv.html#idp18027376"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-shagadelictv.html#idp17582672"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shagadelictv.html#idp20764928"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shagadelictv.html#idp19509600"/> <keyword type="struct" name="struct GstShagadelicTV" link="gst-plugins-good-plugins-shagadelictv.html#GstShagadelicTV-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-shapewipe.html#idp14844208"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shapewipe.html#idp16345632"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shapewipe.html#idp19993360"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-shapewipe.html#idp17257968"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shapewipe.html#idp19798816"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shapewipe.html#idp20204112"/> <keyword type="struct" name="struct GstShapeWipe" link="gst-plugins-good-plugins-shapewipe.html#GstShapeWipe-struct"/> <keyword type="property" name="The "border" property" link="gst-plugins-good-plugins-shapewipe.html#GstShapeWipe--border"/> <keyword type="property" name="The "position" property" link="gst-plugins-good-plugins-shapewipe.html#GstShapeWipe--position"/> - <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-smpte.html#idp14690128"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smpte.html#idp19170720"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smpte.html#idp19579232"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-smpte.html#idp6897584"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smpte.html#idp18137328"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smpte.html#idp17055536"/> <keyword type="struct" name="struct GstSMPTE" link="gst-plugins-good-plugins-smpte.html#GstSMPTE-struct"/> <keyword type="property" name="The "border" property" link="gst-plugins-good-plugins-smpte.html#GstSMPTE--border"/> <keyword type="property" name="The "depth" property" link="gst-plugins-good-plugins-smpte.html#GstSMPTE--depth"/> @@ -1110,17 +1110,17 @@ <keyword type="property" name="The "type" property" link="gst-plugins-good-plugins-smpte.html#GstSMPTE--type"/> <keyword type="property" name="The "duration" property" link="gst-plugins-good-plugins-smpte.html#GstSMPTE--duration"/> <keyword type="property" name="The "invert" property" link="gst-plugins-good-plugins-smpte.html#GstSMPTE--invert"/> - <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-smptealpha.html#idp13258912"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smptealpha.html#idp17357184"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smptealpha.html#idp13530336"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-smptealpha.html#idp18055712"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smptealpha.html#idp18824528"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smptealpha.html#idp17258608"/> <keyword type="struct" name="struct GstSMPTEAlpha" link="gst-plugins-good-plugins-smptealpha.html#GstSMPTEAlpha-struct"/> <keyword type="property" name="The "border" property" link="gst-plugins-good-plugins-smptealpha.html#GstSMPTEAlpha--border"/> <keyword type="property" name="The "depth" property" link="gst-plugins-good-plugins-smptealpha.html#GstSMPTEAlpha--depth"/> <keyword type="property" name="The "position" property" link="gst-plugins-good-plugins-smptealpha.html#GstSMPTEAlpha--position"/> <keyword type="property" name="The "type" property" link="gst-plugins-good-plugins-smptealpha.html#GstSMPTEAlpha--type"/> <keyword type="property" name="The "invert" property" link="gst-plugins-good-plugins-smptealpha.html#GstSMPTEAlpha--invert"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-souphttpsrc.html#idp19987840"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-souphttpsrc.html#idp19579520"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-souphttpsrc.html#idp20833264"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-souphttpsrc.html#idp20485936"/> <keyword type="struct" name="struct GstSoupHTTPSrc" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc-struct"/> <keyword type="property" name="The "automatic-redirect" property" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc--automatic-redirect"/> <keyword type="property" name="The "cookies" property" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc--cookies"/> @@ -1139,9 +1139,9 @@ <keyword type="property" name="The "user-pw" property" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc--user-pw"/> <keyword type="property" name="The "extra-headers" property" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc--extra-headers"/> <keyword type="property" name="The "timeout" property" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc--timeout"/> - <keyword type="" name="Example application" link="gst-plugins-good-plugins-spectrum.html#idp22535456"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-spectrum.html#idp18695776"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-spectrum.html#idp22632912"/> + <keyword type="" name="Example application" link="gst-plugins-good-plugins-spectrum.html#idp20074400"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-spectrum.html#idp20735232"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-spectrum.html#idp21979648"/> <keyword type="struct" name="struct GstSpectrum" link="gst-plugins-good-plugins-spectrum.html#GstSpectrum-struct"/> <keyword type="property" name="The "bands" property" link="gst-plugins-good-plugins-spectrum.html#GstSpectrum--bands"/> <keyword type="property" name="The "interval" property" link="gst-plugins-good-plugins-spectrum.html#GstSpectrum--interval"/> @@ -1151,8 +1151,8 @@ <keyword type="property" name="The "message-phase" property" link="gst-plugins-good-plugins-spectrum.html#GstSpectrum--message-phase"/> <keyword type="property" name="The "post-messages" property" link="gst-plugins-good-plugins-spectrum.html#GstSpectrum--post-messages"/> <keyword type="property" name="The "multi-channel" property" link="gst-plugins-good-plugins-spectrum.html#GstSpectrum--multi-channel"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-speexenc.html#idp20696432"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexenc.html#idp19962400"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-speexenc.html#idp20671936"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexenc.html#idp19006304"/> <keyword type="struct" name="struct GstSpeexEnc" link="gst-plugins-good-plugins-speexenc.html#GstSpeexEnc-struct"/> <keyword type="property" name="The "abr" property" link="gst-plugins-good-plugins-speexenc.html#GstSpeexEnc--abr"/> <keyword type="property" name="The "bitrate" property" link="gst-plugins-good-plugins-speexenc.html#GstSpeexEnc--bitrate"/> @@ -1164,28 +1164,28 @@ <keyword type="property" name="The "vad" property" link="gst-plugins-good-plugins-speexenc.html#GstSpeexEnc--vad"/> <keyword type="property" name="The "vbr" property" link="gst-plugins-good-plugins-speexenc.html#GstSpeexEnc--vbr"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-speexenc.html#GstSpeexEnc--mode"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-speexdec.html#idp11044928"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexdec.html#idp16793248"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-speexdec.html#idp20094080"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexdec.html#idp21962464"/> <keyword type="struct" name="struct GstSpeexDec" link="gst-plugins-good-plugins-speexdec.html#GstSpeexDec-struct"/> <keyword type="property" name="The "enh" property" link="gst-plugins-good-plugins-speexdec.html#GstSpeexDec--enh"/> - <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-splitfilesrc.html#idp19951648"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-splitfilesrc.html#idp19728208"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-splitfilesrc.html#idp18533968"/> + <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-splitfilesrc.html#idp16940736"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-splitfilesrc.html#idp18820224"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-splitfilesrc.html#idp20641456"/> <keyword type="struct" name="struct GstSplitFileSrc" link="gst-plugins-good-plugins-splitfilesrc.html#GstSplitFileSrc-struct"/> <keyword type="property" name="The "location" property" link="gst-plugins-good-plugins-splitfilesrc.html#GstSplitFileSrc--location"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-streaktv.html#idp15868064"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-streaktv.html#idp18015152"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-streaktv.html#idp20841504"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-streaktv.html#idp20074816"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-streaktv.html#idp18201120"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-streaktv.html#idp15220960"/> <keyword type="struct" name="struct GstStreakTV" link="gst-plugins-good-plugins-streaktv.html#GstStreakTV-struct"/> <keyword type="property" name="The "feedback" property" link="gst-plugins-good-plugins-streaktv.html#GstStreakTV--feedback"/> - <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-taginject.html#idp18825152"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-taginject.html#idp20891072"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-taginject.html#idp17947760"/> + <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-taginject.html#idp10734928"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-taginject.html#idp20644976"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-taginject.html#idp12698416"/> <keyword type="struct" name="struct GstTagInject" link="gst-plugins-good-plugins-taginject.html#GstTagInject-struct"/> <keyword type="property" name="The "tags" property" link="gst-plugins-good-plugins-taginject.html#GstTagInject--tags"/> - <keyword type="" name="Examples" link="gst-plugins-good-plugins-udpsrc.html#idp20710272"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsrc.html#idp21505280"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsrc.html#idp22382448"/> + <keyword type="" name="Examples" link="gst-plugins-good-plugins-udpsrc.html#idp19650112"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsrc.html#idp20160688"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsrc.html#idp22844880"/> <keyword type="struct" name="struct GstUDPSrc" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc-struct"/> <keyword type="property" name="The "caps" property" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc--caps"/> <keyword type="property" name="The "multicast-group" property" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc--multicast-group"/> @@ -1203,14 +1203,14 @@ <keyword type="property" name="The "close-socket" property" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc--close-socket"/> <keyword type="property" name="The "socket" property" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc--socket"/> <keyword type="property" name="The "used-socket" property" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc--used-socket"/> - <keyword type="" name="Examples" link="gst-plugins-good-plugins-udpsink.html#idp18480336"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsink.html#idp21784656"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsink.html#idp22062304"/> + <keyword type="" name="Examples" link="gst-plugins-good-plugins-udpsink.html#idp20458256"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsink.html#idp22059472"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsink.html#idp19496288"/> <keyword type="struct" name="struct GstUDPSink" link="gst-plugins-good-plugins-udpsink.html#GstUDPSink-struct"/> <keyword type="property" name="The "host" property" link="gst-plugins-good-plugins-udpsink.html#GstUDPSink--host"/> <keyword type="property" name="The "port" property" link="gst-plugins-good-plugins-udpsink.html#GstUDPSink--port"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2src.html#idp19582976"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2src.html#idp18804432"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2src.html#idp21959872"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2src.html#idp22902864"/> <keyword type="struct" name="struct GstV4l2Src" link="gst-plugins-good-plugins-v4l2src.html#GstV4l2Src-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-v4l2src.html#GstV4l2Src--device"/> <keyword type="property" name="The "device-name" property" link="gst-plugins-good-plugins-v4l2src.html#GstV4l2Src--device-name"/> @@ -1226,8 +1226,8 @@ <keyword type="property" name="The "norm" property" link="gst-plugins-good-plugins-v4l2src.html#GstV4l2Src--norm"/> <keyword type="property" name="The "io-mode" property" link="gst-plugins-good-plugins-v4l2src.html#GstV4l2Src--io-mode"/> <keyword type="signal" name="The "prepare-format" signal" link="gst-plugins-good-plugins-v4l2src.html#GstV4l2Src-prepare-format"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2sink.html#idp19916384"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2sink.html#idp15897840"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2sink.html#idp17423808"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2sink.html#idp22115328"/> <keyword type="struct" name="struct GstV4l2Sink" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink--device"/> <keyword type="property" name="The "device-fd" property" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink--device-fd"/> @@ -1249,28 +1249,28 @@ <keyword type="property" name="The "min-queued-bufs" property" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink--min-queued-bufs"/> <keyword type="property" name="The "io-mode" property" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink--io-mode"/> <keyword type="property" name="The "norm" property" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink--norm"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2radio.html#idp19868576"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2radio.html#idp22740704"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2radio.html#idp19590288"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2radio.html#idp21885312"/> <keyword type="struct" name="struct GstV4l2Radio" link="gst-plugins-good-plugins-v4l2radio.html#GstV4l2Radio-struct"/> <keyword type="property" name="The "device" property" link="gst-plugins-good-plugins-v4l2radio.html#GstV4l2Radio--device"/> <keyword type="property" name="The "frequency" property" link="gst-plugins-good-plugins-v4l2radio.html#GstV4l2Radio--frequency"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-vertigotv.html#idp8874928"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vertigotv.html#idp21779152"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vertigotv.html#idp13741776"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-vertigotv.html#idp22056704"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vertigotv.html#idp13658720"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vertigotv.html#idp23287488"/> <keyword type="struct" name="struct GstVertigoTV" link="gst-plugins-good-plugins-vertigotv.html#GstVertigoTV-struct"/> <keyword type="property" name="The "speed" property" link="gst-plugins-good-plugins-vertigotv.html#GstVertigoTV--speed"/> <keyword type="property" name="The "zoom-speed" property" link="gst-plugins-good-plugins-vertigotv.html#GstVertigoTV--zoom-speed"/> <keyword type="signal" name="The "reset-parms" signal" link="gst-plugins-good-plugins-vertigotv.html#GstVertigoTV-reset-parms"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videobalance.html#idp22421184"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videobalance.html#idp22269952"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobalance.html#idp20596880"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videobalance.html#idp23100816"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videobalance.html#idp23953536"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobalance.html#idp18413248"/> <keyword type="struct" name="struct GstVideoBalance" link="gst-plugins-good-plugins-videobalance.html#GstVideoBalance-struct"/> <keyword type="property" name="The "brightness" property" link="gst-plugins-good-plugins-videobalance.html#GstVideoBalance--brightness"/> <keyword type="property" name="The "contrast" property" link="gst-plugins-good-plugins-videobalance.html#GstVideoBalance--contrast"/> <keyword type="property" name="The "hue" property" link="gst-plugins-good-plugins-videobalance.html#GstVideoBalance--hue"/> <keyword type="property" name="The "saturation" property" link="gst-plugins-good-plugins-videobalance.html#GstVideoBalance--saturation"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videobox.html#idp20480352"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobox.html#idp23101760"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videobox.html#idp12182448"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobox.html#idp12467184"/> <keyword type="struct" name="struct GstVideoBox" link="gst-plugins-good-plugins-videobox.html#GstVideoBox-struct"/> <keyword type="property" name="The "alpha" property" link="gst-plugins-good-plugins-videobox.html#GstVideoBox--alpha"/> <keyword type="property" name="The "border-alpha" property" link="gst-plugins-good-plugins-videobox.html#GstVideoBox--border-alpha"/> @@ -1280,33 +1280,33 @@ <keyword type="property" name="The "right" property" link="gst-plugins-good-plugins-videobox.html#GstVideoBox--right"/> <keyword type="property" name="The "top" property" link="gst-plugins-good-plugins-videobox.html#GstVideoBox--top"/> <keyword type="property" name="The "autocrop" property" link="gst-plugins-good-plugins-videobox.html#GstVideoBox--autocrop"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videocrop.html#idp19261440"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videocrop.html#idp19269136"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videocrop.html#idp17810592"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videocrop.html#idp15223760"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videocrop.html#idp19874896"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videocrop.html#idp21469104"/> <keyword type="struct" name="struct GstVideoCrop" link="gst-plugins-good-plugins-videocrop.html#GstVideoCrop-struct"/> <keyword type="property" name="The "bottom" property" link="gst-plugins-good-plugins-videocrop.html#GstVideoCrop--bottom"/> <keyword type="property" name="The "left" property" link="gst-plugins-good-plugins-videocrop.html#GstVideoCrop--left"/> <keyword type="property" name="The "right" property" link="gst-plugins-good-plugins-videocrop.html#GstVideoCrop--right"/> <keyword type="property" name="The "top" property" link="gst-plugins-good-plugins-videocrop.html#GstVideoCrop--top"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videoflip.html#idp21573376"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videoflip.html#idp23082784"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videoflip.html#idp22859104"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videoflip.html#idp22239616"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videoflip.html#idp18926704"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videoflip.html#idp21940848"/> <keyword type="struct" name="struct GstVideoFlip" link="gst-plugins-good-plugins-videoflip.html#GstVideoFlip-struct"/> <keyword type="enum" name="enum GstVideoFlipMethod" link="gst-plugins-good-plugins-videoflip.html#GstVideoFlipMethod"/> <keyword type="property" name="The "method" property" link="gst-plugins-good-plugins-videoflip.html#GstVideoFlip--method"/> - <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-videomixer.html#idp19043584"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videomixer.html#idp22875808"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videomixer.html#idp6512272"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vp8dec.html#idp18665088"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8dec.html#idp19609888"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-videomixer.html#idp20595360"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videomixer.html#idp20724272"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videomixer.html#idp23957520"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vp8dec.html#idp8443904"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8dec.html#idp22696576"/> <keyword type="struct" name="struct GstVP8Dec" link="gst-plugins-good-plugins-vp8dec.html#GstVP8Dec-struct"/> <keyword type="property" name="The "deblocking-level" property" link="gst-plugins-good-plugins-vp8dec.html#GstVP8Dec--deblocking-level"/> <keyword type="property" name="The "noise-level" property" link="gst-plugins-good-plugins-vp8dec.html#GstVP8Dec--noise-level"/> <keyword type="property" name="The "post-processing" property" link="gst-plugins-good-plugins-vp8dec.html#GstVP8Dec--post-processing"/> <keyword type="property" name="The "post-processing-flags" property" link="gst-plugins-good-plugins-vp8dec.html#GstVP8Dec--post-processing-flags"/> <keyword type="property" name="The "threads" property" link="gst-plugins-good-plugins-vp8dec.html#GstVP8Dec--threads"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vp8enc.html#idp24773664"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8enc.html#idp24781072"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vp8enc.html#idp24654896"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8enc.html#idp24662304"/> <keyword type="struct" name="struct GstVP8Enc" link="gst-plugins-good-plugins-vp8enc.html#GstVP8Enc-struct"/> <keyword type="property" name="The "arnr-maxframes" property" link="gst-plugins-good-plugins-vp8enc.html#GstVP8Enc--arnr-maxframes"/> <keyword type="property" name="The "arnr-strength" property" link="gst-plugins-good-plugins-vp8enc.html#GstVP8Enc--arnr-strength"/> @@ -1366,21 +1366,21 @@ <keyword type="property" name="The "twopass-vbr-minsection" property" link="gst-plugins-good-plugins-vp8enc.html#GstVP8Enc--twopass-vbr-minsection"/> <keyword type="property" name="The "undershoot" property" link="gst-plugins-good-plugins-vp8enc.html#GstVP8Enc--undershoot"/> <keyword type="property" name="The "vertical-scaling-mode" property" link="gst-plugins-good-plugins-vp8enc.html#GstVP8Enc--vertical-scaling-mode"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-warptv.html#idp24087152"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-warptv.html#idp23747776"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-warptv.html#idp21536384"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-warptv.html#idp18254976"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-warptv.html#idp12090048"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-warptv.html#idp23178496"/> <keyword type="struct" name="struct GstWarpTV" link="gst-plugins-good-plugins-warptv.html#GstWarpTV-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavenc.html#idp23366832"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavenc.html#idp19357200"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavenc.html#idp22127056"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavenc.html#idp22268976"/> <keyword type="struct" name="struct GstWavEnc" link="gst-plugins-good-plugins-wavenc.html#GstWavEnc-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-waveformsink.html#idp11311280"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-waveformsink.html#idp19502928"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-waveformsink.html#idp21469392"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-waveformsink.html#idp23266352"/> <keyword type="struct" name="struct GstWaveFormSink" link="gst-plugins-good-plugins-waveformsink.html#GstWaveFormSink"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackdec.html#idp23059472"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackdec.html#idp19867104"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackdec.html#idp22602800"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackdec.html#idp20644112"/> <keyword type="struct" name="struct GstWavpackDec" link="gst-plugins-good-plugins-wavpackdec.html#GstWavpackDec-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackenc.html#idp20835200"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackenc.html#idp25026960"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackenc.html#idp18268144"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackenc.html#idp24332144"/> <keyword type="struct" name="struct GstWavpackEnc" link="gst-plugins-good-plugins-wavpackenc.html#GstWavpackEnc-struct"/> <keyword type="property" name="The "bitrate" property" link="gst-plugins-good-plugins-wavpackenc.html#GstWavpackEnc--bitrate"/> <keyword type="property" name="The "bits-per-sample" property" link="gst-plugins-good-plugins-wavpackenc.html#GstWavpackEnc--bits-per-sample"/> @@ -1389,21 +1389,21 @@ <keyword type="property" name="The "joint-stereo-mode" property" link="gst-plugins-good-plugins-wavpackenc.html#GstWavpackEnc--joint-stereo-mode"/> <keyword type="property" name="The "md5" property" link="gst-plugins-good-plugins-wavpackenc.html#GstWavpackEnc--md5"/> <keyword type="property" name="The "mode" property" link="gst-plugins-good-plugins-wavpackenc.html#GstWavpackEnc--mode"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-wavpackparse.html#idp24133952"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackparse.html#idp21670640"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackparse.html#idp23072080"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-wavpackparse.html#idp24282400"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackparse.html#idp24314800"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackparse.html#idp24524960"/> <keyword type="struct" name="struct GstWavpackParse" link="gst-plugins-good-plugins-wavpackparse.html#GstWavpackParse-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-wavparse.html#idp23938064"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavparse.html#idp22356096"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavparse.html#idp23399392"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-wavparse.html#idp25680160"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavparse.html#idp18877136"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavparse.html#idp23199856"/> <keyword type="struct" name="struct GstWavParse" link="gst-plugins-good-plugins-wavparse.html#GstWavParse-struct"/> <keyword type="property" name="The "ignore-length" property" link="gst-plugins-good-plugins-wavparse.html#GstWavParse--ignore-length"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-webmmux.html#idp19614496"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-webmmux.html#idp22849408"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-webmmux.html#idp16013408"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-webmmux.html#idp25024608"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-webmmux.html#idp22790368"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-webmmux.html#idp21959376"/> <keyword type="struct" name="struct GstWebMMux" link="gst-plugins-good-plugins-webmmux.html#GstWebMMux-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ximagesrc.html#idp22332464"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ximagesrc.html#idp19446272"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ximagesrc.html#idp23721472"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ximagesrc.html#idp22841648"/> <keyword type="struct" name="struct GstXImageSrc" link="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc-struct"/> <keyword type="property" name="The "display-name" property" link="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--display-name"/> <keyword type="property" name="The "screen-num" property" link="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--screen-num"/> @@ -1416,9 +1416,9 @@ <keyword type="property" name="The "remote" property" link="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--remote"/> <keyword type="property" name="The "xid" property" link="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--xid"/> <keyword type="property" name="The "xname" property" link="gst-plugins-good-plugins-ximagesrc.html#GstXImageSrc--xname"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-y4menc.html#idp21523600"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-y4menc.html#idp21446880"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-y4menc.html#idp22902496"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-y4menc.html#idp25229888"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-y4menc.html#idp15954944"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-y4menc.html#idp20742976"/> <keyword type="struct" name="struct GstY4mEncode" link="gst-plugins-good-plugins-y4menc.html#GstY4mEncode-struct"/> <keyword type="struct" name="struct GstIirEqualizer" link="GstIirEqualizer.html#GstIirEqualizer-struct"/> <keyword type="constant" name="ALPHA_METHOD_SET" link="gst-plugins-good-plugins-alpha.html#ALPHA-METHOD-SET:CAPS"/> diff --git a/docs/plugins/html/index.html b/docs/plugins/html/index.html index f89aacfdff6652a3ec9a85066d4b8d81dd6c8d7a..fa0985422ff852862fa6ccd3636864fd69cb4f55 100644 --- a/docs/plugins/html/index.html +++ b/docs/plugins/html/index.html @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Good Plugins 1.0 Plugins Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for GStreamer Good Plugins 1.0 (1.0.9) + for GStreamer Good Plugins 1.0 (1.0.10) The latest version of this documentation can be found on-line at <a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/</a>. </p></div> diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index e42d3b97e44743623ea7ae3a43925a821a2935cf..6d64a510483b3c71dcaa4d8a657f2e6163e49c23 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,7 +3,7 @@ <description>Source for video data via IEEE1394 interface</description> <filename>../../ext/raw1394/.libs/libgst1394.so</filename> <basename>libgst1394.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index f43d9ad833d9112437a6c419f35d62dda45575d8..3bcb813008ea3aaacea1b8f088d65ef4d9eb26a6 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,7 +3,7 @@ <description>ASCII Art video sink</description> <filename>../../ext/aalib/.libs/libgstaasink.so</filename> <basename>libgstaasink.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index 3043f428145758e847db1807c80ec1239f7f7a91..30996fee4c288f21d9b19e6714f30d42e78c7b51 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,7 +3,7 @@ <description>ALaw audio conversion routines</description> <filename>../../gst/law/.libs/libgstalaw.so</filename> <basename>libgstalaw.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index eb6a7b85c52d4bddba88cda080cb8df32816c1d7..1f3247af0343b331fff243421e0da19c14f81253 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,7 +3,7 @@ <description>adds an alpha channel to video - constant or via chroma-keying</description> <filename>../../gst/alpha/.libs/libgstalpha.so</filename> <basename>libgstalpha.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index eaa6f721b79e598507ac497797b22c9a096d3593..c8251cec71d98c50931f9e42b1a36f31e06cc29c 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,7 +3,7 @@ <description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description> <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename> <basename>libgstalphacolor.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index b36d43e6cf0187a883b01c5c143367b048abbc5f..97413e052f69cb7c7d5731cbf35bbfdf64658c3b 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,7 +3,7 @@ <description>APEv1/2 tag reader</description> <filename>../../gst/apetag/.libs/libgstapetag.so</filename> <basename>libgstapetag.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index f1bd02f47752df4d98a77d6d438589f632af73c7..44d21cbfb4c1936d5757289fe730e2b2ea5aa1dc 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -3,7 +3,7 @@ <description>Audio effects plugin</description> <filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename> <basename>libgstaudiofx.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-audioparsers.xml b/docs/plugins/inspect/plugin-audioparsers.xml index 288fe1b888289df8e0d5403e030b491124caf6d5..e9d60035673718ccabb0915ee2497570f6ad4d25 100644 --- a/docs/plugins/inspect/plugin-audioparsers.xml +++ b/docs/plugins/inspect/plugin-audioparsers.xml @@ -3,7 +3,7 @@ <description>Parsers for various audio formats</description> <filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename> <basename>libgstaudioparsers.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index d5b60ada01ba6cb388bda5bc4805b17df0a7768d..fcc10b51eead0f460ec5e5a26651d5d9d4af5f93 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,7 +3,7 @@ <description>parses au streams</description> <filename>../../gst/auparse/.libs/libgstauparse.so</filename> <basename>libgstauparse.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 65bcc7031662dd90f476439f882e18ef425d780c..8de594488e8f866d6e89258d754859e42d14126b 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,7 +3,7 @@ <description>Plugin contains auto-detection plugins for video/audio in- and outputs</description> <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename> <basename>libgstautodetect.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index 4af7a6b911d0d718016caf251aa946c7e3b19dc3..7a1dea11da784a99c737725bb1901ed8a00a1c12 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,7 +3,7 @@ <description>AVI stream handling</description> <filename>../../gst/avi/.libs/libgstavi.so</filename> <basename>libgstavi.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index 80acd1b313ea1d39f315ac8d6fa90a3cceef8b9d..eb1a0e1092bea01888b5889c2c7faa3ae6bb8be5 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,7 +3,7 @@ <description>Colored ASCII Art video sink</description> <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename> <basename>libgstcacasink.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 07ac9aa20980c45f53f73325b1c623bddc475156..a74c3e7d7cb8d2021a1e7f8a6689f707de71a84e 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,7 +3,7 @@ <description>Cairo-based elements</description> <filename>../../ext/cairo/.libs/libgstcairo.so</filename> <basename>libgstcairo.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index c74497610bfeff74f88c27c657db59b3a7b87b86..1c8a9afdab0f89c6df0cf44ce704ba2ea14f0eb9 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,7 +3,7 @@ <description>Audio Cutter to split audio into non-silent bits</description> <filename>../../gst/cutter/.libs/libgstcutter.so</filename> <basename>libgstcutter.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index 34dad088ee9b7c9606a03c8419142d51631d6830..a4a72f8bb317aab91d59168f7d607c553fd82e5e 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,7 +3,7 @@ <description>elements for testing and debugging</description> <filename>../../gst/debugutils/.libs/libgstdebug.so</filename> <basename>libgstdebug.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-deinterlace.xml b/docs/plugins/inspect/plugin-deinterlace.xml index 53645eb9c0ab51649a29204d4c0849b99c16a267..ebe6e358651655ae5c3e8b8f3c1d37167c502d49 100644 --- a/docs/plugins/inspect/plugin-deinterlace.xml +++ b/docs/plugins/inspect/plugin-deinterlace.xml @@ -3,7 +3,7 @@ <description>Deinterlacer</description> <filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename> <basename>libgstdeinterlace.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index 89a0af68c3d474339be2e8abbce0c40d8ef94be0..217f5216bc37f56f766fa0e88e2a2ee40d18d86f 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,7 +3,7 @@ <description>DV demuxer and decoder based on libdv (libdv.sf.net)</description> <filename>../../ext/dv/.libs/libgstdv.so</filename> <basename>libgstdv.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 4896f20abc2ddfe947adb773e86b32bd2cfe2643..57610e36e8da1f3cdf8b80c7ea3ee04e65201a3f 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,7 +3,7 @@ <description>effect plugins from the effectv project</description> <filename>../../gst/effectv/.libs/libgsteffectv.so</filename> <basename>libgsteffectv.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index 069dff69bec5ee5d953b2390d9b1e33e38787ff6..c9ede422e67a67d54410faeec0d72135382e050d 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -3,7 +3,7 @@ <description>GStreamer audio equalizers</description> <filename>../../gst/equalizer/.libs/libgstequalizer.so</filename> <basename>libgstequalizer.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index 656d6a0475ff33c2e4b9a99bb4d87e32b6277ca1..65583b9107dd3a614c5e35325412886806b919b4 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,7 +3,7 @@ <description>The FLAC Lossless compressor Codec</description> <filename>../../ext/flac/.libs/libgstflac.so</filename> <basename>libgstflac.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml index 91b7f5c25d49de48a91c7cf95622b3a30a0e537b..35685a00f2bf73ec1febb1a566badd5ab309c512 100644 --- a/docs/plugins/inspect/plugin-flv.xml +++ b/docs/plugins/inspect/plugin-flv.xml @@ -3,7 +3,7 @@ <description>FLV muxing and demuxing plugin</description> <filename>../../gst/flv/.libs/libgstflv.so</filename> <basename>libgstflv.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index 42264ee81ce028fc6417811c4bc661833165bf77..16578f7597964e5c4e6dbe7fb025eb3d2f18cddb 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,7 +3,7 @@ <description>FLC/FLI/FLX video decoder</description> <filename>../../gst/flx/.libs/libgstflxdec.so</filename> <basename>libgstflxdec.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index d9cb83a9972ad29702d082cd27285994dd7ab10c..40e1b8bdb91fd1098231746ccd22decb9621ea00 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,7 +3,7 @@ <description>GdkPixbuf-based image decoder, overlay and sink</description> <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename> <basename>libgstgdkpixbuf.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index ec5669f025d3d9b6ecf4b703b13914d30087966a..b04dd6f6bffa5ae35236770b022729b2c15e4bef 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,7 +3,7 @@ <description>GOOM visualization filter</description> <filename>../../gst/goom/.libs/libgstgoom.so</filename> <basename>libgstgoom.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index 2a99172d25c392c3bafbdceaffeb1a636ae7937e..9edc80109dbbce313fd26b687111b47500d0b853 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -3,7 +3,7 @@ <description>GOOM 2k1 visualization filter</description> <filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename> <basename>libgstgoom2k1.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index 1a7fae13b8c381c866e3172bf31cb5ce21518b75..a6358495829142c3045c68e31d864e5351b9ea5d 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,7 +3,7 @@ <description>Demux ICY tags from a stream</description> <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename> <basename>libgsticydemux.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 64f50d064fbdb3bb92959e699fec81f742a8c706..9a6aa4a2d2fe90451eb420305a4a13d9cff2ae4e 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,7 +3,7 @@ <description>Demux ID3v1 and ID3v2 tags from a file</description> <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename> <basename>libgstid3demux.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml index caab83ba1e0da09a17bf865807cf852ef662df45..c45342abe44c80ea26f5081900cab9e34c79c10f 100644 --- a/docs/plugins/inspect/plugin-imagefreeze.xml +++ b/docs/plugins/inspect/plugin-imagefreeze.xml @@ -3,7 +3,7 @@ <description>Still frame stream generator</description> <filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename> <basename>libgstimagefreeze.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index a4bc7ab22d611bb904f89ea91d76de799484727a..fa7f60e73b179ad01a5dd8b6ce4e35965e1dadbf 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -3,7 +3,7 @@ <description>Audio interleaver/deinterleaver</description> <filename>../../gst/interleave/.libs/libgstinterleave.so</filename> <basename>libgstinterleave.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-isomp4.xml b/docs/plugins/inspect/plugin-isomp4.xml index 39b4d5225757853ca541602723cc2ea0912929f3..c3fa7d73520663dd3c9b182cdace52fae25f69d3 100644 --- a/docs/plugins/inspect/plugin-isomp4.xml +++ b/docs/plugins/inspect/plugin-isomp4.xml @@ -3,7 +3,7 @@ <description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description> <filename>../../gst/isomp4/.libs/libgstisomp4.so</filename> <basename>libgstisomp4.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 8ac30f45a795c94a6cff04530b07839b58c394c4..323f333f25070efc6564d8bca692b9aed7797e39 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,7 +3,7 @@ <description>JACK audio elements</description> <filename>../../ext/jack/.libs/libgstjack.so</filename> <basename>libgstjack.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 7250a7d17f1838e44398fa75fa5e34a4fd2634fc..ee7f468b37f1b1536ea1dbb0f5426ccdea05c327 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,7 +3,7 @@ <description>JPeg plugin library</description> <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename> <basename>libgstjpeg.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index eb73e0a8e5f7d85cf67698d050d72b59aa7a5a16..ec10ec594e9d0b414537ee34a8ccb423d467925e 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,7 +3,7 @@ <description>Audio level plugin</description> <filename>../../gst/level/.libs/libgstlevel.so</filename> <basename>libgstlevel.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 8232322ebeedc8ea872e462a0cca4a19693f7386..3548430a140963c2a37dc5e919f864e7b3e39bc5 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,7 +3,7 @@ <description>Matroska and WebM stream handling</description> <filename>../../gst/matroska/.libs/libgstmatroska.so</filename> <basename>libgstmatroska.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index fa760a69e1978fa48dbf65da5557aa416b6c2769..233045fe6c3bd70470c03118b79c8732ed251fd5 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,7 +3,7 @@ <description>MuLaw audio conversion routines</description> <filename>../../gst/law/.libs/libgstmulaw.so</filename> <basename>libgstmulaw.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 9776f4161b8538124c7c648c8f2db2bb0e0faf67..563e85c7a6c01cb250b8e43c389608ae36180d99 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -3,7 +3,7 @@ <description>Reads/Writes buffers from/to sequentially named files</description> <filename>../../gst/multifile/.libs/libgstmultifile.so</filename> <basename>libgstmultifile.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index 7c52116630f5992a28ccaa75ec3343a4e0c4b103..b2ddcf4b432a27a0526179d68b5f6f36dc787182 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,7 +3,7 @@ <description>multipart stream manipulation</description> <filename>../../gst/multipart/.libs/libgstmultipart.so</filename> <basename>libgstmultipart.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index 2802057fd184aa8e3a4f895e7f52c0ce8d7694e3..fd4fa30e74f72353dad62653dc6381f21684a6e2 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,7 +3,7 @@ <description>Template for a video filter</description> <filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename> <basename>libgstnavigationtest.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml index 0a747b2438652bf9b24a90f3bf54e75757a963e0..8dadd2aeb09fc6ba1a8fd083a2a52c82bddff5e0 100644 --- a/docs/plugins/inspect/plugin-oss4.xml +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -3,7 +3,7 @@ <description>Open Sound System (OSS) version 4 support for GStreamer</description> <filename>../../sys/oss4/.libs/libgstoss4audio.so</filename> <basename>libgstoss4audio.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index c588221e6899820a2bd002bb72334d337dc65f9d..5ca8df0486cd6ae51d8eb2983fce0392fde6854e 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,7 +3,7 @@ <description>OSS (Open Sound System) support for GStreamer</description> <filename>../../sys/oss/.libs/libgstossaudio.so</filename> <basename>libgstossaudio.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index fe18f0e30ca523f0d26f99bc1da730089934a677..187a404d3b5f621b093c4634c337a4172c840fe5 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,7 +3,7 @@ <description>PNG plugin library</description> <filename>../../ext/libpng/.libs/libgstpng.so</filename> <basename>libgstpng.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index d9b8a9014d7857699b9200130242e995e6fe99cb..6de95c33806d3e6cc961ff5676e33b9587938429 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -3,7 +3,7 @@ <description>PulseAudio plugin library</description> <filename>../../ext/pulse/.libs/libgstpulse.so</filename> <basename>libgstpulse.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 65e1d4c01fafd6f5abfdf5c4ccec80c658801954..c4cdff948117447d3bd38b5b55bd1b74405738e2 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,7 +3,7 @@ <description>ReplayGain volume normalization</description> <filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename> <basename>libgstreplaygain.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index e2e67a8571a31f82f890d4ce477e7c3254fdb86b..e15c1baf7b9eea163c7cfce009600895b13443aa 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,7 +3,7 @@ <description>Real-time protocol plugins</description> <filename>../../gst/rtp/.libs/libgstrtp.so</filename> <basename>libgstrtp.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rtpmanager.xml b/docs/plugins/inspect/plugin-rtpmanager.xml index 8b80bd05dcd634e04c07e80ba45c7f7f6abef20d..a61e9eed3aab520fc11ff459556a9baf0b06e9c6 100644 --- a/docs/plugins/inspect/plugin-rtpmanager.xml +++ b/docs/plugins/inspect/plugin-rtpmanager.xml @@ -3,7 +3,7 @@ <description>RTP session management plugin library</description> <filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename> <basename>libgstrtpmanager.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 30021e03eb0c677b5dfa8d6daa095e892dc19d55..721241d3a8af664fb3ff3e953589bc374fed1f79 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,7 +3,7 @@ <description>transfer data via RTSP</description> <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename> <basename>libgstrtsp.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-shapewipe.xml b/docs/plugins/inspect/plugin-shapewipe.xml index 5350d4b268ac455eecd996fafbf4ee1aa4d84a96..c11994a269232c660b2cd0063530d5988f90a336 100644 --- a/docs/plugins/inspect/plugin-shapewipe.xml +++ b/docs/plugins/inspect/plugin-shapewipe.xml @@ -3,7 +3,7 @@ <description>Shape Wipe transition filter</description> <filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename> <basename>libgstshapewipe.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index a9d70cee019c649d3a2814632e59b185bb8937e0..2a219f1aa9759e0f4d2a7cd9f15ecc5af4971abd 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -3,7 +3,7 @@ <description>Sends data to an icecast server using libshout2</description> <filename>../../ext/shout2/.libs/libgstshout2.so</filename> <basename>libgstshout2.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>libshout2</package> diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index 9357d87f6bd7ab2c269683dd2811ea15a1cc4a77..368ee7e3b5e9be3e4f3682158f5857f7486b9155 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,7 +3,7 @@ <description>Apply the standard SMPTE transitions on video images</description> <filename>../../gst/smpte/.libs/libgstsmpte.so</filename> <basename>libgstsmpte.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index 098a85c93741c8c36145297042563df111f65d03..56940d4ec77042fc7f460f539d9d5bd384390184 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -3,7 +3,7 @@ <description>libsoup HTTP client src/sink</description> <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename> <basename>libgstsouphttpsrc.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index d7364ba8987fa7b51a7b28da11750b7de969ffe0..5ea95eedab53a82974b19437fff42a09609ced6d 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -3,7 +3,7 @@ <description>Run an FFT on the audio signal, output spectrum data</description> <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename> <basename>libgstspectrum.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index 3c73f74542eeb74b4c42577ec77d9a9bc2705316..52d5ff4711ae23f016491ec790cf528b059b9b0b 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,7 +3,7 @@ <description>Speex plugin library</description> <filename>../../ext/speex/.libs/libgstspeex.so</filename> <basename>libgstspeex.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index 7fa11d6cc2bc3853c3db6816bf618b5b0113269b..18c63865863079a5b07c12fd1b3b2f35d3293114 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,7 +3,7 @@ <description>Tag writing plug-in based on taglib</description> <filename>../../ext/taglib/.libs/libgsttaglib.so</filename> <basename>libgsttaglib.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index fe95e5a08516d5f1cfbf71af72436d696cf16658..2dfc111b3abde837db5f57a4daa04e496f8ff7c8 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,7 +3,7 @@ <description>transfer data via UDP</description> <filename>../../gst/udp/.libs/libgstudp.so</filename> <basename>libgstudp.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index c17f14d8d4ae870cc6a4b1ab7075a780cf672649..560c8f12c0d7062e93857750948c506add3b9931 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -3,7 +3,7 @@ <description>elements for Video 4 Linux</description> <filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename> <basename>libgstvideo4linux2.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index a8324238fc38c30d3af4098f68f4a2422868cc7d..b70f0bd83591093837519797e5c6a09dcbd1c5fc 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,7 +3,7 @@ <description>resizes a video by adding borders or cropping</description> <filename>../../gst/videobox/.libs/libgstvideobox.so</filename> <basename>libgstvideobox.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index 4b801e4d523967779b613c648d7c2f9a634a7041..79b684dcf2e861801866723eaafdc3e074a87460 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -3,7 +3,7 @@ <description>Crops video into a user-defined region</description> <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename> <basename>libgstvideocrop.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videofilter.xml b/docs/plugins/inspect/plugin-videofilter.xml index 8b3b37cffa851f0212dbc55a5681449b54533940..9bad66a0404e4688a10d5cc38900bf8813173cb6 100644 --- a/docs/plugins/inspect/plugin-videofilter.xml +++ b/docs/plugins/inspect/plugin-videofilter.xml @@ -3,7 +3,7 @@ <description>Video filters plugin</description> <filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename> <basename>libgstvideofilter.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index e803177e09b4cf35aea519cd31167e6cad326726..ce16b1a77606bf3fcd043cd5f2b2f2240a5975cb 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,7 +3,7 @@ <description>Video mixer</description> <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename> <basename>libgstvideomixer.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-vpx.xml b/docs/plugins/inspect/plugin-vpx.xml index 93f2a82aaad93bc03950e837bd7a3efac62cd41e..8fde5861e67b4cedf0087e6cc8ff1ce0cee8aeca 100644 --- a/docs/plugins/inspect/plugin-vpx.xml +++ b/docs/plugins/inspect/plugin-vpx.xml @@ -3,7 +3,7 @@ <description>VP8 plugin</description> <filename>../../ext/vpx/.libs/libgstvpx.so</filename> <basename>libgstvpx.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index a3959e2b170fb9157115742b22aa9db95e5827d2..32c9eece626fa6aa85e34b6c8d42b1f905e9e10b 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,7 +3,7 @@ <description>Encode raw audio into WAV</description> <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename> <basename>libgstwavenc.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index 72b87d6e7a3a01240f335d704ad72138edcc9724..121f7df067208e1876777d19b5b0ba3150292c95 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -3,7 +3,7 @@ <description>Wavpack lossless/lossy audio format handling</description> <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> <basename>libgstwavpack.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index a6e51dbd5310866525557716b860dabd899c0c1b..6f0fba393ff58ee2c057ce6c81958031585932fb 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,7 +3,7 @@ <description>Parse a .wav file into raw audio</description> <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename> <basename>libgstwavparse.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index 10829e64aa3264d2fbec9c659c486cd0a9cb7c25..090b0239e3c79e573429db629ab4014536207e92 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,7 +3,7 @@ <description>X11 video input plugin using standard Xlib calls</description> <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename> <basename>libgstximagesrc.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index 7cac2faf40e596876ecb8a728f608a20a56d9186..bfa255c09cee9e0ae5e3f6ee1f4eb7ce9edc3abc 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -3,7 +3,7 @@ <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description> <filename>../../gst/y4m/.libs/libgsty4menc.so</filename> <basename>libgsty4menc.so</basename> - <version>1.0.9</version> + <version>1.0.10</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/ext/Makefile.in b/ext/Makefile.in index 3abda7a7df5d9a648de5c8005146ef6e50d2f8dd..c6f561dac52bba3e729f217533a76823b76a57a8 100644 --- a/ext/Makefile.in +++ b/ext/Makefile.in @@ -282,7 +282,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/aalib/Makefile.in b/ext/aalib/Makefile.in index 0845305d7ba57680aefddb6edce44061a9d49f81..e5a3c2d8e0b565afede43b4fa6f35c27fa32c371 100644 --- a/ext/aalib/Makefile.in +++ b/ext/aalib/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/cairo/Makefile.in b/ext/cairo/Makefile.in index b2348ec85b810c6c7c80ec5ed59e76259b1c035b..6e3566904357294269a9647f1b692ae3a9fb2423 100644 --- a/ext/cairo/Makefile.in +++ b/ext/cairo/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/dv/Makefile.in b/ext/dv/Makefile.in index bd0b4092baaf4a79f8bf6be655cf8e9985d53e95..b5ab32e212894e2f911378c47d51844166e8329f 100644 --- a/ext/dv/Makefile.in +++ b/ext/dv/Makefile.in @@ -315,7 +315,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/flac/Makefile.in b/ext/flac/Makefile.in index 5479d621d757e390feafb41e3b164f10978b401f..1adfc9f5ca8c6c434c3831fd5eb8b71f35edef4a 100644 --- a/ext/flac/Makefile.in +++ b/ext/flac/Makefile.in @@ -307,7 +307,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/gdk_pixbuf/Makefile.in b/ext/gdk_pixbuf/Makefile.in index 34f0d9c8988d463eba2c0a33a35ff15ca5f85b2f..eb2bc9672ad495a205800832ef963fe30c545a6f 100644 --- a/ext/gdk_pixbuf/Makefile.in +++ b/ext/gdk_pixbuf/Makefile.in @@ -308,7 +308,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/jack/Makefile.in b/ext/jack/Makefile.in index ecf259e42affa47eabe3921724ccc5506311712e..93f90e7ff2724f86e6e214f9e5aedf0f5121077a 100644 --- a/ext/jack/Makefile.in +++ b/ext/jack/Makefile.in @@ -307,7 +307,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/jpeg/Makefile.in b/ext/jpeg/Makefile.in index 6ffb80d83de0bd37df380f6f988888f731b33f49..ec88aef650653c95f4fbdba947b3828586dea13d 100644 --- a/ext/jpeg/Makefile.in +++ b/ext/jpeg/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/libcaca/Makefile.in b/ext/libcaca/Makefile.in index bb976a62f7d5c34bf11fb4061151640be855d732..b6b3bb5f9f339ec9e41b78f88e38ccc59242091f 100644 --- a/ext/libcaca/Makefile.in +++ b/ext/libcaca/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/libpng/Makefile.in b/ext/libpng/Makefile.in index bfc62aeff206b7e80a4fe2654853a7bce740441d..58d1297b44f7546648751b60ec1b611f2218687d 100644 --- a/ext/libpng/Makefile.in +++ b/ext/libpng/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/pulse/Makefile.in b/ext/pulse/Makefile.in index b1ddb6e484ca466936cd85b2c476b5929d515627..94b6fa338ae2c869ded1c76e4f58bba7519882c3 100644 --- a/ext/pulse/Makefile.in +++ b/ext/pulse/Makefile.in @@ -307,7 +307,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/raw1394/Makefile.in b/ext/raw1394/Makefile.in index 9ccb47cffae56acca634cd9772f064c4cb57e763..a9a25a420f0570c98fa15b13119b293522f67627 100644 --- a/ext/raw1394/Makefile.in +++ b/ext/raw1394/Makefile.in @@ -312,7 +312,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/shout2/Makefile.in b/ext/shout2/Makefile.in index d271d8cea18fb16ffdccf586099a0be7cd6813b7..9a5878bc70be034deb3b948b2d7c5e743806ae15 100644 --- a/ext/shout2/Makefile.in +++ b/ext/shout2/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/soup/Makefile.in b/ext/soup/Makefile.in index 661809b9635edc4cb6b7bcb6118b1828de58231b..b83259bd9aee98d2b692c3a046cd2ba44fe475cc 100644 --- a/ext/soup/Makefile.in +++ b/ext/soup/Makefile.in @@ -307,7 +307,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/speex/Makefile.in b/ext/speex/Makefile.in index 8e4e783c04d3c1beb61255760e19c71565192518..703662658258fd782c2c79af3f159603fc10ccf5 100644 --- a/ext/speex/Makefile.in +++ b/ext/speex/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/taglib/Makefile.in b/ext/taglib/Makefile.in index 9b8fe730d5a6e089f251e21595e0f21872ce5895..9592aff695c14e6ca4e195e7144c543b23687868 100644 --- a/ext/taglib/Makefile.in +++ b/ext/taglib/Makefile.in @@ -321,7 +321,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/vpx/Makefile.in b/ext/vpx/Makefile.in index b31f2484d16c83caf8e8840fe15c778a9f5b23bd..49c0a59ac0522a89e662080dce405456d5c9250e 100644 --- a/ext/vpx/Makefile.in +++ b/ext/vpx/Makefile.in @@ -309,7 +309,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/ext/wavpack/Makefile.in b/ext/wavpack/Makefile.in index 704b03c83818d6281b930b646aef88c42c6b5a8d..42ffb4f4e8fb60cf89213bfa56a7790cfccc76e8 100644 --- a/ext/wavpack/Makefile.in +++ b/ext/wavpack/Makefile.in @@ -309,7 +309,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap index 37d4bd4c3cc92f0b73fda20faea45768d9d12540..b6df4df532ad392dcb69690c0ed5164858e86453 100644 --- a/gst-plugins-good.doap +++ b/gst-plugins-good.doap @@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library). </GitRepository> </repository> + <release> + <Version> + <revision>1.0.10</revision> + <branch>1.0</branch> + <name></name> + <created>2013-08-28</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.0.10.tar.xz" /> + </Version> + </release> + <release> <Version> <revision>1.0.9</revision> diff --git a/gst-plugins-good.spec b/gst-plugins-good.spec index 6c56c02258a5dd1c2adfaae8375766c3b388393b..0c39cc16d3603809ec485bbbf2d6005eda6531fc 100644 --- a/gst-plugins-good.spec +++ b/gst-plugins-good.spec @@ -4,7 +4,7 @@ %define gst_minver 0.11.0 Name: %{gstreamer}-plugins-good -Version: 1.0.9 +Version: 1.0.10 Release: 1.gst Summary: GStreamer plug-ins with good code and licensing diff --git a/gst/Makefile.in b/gst/Makefile.in index a167544f953689bbfe0f78d5b582e2fc41b32f91..254ed206e913d959a9fd5f43d342107143fe8830 100644 --- a/gst/Makefile.in +++ b/gst/Makefile.in @@ -282,7 +282,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/alpha/Makefile.in b/gst/alpha/Makefile.in index eaef61b621b707670187a8cc25429f4e9a0b9047..b8421e999facf5e55c5b9835856e519e86ff6e14 100644 --- a/gst/alpha/Makefile.in +++ b/gst/alpha/Makefile.in @@ -314,7 +314,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/apetag/Makefile.in b/gst/apetag/Makefile.in index c52048a782200fbbf519ff9b0c287c87fcfc3ae8..6aef6bcb7f89d735ac719099dbb9110f6a6eef95 100644 --- a/gst/apetag/Makefile.in +++ b/gst/apetag/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/audiofx/Makefile.in b/gst/audiofx/Makefile.in index 12081a7cf4a9d71162d9fbe07df137b5e1ecfe4c..522efa542243fe10109914780b3e1f92a4e3949d 100644 --- a/gst/audiofx/Makefile.in +++ b/gst/audiofx/Makefile.in @@ -323,7 +323,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/audioparsers/Makefile.in b/gst/audioparsers/Makefile.in index 6f3c4983896aa4c3d984a9aab6cb2ed1bd7ccf8f..baa77eaf3f2a085b16620681829dca623266a8d6 100644 --- a/gst/audioparsers/Makefile.in +++ b/gst/audioparsers/Makefile.in @@ -312,7 +312,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/auparse/Makefile.in b/gst/auparse/Makefile.in index d2e92a05f1385b907d3a80addaaf532374623dfc..61352d91997e86eeb339f20d4207be67b18daf85 100644 --- a/gst/auparse/Makefile.in +++ b/gst/auparse/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/autodetect/Makefile.in b/gst/autodetect/Makefile.in index 7a48e48523800540e498a5ec9f27b287c5159e50..17cef76e649ad615de7bbd62213bbaba262287f0 100644 --- a/gst/autodetect/Makefile.in +++ b/gst/autodetect/Makefile.in @@ -308,7 +308,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/avi/Makefile.in b/gst/avi/Makefile.in index 76091e159b44e7b3a5b6b094166fb47f08f4f132..8708751290481aa01bb2f0b156da5dcfb5be6eef 100644 --- a/gst/avi/Makefile.in +++ b/gst/avi/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/cutter/Makefile.in b/gst/cutter/Makefile.in index a785db28e804d24b50545db8306c6cfbd14ccf31..32d7cc4d506c43aa92e63b175b23c32f34bdede1 100644 --- a/gst/cutter/Makefile.in +++ b/gst/cutter/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/debugutils/Makefile.in b/gst/debugutils/Makefile.in index 2be84487ac31294776bb7437ac68ef5124dcf656..c12ea06b96228feda5c393018b3ee6d1fca231c3 100644 --- a/gst/debugutils/Makefile.in +++ b/gst/debugutils/Makefile.in @@ -321,7 +321,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/deinterlace/Makefile.in b/gst/deinterlace/Makefile.in index e4e67274ff2091ff50a4db26d949660af035dce1..e9ecc089e45888e937c373ee9dbfb2c9e1f82613 100644 --- a/gst/deinterlace/Makefile.in +++ b/gst/deinterlace/Makefile.in @@ -340,7 +340,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/effectv/Makefile.in b/gst/effectv/Makefile.in index 30843790fadb1ac684da9313f649ad9460ed6780..de981295a7e218460b26ab4b1eb572153e5d672c 100644 --- a/gst/effectv/Makefile.in +++ b/gst/effectv/Makefile.in @@ -312,7 +312,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/equalizer/Makefile.in b/gst/equalizer/Makefile.in index 6651816cc0f7f68a280df94c72e946e57ee396e1..d1ed7a07713168a8056595a5deb25f833f89d815 100644 --- a/gst/equalizer/Makefile.in +++ b/gst/equalizer/Makefile.in @@ -310,7 +310,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/flv/Makefile.in b/gst/flv/Makefile.in index d9c57e6dfe1edc1d27e63b17270efa58cbf6de7c..a59ba8713a5828bd5bead547c6568219ff5dc88c 100644 --- a/gst/flv/Makefile.in +++ b/gst/flv/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c index 9f8cbe2570aeadbef94e249feac349bfc079d292..5c4c582507bf362e169d8f3d923dcfa35585a7d0 100644 --- a/gst/flv/gstflvdemux.c +++ b/gst/flv/gstflvdemux.c @@ -788,6 +788,7 @@ gst_flv_demux_audio_negotiate (GstFlvDemux * demux, guint32 codec_tag, "audio"); gst_pad_push_event (demux->audio_pad, gst_event_new_stream_start (stream_id)); g_free (stream_id); + ret = gst_pad_set_caps (demux->audio_pad, caps); if (G_LIKELY (ret)) { @@ -1241,6 +1242,8 @@ gst_flv_demux_video_negotiate (GstFlvDemux * demux, guint32 codec_tag) gst_pad_create_stream_id (demux->video_pad, GST_ELEMENT_CAST (demux), "video"); gst_pad_push_event (demux->video_pad, gst_event_new_stream_start (stream_id)); + g_free (stream_id); + ret = gst_pad_set_caps (demux->video_pad, caps); if (G_LIKELY (ret)) { diff --git a/gst/flx/Makefile.in b/gst/flx/Makefile.in index 37676ab321ee8cc20d2082bf1e9960d155be3909..39c529c2b224463fbe3ef1645adf3e9bfe2cbbbc 100644 --- a/gst/flx/Makefile.in +++ b/gst/flx/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/goom/Makefile.in b/gst/goom/Makefile.in index 9a311172f3f2ceb518992c7a187a364ac88b35aa..a1707de5aacadea327c3eddb6832b66c92eac121 100644 --- a/gst/goom/Makefile.in +++ b/gst/goom/Makefile.in @@ -323,7 +323,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index 171ac07a9fbd437da48d565cd9ad2060572d48da..4267602f844e9f844dd777547fb6bcd913d23bdf 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -277,6 +277,7 @@ gst_goom_src_negotiate (GstGoom * goom) target = templ; } + target = gst_caps_make_writable (target); structure = gst_caps_get_structure (target, 0); gst_structure_fixate_field_nearest_int (structure, "width", DEFAULT_WIDTH); gst_structure_fixate_field_nearest_int (structure, "height", DEFAULT_HEIGHT); diff --git a/gst/goom2k1/Makefile.in b/gst/goom2k1/Makefile.in index f640fd183584365ac8a000ffb31775963a9fa0a2..ceb963383fa22dc2734eb3fd76015607e4cc1b21 100644 --- a/gst/goom2k1/Makefile.in +++ b/gst/goom2k1/Makefile.in @@ -307,7 +307,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/icydemux/Makefile.in b/gst/icydemux/Makefile.in index cbcc632743bcc70826fef2f916e11cc5f608a48d..cebc723e8f41d3a5b5253262543ebf5a1384556e 100644 --- a/gst/icydemux/Makefile.in +++ b/gst/icydemux/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/id3demux/Makefile.in b/gst/id3demux/Makefile.in index 3a99c96becabd02f6065e6d556a7fe88e5ca9b63..bb1a47f60f0b253f988b86a7b29ded0d3a8da5ae 100644 --- a/gst/id3demux/Makefile.in +++ b/gst/id3demux/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/imagefreeze/Makefile.in b/gst/imagefreeze/Makefile.in index ad7b15ba3ef63a90896eafdbbe2b8f2d8542a9c7..6c73f34f9fd4c4b0c613379a0b55738823c184a4 100644 --- a/gst/imagefreeze/Makefile.in +++ b/gst/imagefreeze/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/interleave/Makefile.in b/gst/interleave/Makefile.in index 3c10731eae3d123c883bc1bff1557cb2cf6a1c9c..618b9551a43b33381a5d295a5566ddc157946a4b 100644 --- a/gst/interleave/Makefile.in +++ b/gst/interleave/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/isomp4/Makefile.in b/gst/isomp4/Makefile.in index 0af9c6d73273b9fd4596e22a441ae54820cb6026..78c86b06450313b99937d0640414796870a13e8f 100644 --- a/gst/isomp4/Makefile.in +++ b/gst/isomp4/Makefile.in @@ -313,7 +313,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index d7ce4069c858394b44b39809e157b5bf110574f4..834ea34d80885aa5180d418c9db935ec15a38c60 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -9502,7 +9502,8 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream, case GST_MAKE_FOURCC ('U', '2', '6', '3'): _codec ("H.263"); /* ffmpeg uses the height/width props, don't know why */ - caps = gst_caps_new_empty_simple ("video/x-h263"); + caps = gst_caps_new_simple ("video/x-h263", + "variant", G_TYPE_STRING, "itu", NULL); break; case GST_MAKE_FOURCC ('m', 'p', '4', 'v'): case GST_MAKE_FOURCC ('M', 'P', '4', 'V'): diff --git a/gst/law/Makefile.in b/gst/law/Makefile.in index 7d01bde7122ab528381a0b90c2080ec6f044c76b..e3a6826a2720e6b29693b5bde984d20abe6acb71 100644 --- a/gst/law/Makefile.in +++ b/gst/law/Makefile.in @@ -315,7 +315,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/level/Makefile.in b/gst/level/Makefile.in index bba87359b49d229864d860b439ef93cd96ec56c7..d4ffd863a5a560004781608a371848ffd3bc9a21 100644 --- a/gst/level/Makefile.in +++ b/gst/level/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/matroska/Makefile.in b/gst/matroska/Makefile.in index e73a7859c162a799d9d0ea14bd5c51035a2e5bab..0437ace31d334768f0e78f65abd3b79b8b259628 100644 --- a/gst/matroska/Makefile.in +++ b/gst/matroska/Makefile.in @@ -313,7 +313,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/monoscope/Makefile.in b/gst/monoscope/Makefile.in index 048d3b03e388702e766b9a063a6a8722427774c1..19fc22b5199325b7776f8f06e7e848bd18474675 100644 --- a/gst/monoscope/Makefile.in +++ b/gst/monoscope/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/multifile/Makefile.in b/gst/multifile/Makefile.in index 97494020dd66dc280c43342fdcae707f81a1b08b..3e0d8a435556e37a5daa01737662a99f1d040cda 100644 --- a/gst/multifile/Makefile.in +++ b/gst/multifile/Makefile.in @@ -310,7 +310,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/multipart/Makefile.in b/gst/multipart/Makefile.in index 5f66dc570002d7fef4fdbbace88989d8f40d9a1b..f6de79cc70ddb0f7fd3f82d25087e4376565c607 100644 --- a/gst/multipart/Makefile.in +++ b/gst/multipart/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/replaygain/Makefile.in b/gst/replaygain/Makefile.in index 327cb32e446ddfea1744f567d9e090e556a9e308..d6bfb458954a3f9cd92d1bfaf2e5d4bf333269e3 100644 --- a/gst/replaygain/Makefile.in +++ b/gst/replaygain/Makefile.in @@ -309,7 +309,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/rtp/Makefile.in b/gst/rtp/Makefile.in index b62d6694e70d66122b3eb076bd40a42c7b648022..2a8e32ce8531a967282d88dfb508d45274650ef5 100644 --- a/gst/rtp/Makefile.in +++ b/gst/rtp/Makefile.in @@ -345,7 +345,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/rtpmanager/Makefile.in b/gst/rtpmanager/Makefile.in index 64adcbb6fda57d5d8ae940e882b8bc42fd500db8..69d02d5db9411be9bb608c14b45dfa0bd2d3d927 100644 --- a/gst/rtpmanager/Makefile.in +++ b/gst/rtpmanager/Makefile.in @@ -327,7 +327,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/rtsp/Makefile.in b/gst/rtsp/Makefile.in index b142083289895976630b3c664dc7d8e8547aa88d..9ab7035e7ec7b1345e3715c1edb7edfc8890d903 100644 --- a/gst/rtsp/Makefile.in +++ b/gst/rtsp/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/shapewipe/Makefile.in b/gst/shapewipe/Makefile.in index 0c030c0d3f0fa5aa5e8b54457a30b09cf93b1b50..c9a8143b22cc7320f0ab94a4b47e80ab16948a93 100644 --- a/gst/shapewipe/Makefile.in +++ b/gst/shapewipe/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/smpte/Makefile.in b/gst/smpte/Makefile.in index 5e5b9dfed21dc923e9b533dd7118887cf2a1d753..5b1c030e190a8a786be014f2c2f6c4bdf1cde47e 100644 --- a/gst/smpte/Makefile.in +++ b/gst/smpte/Makefile.in @@ -307,7 +307,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/spectrum/Makefile.in b/gst/spectrum/Makefile.in index 5a047604d3a6e932fc519dd0c15adcdbced98dbf..e56265caf31e220c36e545e5bafba1e3d7df5275 100644 --- a/gst/spectrum/Makefile.in +++ b/gst/spectrum/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/udp/Makefile.in b/gst/udp/Makefile.in index 59dea8e3e51c6c9ac720ddcbeeff7f0238249ee7..e8d5b8cc92b38392a51cb6ef9f4b307e1b365f73 100644 --- a/gst/udp/Makefile.in +++ b/gst/udp/Makefile.in @@ -320,7 +320,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/videobox/Makefile.in b/gst/videobox/Makefile.in index 0b150d336acca4a2869f3b6ca1b233e3462d9cd2..d22ac07e3a9db4ee7d14db259a2fdbc291a392ed 100644 --- a/gst/videobox/Makefile.in +++ b/gst/videobox/Makefile.in @@ -331,7 +331,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/videocrop/Makefile.in b/gst/videocrop/Makefile.in index bf8414e4b9fc150562524f790b3c2681cfa0c8bf..d89d2925c363a41329a66f7153af95e582eb2a96 100644 --- a/gst/videocrop/Makefile.in +++ b/gst/videocrop/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/videofilter/Makefile.in b/gst/videofilter/Makefile.in index d89a0a40e60f7c0ee5a17f43b09a7212de86c83f..c014a0ac5c483755c676bc22a77ff678e9c35e43 100644 --- a/gst/videofilter/Makefile.in +++ b/gst/videofilter/Makefile.in @@ -308,7 +308,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/videomixer/Makefile.in b/gst/videomixer/Makefile.in index 8cf225b173640968fa0f73eac534a829b49b9ff3..3a6228eb2ac1db964be50d98b4b27eb8eea771d1 100644 --- a/gst/videomixer/Makefile.in +++ b/gst/videomixer/Makefile.in @@ -332,7 +332,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/wavenc/Makefile.in b/gst/wavenc/Makefile.in index 05d4aad0e9c09aa0890a52acd4e5e8e06b125f3d..c3fa4434e2c35b38327a4f0afe11fcc22e1e7b34 100644 --- a/gst/wavenc/Makefile.in +++ b/gst/wavenc/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/wavparse/Makefile.in b/gst/wavparse/Makefile.in index 05143ee115ab3af1eecbf01a1e493c8e7dc0eae0..9d8eaac2e6364bc1d4299d2c3526065ded4b0ad4 100644 --- a/gst/wavparse/Makefile.in +++ b/gst/wavparse/Makefile.in @@ -305,7 +305,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/gst/y4m/Makefile.in b/gst/y4m/Makefile.in index 8cdf7ed0406ea22b2634d2be9b075498b2ebcc89..968a871f6fa5ad9959f62144dc71b12483931217 100644 --- a/gst/y4m/Makefile.in +++ b/gst/y4m/Makefile.in @@ -304,7 +304,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/m4/Makefile.in b/m4/Makefile.in index 73903d127e632144d2f6da67478f9ef47c10bbc6..52355a2b369296f956fb7550307eb0e1ca26642a 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -237,7 +237,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/pkgconfig/Makefile.in b/pkgconfig/Makefile.in index ad2035f87c57abca9a5dc77a340fa9b407dc4570..ac0c1bc5e0b48bf596d34e61d5703df5293b8446 100644 --- a/pkgconfig/Makefile.in +++ b/pkgconfig/Makefile.in @@ -238,7 +238,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/po/af.gmo b/po/af.gmo index 2aa76446cbdfdcc279376655638a5172290b80ab..ffcee2f8ec59dd11cf75577add40bec0de47d823 100644 Binary files a/po/af.gmo and b/po/af.gmo differ diff --git a/po/af.po b/po/af.po index f54130b9532c7d3a36fd06202b2e777da9b3c86f..afe938a58d1a4215016f10b08b92c342acfe6919 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.7.6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n" "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n" "Language-Team: Afrikaans <i18n@af.org.za>\n" diff --git a/po/az.gmo b/po/az.gmo index 839d76e6e23a54628c575bd4821915509e63c671..34490f3bf085d60233bfd878e742f41cc0fb15dd 100644 Binary files a/po/az.gmo and b/po/az.gmo differ diff --git a/po/az.po b/po/az.po index 7387d75cf62e17f9d83f2f5ae6e0a82350f2fef1..a0fd18820d6bed6ac13f78ed32ce4165a9082b13 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n" "Last-Translator: Metin Amiroff <metin@karegen.com>\n" "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n" diff --git a/po/bg.gmo b/po/bg.gmo index 9a61656d7936a715af8af0abcb934a75ef928f75..8c6a41814a72d366ee97b3980af673609a9d3034 100644 Binary files a/po/bg.gmo and b/po/bg.gmo differ diff --git a/po/bg.po b/po/bg.po index dd34393ee88ca72e5c8b134c0ddb71d552ca122b..a859def0915d974de20328ef140a782066822844 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-04-26 22:35+0300\n" "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" diff --git a/po/ca.gmo b/po/ca.gmo index e15d5cd8b57a9a532f0b33d65e06b3e3daf93ca9..70c6f819b2b7f786eddcee541fadbd67d8f8a2f2 100644 Binary files a/po/ca.gmo and b/po/ca.gmo differ diff --git a/po/ca.po b/po/ca.po index c5063069d3cf934aa98381203f7a82291dc0c540..57d4685adebad3d3b5949efb4d9024c4a5f91720 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-01-01 14:19+0100\n" "Last-Translator: Gil Forcada <gforcada@gnome.org>\n" "Language-Team: Catalan <ca@dodds.net>\n" diff --git a/po/cs.gmo b/po/cs.gmo index 3a40d119942a1af622a8f48b51dfa7cad72954a0..ce295114f3d5f43efdc294a1b1e84b2b993c0edd 100644 Binary files a/po/cs.gmo and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index d87151ddc75cb9e7af183f5c5030670588053a39..e824a2306715869d5e14534d92b06d794dcaaf7d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-01-12 23:07+0100\n" "Last-Translator: Petr Kovar <pknbe@volny.cz>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" diff --git a/po/da.gmo b/po/da.gmo index 02fdf615d1eb997d2f6a9af0b83d434b2fd5cb44..c0074b4f9676f97146f6dc58c1bf78f6d2a4a3e5 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index 169386bbeb767ab1f64d3bdc4672f6b6d7d3529f..778a7538fd69c382fadc8ae3c3ccf30be3c052ce 100644 --- a/po/da.po +++ b/po/da.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-12-13 23:54+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" diff --git a/po/de.gmo b/po/de.gmo index 4f39fe8929075a52c3cebb3aca1a2e1d0aaf5145..740baf9f22f35e491b7f665b7b7c05faaacc3259 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index f60a231b45790d314386891c53ab0cea2c699ec1..3a1c13289ad8efbb6d51944917a6a43fa127638b 100644 --- a/po/de.po +++ b/po/de.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-11-28 19:56+0100\n" "Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n" diff --git a/po/el.gmo b/po/el.gmo index 2dd7bcfbe607e3b768a8ffbd82d0822c8464d7ae..99ee2e674273ef1de756afe697001042bf52345d 100644 Binary files a/po/el.gmo and b/po/el.gmo differ diff --git a/po/el.po b/po/el.po index 3d36d323247f015a0340aa82dd4e52b1e8f9febd..c268e18cdd847f81acad8975e21e00201987a4b1 100644 --- a/po/el.po +++ b/po/el.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-05-05 19:05+0100\n" "Last-Translator: Savvas Radevic <vicedar@gmail.com>\n" "Language-Team: Greek <team@lists.gnome.gr>\n" diff --git a/po/en_GB.gmo b/po/en_GB.gmo index 0728375fb73f4ab49133a7bd0a79e0cfd3e88b47..0f6c1e1c206970ce33f1c7b3f0ebe30278ee9f44 100644 Binary files a/po/en_GB.gmo and b/po/en_GB.gmo differ diff --git a/po/en_GB.po b/po/en_GB.po index 1c1e4229ea735f44313abb70e925f2eb58023ee4..223e7f8c669b43ec8541df3a9fbfb9ef34558f2d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n" "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n" "Language-Team: English (British) <en_gb@li.org>\n" diff --git a/po/eo.gmo b/po/eo.gmo index 90a303889fca016e95f1a7d3ac28d34169e2be18..e841a57e33ac74700bb167eb7a9220002563d01e 100644 Binary files a/po/eo.gmo and b/po/eo.gmo differ diff --git a/po/eo.po b/po/eo.po index 6f46500a124eb69120e6e74cf453d06de7c5da93..4be460629bafd8aa3bb36d168dd83bd5b8110c12 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-06-04 21:48+0100\n" "Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" diff --git a/po/es.gmo b/po/es.gmo index eed6ee6e98fd69c96c702b3d7bfa9dbac3878aa8..c730896832cb5f9f92f5a1007d80029cfb857994 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index cad77d940f5d8f80f9e13c4d9c03a1d6fbc3c888..1dad20fca4a1be0647d46b6765f9b02ae1270e99 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-02-12 18:30+0100\n" "Last-Translator: Jorge González González <aloriel@gmail.com>\n" "Language-Team: Spanish <es@li.org>\n" diff --git a/po/eu.gmo b/po/eu.gmo index 81669e4bef40d584caf4bca4b95d2c5d949110f6..b691f3d1b2e358da46c8b81a9423bc35a5a5a2d4 100644 Binary files a/po/eu.gmo and b/po/eu.gmo differ diff --git a/po/eu.po b/po/eu.po index 047552f924bb0a3c9d4c9b2ad56f47d953612ad2..a44aceaf7e2d65356f792d81f619b49cd806e16e 100644 --- a/po/eu.po +++ b/po/eu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-0.10.18.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2010-03-25 12:37+0100\n" "Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n" "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n" diff --git a/po/fi.gmo b/po/fi.gmo index 08be05f218416414a9a616e2d40a33a63c85f505..90dac93b456047f03f8cd82eddf1e36616bbe189 100644 Binary files a/po/fi.gmo and b/po/fi.gmo differ diff --git a/po/fi.po b/po/fi.po index 9eac8906bf64c02ec25218ea72b5a0bfe0f96906..bd89e8d68fdf7c762dcf0c2d7af5a5d694a737b2 100644 --- a/po/fi.po +++ b/po/fi.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.25.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2010-11-17 23:03+0200\n" "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" diff --git a/po/fr.gmo b/po/fr.gmo index 7f8784af5b119e338b011782f2d1f92d4cc8ccb1..3c8dd62f221e51854491f5ad23d989f52194b5d3 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index 7a2070d594e75f134898b93ad6e2fea14c1cabe3..401aa0c8295e2049e499c5403be8f072ca6184d5 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-04-28 09:22+0200\n" "Last-Translator: Claude Paroz <claude@2xlibre.net>\n" "Language-Team: French <traduc@traduc.org>\n" diff --git a/po/gl.gmo b/po/gl.gmo index e458e70e6b521c707a33619a469877f34ef3a9a4..04f9a724e9272b1c7661b506055ae651f33cb830 100644 Binary files a/po/gl.gmo and b/po/gl.gmo differ diff --git a/po/gl.po b/po/gl.po index f6893946ef842adb982a17e223170eb12780b2f4..3a3bfa2f7dc1734998a9c4bb545056ceb7218059 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-12-15 03:46+0200\n" "Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n" "Language-Team: Galician <proxecto@trasno.net>\n" diff --git a/po/gst-plugins-good-1.0.pot b/po/gst-plugins-good-1.0.pot index 56c3fedb93e04eb4dbc1ecc18114933fd9e8736b..2a398375066c4f2be5f4519093cad36503ff6d52 100644 --- a/po/gst-plugins-good-1.0.pot +++ b/po/gst-plugins-good-1.0.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good 1.0.9\n" +"Project-Id-Version: gst-plugins-good 1.0.10\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/po/hr.gmo b/po/hr.gmo index 15bb2549bbe32dc6598fc2d440507e71660176d6..1fb886331631142a92e92280a9c986a44819a292 100644 Binary files a/po/hr.gmo and b/po/hr.gmo differ diff --git a/po/hr.po b/po/hr.po index 7be2a714ddb7cc17a9cf10e72a078ef9d11924c5..0950d6fce79b6e6edc9284555dcaa3f4ce3783f4 100644 --- a/po/hr.po +++ b/po/hr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-04-16 03:04+0200\n" "Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n" diff --git a/po/hu.gmo b/po/hu.gmo index 34297dd8639d3df476fbff944a850076a87b1d80..1ad33001a4542da1ca282eed83d440f3d4f2ae85 100644 Binary files a/po/hu.gmo and b/po/hu.gmo differ diff --git a/po/hu.po b/po/hu.po index 664957de8401c4992ce63dd3d94026415d329962..3ee31c633175d8975bfe300fe8c8b82ff7dbc7c8 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-11-30 15:05+0100\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" diff --git a/po/id.gmo b/po/id.gmo index 98e8e15a3d44d594baebe892e9dc96bb4d491d29..262c5dc102398429039bf5b0eb051dc4d941d17a 100644 Binary files a/po/id.gmo and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index 4ac74b32f6b89081930087436ede597fc3c6ff31..f5192b0b471ff3b24a09bc7f7e305b7ab7347316 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-02-26 18:09+0700\n" "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" diff --git a/po/it.gmo b/po/it.gmo index afa5f2e3e01b6f029a3cdcd85c7a9cc3ca7ba164..47954311d9757606329c916f258a72a93fc306da 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index 0f5c3d312096bd19d72f8f416f545408610ffb63..5e10ac574ca17e57278770cfe982bac58dee5977 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.25.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2010-10-25 10:11+0200\n" "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n" diff --git a/po/ja.gmo b/po/ja.gmo index 3356615401108a8f579ffbb7cf879e92e5a25fc8..dc8aced0274f146fba889c3362bebef201c62ac8 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index 533ad289a239b62936e262c7618c597337609fce..974a1d03bd56be0f83d6044680de1cce9d4b720f 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-12-22 20:13+0900\n" "Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" diff --git a/po/lt.gmo b/po/lt.gmo index c53f01b4d34bf9c1371c785228429e6b20c5213e..2ecb73298d9fb0e11d4758af9966c1048595750a 100644 Binary files a/po/lt.gmo and b/po/lt.gmo differ diff --git a/po/lt.po b/po/lt.po index 819cd34cdee462e9110c1d9e79c590c41bd7b723..7a135bfe778f8efc37514b718cffb4edb1921be3 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.23.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2010-07-16 19:34+0300\n" "Last-Translator: Žygimantas BeruÄka <uid0@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" diff --git a/po/lv.gmo b/po/lv.gmo index 45b6ab6269929839ac89cfe724b49ad63a7320cb..b8c2357b63b6bd51602e2419d115918164df7c13 100644 Binary files a/po/lv.gmo and b/po/lv.gmo differ diff --git a/po/lv.po b/po/lv.po index 327defe337fd74a1a0836ce3ffd1a5ed5fba61d4..3b33e8722a94ce03f992ba002a494afa48eb489a 100644 --- a/po/lv.po +++ b/po/lv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-09-02 11:23-0000\n" "Last-Translator: Rihards PriedÄ«tis <rprieditis@gmail.com>\n" "Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n" diff --git a/po/mt.gmo b/po/mt.gmo index 5dcf3ac5e5e7360bfe1d206840a8fdf464b6e588..7e4bfd5dca9accea2158df2adcdfbdd81a59d420 100644 Binary files a/po/mt.gmo and b/po/mt.gmo differ diff --git a/po/mt.po b/po/mt.po index f2a82ed495392e9fa287dc11713ace3ccc1f118d..a168223e62ba63d20cc1f6a026a40763d1b8db51 100644 --- a/po/mt.po +++ b/po/mt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-0.10.10.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2008-10-26 19:09+0100\n" "Last-Translator: Michel Bugeja <michelbugeja@rabatmalta.com>\n" "Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n" diff --git a/po/nb.gmo b/po/nb.gmo index 9c3d4f2fb284862815a20f524aa6cb5e7123680a..c6cb02e49089e8e05762014921afbad98f274333 100644 Binary files a/po/nb.gmo and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index 7f3f02398d202bda12145f6786100fcf6de1b24e..5e993d0ca04c03957b9786e37c3b62724e1109fd 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-12-21 22:13+0100\n" "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" diff --git a/po/nl.gmo b/po/nl.gmo index 842794b48354a3d0c09868d5c11426eea0d6c11e..1174ed2a97ab5f1854fa592e472e406640850e39 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index 1a123009f29ec174ef28d9fb0aebf366d3edfee0..4e0c899f6beab2334a68328beacd930cd0007aa1 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-11-29 22:30+0100\n" "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" diff --git a/po/or.gmo b/po/or.gmo index d874c97dc64efedaff077dbf1ddcb719086dff34..a8d376d25f1e621f662d2b7d192994c982f18424 100644 Binary files a/po/or.gmo and b/po/or.gmo differ diff --git a/po/or.po b/po/or.po index 13471f528b6a2e7618067917091ea7741aabb4c0..39fd31823039110fbaf4add335288c36556d97cb 100644 --- a/po/or.po +++ b/po/or.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n" "Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n" "Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n" diff --git a/po/pl.gmo b/po/pl.gmo index 35822573a8e72f758e6bf2409005f981db1a6b37..110045fb3f9bbac6cce692ddd744ec3d5a350443 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index 56a450ec63c6d1f81b5bb04775e1a9388bc28cd5..1f1528ae82577f49a627e07b2f6aa279035370b3 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-11-28 19:27+0100\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo index b0b1994e9d58b99954e4e14ca2c2b123f1787dd6..6309ce6811188efdce05ad4ee93e3fd5aaa0fc3a 100644 Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ diff --git a/po/pt_BR.po b/po/pt_BR.po index 0d854cbbac4e03e09bf25225eef29f2033e65c9d..c2e1d6bd2982d6e5b3b62604d4d4ed80ecef691f 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-01-08 01:28-0300\n" "Last-Translator: FabrÃcio Godoy <skarllot@gmail.com>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" diff --git a/po/ro.gmo b/po/ro.gmo index 149e855bea1448759babb21e476e8369426356ed..c1bd38bd16a199f81d523fc12f5f9d36513424b2 100644 Binary files a/po/ro.gmo and b/po/ro.gmo differ diff --git a/po/ro.po b/po/ro.po index de356ecddf4798ccc7b7f492d8fcb289b08a095c..d6657ece5b70e1def68ef675827cf0fadad8c848 100644 --- a/po/ro.po +++ b/po/ro.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.23.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2010-08-16 03:22+0300\n" "Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" diff --git a/po/ru.gmo b/po/ru.gmo index 2696bd2e8c90437d1ebfe962de9db535eba925b5..2e6a98fd5532f072e3a38efafcef4d3959437933 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index 29337124a736e7773366d8ae831e6e18d5c4eb41..e22a003483be61e0f577f4207274f0d7cd1a4e36 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-12-01 13:23+0400\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <gnu@mx.ru>\n" diff --git a/po/sk.gmo b/po/sk.gmo index ffe66c95b6417db6fd6b4b1f0d9905b48b7ab8ef..c3125b79af12add0d2a8079eaf29fc884b5e0d34 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index d074e3d2623f74d3368ad3a50da7559395808c82..ba99f1f36c08d73954629058a23960e2374dc669 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.25.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2010-11-08 15:48+0100\n" "Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" diff --git a/po/sl.gmo b/po/sl.gmo index 412620a146eec65299c0dc82996c74b492550d08..56f133c7c01dffdc79c42b8fc1b675e24935bd0b 100644 Binary files a/po/sl.gmo and b/po/sl.gmo differ diff --git a/po/sl.po b/po/sl.po index f488ec1dd051947f1ff347ffad0139f81b729eb7..2e2a19d9ea48ee7af53f60a97bd906b45171cea3 100644 --- a/po/sl.po +++ b/po/sl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2013-01-05 10:03+0100\n" "Last-Translator: Klemen KoÅ¡ir <klemen913@gmail.com>\n" "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n" diff --git a/po/sq.gmo b/po/sq.gmo index c48383f5368871aef2dc641b437f03950961265b..c4fde0a318f991d056bb9f756a6cec26b9c5aaee 100644 Binary files a/po/sq.gmo and b/po/sq.gmo differ diff --git a/po/sq.po b/po/sq.po index ee04f83b6868c87f4dadc3c8584e7d1e105a1a9c..c2c90d7ed09857c68b492d0e2bd08118c65485e0 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Language-Team: Albanian <begraj@hotmail.com>\n" diff --git a/po/sr.gmo b/po/sr.gmo index 6e829c8e7ef82732c50da12e3ff4eef543d696e9..2f141409742b5977b89d238c63acd22992fe05bc 100644 Binary files a/po/sr.gmo and b/po/sr.gmo differ diff --git a/po/sr.po b/po/sr.po index 60e0737b356b9162dad62b8ebbe6b23a69c584cb..91cfe9983aeb61ce53cccdf6e9cd9022132ede67 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-12-04 16:44+0200\n" "Last-Translator: МироÑлав Ðиколић <miroslavnikolic@rocketmail.com>\n" "Language-Team: Serbian <gnu@prevod.org>\n" diff --git a/po/sv.gmo b/po/sv.gmo index efab3fb1bf3fd959d22b4bfa175d2881bd6510b1..1d16595c91c542685c05833e743895758ff7d9c4 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index f4c38d22be220cada50582323e6c7ff2cb1f3bc1..5caf9998c095771953b22662294a5e6c40afa7be 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-01-09 19:36+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" diff --git a/po/tr.gmo b/po/tr.gmo index 959d5fb879ddb81beab781fffa2783abe61ccfb5..adda6096a9c5ffca8cc47e32010197b8a0c7458a 100644 Binary files a/po/tr.gmo and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po index 6822df69a77e5d65c584bf037d469838422eee4d..6a3eb4344ada6bb9977994619177e89b772898b4 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2011-01-08 00:03+0200\n" "Last-Translator: Server Acim <serveracim@gmail.com>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" diff --git a/po/uk.gmo b/po/uk.gmo index f72688728d90cd1dbf9a51939e725f65df16330d..bcb614b5fd714dfdf0c951a98e1de969b186f585 100644 Binary files a/po/uk.gmo and b/po/uk.gmo differ diff --git a/po/uk.po b/po/uk.po index dddc949cc8b77ec64726fee0a32b6bb05a64e0dd..ed3977341edae098126b59b6f15f1824067cb9d7 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-11-28 20:23+0200\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" diff --git a/po/vi.gmo b/po/vi.gmo index 14746ff4506227cbeb701225caf7d56b10e28a31..cf16bf057ff11e633892eb4195ad9bfa6180bc16 100644 Binary files a/po/vi.gmo and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index 37873e11d0a86384159d54e6518b9e4cbe20fbd1..3ff53fa786d039e86860d7f1d9eb7c5769cd4c28 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2012-12-02 08:06+0700\n" "Last-Translator: Trần Ngá»c Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index 1c8840be54bea7475c2ca27956dc0f77c7135e91..766098458c7f173979c9c336ff4f8ab52904d476 100644 Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ diff --git a/po/zh_CN.po b/po/zh_CN.po index bc3b9aeca77ec4c2c6198dd3475fad2192ea31d1..174f883468d7d87b999a370a8f7a49e9f7c38683 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 0.10.16.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2009-11-13 22:20+0800\n" "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" diff --git a/po/zh_HK.gmo b/po/zh_HK.gmo index 741ad0943656674f2879405196a729c1176f4e41..88164f7d83b57c413be539f45aaf0cf93c901837 100644 Binary files a/po/zh_HK.gmo and b/po/zh_HK.gmo differ diff --git a/po/zh_HK.po b/po/zh_HK.po index 8fbfb95e18e0bdf77f52d9e157895f425585c3d5..4fdb18861d34f7eb41e197aeb57ba9f9be79ec64 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-0.10.2 0.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2006-08-29 01:08+0800\n" "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n" "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n" diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo index 64431e0afd8c14b407e0619c076ccd5d968dce8c..8c6ad1e8293bc8316ce100fa08ae5243bd4c565a 100644 Binary files a/po/zh_TW.gmo and b/po/zh_TW.gmo differ diff --git a/po/zh_TW.po b/po/zh_TW.po index 1339eac85c23ae315845b6e23aab1dbcd99cadae..b84cbca4512d30d71a659fe0724eb150ccd2d612 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-0.10.2 0.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-07-30 00:36+0100\n" +"POT-Creation-Date: 2013-08-28 15:03+0100\n" "PO-Revision-Date: 2006-08-29 01:08+0800\n" "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" diff --git a/sys/Makefile.in b/sys/Makefile.in index 8fa64580bc4429270df0636e91123f77bada3b32..516a6a90028f8dd5ab9bc4eae66fc602d516aeed 100644 --- a/sys/Makefile.in +++ b/sys/Makefile.in @@ -288,7 +288,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/directsound/Makefile.in b/sys/directsound/Makefile.in index 2cee72d43ae76f5c69e097f6b6aba367a29bce47..a679c78c43788cf5a5a2a658341d61a3bcc0c697 100644 --- a/sys/directsound/Makefile.in +++ b/sys/directsound/Makefile.in @@ -308,7 +308,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c index 9626e697c1745842402d3c18e43a5c9be7c36ea6..e80ed2e540907838c8acd3ba6e74b9aa6fae8953 100644 --- a/sys/directsound/gstdirectsoundsink.c +++ b/sys/directsound/gstdirectsoundsink.c @@ -115,7 +115,7 @@ static GstStaticPadTemplate directsoundsink_sink_factory = "layout = (string) interleaved, " "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]; " "audio/x-raw, " - "format = (string) S8, " + "format = (string) U8, " "layout = (string) interleaved, " "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ];" "audio/x-ac3, framed = (boolean) true;" diff --git a/sys/oss/Makefile.in b/sys/oss/Makefile.in index 3bf30839c79680b16312e183d85d9f73e12c0923..abf6054f181d29c0077c35b8602d90e78870fa68 100644 --- a/sys/oss/Makefile.in +++ b/sys/oss/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/oss4/Makefile.in b/sys/oss4/Makefile.in index f1b4e6851b9256b1fcf01302a0afc174596ed17e..4802719719f429f9f99eb0ee52cb66c8aa7529eb 100644 --- a/sys/oss4/Makefile.in +++ b/sys/oss4/Makefile.in @@ -307,7 +307,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/osxaudio/Makefile.in b/sys/osxaudio/Makefile.in index 0462893d67310c48b92e3f0a29e12ca86058b22e..d04928b31ffbb37c97539cdf4df5328081f2be5c 100644 --- a/sys/osxaudio/Makefile.in +++ b/sys/osxaudio/Makefile.in @@ -312,7 +312,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/osxvideo/Makefile.in b/sys/osxvideo/Makefile.in index c40ae5fadcfc5827977a824dbec85e46ec134ff2..cc95a622aa34d25aa01b548c6a6da81d27c1a037 100644 --- a/sys/osxvideo/Makefile.in +++ b/sys/osxvideo/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/sunaudio/Makefile.in b/sys/sunaudio/Makefile.in index 7573827d677f249b12264c85f69957aefc77397c..6838c0832419ab22d02d389832047ea54663ac2c 100644 --- a/sys/sunaudio/Makefile.in +++ b/sys/sunaudio/Makefile.in @@ -310,7 +310,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/v4l2/Makefile.in b/sys/v4l2/Makefile.in index 8bb3d1f7227adb69285fa85fc5f7d5281a85f596..a1e04f2b712c278a7cd36569263aaa6d38454611 100644 --- a/sys/v4l2/Makefile.in +++ b/sys/v4l2/Makefile.in @@ -342,7 +342,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/waveform/Makefile.in b/sys/waveform/Makefile.in index e042dfab75def05c3248c8fa9cd9771a9ab8d505..cb029be81f2c25df845350d55429d38848701bf7 100644 --- a/sys/waveform/Makefile.in +++ b/sys/waveform/Makefile.in @@ -306,7 +306,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/sys/ximage/Makefile.in b/sys/ximage/Makefile.in index bda8135eddffe99da8d827a7aad4e0c5ae63a228..2b3d7a0fb4b84b6e1d7f57e3bbaf0a4bcc79828d 100644 --- a/sys/ximage/Makefile.in +++ b/sys/ximage/Makefile.in @@ -307,7 +307,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/Makefile.in b/tests/Makefile.in index d397a6747b5a59ee5fdb3ab5c493c4600ff006da..238f73dbead880a205c4bafb8bf3025d936734b6 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -276,7 +276,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/check/Makefile.in b/tests/check/Makefile.in index 38862b4748cdad78d3e591562c839f678e442127..e5bdabb1864d0eb07dee3fa26a2a25c191729529 100644 --- a/tests/check/Makefile.in +++ b/tests/check/Makefile.in @@ -845,7 +845,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/Makefile.in b/tests/examples/Makefile.in index 4d3f9db4fd2caee52c4af4b9a4de9ea434fda602..8e6238cbe49ab3df34342cd40622dd783f39c2ad 100644 --- a/tests/examples/Makefile.in +++ b/tests/examples/Makefile.in @@ -282,7 +282,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/audiofx/Makefile.in b/tests/examples/audiofx/Makefile.in index b9d716a7e084a5c8c62ab3f430424412e9b44b4f..170e91e24c140fdb8ac9ba0f0597e078a507fafe 100644 --- a/tests/examples/audiofx/Makefile.in +++ b/tests/examples/audiofx/Makefile.in @@ -287,7 +287,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/cairo/Makefile.in b/tests/examples/cairo/Makefile.in index b3ca36a6d1ae83825e214716e4beeb5b3f78dd70..3ba4e569ddcea7ee4f1c7f1573c26f3db95f923b 100644 --- a/tests/examples/cairo/Makefile.in +++ b/tests/examples/cairo/Makefile.in @@ -273,7 +273,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/equalizer/Makefile.in b/tests/examples/equalizer/Makefile.in index 5e9885419d781573de4a0c647bbb321baf3fc294..fee91593090134b2118eeedaf89f76b2cc5954dc 100644 --- a/tests/examples/equalizer/Makefile.in +++ b/tests/examples/equalizer/Makefile.in @@ -273,7 +273,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/jack/Makefile.in b/tests/examples/jack/Makefile.in index cf8f82fdcabb1603b16475998000ca247f7b8258..9527cc0d16a22ac1c7fbec3c09688562051a18df 100644 --- a/tests/examples/jack/Makefile.in +++ b/tests/examples/jack/Makefile.in @@ -272,7 +272,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/level/Makefile.in b/tests/examples/level/Makefile.in index dd580de6b47a05de10824d4e6e667bc865f7c0d9..1c6c87d3a4dd8fac69340617bff2d968258a2f95 100644 --- a/tests/examples/level/Makefile.in +++ b/tests/examples/level/Makefile.in @@ -273,7 +273,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/pulse/Makefile.in b/tests/examples/pulse/Makefile.in index 5e060c7b0a886c655a5031e0141dd0d3988dc224..3b8de16b853aff1fe949a4b0c70e685647ae3370 100644 --- a/tests/examples/pulse/Makefile.in +++ b/tests/examples/pulse/Makefile.in @@ -273,7 +273,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/rtp/Makefile.in b/tests/examples/rtp/Makefile.in index 9722e5c50cb7578055fbcc5cda2cb96683a73e8b..afebfd16e5044ab2984f19fa50fd513e9b9396a7 100644 --- a/tests/examples/rtp/Makefile.in +++ b/tests/examples/rtp/Makefile.in @@ -285,7 +285,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/shapewipe/Makefile.in b/tests/examples/shapewipe/Makefile.in index 26196d2acf267cde24dc9518396521a824f9abb2..2d932d60619c3734b89496daa541733309ae9f01 100644 --- a/tests/examples/shapewipe/Makefile.in +++ b/tests/examples/shapewipe/Makefile.in @@ -278,7 +278,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/spectrum/Makefile.in b/tests/examples/spectrum/Makefile.in index 0e7ef255ec835548b83fadd158e17f01eebacc5b..d4668950844604e394ee2e74dc6bf0a5bbfe9b31 100644 --- a/tests/examples/spectrum/Makefile.in +++ b/tests/examples/spectrum/Makefile.in @@ -295,7 +295,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/examples/v4l2/Makefile.in b/tests/examples/v4l2/Makefile.in index e7604c1db301a6da49a795359458845568e6a025..00a0912f7432d0b22728f0771e46626de767c81f 100644 --- a/tests/examples/v4l2/Makefile.in +++ b/tests/examples/v4l2/Makefile.in @@ -273,7 +273,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/files/Makefile.in b/tests/files/Makefile.in index dfced1d4c2e8d8b09a465e5eb7f0bf25b62269a8..8c4f8682ea85e289167b9d9dd54c8172f6e48d3d 100644 --- a/tests/files/Makefile.in +++ b/tests/files/Makefile.in @@ -237,7 +237,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/tests/icles/Makefile.in b/tests/icles/Makefile.in index d111f0779404eff440acee818d30fa210cba185f..57db444126e1759b9ead286808babd61d5d02bc1 100644 --- a/tests/icles/Makefile.in +++ b/tests/icles/Makefile.in @@ -342,7 +342,6 @@ GTK_X11_LIBS = @GTK_X11_LIBS@ GUDEV_CFLAGS = @GUDEV_CFLAGS@ GUDEV_LIBS = @GUDEV_LIBS@ HAVE_AVC1394 = @HAVE_AVC1394@ -HAVE_BZ2 = @HAVE_BZ2@ HAVE_CXX = @HAVE_CXX@ HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@ HAVE_ROM1394 = @HAVE_ROM1394@ diff --git a/win32/common/config.h b/win32/common/config.h index 2fff56ba59753bdf8959c8d20ddb4ac7c804ce56..1599365586045ad8bd77ee98e76a85a54ed725d3 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -58,7 +58,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2013-07-30" +#define GST_PACKAGE_RELEASE_DATETIME "2013-08-28" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -378,7 +378,7 @@ #define PACKAGE_NAME "GStreamer Good Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Good Plug-ins 1.0.9" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.0.10" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -387,7 +387,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.9" +#define PACKAGE_VERSION "1.0.10" /* directory where plugins are located */ #ifdef _DEBUG @@ -421,7 +421,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.0.9" +#define VERSION "1.0.10" /* old wavpack API */ #undef WAVPACK_OLD_API