diff --git a/ChangeLog b/ChangeLog index 972d6ccdea528152ae22ce2d800aee78dc65f368..1069fbe75bf9cf04035345efabfa4f62dcb1f652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,328 @@ +=== release 1.0.6 === + +2013-03-22 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + releasing 1.0.6 + +2012-06-22 21:56:52 +0000 Norbert Waschbuesch <nwaschbu@opentv.com> + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: error out properly when receiving data along with an error status + When receiving an error code from the http server, such as 404, + data might be sent along with it, like a web page. We don't want + to output that data in this case, and we also want to pass the + FLOW_ERROR return back to the base class, so it can stop properly. + https://bugzilla.gnome.org/show_bug.cgi?id=678429 + +2013-03-22 08:47:17 +0000 Rodolfo Schulz de Lima <rodolfo@rodsoft.org> + + * gst/isomp4/qtdemux.c: + qtdemux: fix sample leak when processing private qt tags + https://bugzilla.gnome.org/show_bug.cgi?id=696355 + +2013-03-22 02:24:01 +0100 Matej Knopp <matej.knopp@gmail.com> + + * gst/isomp4/gstqtmux.c: + qtmux: set stream language code from tag + https://bugzilla.gnome.org/show_bug.cgi?id=696358 + +2013-03-19 18:09:31 -0700 Michael Smith <msmith@rdio.com> + + * gst/isomp4/gstqtmux.c: + mp4mux: in faststart mode, don't output up to 4 kB of garbage at the end. + +2013-03-18 14:59:35 +0000 Bastien Nocera <hadess@hadess.net> + + * sys/v4l2/v4l2_calls.c: + v4l2: fix compilation against newer kernel headers as on FC19 + +2013-03-14 14:12:05 +0100 Kishore Arepalli <kishore.arepalli@gmail.com> + + * gst/deinterlace/gstdeinterlace.c: + deinterlace: fix infinite loop on EOS with non-default methods or fields + Fixes problem of infinite loop in gst_deinterlace_reset_history. + Last field in the history was never deinterlaced because idx becomes negative. + Happens e.g. with method=scalerbob fields=bottom or + method=greedyl fields=top + https://bugzilla.gnome.org/show_bug.cgi?id=695644 + https://bugzilla.gnome.org/show_bug.cgi?id=693173 + +2013-03-12 09:48:31 +0000 Kishore Arepalli <kishore.arepalli@gmail.com> + + * ext/dv/gstdvdemux.c: + dvdemux: don't return FALSE when dropping sink events + Fixes problem in conjunction with avidemux. + https://bugzilla.gnome.org/show_bug.cgi?id=695643 + +2013-03-11 14:50:41 +0100 Ognyan Tonchev <ognyan@axis.com> + + * gst/rtp/gstrtph264pay.c: + rtph264pay: Don't use upstream caps with peer_query_caps () + Calling gst_pad_peer_query_caps () on the src pad with the caps + upstream can produce as a filter from gst_rtp_h264_pay_getcaps () + is wrong and makes caps negotiation fail if upstream caps are not + NULL. + https://bugzilla.gnome.org/show_bug.cgi?id=695629 + +2013-02-22 19:06:52 +0100 Arnaud Vrac <avrac@freebox.fr> + + * gst/isomp4/qtdemux.c: + qtdemux: skip disabled tracks + ISO/IEC 14496-12 specifies disabled tracks should be completely + ignored, so just do it. + Avoids deadlock during prerolling for some files. + Also prevents 'chapter' subtitle tracks from showing up. + https://bugzilla.gnome.org/show_bug.cgi?id=693993 + https://bugzilla.gnome.org/show_bug.cgi?id=628790 + +2013-02-26 14:18:20 -0500 Olivier Crête <olivier.crete@collabora.com> + + * gst/rtp/gstrtpmp4gdepay.c: + rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional + Specific case here is Wowza 3.5.0 + +2013-02-25 09:58:13 +0000 Tim-Philipp Müller <tim@centricular.net> + + * tests/check/elements/level.c: + tests: re-add suppression for GValueArray warnings to unit test as well + +2013-02-25 00:35:18 +0100 Thomas Vander Stichele <thomas (at) apestaart (dot) org> + + * gst/level/gstlevel.c: + level: put back deprecation warnings + +2013-02-24 19:05:07 +0100 Thomas Vander Stichele <thomas (at) apestaart (dot) org> + + * gst/level/gstlevel.c: + * tests/check/elements/level.c: + level: send last message on EOS + +2013-02-23 14:34:35 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * gst/avi/gstavidemux.c: + avidemux: push mode: handle some more 0-size buffer cases + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684944 + +2013-02-13 10:46:54 +0100 Paul HENRYS <visechelle@gmail.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Fix wrong code organisation in case of collision + change_ssrc field of RTPSession should be set before calling + rtp_session_schedule_bye_locked () as this function will call reconsider function + that will wake up rtcp_thread which will call rtp_session_on_timeout () that will + check change_ssrc to change the ssrc. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=694184 + +2013-02-20 15:46:43 +0100 Ognyan Tonchev <ognyan@axis.com> + + * gst/auparse/gstauparse.c: + auparse: do not leak src_caps + https://bugzilla.gnome.org/show_bug.cgi?id=694275 + +2013-02-18 16:32:13 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk> + + * gst/isomp4/qtdemux.c: + qtdemux: fix potential crash on short MOOV atom + Don't unmap short MOOV atom buffer twice, which happened + in the case where we don't fix up the MOOV atom. + Fixes crashes when thumbnailing partial mp4 file where + the MOOV atom is still incomplete. + https://bugzilla.gnome.org/show_bug.cgi?id=694010 + +2013-02-15 16:21:21 +0100 Benjamin Gaignard <benjamin.gaignard@stericsson.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2: don't check stride for encoded formats + Don't try to check the stride for encoded formats. Some drivers output + something != 0 and then we don't want to fail on that. + +2013-02-07 22:51:45 +0000 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + build: fix build with automake 1.13 + AM_CONFIG_HEADER -> AC_CONFIG_HEADERS + https://bugzilla.gnome.org/show_bug.cgi?id=693373 + +2013-01-29 10:48:17 +0100 Paul HENRYS <visechelle@gmail.com> + + * gst/rtpmanager/gstrtpptdemux.c: + rtpptdemux: forward sticky events and then set caps + When a new src pad is added, first forward the sticky events and then + set the caps on the src pad + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692786 + +2013-02-07 14:32:26 +0100 Markovtsev Vadim <v.markovtsev at samsung.com> + + * gst/rtpmanager/rtpjitterbuffer.c: + rtpjitterbuffer: improve debug output + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688935 + +2013-02-07 11:40:35 +0100 Tim 'mithro' Ansell <gnome at mithis.com> + + * gst/videomixer/videomixer2.c: + videomixer2: avoid caps leak + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693307 + +2013-02-06 13:52:26 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: only EOS when our source sends BYE + Only EOS when we receive a BYE event from the SSRC of our stream. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675453 + +2013-02-06 13:47:51 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: save the stream SSRC + Conflicts: + gst/rtsp/gstrtspsrc.c + +2013-02-06 13:18:18 +0100 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: flush connection when stopping + When we stop, we can flush all pending commands so that we can stop and + join the task. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684924 + +2013-02-03 13:14:50 +0100 Olivier Crête <olivier.crete@collabora.com> + + * gst/level/gstlevel.c: + level: Add missing coma between formats + +2013-01-31 22:55:18 +1100 Matthew Waters <ystreet00@gmail.com> + + * gst/videomixer/videomixer2.c: + videomixer: fix eos timestamp check + fixes hang in videotestsrc num-buffers=20 ! videomixer ! fakesink + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692935 + +2013-01-18 21:08:12 +0400 Alexey Chernov <achernov@neosphere.com> + + * sys/osxvideo/cocoawindow.h: + * sys/osxvideo/cocoawindow.m: + osxvideosink: Make GstNavigation key input events in osxvideosink compatible with x(v)imagesink ones + +2013-01-27 12:54:15 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * gst/isomp4/qtdemux.c: + qtdemux: push mode: only parse moov 1 once + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=691570 + +2013-01-23 21:35:25 -0500 Olivier Crête <olivier.crete@collabora.com> + + * sys/ximage/gstximagesrc.c: + * sys/ximage/ximageutil.c: + * sys/ximage/ximageutil.h: + ximagesrc: Set the pixel aspect ratio correctly in the caps + +2013-01-22 18:12:10 +0100 Benjamin Gaignard <benjamin.gaignard@st.com> + + * autogen.sh: + autogen.sh: allow calling from out-of-tree + Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> + https://bugzilla.gnome.org/show_bug.cgi?id=692309 + +2013-01-19 13:27:48 +0000 Tim-Philipp Müller <tim@centricular.net> + + * ext/pulse/pulsesink.c: + pulsesink: don't error out if pa_stream_proplist_update() with new tags fails + Shouldn't really happen these days, but if it does, it's not really + a problem either. + https://bugzilla.gnome.org/show_bug.cgi?id=656068 + +2013-01-11 19:24:43 +0400 Alexey Chernov <achernov@neosphere.com> + + * sys/osxvideo/cocoawindow.m: + * sys/osxvideo/osxvideosink.m: + osxvideosink: Fix crash in osxvideosink with external window output + +2013-01-16 12:04:59 +0400 Alexey Chernov <achernov@neosphere.com> + + * sys/osxvideo/cocoawindow.m: + osxvideosink: Make GstGLView propagate input events to its parent view + Fixes bug #691832 + === release 1.0.5 === -2013-01-08 Tim-Philipp Müller <tim@centricular.net> +2013-01-08 01:19:07 +0000 Tim-Philipp Müller <tim@centricular.net> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.5 + * docs/plugins/inspect/plugin-1394.xml: + * docs/plugins/inspect/plugin-aasink.xml: + * docs/plugins/inspect/plugin-alaw.xml: + * docs/plugins/inspect/plugin-alpha.xml: + * docs/plugins/inspect/plugin-alphacolor.xml: + * docs/plugins/inspect/plugin-apetag.xml: + * docs/plugins/inspect/plugin-audiofx.xml: + * docs/plugins/inspect/plugin-audioparsers.xml: + * docs/plugins/inspect/plugin-auparse.xml: + * docs/plugins/inspect/plugin-autodetect.xml: + * docs/plugins/inspect/plugin-avi.xml: + * docs/plugins/inspect/plugin-cacasink.xml: + * docs/plugins/inspect/plugin-cairo.xml: + * docs/plugins/inspect/plugin-cutter.xml: + * docs/plugins/inspect/plugin-debug.xml: + * docs/plugins/inspect/plugin-deinterlace.xml: + * docs/plugins/inspect/plugin-dv.xml: + * docs/plugins/inspect/plugin-effectv.xml: + * docs/plugins/inspect/plugin-equalizer.xml: + * docs/plugins/inspect/plugin-flac.xml: + * docs/plugins/inspect/plugin-flv.xml: + * docs/plugins/inspect/plugin-flxdec.xml: + * docs/plugins/inspect/plugin-gdkpixbuf.xml: + * docs/plugins/inspect/plugin-goom.xml: + * docs/plugins/inspect/plugin-goom2k1.xml: + * docs/plugins/inspect/plugin-icydemux.xml: + * docs/plugins/inspect/plugin-id3demux.xml: + * docs/plugins/inspect/plugin-imagefreeze.xml: + * docs/plugins/inspect/plugin-interleave.xml: + * docs/plugins/inspect/plugin-isomp4.xml: + * docs/plugins/inspect/plugin-jack.xml: + * docs/plugins/inspect/plugin-jpeg.xml: + * docs/plugins/inspect/plugin-level.xml: + * docs/plugins/inspect/plugin-matroska.xml: + * docs/plugins/inspect/plugin-mulaw.xml: + * docs/plugins/inspect/plugin-multifile.xml: + * docs/plugins/inspect/plugin-multipart.xml: + * docs/plugins/inspect/plugin-navigationtest.xml: + * docs/plugins/inspect/plugin-oss4.xml: + * docs/plugins/inspect/plugin-ossaudio.xml: + * docs/plugins/inspect/plugin-png.xml: + * docs/plugins/inspect/plugin-pulseaudio.xml: + * docs/plugins/inspect/plugin-replaygain.xml: + * docs/plugins/inspect/plugin-rtp.xml: + * docs/plugins/inspect/plugin-rtpmanager.xml: + * docs/plugins/inspect/plugin-rtsp.xml: + * docs/plugins/inspect/plugin-shapewipe.xml: + * docs/plugins/inspect/plugin-shout2send.xml: + * docs/plugins/inspect/plugin-smpte.xml: + * docs/plugins/inspect/plugin-soup.xml: + * docs/plugins/inspect/plugin-spectrum.xml: + * docs/plugins/inspect/plugin-speex.xml: + * docs/plugins/inspect/plugin-taglib.xml: + * docs/plugins/inspect/plugin-udp.xml: + * docs/plugins/inspect/plugin-video4linux2.xml: + * docs/plugins/inspect/plugin-videobox.xml: + * docs/plugins/inspect/plugin-videocrop.xml: + * docs/plugins/inspect/plugin-videofilter.xml: + * docs/plugins/inspect/plugin-videomixer.xml: + * docs/plugins/inspect/plugin-vpx.xml: + * docs/plugins/inspect/plugin-wavenc.xml: + * docs/plugins/inspect/plugin-wavpack.xml: + * docs/plugins/inspect/plugin-wavparse.xml: + * docs/plugins/inspect/plugin-ximagesrc.xml: + * docs/plugins/inspect/plugin-y4menc.xml: + * gst-plugins-good.doap: + * po/ja.po: + * po/nb.po: + * po/sl.po: + * win32/common/config.h: + Release 1.0.5 2013-01-04 13:53:45 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk> diff --git a/NEWS b/NEWS index a39057af50ef998426b855c1f7b74d03e0a8640b..fd769320615321ad921322238ee41e545106c208 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,67 @@ -This is GStreamer Good Plugins 1.0.5 +This is GStreamer Good Plugins 1.0.6 + +Changes since 1.0.5: + + * auparse: fix caps leak + * avidemux: push mode: handle some more 0-size buffer cases + * deinterlace: fix infinite loop on EOS with non-default methods or fields + * dvdemux: don't return FALSE when dropping sink events, fixes flow errors + * level: send a last message on EOS + * mp4mux: in faststart mode, don't output up to 4 kB of garbage at the end + * osxvideosink: Fix crash in osxvideosink with external window output + * osxvideosink: Make GstGLView propagate input events to its parent view + * osxvideosink: Make GstNavigation key input events in osxvideosink compatible with x(v)imagesink ones + * pulsesink: don't error out if pa_stream_proplist_update() with new tags fails + * qtdemux: fix potential crash on short MOOV atom + * qtdemux: fix sample leak when processing private qt tags + * qtdemux: push mode: only parse moov 1 once + * qtdemux: skip disabled tracks + * qtmux: set stream language code from tag + * rtph264pay: Don't use upstream caps with peer_query_caps() + * rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional + * rtpptdemux: forward sticky events and then set caps + * rtpsession: Fix wrong code organisation in case of collision + * rtspsrc: flush connection when stopping + * rtspsrc: only EOS when our source sends BYE + * rtspsrc: save the stream SSRC + * v4l2: don't check stride for encoded formats + * v4l2: fix compilation against newer kernel headers as on FC19 + * videomixer2: avoid caps leak + * videomixer: fix eos timestamp check + * ximagesrc: Set the pixel aspect ratio correctly in the caps + * build: allow calling autogen.sh from out-of-tree + * build: fix build with automake 1.13 + +Bugs fixed since 1.0.5: + + * 628790 : qtdemux: OSD displays persistent chapters subtitles + * 656068 : pulsesink: errors out if pa_stream_proplist_update() fails with old pulseaudio versions + * 675453 : rtspsrc: only EOS if BYE came from SSRC of the stream + * 678429 : souphttpsrc: should return GST_FLOW_ERROR from create function in case of HTTP error 404 not found + * 684924 : rtspsrc: flush connection when going to null state + * 684944 : avidemux: " unhandled buffer size " error for cyuv.avi in push mode + * 688935 : rtpjitterbuffer not always correctly warns about resetting skew + * 689809 : osxvideosink: inconsistent keyboard navigation events + * 691484 : osxvideosink: crash when displaying on Qt widget + * 691570 : [isomp4/qtdemux] lots of critical warnings on this sample file + * 691580 : ximagesrc sets bad pixel-aspect-ratio caps + * 691832 : osxvideosink doesn't propagate input events to output window + * 692309 : allow autogen.sh to be call out-of-tree + * 692786 : CAPS event is forwarded before STREAM_START in rtpptdemux element + * 692935 : videomixer: hangs on eos + * 692950 : " rtpjitterbuffer " properties can't be changed after pipeline is started + * 693055 : level: 32-bit formats don't work because of typo in format list: S32LEF32LE + * 693173 : deinterlace method=greedyl fields=top does not complete + * 693307 : videomixer2 leaks caps reference + * 693373 : 1.0 branch is still using AM_CONFIG_HEADER + * 694010 : qtdemux: crash with partial mp4 / moov atom + * 694184 : Wrong code organisation in case of collision in rtpsession + * 694275 : auparse: src_caps are leaked + * 695629 : rtph264pay: caps negotiation fails if upstream caps is not NULL + * 695643 : dvdemux: returns wrong value when it is not processing the sink events + * 695644 : deinterlace: going to infinite loop on EOS with method=scalerbob fields=bff + * 696355 : qtdemux: sample leak in tag handling + * 696358 : qtmux: set language code on streams Changes since 1.0.4: diff --git a/RELEASE b/RELEASE index 96fb597ec658aac777b42b9cddc3553727b8d3f6..a92cf3dedb1e489ceec566ca21c869ebecdae954 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Good Plugins 1.0.5 +Release notes for GStreamer Good Plugins 1.0.6 The GStreamer team is pleased to announce a new bug-fix release @@ -57,18 +57,66 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Features of this release - * rtspsrc: fix regression that make rtspsrc hang when stopping - * audio/video parsers: fix negotiation with encoders in some transcoding cases - * cairo: port cairooverlay to 1.0 - * jpegenc: pass flow returns upstream - * qtdemux: fix pixel-aspect-ratio of some files with ProRes video - * cairo: port cairooverlay to 1.0 + * auparse: fix caps leak + * avidemux: push mode: handle some more 0-size buffer cases + * deinterlace: fix infinite loop on EOS with non-default methods or fields + * dvdemux: don't return FALSE when dropping sink events, fixes flow errors + * level: send a last message on EOS + * mp4mux: in faststart mode, don't output up to 4 kB of garbage at the end + * osxvideosink: Fix crash in osxvideosink with external window output + * osxvideosink: Make GstGLView propagate input events to its parent view + * osxvideosink: Make GstNavigation key input events in osxvideosink compatible with x(v)imagesink ones + * pulsesink: don't error out if pa_stream_proplist_update() with new tags fails + * qtdemux: fix potential crash on short MOOV atom + * qtdemux: fix sample leak when processing private qt tags + * qtdemux: push mode: only parse moov 1 once + * qtdemux: skip disabled tracks + * qtmux: set stream language code from tag + * rtph264pay: Don't use upstream caps with peer_query_caps() + * rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optional + * rtpptdemux: forward sticky events and then set caps + * rtpsession: Fix wrong code organisation in case of collision + * rtspsrc: flush connection when stopping + * rtspsrc: only EOS when our source sends BYE + * rtspsrc: save the stream SSRC + * v4l2: don't check stride for encoded formats + * v4l2: fix compilation against newer kernel headers as on FC19 + * videomixer2: avoid caps leak + * videomixer: fix eos timestamp check + * ximagesrc: Set the pixel aspect ratio correctly in the caps + * build: allow calling autogen.sh from out-of-tree + * build: fix build with automake 1.13 Bugs fixed in this release - * 690184 : [parsers] Return too strict caps on the sinkpads - * 690476 : regression: unable to stop rtsp stream - * 691098 : v4l2src: breaks because of changed ioctl error return code from driver on failed control query in 3.8-rc1 + * 628790 : qtdemux: OSD displays persistent chapters subtitles + * 656068 : pulsesink: errors out if pa_stream_proplist_update() fails with old pulseaudio versions + * 675453 : rtspsrc: only EOS if BYE came from SSRC of the stream + * 678429 : souphttpsrc: should return GST_FLOW_ERROR from create function in case of HTTP error 404 not found + * 684924 : rtspsrc: flush connection when going to null state + * 684944 : avidemux: " unhandled buffer size " error for cyuv.avi in push mode + * 688935 : rtpjitterbuffer not always correctly warns about resetting skew + * 689809 : osxvideosink: inconsistent keyboard navigation events + * 691484 : osxvideosink: crash when displaying on Qt widget + * 691570 : [isomp4/qtdemux] lots of critical warnings on this sample file + * 691580 : ximagesrc sets bad pixel-aspect-ratio caps + * 691832 : osxvideosink doesn't propagate input events to output window + * 692309 : allow autogen.sh to be call out-of-tree + * 692786 : CAPS event is forwarded before STREAM_START in rtpptdemux element + * 692935 : videomixer: hangs on eos + * 692950 : " rtpjitterbuffer " properties can't be changed after pipeline is started + * 693055 : level: 32-bit formats don't work because of typo in format list: S32LEF32LE + * 693173 : deinterlace method=greedyl fields=top does not complete + * 693307 : videomixer2 leaks caps reference + * 693373 : 1.0 branch is still using AM_CONFIG_HEADER + * 694010 : qtdemux: crash with partial mp4 / moov atom + * 694184 : Wrong code organisation in case of collision in rtpsession + * 694275 : auparse: src_caps are leaked + * 695629 : rtph264pay: caps negotiation fails if upstream caps is not NULL + * 695643 : dvdemux: returns wrong value when it is not processing the sink events + * 695644 : deinterlace: going to infinite loop on EOS with method=scalerbob fields=bff + * 696355 : qtdemux: sample leak in tag handling + * 696358 : qtmux: set language code on streams ==== Download ==== @@ -105,9 +153,23 @@ subscribe to the gstreamer-devel list. Contributors to this release + * Alexey Chernov + * Arnaud Vrac + * Bastien Nocera + * Benjamin Gaignard + * Kishore Arepalli + * Mark Nauwelaerts + * Markovtsev Vadim + * Matej Knopp + * Matthew Waters * Michael Smith - * Robert Krakora - * Sebastian Dröge + * Norbert Waschbuesch + * Ognyan Tonchev + * Olivier Crête + * Paul HENRYS + * Rodolfo Schulz de Lima + * Thomas Vander Stichele + * Tim 'mithro' Ansell * Tim-Philipp Müller * Wim Taymans  \ No newline at end of file diff --git a/aclocal.m4 b/aclocal.m4 index a65bacf22ea0dfbc7150ddf2f2e57d62addfade8..848406f347b1ca5386ebce5753c3fecea2730b02 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -438,18 +438,6 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 8 - -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) - # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, diff --git a/autogen.sh b/autogen.sh index 768d12308c02fc2c715aa5cc2dfed7a31d54b198..7a8f1df4a9f9f101cffe2c1986ff9850a7dfa9f1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,10 +1,17 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. +test -n "$srcdir" || srcdir=`dirname "$0"` +test -n "$srcdir" || srcdir=. + +olddir=`pwd` +cd "$srcdir" + DIE=0 package=gst-plugins-good srcfile=gst/law/alaw.c +echo "$(pwd)" # Make sure we have common if test ! -f common/gst-autogen.sh; then @@ -109,13 +116,15 @@ test -n "$NOCONFIGURE" && { exit 0 } +cd "$olddir" + echo "+ running configure ... " -test ! -z "$CONFIGURE_DEF_OPT" && echo " ./configure default flags: $CONFIGURE_DEF_OPT" -test ! -z "$CONFIGURE_EXT_OPT" && echo " ./configure external flags: $CONFIGURE_EXT_OPT" -test ! -z "$CONFIGURE_FILE_OPT" && echo " ./configure enable/disable flags: $CONFIGURE_FILE_OPT" +test ! -z "$CONFIGURE_DEF_OPT" && echo " $srcdir/configure default flags: $CONFIGURE_DEF_OPT" +test ! -z "$CONFIGURE_EXT_OPT" && echo " $srcdir/configure external flags: $CONFIGURE_EXT_OPT" +test ! -z "$CONFIGURE_FILE_OPT" && echo " $srcdir/configure enable/disable flags: $CONFIGURE_FILE_OPT" echo -./configure $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT $CONFIGURE_FILE_OPT || { +"$srcdir/configure" $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT $CONFIGURE_FILE_OPT || { echo " configure failed" exit 1 } diff --git a/configure b/configure index 1f170fd000beb794b96f0d64ab0697f8c590529d..d9d8045096ed174630be77c5f4681704ae2d55b8 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.5. +# Generated by GNU Autoconf 2.69 for GStreamer Good Plug-ins 1.0.6. # # 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.5' -PACKAGE_STRING='GStreamer Good Plug-ins 1.0.5' +PACKAGE_VERSION='1.0.6' +PACKAGE_STRING='GStreamer Good Plug-ins 1.0.6' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -1935,7 +1935,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.5 to adapt to many kinds of systems. +\`configure' configures GStreamer Good Plug-ins 1.0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2011,7 +2011,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.5:";; + short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.0.6:";; esac cat <<\_ACEOF @@ -2365,7 +2365,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer Good Plug-ins configure 1.0.5 +GStreamer Good Plug-ins configure 1.0.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3176,7 +3176,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.5, which was +It was created by GStreamer Good Plug-ins $as_me 1.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4110,7 +4110,7 @@ fi # Define the identity of the package. PACKAGE='gst-plugins-good' - VERSION='1.0.5' + VERSION='1.0.6' cat >>confdefs.h <<_ACEOF @@ -4233,9 +4233,9 @@ $as_echo "$am_cv_prog_tar_ustar" >&6; } - PACKAGE_VERSION_MAJOR=$(echo 1.0.5 | cut -d'.' -f1) - PACKAGE_VERSION_MINOR=$(echo 1.0.5 | cut -d'.' -f2) - PACKAGE_VERSION_MICRO=$(echo 1.0.5 | cut -d'.' -f3) + PACKAGE_VERSION_MAJOR=$(echo 1.0.6 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 1.0.6 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 1.0.6 | cut -d'.' -f3) @@ -4246,7 +4246,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.5 | cut -d'.' -f4) + NANO=$(echo 1.0.6 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -8837,10 +8837,10 @@ fi done - GST_CURRENT=5 + GST_CURRENT=6 GST_REVISION=0 - GST_AGE=5 - GST_LIBVERSION=5:0:5 + GST_AGE=6 + GST_LIBVERSION=6:0:6 @@ -37427,7 +37427,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.5, which was +This file was extended by GStreamer Good Plug-ins $as_me 1.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -37493,7 +37493,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.5 +GStreamer Good Plug-ins config.status 1.0.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 4b6cedac33222235576596789c9e07d1f0fe0983..9b0470fd8abdbc244a0f3acaa4f1c7731e4c3086 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.5, +AC_INIT(GStreamer Good Plug-ins, 1.0.6, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-good) @@ -24,7 +24,7 @@ dnl can autoconf find the source ? AC_CONFIG_SRCDIR([gst/law/alaw.c]) dnl define the output header for config -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) dnl AM_MAINTAINER_MODE only provides the option to configure to enable it AM_MAINTAINER_MODE([enable]) @@ -45,7 +45,7 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 5, 0, 5) +AS_LIBTOOL(GST, 6, 0, 6) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 diff --git a/docs/plugins/html/ch01.html b/docs/plugins/html/ch01.html index 70b385c4289f84f470503f453ca4bcfb7646986d..d8f54ad86eb44a3b90ab78f91985b3c2bca55f5b 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="idp1556128"></a>gst-plugins-good Elements</h2></div></div></div> +<a name="idp4300688"></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 226ec4c83afe1fd5bad18284b9c8276a8602e613..0796903f02b8b9ec649d42e513c2fe3f3ba596b6 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="idp5870080"></a>gst-plugins-good Plugins</h2></div></div></div> +<a name="idp5380752"></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 19d9b1def7900ca97e3f4f28e14215d41c8a6cf8..849a11a22a0ee72fe41d5c876cfbb6f39882de74 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="idp5905072"></a>gst-plugins-good Base Classes</h2></div></div></div> +<a name="idp5415744"></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 6ed989bd8c30284d4243a6f2fccbf38bc84275f7..c3330985cfa94248050db8f84f65e5c5e4439c9f 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="idp6845040"></a><h3>Example pipelines</h3> +<a name="idp7519248"></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="idp8527488"></a><h3>Element Information</h3> +<a name="idp6449808"></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="idp6917184"></a><h3>Element Pads</h3> +<a name="idp8548096"></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 f2fe9435e23e80b8be71a51130adccbcc546a192..0ffda8885152bd423cf7d00ca55e05562ed75d79 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="idp2554912"></a><h3>Example launch line</h3> +<a name="idp8102864"></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="idp1215776"></a><h3>Element Information</h3> +<a name="idp10005408"></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="idp8428400"></a><h3>Element Pads</h3> +<a name="idp6273440"></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 19d3cd48faaa764704921d35bf76d1fe6dfcdb08..4abcbb2141df179c93748f24fdf4de6d07546358 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="idp8975888"></a><h3>Element Information</h3> +<a name="idp8549424"></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="idp6934016"></a><h3>Element Pads</h3> +<a name="idp7380416"></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 d5c2cede32c139bcc3cbfeb390b17c5b571fdf81..748b9ec0ee84be33cb4db4c456c0586a340fd201 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="idp7347520"></a><h3>Example launch line</h3> +<a name="idp6548496"></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="idp9341200"></a><h3>Element Information</h3> +<a name="idp6270592"></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="idp9125984"></a><h3>Element Pads</h3> +<a name="idp5550240"></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 29358844e182d543385f80316f78734fc6a54c4a..af3b00dcda9c8525b95e3f2394229f638f2dc560 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="idp6235248"></a><h3>Example launch line</h3> +<a name="idp5685952"></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="idp6785200"></a><h3>Element Information</h3> +<a name="idp9639984"></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="idp5973808"></a><h3>Element Pads</h3> +<a name="idp8198496"></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 642a8588ee4d281463d8d5b58ebd5f6429414424..94b21f37e1041f1ed87100f0c8e029a65e5ba4b0 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="idp8299488"></a><h3>Element Information</h3> +<a name="idp2518592"></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="idp10511296"></a><h3>Element Pads</h3> +<a name="idp2701104"></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 23554fed6cb47f7cc3daa14498177777c92ffa9d..50e42e47febdba25c578a4bf7372e6c8fcf3d233 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="idp9127488"></a><h3>Element Information</h3> +<a name="idp8359888"></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="idp10452048"></a><h3>Element Pads</h3> +<a name="idp10155664"></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 640f7de0c590298e392b5d361e790227a22adcc2..d0b0d0353914d19a2f27528262d490c774207aa6 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="idp6283744"></a><h3>Element Information</h3> +<a name="idp7528688"></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="idp9774496"></a><h3>Element Pads</h3> +<a name="idp6307440"></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 b33f233faa7f34b79b012ed3372a056435514ac5..1d4d3cf55e38dea10e78339be6cb2de064e5db26 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="idp6480768"></a><h3>Element Information</h3> +<a name="idp8703488"></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="idp7993920"></a><h3>Element Pads</h3> +<a name="idp10065328"></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 73fc39ab7a60ca47a48d0623f6addb17ba6138be..968bd31a1857889edb887ec96596042cafb22793 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="idp6426832"></a><h3>Example launch line</h3> +<a name="idp6156672"></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="idp7049136"></a><h3>Element Information</h3> +<a name="idp9187296"></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="idp6486656"></a><h3>Element Pads</h3> +<a name="idp6372320"></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 762523c269b393509095ab87c31212ec2270df1c..25faa920aaafdb7665044097838f5b9d8022cef7 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="idp9440288"></a><h3>Example launch line</h3> +<a name="idp8834160"></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="idp6926496"></a><h3>Element Information</h3> +<a name="idp5477088"></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="idp7637664"></a><h3>Element Pads</h3> +<a name="idp7292512"></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 bb50ec22e4a6a484e3905352c236e5e5941e33aa..163b5491102af54a2d1df60c8b43510c87254b3e 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="idp9250272"></a><h3>Element Information</h3> +<a name="idp8117184"></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="idp8360576"></a><h3>Element Pads</h3> +<a name="idp10147824"></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 a7fef90cca1cab847857c852f96c7de8636c8775..4513bc60e695aa447275aaf36971a87620af691c 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="idp9781120"></a><h3>Example launch line</h3> +<a name="idp8939296"></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="idp7344800"></a><h3>Element Information</h3> +<a name="idp8203776"></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="idp9029808"></a><h3>Element Pads</h3> +<a name="idp5856832"></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 d67af6a75f221021bfd19559390c4b017efef137..87c483c784fdaed31e4a1ee5a59dcd3d1f44a716 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="idp9442384"></a><h3>Example launch line</h3> +<a name="idp8512640"></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="idp7732864"></a><h3>Element Information</h3> +<a name="idp6082800"></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="idp6788304"></a><h3>Element Pads</h3> +<a name="idp7690912"></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 1709d6b4073b5e4066f600907f43c979a1005fb5..e4cc4392474edf8eddf1b8100fa22fc520bfb7ae 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="idp8298864"></a><h3>Example launch line</h3> +<a name="idp9930784"></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="idp10848592"></a><h3>Element Information</h3> +<a name="idp10882960"></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="idp8826096"></a><h3>Element Pads</h3> +<a name="idp10691632"></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 806df41c8a680fdbdabb82e011441a9578cd6bf8..cf0c9b57a6c6bba25fb4885fa2d47ce6423a500b 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="idp6949760"></a><h3>Example launch line</h3> +<a name="idp7995280"></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="idp10146896"></a><h3>Element Information</h3> +<a name="idp8424352"></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="idp2625488"></a><h3>Element Pads</h3> +<a name="idp6158352"></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 3faca9c095382bae5dda43eac684ee236504abb0..f9026942de56576f02db5b3e2f2edcd638c823fa 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="idp8825088"></a><h3>Example launch line</h3> +<a name="idp11348400"></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="idp9830176"></a><h3>Element Information</h3> +<a name="idp10697696"></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="idp10823072"></a><h3>Element Pads</h3> +<a name="idp8929552"></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 1e6fbe085dff1464e585712499b89209b407184c..6153c72f569dd58473c0df9f56a49e3b5146c83e 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="idp7177840"></a><h3>Example launch line</h3> +<a name="idp7211632"></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="idp6746416"></a><h3>Element Information</h3> +<a name="idp10641392"></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="idp2656864"></a><h3>Element Pads</h3> +<a name="idp9306272"></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 de528dd7186b3a641d16044860f8088484ff3104..e4edea38eee52dd5d83fdb4f95185a02a88639b2 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="idp6086160"></a><h3>Example application</h3> +<a name="idp6426416"></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="idp10431936"></a><h3>Element Information</h3> +<a name="idp9491104"></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="idp11377776"></a><h3>Element Pads</h3> +<a name="idp5763696"></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 49bbcfc9e0959ce31b622834627d44a556869635..2876a5410021adba9c5c47e54a99677ce988443d 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="idp7174816"></a><h3>Example application</h3> +<a name="idp2668000"></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="idp10688704"></a><h3>Element Information</h3> +<a name="idp7610800"></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="idp7395984"></a><h3>Element Pads</h3> +<a name="idp8220192"></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 d8149f8ce6b041bc59285fa9ec0b985b7a118bbc..95d3a210c88f42f3e52987ee1bfb363e3c24ec4c 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="idp6243808"></a><h3>Example launch line</h3> +<a name="idp6656176"></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="idp2912144"></a><h3>Element Information</h3> +<a name="idp2594192"></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="idp10260080"></a><h3>Element Pads</h3> +<a name="idp8675840"></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 f9195dba39781b64b26bf485e3f5a4d5b720adfd..75e04a9a286eca3d507b6a43a1e590c8c3ea6f08 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="idp10665856"></a><h3>Example launch line</h3> +<a name="idp7471856"></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="idp10578048"></a><h3>Element Information</h3> +<a name="idp7882592"></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="idp10395632"></a><h3>Element Pads</h3> +<a name="idp8789936"></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 44c5c11253cb76f4791f0b1256e12052eb8fea95..0911f581eabd14a13ee5fb865a06f7419a2cd3a8 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="idp7412576"></a><h3>Example launch line</h3> +<a name="idp7467440"></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="idp6251536"></a><h3>Element Information</h3> +<a name="idp10646256"></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="idp9224960"></a><h3>Element Pads</h3> +<a name="idp7291408"></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 a34361cadf78cb458abc2ffb03148d0e7ffae58b..f311b8a07b856e1db74ab48ba5529f3ea9967a05 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="idp7792112"></a><h3>Example launch line</h3> +<a name="idp6253472"></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="idp8993040"></a><h3>Element Information</h3> +<a name="idp9434288"></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="idp9423584"></a><h3>Element Pads</h3> +<a name="idp8614304"></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 379a79c53bdb76618c8e81db26a2889849e82cd4..03dab22ec67e4f7d890206a3ded0073b905d0f45 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="idp9974080"></a><h3>Example launch line</h3> +<a name="idp6953920"></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="idp10813040"></a><h3>Element Information</h3> +<a name="idp6976496"></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="idp10670256"></a><h3>Element Pads</h3> +<a name="idp5847632"></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 92f3a87857c5f79e05a3e4edc3a316f91f719a08..f0f6c9b30e0f7da39c082d0a75249b6c0b684a1e 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="idp9529920"></a><h3>Element Information</h3> +<a name="idp6845216"></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="idp7492624"></a><h3>Element Pads</h3> +<a name="idp8629248"></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 b645509a2caeaf26275ecf869b1b82e87089d85a..0cc6129b9ad19659c35c611919303ef48a745e4b 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="idp8817232"></a><h3>Example launch line</h3> +<a name="idp10400160"></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="idp8405952"></a><h3>Element Information</h3> +<a name="idp8559664"></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="idp10969392"></a><h3>Element Pads</h3> +<a name="idp9408224"></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 a9f3ae34ad1173f6eaa70b882e7d4d34c8678f01..e8cc625dd60711bf3e7b7a0038106975d084110b 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="idp6250016"></a><h3>Example launch line</h3> +<a name="idp7963376"></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="idp9500528"></a><h3>Element Information</h3> +<a name="idp7013952"></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="idp10228640"></a><h3>Element Pads</h3> +<a name="idp7486672"></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 d725bdc779b671582878614c6895ad202e2263bf..2fca3a2ee3efed07c4fc666889a644746cc97c20 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="idp9517264"></a><h3>Example launch line</h3> +<a name="idp11441008"></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="idp2580480"></a><h3>Element Information</h3> +<a name="idp11273200"></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="idp6044768"></a><h3>Element Pads</h3> +<a name="idp9399120"></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 61bd535f82a1b23c8316bb7cf1c7831c946d76d0..11c642a82c9413d344ced81df6facd4c7c5eb2c0 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="idp8661248"></a><h3>Example launch line</h3> +<a name="idp6215936"></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="idp10048128"></a><h3>Element Information</h3> +<a name="idp6533584"></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="idp11331952"></a><h3>Element Pads</h3> +<a name="idp7247552"></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 547e8f8fd23b7e9a385876052a84cc5f818e4a1b..9ec2a10f5a16873e389da0de8d9a4f6af3194b46 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="idp12683264"></a><h3>Example launch line</h3> +<a name="idp11842272"></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="idp12680064"></a><h3>Element Information</h3> +<a name="idp11839072"></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="idp12674288"></a><h3>Element Pads</h3> +<a name="idp11833296"></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 cee83c7ebe7c258abd85082275f0541881508f9f..06894ba47f931dd852fb5fbb0882637894ddb20c 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="idp10764848"></a><h3>Example launch lines</h3> +<a name="idp10972576"></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="idp6298896"></a><h3>Element Information</h3> +<a name="idp11029856"></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="idp8179648"></a><h3>Element Pads</h3> +<a name="idp8732704"></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 0f948838684d8429c80012582190e086d00cd533..982edf7d9d2fa84b21d30289af0eb23f96677d1f 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="idp2590160"></a><h3>Example launch line</h3> +<a name="idp2722272"></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="idp11936272"></a><h3>Element Information</h3> +<a name="idp9311104"></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="idp6503312"></a><h3>Element Pads</h3> +<a name="idp11196928"></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 6969f83c2fe4308854579bd89b7a5fcef74286e1..d95413478ab717cf5d2efe28b4e4816beb99cde3 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="idp7479856"></a><h3>Element Information</h3> +<a name="idp8878384"></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="idp9472656"></a><h3>Element Pads</h3> +<a name="idp6858224"></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 79e6280f23d53444701e184619a811ca5adeeb2a..9904b0189605006c461675382e8dd6f23fbbb1cd 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="idp8653648"></a><h3>Element Information</h3> +<a name="idp6576704"></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="idp7373328"></a><h3>Element Pads</h3> +<a name="idp5992816"></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 4ecd726f0f0b1297dc0bb73a8740f4f04eb30f36..0b170a2a71559302803d2f25fa1d07b47947ec4c 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="idp6555200"></a><p> +<a name="idp10602592"></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="idp12038576"></a><h3>Element Information</h3> +<a name="idp5542880"></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="idp9495856"></a><h3>Element Pads</h3> +<a name="idp7172336"></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 95ea054a4ef0f57d6441e7d48dae2b5e87adc1e3..df4efd1be51379a44f74a0394860ad3332b65427 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="idp6044928"></a><h3>Example launch line</h3> +<a name="idp3059792"></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="idp8572544"></a><h3>Element Information</h3> +<a name="idp8846448"></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="idp12571200"></a><h3>Element Pads</h3> +<a name="idp11042176"></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 fbc5921cec86545e6bc149d2369c7ada142d00c3..b222d66f5fc2e6801f8366dd33d5204a655bc650 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="idp2575072"></a><h3>Example launch line</h3> +<a name="idp11113488"></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="idp11135360"></a><h3>Element Information</h3> +<a name="idp5823760"></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="idp11384928"></a><h3>Element Pads</h3> +<a name="idp9383536"></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 d4acb45938e5edef69508128810f9544800dc8ec..78fa9198fd63dc36e80623020e949e6e1036596d 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="idp10952928"></a><h3>Example launch line</h3> +<a name="idp6939648"></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="idp8306768"></a><h3>Element Information</h3> +<a name="idp10364016"></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="idp8172064"></a><h3>Element Pads</h3> +<a name="idp8437680"></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 fe6fc63af62017c811a60f49da892e9df7a99213..ffaee8da1bcdacda7081c0825304ce7a4f05ea0f 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="idp10294432"></a><h3>Example launch line</h3> +<a name="idp11541648"></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="idp11517152"></a><h3>Element Information</h3> +<a name="idp5496480"></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="idp8524352"></a><h3>Element Pads</h3> +<a name="idp7399344"></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 5cc1d988939e7d799416cc527dfdaf089e3e6d26..87566c6a8a0d9ec9f752e9f9c36cc84091e264ff 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="idp9211952"></a><h3>Example launch line</h3> +<a name="idp11357776"></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="idp2584320"></a><h3>Element Information</h3> +<a name="idp6484368"></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="idp8488240"></a><h3>Element Pads</h3> +<a name="idp11893088"></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 424f1f7d94cfe4c2baf96729159296cd90c3e93f..2fc9ec74cccfea8adbc9dc08c1ca43ad6a6ae039 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="idp9901248"></a><h3>Element Information</h3> +<a name="idp3856896"></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="idp10226480"></a><h3>Element Pads</h3> +<a name="idp9535280"></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 982012200b6bcd653c95ae006fddb533059f44e7..636ce92b9d56cd60532104c909d757c99c34d964 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="idp11688352"></a><h3>Element Information</h3> +<a name="idp10042112"></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="idp7594352"></a><h3>Element Pads</h3> +<a name="idp11740224"></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 fedb8b383201a6047914db830097e43187395c53..e96ab43be1284ae6883b5d42bfbcbeb2c92b1f31 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="idp13112896"></a><h3>Element Information</h3> +<a name="idp10051184"></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="idp10686256"></a><h3>Element Pads</h3> +<a name="idp10358480"></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 3c191855036019bd14402f9d9d5b755e83a53d57..8c940b249a942327e150e6d2ff91d4b2f8384ae6 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="idp12329184"></a><h3>Element Information</h3> +<a name="idp11536352"></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="idp8196832"></a><h3>Element Pads</h3> +<a name="idp8356608"></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 fae240943979f07ade59a89e8a61a72e4c05835f..18f89e45607e9ca2e07528662a33ac726bba45d4 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="idp12937392"></a><h3>Example launch line</h3> +<a name="idp9259024"></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="idp12231984"></a><h3>Element Information</h3> +<a name="idp8798864"></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="idp11826208"></a><h3>Element Pads</h3> +<a name="idp10078672"></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 af2aeebf031584ec88158b5ff0603b15a80bf25c..e8f65dd0006ddba3fa734404d37ce3e25c631eff 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="idp12491824"></a><h3>Example launch line</h3> +<a name="idp12651488"></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="idp12079792"></a><h3>Element Information</h3> +<a name="idp8273248"></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="idp4682528"></a><h3>Element Pads</h3> +<a name="idp12125536"></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 b3a03bc4a5754482b892d71115cb11ef02f79054..e1e1d07c99aa629247878d7ee76d055ba0042194 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="idp10861488"></a><h3>Example launch line</h3> +<a name="idp10567888"></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="idp12933536"></a><h3>Element Information</h3> +<a name="idp7167440"></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="idp5927392"></a><h3>Element Pads</h3> +<a name="idp13305904"></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 1c28937d28bc69a2894da860b90d73a83d9ce99e..ffd7db449905ed0a485ebe0a10b30e233209fe45 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="idp12317088"></a><h3>Example launch line</h3> +<a name="idp9856800"></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="idp10385360"></a><h3>Example code</h3> +<a name="idp8745184"></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="idp14173520"></a><h3>Element Information</h3> +<a name="idp7104032"></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="idp10988880"></a><h3>Element Pads</h3> +<a name="idp11075408"></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 2607622608586ce2de562ae4e5a10cc37173ad2d..3f042d39707f1a3de4d53148eeacbb8af50b7bb1 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="idp2732848"></a><h3>Element Information</h3> +<a name="idp10597360"></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="idp11901136"></a><h3>Element Pads</h3> +<a name="idp7157424"></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 8209ba620f06c64e68ccf092058da127e61046fe..dcd276017f3708b6fb8a74c9a28718bdf617de58 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="idp9397392"></a><h3>Element Information</h3> +<a name="idp13302272"></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="idp13848576"></a><h3>Element Pads</h3> +<a name="idp8836160"></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 4fec55b64f697e497d6d302e73b62ed739f5df60..afb56b3e072e416e8ca3962844d923800b84237b 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="idp7280048"></a><h3>Example pipelines</h3> +<a name="idp6256816"></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="idp7497024"></a><h3>Element Information</h3> +<a name="idp2279584"></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="idp8713840"></a><h3>Element Pads</h3> +<a name="idp6525408"></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 f3fe5f122c0e69579d2514f70864f4e81c065f07..b7d80d9548b1c9eaf04212d906c5e075f7e0ab90 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="idp12776320"></a><h3>Element Information</h3> +<a name="idp12857888"></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="idp9349680"></a><h3>Element Pads</h3> +<a name="idp12355648"></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 3ab80de211116b20d3696b44e9ddd02f3e963540..ded7a25353961ca8e00f2f2ca0da41f6bc2bd186 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="idp7523552"></a><h3>Example launch line</h3> +<a name="idp6647264"></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="idp10146448"></a><h3>Element Information</h3> +<a name="idp13706896"></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="idp7679408"></a><h3>Element Pads</h3> +<a name="idp14256144"></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 7073b1631ec3fde37f5db32e45a64218393edb5a..81d7bfa1840a1843f88bd97c0e691ab42b2d87aa 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="idp11316816"></a><h3>Example launch line</h3> +<a name="idp13180816"></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="idp13218656"></a><h3>Element Information</h3> +<a name="idp13457760"></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="idp7876608"></a><h3>Element Pads</h3> +<a name="idp10993568"></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 336ac549c91acfbb40a433f27f047d3e85691eb6..53cbd82f17aa2878b76ba218bf1755bb15c7d87a 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="idp10364768"></a><h3>Element Information</h3> +<a name="idp5997104"></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="idp11874512"></a><h3>Element Pads</h3> +<a name="idp7213472"></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 a7e5724d0fdf4185a8f9908315f176257d8074e8..edc204e46f47a1a0a4861d77331b015c7e3f86b9 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="idp6617616"></a><h3>Example launch line</h3> +<a name="idp5988752"></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="idp9257376"></a><h3>Element Information</h3> +<a name="idp8454416"></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="idp14309872"></a><h3>Element Pads</h3> +<a name="idp11854704"></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 e1f12d723fd8a25280fa25725c09b889c7454d68..b7f166c175708428694b8243d1019b972ee6f727 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="idp15276640"></a><h3>Element Information</h3> +<a name="idp11321408"></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="idp13967328"></a><h3>Element Pads</h3> +<a name="idp11512768"></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 fb2a415d5afba3a7ab74995e1d2253054a081442..8e42ff0bb1a24ee6e3a6d2729187036a69ac3a48 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="idp13786912"></a><h3>Element Information</h3> +<a name="idp2496672"></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="idp2738544"></a><h3>Element Pads</h3> +<a name="idp11304032"></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 c0908e47c181c8f349411877e5ec294bd06020ea..d6156ab44360c88524b608b5253bb1f211894588 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="idp11352752"></a><h3>Example launch line</h3> +<a name="idp11955808"></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="idp11484704"></a><h3>Element Information</h3> +<a name="idp13236080"></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="idp6531984"></a><h3>Element Pads</h3> +<a name="idp11742736"></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 656bc3c1037792bad4f5e8d4751799192a699b35..b48b0b067f0ef264e3508582e0922ca44d23be7c 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="idp6143520"></a><h3>Example launch line</h3> +<a name="idp5531104"></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="idp13973904"></a><h3>Element Information</h3> +<a name="idp8414720"></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="idp8229712"></a><h3>Element Pads</h3> +<a name="idp10144048"></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 2e80958e396aaf15eba93f416f27a5d45e11ecfc..3f93a5cb784043d71d017dc54988b878f7eb42ea 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="idp8184208"></a><h3>Element Information</h3> +<a name="idp13778064"></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="idp15070384"></a><h3>Element Pads</h3> +<a name="idp7182256"></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 0765db196167bef72ff1de7fec5d99697fc236e3..c89450d3be97f64d5e873523d636edfea0fa8cd4 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="idp8875248"></a><h3>Example launch line</h3> +<a name="idp7842880"></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="idp10704032"></a><h3>Element Information</h3> +<a name="idp5741632"></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="idp13198368"></a><h3>Element Pads</h3> +<a name="idp2710288"></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 f40f5e9bce01c2e88104f5a790eab858ad093394..2c3526975082b37e63d27d6535f891ce424e764f 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="idp8952176"></a><h3>Example launch line</h3> +<a name="idp7040672"></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="idp12382944"></a><h3>Element Information</h3> +<a name="idp6851872"></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="idp9666960"></a><h3>Element Pads</h3> +<a name="idp11414144"></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 533ac4731508b194c104e7111d836e650fc69ec2..e8b75aaf61cf3afb9a0edbce61907be842c8d98c 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="idp10830528"></a><h3>Element Information</h3> +<a name="idp12386768"></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="idp10665984"></a><h3>Element Pads</h3> +<a name="idp7149648"></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 6bf0049e2c7c4b5c97fbf77b9c4616844859ee9e..d2da4a9ede913b9471711ab75a20bb160ed1b745 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="idp11011824"></a><h3>Example launch line</h3> +<a name="idp6152592"></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="idp8519888"></a><h3>Element Information</h3> +<a name="idp11912768"></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="idp15063808"></a><h3>Element Pads</h3> +<a name="idp11136016"></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 0f39dd36f76283f9c05556bafc09e70fcda45e36..c54721f1465d73ba3ba8bd088555c055f30debbd 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="idp6697152"></a><h3>Example launch line</h3> +<a name="idp8597056"></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="idp10934672"></a><h3>Element Information</h3> +<a name="idp13758176"></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="idp14096992"></a><h3>Element Pads</h3> +<a name="idp11731344"></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 ff1148e856c092969765e4364b3b868a33295ab5..ace95c0f4d261af8263b12dd430942584100f91c 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="idp14489472"></a><h3>Example pipelines</h3> +<a name="idp11537552"></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="idp10142320"></a><h3>Element Information</h3> +<a name="idp5666624"></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="idp10658992"></a><h3>Element Pads</h3> +<a name="idp12769088"></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 53cbd3b72b54bd77c7632286e0979b94ee145f42..a5caec25ef74bf428ba716bfae6adca10c6cb1d1 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="idp15090368"></a><h3>Element Information</h3> +<a name="idp12340128"></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="idp12032032"></a><h3>Element Pads</h3> +<a name="idp12619440"></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 9d5ed8536f566c9676b16ab719b1eced6ed9c1fd..c83a89c80f3072b92085f7645de9b46d1d5baf3b 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="idp16232496"></a><h3>Element Information</h3> +<a name="idp12392816"></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="idp15678336"></a><h3>Element Pads</h3> +<a name="idp13615040"></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 04b6e1263577627b851eee7ead4ad9760579cc02..e0e7dda63b20d9e8a24b98461111d4d81564fc73 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="idp8214176"></a><h3>Element Information</h3> +<a name="idp12848448"></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="idp1384144"></a><h3>Element Pads</h3> +<a name="idp12586912"></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 291db2f411d0b2e52dc17b207cf0505cfeca5f8d..14e854995b25074a3afa7736a9ac12e331ef42a5 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="idp8930656"></a><h3>Element Information</h3> +<a name="idp9565552"></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="idp12457168"></a><h3>Element Pads</h3> +<a name="idp10868016"></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 43e7146389b03f7ab2def31e87290bed59f2f7c4..32de8f8ee48cfccf0f76b217d683d9788ed9c0f4 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="idp11775680"></a><h3>Example application</h3> +<a name="idp7410512"></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="idp14955648"></a><h3>Element Information</h3> +<a name="idp5665568"></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="idp14357536"></a><h3>Element Pads</h3> +<a name="idp14504544"></a><h3>Element Pads</h3> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -458,7 +458,7 @@ The message's structure contains these fields: </tr> <tr> <td><p><span class="term">details</span></p></td> -<td>audio/x-raw, format=(string){ S8, S16LE, S32LEF32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</td> +<td>audio/x-raw, format=(string){ S8, S16LE, S32LE, F32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</td> </tr> </tbody> </table></div> @@ -479,7 +479,7 @@ The message's structure contains these fields: </tr> <tr> <td><p><span class="term">details</span></p></td> -<td>audio/x-raw, format=(string){ S8, S16LE, S32LEF32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</td> +<td>audio/x-raw, format=(string){ S8, S16LE, S32LE, F32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</td> </tr> </tbody> </table></div> diff --git a/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html b/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html index 1f8460c031781b59f6a0e711136c49b9012749ce..199e46b6e2bd53fcdd64dbd0c64cc255b5ffb269 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="idp13908544"></a><h3>Example launch line</h3> +<a name="idp9858480"></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="idp12237632"></a><h3>Element Information</h3> +<a name="idp13147520"></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="idp13432112"></a><h3>Element Pads</h3> +<a name="idp14447072"></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 f1ed905501d70bd2867f9efad6a894e3620c5e1a..35e874f5f54322cd33217d483e51c10d1e1ffcad 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="idp10301712"></a><h3>Example launch line</h3> +<a name="idp12288704"></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="idp12061520"></a><h3>Element Information</h3> +<a name="idp12799536"></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="idp8675216"></a><h3>Element Pads</h3> +<a name="idp13618464"></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 a36971d9bf8aba60f5092e7beed1a05f14d78a58..09db183fcc579debffb901a4cbc572f7738bc454 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="idp16346240"></a><h3>Example pipelines</h3> +<a name="idp16286032"></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="idp16349584"></a><h3>Element Information</h3> +<a name="idp16289376"></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="idp13973376"></a><h3>Element Pads</h3> +<a name="idp12809968"></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 c1e6e6087eb1ce29f21692116c094f6e41141374..9b4d7595dc4ea43c3c83fdf0e057c3dac6a49272 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="idp11665312"></a><h3>Example launch line</h3> +<a name="idp12492464"></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="idp15111184"></a><h3>Element Information</h3> +<a name="idp13297120"></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="idp12233776"></a><h3>Element Pads</h3> +<a name="idp10788944"></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 20fd00089e2c279232ddc032c48df7c44f01cc93..018e404f7cdc94e7af8d7d5abfd57623fc1fb449 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="idp14170624"></a><h3>Example pipelines</h3> +<a name="idp8821856"></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="idp16432224"></a><h3>Element Information</h3> +<a name="idp15901264"></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="idp15194480"></a><h3>Element Pads</h3> +<a name="idp11553280"></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 94afe4f0c43f7a713b0c2d0471cada4aca15cea2..a3099dd60c1a73665acbf9373b54e0ad53724271 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="idp9562496"></a><h3>Example launch line</h3> +<a name="idp9670896"></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="idp13086288"></a><h3>Element Information</h3> +<a name="idp12754224"></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="idp12696832"></a><h3>Element Pads</h3> +<a name="idp11733120"></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 1e70dd27ad009730482929f6c8820309f1182184..e9a05e449aa242d41f7cdcd4fde2784f65723224 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="idp9999920"></a><h3>Element Information</h3> +<a name="idp9219472"></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="idp8553888"></a><h3>Element Pads</h3> +<a name="idp15063696"></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 9a7be8e1dbe6d70b676b97d49418109915665966..ad4307954800940bd228d2e5298f5ddaf9324b0d 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="idp15667296"></a><h3>Element Information</h3> +<a name="idp11705584"></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="idp6857104"></a><h3>Element Pads</h3> +<a name="idp13879424"></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 6a20ad3701e317934b82234e9e86024d0f023021..751517c4be59f93f0c20837006909dea03aa0cac 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="idp15326064"></a><h3>Example launch line</h3> +<a name="idp14879984"></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="idp13296528"></a><h3>Element Information</h3> +<a name="idp12238432"></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="idp17403920"></a><h3>Element Pads</h3> +<a name="idp7241376"></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 faf5925091ca55ad9c94c57c0b5ba25dd97826bb..690e8ecc0319f4419adb722b22d8ca476733f404 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="idp13732736"></a><h3>Example launch line</h3> +<a name="idp13118240"></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="idp16026624"></a><h3>Element Information</h3> +<a name="idp12380128"></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="idp13826016"></a><h3>Element Pads</h3> +<a name="idp17183648"></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 5de73f91c2098049592882e93e2336a8c55e52ee..8577bec5426412aa9ef65b3ed6856b2bebc3b8a3 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="idp13995024"></a><h3>Sample pipelines</h3> +<a name="idp9636192"></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="idp16634016"></a><h3>Element Information</h3> +<a name="idp16347712"></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="idp14941776"></a><h3>Element Pads</h3> +<a name="idp13711792"></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 16ecf58d5f36f88e7445e504944de4f2985556a1..e6d2fcf27ad13a93a9930ea29c76ca8c6e0f7642 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="idp13994704"></a><h3>Sample pipelines</h3> +<a name="idp15294160"></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="idp14941904"></a><h3>Element Information</h3> +<a name="idp5563136"></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="idp12938944"></a><h3>Element Pads</h3> +<a name="idp11521808"></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 dcc352313564bed3b8858f2cc62e919432858d9b..1ac5cdd57fc1ddc078fa45318b1df0fe459c88fc 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="idp16061232"></a><h3>Element Information</h3> +<a name="idp16785520"></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="idp14615344"></a><h3>Element Pads</h3> +<a name="idp16022432"></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 52a8db359b19fa882b9ec95a300a8f7bc663a272..9ab3d3be62d0aa232e174d3467bc0a19f152214d 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="idp12451968"></a><h3>Example launch line</h3> +<a name="idp14360768"></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="idp14373584"></a><h3>Element Information</h3> +<a name="idp17321744"></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="idp14480160"></a><h3>Element Pads</h3> +<a name="idp17964848"></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 dcb878e10bfc784e7e90fadfad788f8468aa36a2..2a74415f0a3cc32e4a33698dc515590e639e8aa7 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="idp9878464"></a><h3>Element Information</h3> +<a name="idp14923024"></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="idp13542752"></a><h3>Element Pads</h3> +<a name="idp11654944"></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 c73194563585e12c0358653d3afb80e5dff16706..9e2abdc3d4103bfbd82d36ef66254b3b704191b9 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="idp17046944"></a><h3>Element Information</h3> +<a name="idp9747088"></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="idp18079984"></a><h3>Element Pads</h3> +<a name="idp16322864"></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 c2da761c96714214c03d8df0f04794741ac0fe8b..4b328b7acd920a4d615a7a08cf948bdd76937f42 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="idp17773520"></a><h3>Element Information</h3> +<a name="idp14879408"></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="idp18754432"></a><h3>Element Pads</h3> +<a name="idp13740144"></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 c299f200b3246659d7fcd536818e7545f90a0eb7..4cf7f8497b8d076b50a41da79add963289fab975 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="idp16368000"></a><h3>Element Information</h3> +<a name="idp14159680"></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="idp11721504"></a><h3>Element Pads</h3> +<a name="idp16687968"></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 fdc08bbaf4c6edae5d55b521ea99519fbd3ec865..4db78a8a146a28ced7f79115595a86a552237be0 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="idp15661648"></a><h3>Element Information</h3> +<a name="idp11048192"></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="idp14360816"></a><h3>Element Pads</h3> +<a name="idp16234272"></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 b13fe4aa9e3b4b0e3e43d609fd76907ac2fab4d9..ab58b6e8b0c723b787fd263897a10218f815c179 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="idp12525344"></a><h3>Element Information</h3> +<a name="idp17542576"></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="idp16121392"></a><h3>Element Pads</h3> +<a name="idp17106768"></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 2851b3e31cdfe377c33eaa8394752dc0eede8bb1..5048137aad3c45ab0b8cf4657b4cebcd3fe26b0e 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="idp14629840"></a><h3>Element Information</h3> +<a name="idp15084304"></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="idp18260432"></a><h3>Element Pads</h3> +<a name="idp15858688"></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 5ae0fac123f7c053b8f4abad98aa9b7b8c3d1b86..ae34792e1067fad7cfa778c7201eede0eb8003ce 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="idp25831328"></a><h2>Plugin Information</h2> +<a name="idp22934080"></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.5</td> +<td>1.0.6</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="idp24695264"></a><h2>Elements</h2> +<a name="idp24304224"></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 25f8dfdaecf3e3bbd76df10823346f06a4f3344c..779eed83b82707caeb06ab25516744e749c1f054 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="idp25468000"></a><h2>Plugin Information</h2> +<a name="idp24302464"></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.5</td> +<td>1.0.6</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="idp24527024"></a><h2>Elements</h2> +<a name="idp22417104"></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 739070fcf426cc36da6f14361d1e272513a76903..25315ef9837c9bf8235a8305bd462b401def3314 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="idp23051328"></a><h2>Plugin Information</h2> +<a name="idp18624720"></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.5</td> +<td>1.0.6</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="idp24446432"></a><h2>Elements</h2> +<a name="idp25451328"></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 1386bd6378d61592f86752f2e353acd4630c611c..331503aef789e77035b2d6bc001f1f097cb6500c 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="idp26180752"></a><h2>Plugin Information</h2> +<a name="idp22906256"></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.5</td> +<td>1.0.6</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="idp24814800"></a><h2>Elements</h2> +<a name="idp20368016"></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 d38f331ea02b15b75cd22269a157787748116f98..bca372b32c35ae0574c46c5c67c8935becd499e0 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="idp23279600"></a><h2>Plugin Information</h2> +<a name="idp25874928"></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.5</td> +<td>1.0.6</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="idp24209072"></a><h2>Elements</h2> +<a name="idp22183584"></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 7e6d312d10f969c31636f67461deabc117df5482..15fbbe45df00c41212834e0eba663faf1e5980cf 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="idp23505952"></a><h2>Plugin Information</h2> +<a name="idp22599888"></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.5</td> +<td>1.0.6</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="idp19227712"></a><h2>Elements</h2> +<a name="idp24850352"></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 3ca3e3268eb01a2c14a5c49673b1617b04f72473..075a52752204e2ef2806e65f46df505d71720e9b 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="idp25342624"></a><h2>Plugin Information</h2> +<a name="idp24286272"></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.5</td> +<td>1.0.6</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="idp22548848"></a><h2>Elements</h2> +<a name="idp24245552"></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 8a5963321b18131783d9e54b0532e444882df108..a362661f549c58da87b181c942f94cbdc9a35c08 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="idp25458256"></a><h2>Plugin Information</h2> +<a name="idp21643744"></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.5</td> +<td>1.0.6</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="idp26125952"></a><h2>Elements</h2> +<a name="idp21012176"></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 93cbb5c2289b8723d0bc306e81f6fb0a5742720f..f3f80fdf8c88dbba7bad2f9992b967e9331976b9 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="idp26225344"></a><h2>Plugin Information</h2> +<a name="idp23341168"></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.5</td> +<td>1.0.6</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="idp20586960"></a><h2>Elements</h2> +<a name="idp22962672"></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 95e4c9647f899406bb6908b4ef9062eb28d162ff..aa93efee68262892203bba5cf76f1aeb1633a373 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="idp25796592"></a><h2>Plugin Information</h2> +<a name="idp24388192"></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.5</td> +<td>1.0.6</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="idp21816112"></a><h2>Elements</h2> +<a name="idp23685104"></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 2a94d2757f26527af97ec4618401d214167b735d..b255007e10c327dcc6c8a719839bf0224abcd070 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="idp20825328"></a><h2>Plugin Information</h2> +<a name="idp23332128"></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.5</td> +<td>1.0.6</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="idp19939264"></a><h2>Elements</h2> +<a name="idp24628608"></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 245a5cac2d8c40224b49ff6bc2165dc86d30999d..9417a7d8bcf15e80599bd4b59506e67b9caf25c3 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="idp25749920"></a><h2>Plugin Information</h2> +<a name="idp23376528"></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.5</td> +<td>1.0.6</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="idp12621632"></a><h2>Elements</h2> +<a name="idp22768464"></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 9cdbecc13972fb4ec5c165b0e35ec65c0e288970..19c9d76a43ac4987830f9578a797d39ba377638d 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="idp23722176"></a><h2>Plugin Information</h2> +<a name="idp23393184"></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.5</td> +<td>1.0.6</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="idp6205840"></a><h2>Elements</h2> +<a name="idp22398064"></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 f6c899b8f2a3cd5e9062c3d66f2b85012f2c28f6..6c40f2b6c9848027264ae88771591c15560394a0 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="idp25758960"></a><h2>Plugin Information</h2> +<a name="idp23692608"></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.5</td> +<td>1.0.6</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="idp25367792"></a><h2>Elements</h2> +<a name="idp22702096"></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 9b9117d6d7525a3bad0394d62ca47c71f2b3daba..25cbc28875f54f7b9fc2fa287020df39122b8c4f 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="idp24647008"></a><h2>Plugin Information</h2> +<a name="idp25064400"></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.5</td> +<td>1.0.6</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="idp24304048"></a><h2>Elements</h2> +<a name="idp22316416"></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 d05ef44c0b3e3aee199606b8000ac3663b4c2a1a..5741caa2214853dbd4b466f32a2d294d71e108c5 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="idp19827536"></a><h2>Plugin Information</h2> +<a name="idp25692048"></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="idp23713424"></a><h2>Elements</h2> +<a name="idp24861008"></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 118b22aa2fbfb4715d4f933f881ca71fb18fd8d0..77ddf197e2c18b262773a1da2a6c86dd40f90ef1 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="idp23915616"></a><h2>Plugin Information</h2> +<a name="idp12589456"></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.5</td> +<td>1.0.6</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="idp22672576"></a><h2>Elements</h2> +<a name="idp25478960"></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 eaf4a681b65d8ed936a61687ca0257d08c5955fc..dc79002c513b79abb5e08a3216d73e202b918104 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="idp25430016"></a><h2>Plugin Information</h2> +<a name="idp24653408"></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.5</td> +<td>1.0.6</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="idp24789376"></a><h2>Elements</h2> +<a name="idp25704464"></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 1a90f85650f0e7df2795edb72e57df17175a3d97..2bd8e83dffdd4d234695ef056394ac78ad98a1f4 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="idp24469200"></a><h2>Plugin Information</h2> +<a name="idp6770912"></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.5</td> +<td>1.0.6</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="idp24041760"></a><h2>Elements</h2> +<a name="idp21640928"></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 8e970f63da82986945e01a8a5cb4a3ea9f0ed242..0676e1dc20348c94615a7802c033f63b82cf176c 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="idp25685408"></a><h2>Plugin Information</h2> +<a name="idp21701200"></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.5</td> +<td>1.0.6</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="idp8583648"></a><h2>Elements</h2> +<a name="idp24640064"></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 68c8de9036c7684f5d45df2b26de1b0b1a53d32c..89dd49606761eff7f851ebe7d210dcabefc54241 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="idp23643072"></a><h2>Plugin Information</h2> +<a name="idp24512224"></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.5</td> +<td>1.0.6</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="idp26338384"></a><h2>Elements</h2> +<a name="idp22745856"></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 d78a4c79e844e7cdcd04cda13b2bebcba388af29..8c3b9e66bb723abc818b5ab8434c1d0597012fee 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="idp24544368"></a><h2>Plugin Information</h2> +<a name="idp24077408"></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.5</td> +<td>1.0.6</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="idp23356192"></a><h2>Elements</h2> +<a name="idp25529360"></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 c387996e1fbc87e02675d858b818fc88a34de11c..5f9d488e22f63e8212c88db1c64f16a72d08b8e8 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="idp24223056"></a><h2>Plugin Information</h2> +<a name="idp25649056"></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.5</td> +<td>1.0.6</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="idp25834768"></a><h2>Elements</h2> +<a name="idp22337456"></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 b439b2857bc292e35105ada09d373e642e724b5f..f1755ab9eac6e2b28f5771648746bd6772b4c968 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="idp26695664"></a><h2>Plugin Information</h2> +<a name="idp25904880"></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.5</td> +<td>1.0.6</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="idp22539792"></a><h2>Elements</h2> +<a name="idp23367120"></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 f8ca2bc03e9039a36fb44747431a0805171a1647..da8c85a80b5a56c4620ce53175ae3794a050a4f9 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="idp24904784"></a><h2>Plugin Information</h2> +<a name="idp24233392"></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.5</td> +<td>1.0.6</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="idp24396224"></a><h2>Elements</h2> +<a name="idp25634272"></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 f46f3e73af5803345f34f3bb411df803959ecbb3..f8abe7092937f736cfbae44b5f48527f80800f60 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="idp24783424"></a><h2>Plugin Information</h2> +<a name="idp25532240"></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.5</td> +<td>1.0.6</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="idp24288992"></a><h2>Elements</h2> +<a name="idp25585808"></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 1e5e5e8b1a6f2cc940611401a8ba693774096197..28318e9d9f100735b4c8a6cc14bc0f95bfd4e9c6 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="idp22596448"></a><h2>Plugin Information</h2> +<a name="idp25740560"></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.5</td> +<td>1.0.6</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="idp21704640"></a><h2>Elements</h2> +<a name="idp22359856"></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 d9b331211742c3cce91a6cea652e156d8dbbfc74..9d8a7368b4285beb84441015815e006571cd320b 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="idp22585232"></a><h2>Plugin Information</h2> +<a name="idp22461552"></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.5</td> +<td>1.0.6</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="idp20832144"></a><h2>Elements</h2> +<a name="idp26369344"></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 8019053e9e442be863a25e85c4d55cad36d6c83b..708c96b5ef25371abdb49bf4f853be2dfe7731c0 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="idp26200608"></a><h2>Plugin Information</h2> +<a name="idp25933056"></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.5</td> +<td>1.0.6</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="idp23375152"></a><h2>Elements</h2> +<a name="idp19995280"></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 8e56b1df95e8167c884e8cf267d7300d4a2631b0..f37f2be32362a5a2daafb426681fa99be2fc2628 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="idp26077056"></a><h2>Plugin Information</h2> +<a name="idp19888272"></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.5</td> +<td>1.0.6</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="idp24507920"></a><h2>Elements</h2> +<a name="idp24461056"></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 1e191d4e34bb3ab9ae991e7689e89691c41a325e..2e5dc8f02132b729703b68519825894350822b16 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="idp26634384"></a><h2>Plugin Information</h2> +<a name="idp22730288"></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.5</td> +<td>1.0.6</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="idp23339280"></a><h2>Elements</h2> +<a name="idp21996544"></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 22423f9e5c5adaa6e1aad19e78312c1a74085188..ec432a5e5ebe88c4e4488c7735b612074d694c0f 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="idp20816720"></a><h2>Plugin Information</h2> +<a name="idp26425504"></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.5</td> +<td>1.0.6</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="idp24637488"></a><h2>Elements</h2> +<a name="idp21094992"></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 0738952bf13eaef1cc0578d1df9577615d9ee19c..665b36e8ec0e1b0950ab981d961c34889bcc8cbf 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="idp6759344"></a><h2>Plugin Information</h2> +<a name="idp24248592"></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.5</td> +<td>1.0.6</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="idp10185456"></a><h2>Elements</h2> +<a name="idp24120880"></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 bb511c84c97b7a8a22e68892bdbab415860e778e..78db6c0ac033ed00fe1042eb87c83a31af4852e9 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="idp25337008"></a><h2>Plugin Information</h2> +<a name="idp24736368"></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.5</td> +<td>1.0.6</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="idp23149120"></a><h2>Elements</h2> +<a name="idp24719152"></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 60c25f07382a688876a43b97fbd8a387306f1f64..0456f5694498ea82a25b644887521e651351230c 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="idp26666528"></a><h2>Plugin Information</h2> +<a name="idp19316032"></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="idp23963920"></a><h2>Elements</h2> +<a name="idp24576720"></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 ddf6e5c8f7117d132f8a810d8cf6a01ab6363c61..e60c6f3c5bd050796a52a3916228cde9cce72d2c 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="idp26032080"></a><h2>Plugin Information</h2> +<a name="idp24655536"></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.5</td> +<td>1.0.6</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="idp26824160"></a><h2>Elements</h2> +<a name="idp24154016"></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 fc4f3a523d75fb48db9d971620c7343802f86876..bb8d1f52c821eb62b3ec1cdf2eefa29c71edcaaa 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="idp23667728"></a><h2>Plugin Information</h2> +<a name="idp22027232"></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.5</td> +<td>1.0.6</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="idp19768736"></a><h2>Elements</h2> +<a name="idp20524192"></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 1bc02385cf733f8013c42b623cb8eaae1d0f8e13..044d64000c4c5afba9a83f817ee2cf3b26e5ecb7 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="idp27020624"></a><h2>Plugin Information</h2> +<a name="idp24939504"></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.5</td> +<td>1.0.6</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="idp21189680"></a><h2>Elements</h2> +<a name="idp23745936"></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 d0a8b015040ef5a473901e307a7b5b6651bb8d11..eb943f65f7a5df63a42a68df0427826d3e08208a 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="idp20902864"></a><h2>Plugin Information</h2> +<a name="idp25914976"></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.5</td> +<td>1.0.6</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="idp23920960"></a><h2>Elements</h2> +<a name="idp178576"></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 85e8148424b48b48b91b5b984739ffea71891c8b..d85aac567a381d81c16166e13e083a85fa31d545 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="idp27009312"></a><h2>Plugin Information</h2> +<a name="idp24887840"></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.5</td> +<td>1.0.6</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="idp21772944"></a><h2>Elements</h2> +<a name="idp24716000"></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 25e0ada13b185f8be35898f7b9024c5c533452b0..cd651b311af5ca82ad700d01313887feb949d734 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="idp23515344"></a><h2>Plugin Information</h2> +<a name="idp24547520"></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.5</td> +<td>1.0.6</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="idp27038864"></a><h2>Elements</h2> +<a name="idp23505168"></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 5751b4a1c7447ef23e684cc17f31301887dca5b1..ccbc1cdf254486fe5729049312aaaf8364e87f2b 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="idp25312464"></a><h2>Plugin Information</h2> +<a name="idp25762880"></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="idp25713712"></a><h2>Elements</h2> +<a name="idp24721568"></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 28dee98c1c1a887bb84b6c2fc1e7fe0fedd0547c..8bc5511b80683fdb6e107e43ca9f24cb5af9c618 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="idp26815776"></a><h2>Plugin Information</h2> +<a name="idp22014144"></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="idp24292288"></a><h2>Elements</h2> +<a name="idp25675872"></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 bdbaf2ec747edc4edb41ba1abab27645bbbe2d4c..823cd6b1265f6c308dc425dd6ed9d5b6e7d3eea1 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="idp25995392"></a><h2>Plugin Information</h2> +<a name="idp22957552"></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.5</td> +<td>1.0.6</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="idp23967776"></a><h2>Elements</h2> +<a name="idp26472896"></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 094361748dde968947b6399d104e44a8194e5c5a..c8d6e3c2df1ae30edd569be107b1168e7d8872f9 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="idp26005168"></a><h2>Plugin Information</h2> +<a name="idp22345632"></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.5</td> +<td>1.0.6</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="idp24456928"></a><h2>Elements</h2> +<a name="idp22344208"></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 0df5634f8f24b3a72e759a8fdb46a951c094f3be..501348dd25ae93bc5c6b3917e2a3b56dc89c05db 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="idp22724400"></a><h2>Plugin Information</h2> +<a name="idp23615104"></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.5</td> +<td>1.0.6</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="idp26017520"></a><h2>Elements</h2> +<a name="idp24758928"></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 cc4688a6c9d975dbc0722a4d7608f17fc8e11a1b..4dd1364b01827cd3e8fc9315756d01bd32e071fb 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="idp24448352"></a><h2>Plugin Information</h2> +<a name="idp24314944"></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.5</td> +<td>1.0.6</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="idp24754832"></a><h2>Elements</h2> +<a name="idp18769712"></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 e0e6ab9fcb500e765e848c011430967b0ec1039d..c7bbbd4f809a2be6d7146fe9c8bb15e4dcf92711 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="idp25873408"></a><h2>Plugin Information</h2> +<a name="idp24913856"></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.5</td> +<td>1.0.6</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="idp24382368"></a><h2>Elements</h2> +<a name="idp19615312"></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 b1712ed829b60d536bf59da8b225f7811c0611f0..6e48bd4d7a79e8f8d0b2329c929d8a0082ec1af9 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="idp21153488"></a><h2>Plugin Information</h2> +<a name="idp26795792"></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.5</td> +<td>1.0.6</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="idp25784256"></a><h2>Elements</h2> +<a name="idp19957280"></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 68f00c0c6d55c3709fb129638664ecf3400fe89a..99d1e637c7d8eb2a60db555b44b3e53ce2b668b3 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="idp26002352"></a><h2>Plugin Information</h2> +<a name="idp26348928"></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.5</td> +<td>1.0.6</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="idp8859600"></a><h2>Elements</h2> +<a name="idp20144048"></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 d4a8b028c8185edb67962bc8c845813c04ef1dbe..6ebb10f04fea8cae52f72fa155e307dbdd94cc8f 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="idp26630416"></a><h2>Plugin Information</h2> +<a name="idp26320672"></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.5</td> +<td>1.0.6</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="idp27259792"></a><h2>Elements</h2> +<a name="idp22188128"></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 c3905cb1be7712ec660101d60e5248489d1f6c10..e83f278d1dfaf1f2470a0b806c3037dfed1993e2 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="idp27238992"></a><h2>Plugin Information</h2> +<a name="idp26711280"></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.5</td> +<td>1.0.6</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="idp24386608"></a><h2>Elements</h2> +<a name="idp19990320"></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 7cffbdc8478b315b72fc3c4b2f514f5d3e2c55f2..60cbfb74592ee9014ee43af32b36eaceb5be8acf 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="idp26954224"></a><h2>Plugin Information</h2> +<a name="idp22918992"></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.5</td> +<td>1.0.6</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="idp24604608"></a><h2>Elements</h2> +<a name="idp26450128"></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 e9e1b8403cb9178ff662238885819c9e3333ce6c..8ad531f9dbb27bc4ad759ad124c18ce59528b807 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="idp27061808"></a><h2>Plugin Information</h2> +<a name="idp26595792"></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.5</td> +<td>1.0.6</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="idp26157600"></a><h2>Elements</h2> +<a name="idp25200160"></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 b3d4d4714e09dacb2efb2f6b16605762d6ef9d32..9910e2e73b50cce2ae8fe56fdd2e594a62d823fc 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="idp26875712"></a><h2>Plugin Information</h2> +<a name="idp26783376"></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.5</td> +<td>1.0.6</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="idp24066736"></a><h2>Elements</h2> +<a name="idp23595280"></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 b5b70c288282828aa92bdd72fd120de508a87a61..50d3e4d81f8d8212676d80c7af236eafa215630d 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="idp21599120"></a><h2>Plugin Information</h2> +<a name="idp24995568"></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.5</td> +<td>1.0.6</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="idp27137936"></a><h2>Elements</h2> +<a name="idp24507264"></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 c6e906e9120be3e5a81b5f2b54bfdbfe8921201e..5cf63751316ff9adddd29fbe85834e9f16c77c03 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="idp23547600"></a><h2>Plugin Information</h2> +<a name="idp25892992"></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.5</td> +<td>1.0.6</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="idp21233264"></a><h2>Elements</h2> +<a name="idp25333440"></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 3e1b79049c3d41871ede121f4f33ce4b447d2dc2..6278a6c10ac871b1d6b27071e16954aa15090227 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="idp26413008"></a><h2>Plugin Information</h2> +<a name="idp26333296"></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.5</td> +<td>1.0.6</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="idp24111744"></a><h2>Elements</h2> +<a name="idp26657600"></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 ee74ebe5c3732c6d390e2e33a1abd45f7ef2fb80..524613e1b19411df8c7f9025491c981ae8a3fa24 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="idp27159424"></a><h2>Plugin Information</h2> +<a name="idp26273920"></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.5</td> +<td>1.0.6</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="idp26071360"></a><h2>Elements</h2> +<a name="idp24843216"></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 72075eefee18fd66177b4c7c053e55519afa94ae..2125f6ce11ae968e065e515ce5c608910d358d03 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="idp27033872"></a><h2>Plugin Information</h2> +<a name="idp23364048"></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.5</td> +<td>1.0.6</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="idp24586064"></a><h2>Elements</h2> +<a name="idp25417776"></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 30dd5a96648451d2d789bfe5bd3355e34323fb31..59c56c989b764bcf8d283d2d16c2cf2a130496fb 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="idp27053056"></a><h2>Plugin Information</h2> +<a name="idp22902432"></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.5</td> +<td>1.0.6</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="idp7453504"></a><h2>Elements</h2> +<a name="idp24634304"></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 ce71b813be0770eb8a4220f8f5a68235689fd37c..041f9bba4afc6d319249d9809218e2e67c617ce3 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="idp27726528"></a><h2>Plugin Information</h2> +<a name="idp25697168"></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.5</td> +<td>1.0.6</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="idp24111072"></a><h2>Elements</h2> +<a name="idp25320784"></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 d81249cc7250cbfd1032a145da97b5026e23dda9..3bd208e5d564ce2e97eaa13c280ece91b3304968 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="idp27175824"></a><h2>Plugin Information</h2> +<a name="idp26667312"></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.5</td> +<td>1.0.6</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="idp23951968"></a><h2>Elements</h2> +<a name="idp25556672"></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 ad3f4540117e81fa2544abf8f50cbad4f27e1937..c9f807cc6500f7584db49300062f107ae7c1442f 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="idp22976032"></a><h2>Plugin Information</h2> +<a name="idp24915840"></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="idp26936000"></a><h2>Elements</h2> +<a name="idp25913280"></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 1311ba096f5a24ecdc44208da4f2a99fd232c7d3..e396a25691dc3b88f581e5f43923f4d11b9a9f2e 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="idp26482832"></a><h2>Plugin Information</h2> +<a name="idp21887616"></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.5</td> +<td>1.0.6</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="idp24835984"></a><h2>Elements</h2> +<a name="idp26916192"></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 c171602a3af246eda10f59131abfd1ea21e8c87b..53fc5fd913fcdb73ca1f5dc8f11547a1154ba8cf 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="idp27575072"></a><h2>Plugin Information</h2> +<a name="idp25192928"></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.5</td> +<td>1.0.6</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="idp23412560"></a><h2>Elements</h2> +<a name="idp23364496"></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 ecdb12652a6c9bbbe823d493d87c8b6514791bf5..cd1b3f816aef7e20438ac21d94c13533016a9aba 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="idp27244288"></a><h2>Plugin Information</h2> +<a name="idp24749280"></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.5</td> +<td>1.0.6</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="idp26499232"></a><h2>Elements</h2> +<a name="idp26495648"></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 bc908de4e5ca0ec7e4a90f2cb6a3c7afc5535592..b63e4c052571f0cdfb0c81543d18385ea942952a 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="idp25678256"></a><h2>Plugin Information</h2> +<a name="idp24325776"></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.5</td> +<td>1.0.6</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="idp27538464"></a><h2>Elements</h2> +<a name="idp26315648"></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 8b934a5ac06a2b41767c08dc45d162fcbadc83fb..11d5052a51835c9c8a5d46f5a68de5f848495099 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="idp24978512"></a><h2>Plugin Information</h2> +<a name="idp25055856"></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.5</td> +<td>1.0.6</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="idp26329936"></a><h2>Elements</h2> +<a name="idp26208032"></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 c38c299ff5e30a37b80d5be9f2bafa008d7d7c54..b57a513e1223db4cb1b4649c982d1e0fa9fce59d 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="idp11698224"></a><h3>Element Information</h3> +<a name="idp13037584"></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="idp17074464"></a><h3>Element Pads</h3> +<a name="idp15923040"></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 ce3b6e331782f1d1ca949d5bb5b1ed9fa45d70e4..3da170088734a83e7254d4cd9d9fa071926aefd6 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="idp15380224"></a><h3>Element Information</h3> +<a name="idp9783392"></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="idp18769968"></a><h3>Element Pads</h3> +<a name="idp11484240"></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 6a1877e6af7dc259e150dcff098d6412bb051987..68c91cb044ee3489a322782dce509753ccb2e3ce 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="idp13049920"></a><h3>Example launch line</h3> +<a name="idp14888592"></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="idp14375616"></a><h3>Element Information</h3> +<a name="idp14535008"></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="idp14832096"></a><h3>Element Pads</h3> +<a name="idp14450128"></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 ce6174f6744199517b3f2c389f76dcc6c7684ce5..f4dd3203710f5f891e03d7b9de14c41772c26140 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="idp18415456"></a><h3>Element Information</h3> +<a name="idp17696048"></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="idp18331232"></a><h3>Element Pads</h3> +<a name="idp14378480"></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 91ddd06a2f0a43d0a114daae69e2dd563ed01a4a..c03649655370dccb19eac8981b4193c82de73b74 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="idp16424416"></a><h3>Element Information</h3> +<a name="idp16018496"></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="idp18358160"></a><h3>Element Pads</h3> +<a name="idp16726304"></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 be973cc7ac8f72e71e6b9dc5c8505614d208ed92..b86461863a2a615c7f8c83dba7ffd56bcf6075e3 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="idp9680304"></a><h3>Example launch line</h3> +<a name="idp17853104"></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="idp19202512"></a><h3>Element Information</h3> +<a name="idp15875520"></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="idp3236752"></a><h3>Element Pads</h3> +<a name="idp11031104"></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 5c97f377d3d7fab5f965a0774d2a8af7fcc576aa..5d9da693d1e122c50f85120da6ad90579b90dba5 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="idp18214944"></a><h3>Example pipelines</h3> +<a name="idp17893072"></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="idp18501072"></a><h3>Element Information</h3> +<a name="idp18440640"></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="idp17791808"></a><h3>Element Pads</h3> +<a name="idp17596160"></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 cf9ef8887f3719a9d22a6ce6c98909cb2b8f3bd3..44f1cd9e0bf2233d6f3607c5f7569edc80d6f61a 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="idp13572240"></a><h3>Example pipelines</h3> +<a name="idp13013136"></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="idp15441792"></a><h3>Element Information</h3> +<a name="idp18034064"></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="idp16357056"></a><h3>Element Pads</h3> +<a name="idp12845056"></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 66fda4581176eda26e5d4d5b6eccafc48734cdc5..975ebeecbea4eeb85fb69cb1df088509269841e1 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="idp18319792"></a><h3>Example launch line</h3> +<a name="idp17111744"></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="idp12542304"></a><h3>Element Information</h3> +<a name="idp17335616"></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="idp19275184"></a><h3>Element Pads</h3> +<a name="idp5667072"></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 f6770eb10d0db1e0adcb2df11e4f7f4077761842..780cbc9685348fb3bb8df682e9be9fb82a98df6d 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="idp11147840"></a><h3>Example launch line</h3> +<a name="idp5850640"></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="idp18030464"></a><h3>Element Information</h3> +<a name="idp15140208"></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="idp15381568"></a><h3>Element Pads</h3> +<a name="idp15998064"></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 ada8a4bb8825c3ad244dbc6a274c005ca0f73c2b..73b317fc00ae3328120e59c94b569814cdb26443 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="idp16871968"></a><h3>Element Information</h3> +<a name="idp16264800"></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="idp17428960"></a><h3>Element Pads</h3> +<a name="idp18533648"></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 aac66b19a1669b1bcdcc0de80abe953826bea47e..197113acb2a55891e1abf3292bae3faba9a3e96e 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="idp14407760"></a><h3>Example launch lines</h3> +<a name="idp11015696"></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="idp19038736"></a><h3>Acknowledgements</h3> +<a name="idp19370032"></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="idp19100320"></a><h3>Element Information</h3> +<a name="idp18708784"></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="idp19227216"></a><h3>Element Pads</h3> +<a name="idp15844544"></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 f2164dee254e2517551f37e696a23ff6c65b5cac..7f20fafea720e2e350ec661200313e9d7dea6da6 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="idp18389328"></a><h3>Example launch line</h3> +<a name="idp12175760"></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="idp17507776"></a><h3>Element Information</h3> +<a name="idp14582992"></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="idp11818688"></a><h3>Element Pads</h3> +<a name="idp19246160"></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 4efb35eb106dc8fa26f92ab3e07f2663933eb47f..3513f590f6d8d9c1c046acf8787210b461ee698f 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="idp12820704"></a><h3>Example launch line</h3> +<a name="idp18125296"></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="idp16407728"></a><h3>Element Information</h3> +<a name="idp19600768"></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="idp19374032"></a><h3>Element Pads</h3> +<a name="idp18766080"></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 a539594944df95c583b753f0896584d1baf5a1ca..a06672f9715bf3fb7d63ef91e5970065b8ea99b3 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="idp18983280"></a><h3>Example launch line</h3> +<a name="idp16720384"></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="idp13577760"></a><h3>Element Information</h3> +<a name="idp17895088"></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="idp15740656"></a><h3>Element Pads</h3> +<a name="idp17758640"></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 5d8ee2cb1521216d8b708e8e37960fe5f75d4382..79dcf44f1544f3bafdd92e0908da8cc78e2d6081 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="idp20285280"></a><h3>Element Information</h3> +<a name="idp20041120"></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="idp21292544"></a><h3>Element Pads</h3> +<a name="idp20170224"></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 687191fde18af6eb143b183a9552dbe8c1b02e99..834f67e83ecfd995fcfe59f70f4a5aeb426450f6 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="idp15014960"></a><h3>Element Information</h3> +<a name="idp18092080"></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="idp20305664"></a><h3>Element Pads</h3> +<a name="idp12090240"></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 37aa23c845515feea726ab66bdfe7acb560b010b..dd6baae4f421d8de76e890e18615fdfb54916ed7 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="idp18027488"></a><h3>Element Information</h3> +<a name="idp17816112"></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="idp18763184"></a><h3>Element Pads</h3> +<a name="idp17471872"></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 9f45689f9bca7020253532a8a37047b327c3da2f..4e6068f35d369503f8be85855adecd20ba336ff2 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="idp20074208"></a><h3>Element Information</h3> +<a name="idp6663776"></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="idp18153632"></a><h3>Element Pads</h3> +<a name="idp20578048"></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 cd18380c923b7703c5463ed56a249a789b095c60..bf43cf7e4d056c99d3bb1d01319debf4dfc76e82 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="idp7935136"></a><h3>Element Information</h3> +<a name="idp17566816"></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="idp19348592"></a><h3>Element Pads</h3> +<a name="idp16668192"></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 5ac5e2e80cc8766cfeb9781911aacdba3f5b9e7c..5bc823752b7b91a982c4fab88a6efe99d3b6e755 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="idp19183648"></a><h3>Element Information</h3> +<a name="idp7369584"></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="idp18504208"></a><h3>Element Pads</h3> +<a name="idp17796976"></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 bfeffa1caae9c76f0531a51c03805d5910a7543c..b70b12172ce33ba392f9b19478007ab8b1b455ae 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="idp16030880"></a><h3>Element Information</h3> +<a name="idp17564704"></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="idp20096512"></a><h3>Element Pads</h3> +<a name="idp15342288"></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 848a90763c3e4c5c7b84b40fba2216800c4f1e66..0799ad3d91659f36dc775722c1e0f45077fb8c85 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="idp20075744"></a><h3>Element Information</h3> +<a name="idp20444848"></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="idp19037520"></a><h3>Element Pads</h3> +<a name="idp18614416"></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 2ca1b5e50bb67bc0279d9be61517db678a131572..01101b005d499936d81e4a160dadb9e4bf42f965 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="idp20091856"></a><h3>Example launch line</h3> +<a name="idp17576512"></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="idp12484848"></a><h3>Element Information</h3> +<a name="idp18334272"></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="idp15741280"></a><h3>Element Pads</h3> +<a name="idp19553440"></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 ecde3f1c89f2ca91fce6ef950af587ba88c7d282..c40c3052d7a23c10273ff335263fffffee88fd70 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="idp18310384"></a><h3>Example launch line</h3> +<a name="idp17594624"></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="idp15647776"></a><h3>Element Information</h3> +<a name="idp17754384"></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="idp19032016"></a><h3>Element Pads</h3> +<a name="idp21020656"></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 1a16fc0c2061da79e4a5aff9a541f2f28d875c62..44d77495adf42c794714cc27f50f591816bb033e 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="idp16327520"></a><h3>Example launch line</h3> +<a name="idp18688448"></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="idp15213856"></a><h3>Element Information</h3> +<a name="idp19525536"></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="idp19053648"></a><h3>Element Pads</h3> +<a name="idp15343376"></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 3b746204371a526260c874d968bf43e9cc771d32..494fdf382210cdcf229d51ea25226b112d9198ea 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="idp18434880"></a><h3>Sample pipelines</h3> +<a name="idp7415936"></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="idp19183008"></a><h3>Element Information</h3> +<a name="idp21171760"></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="idp16590208"></a><h3>Element Pads</h3> +<a name="idp21523456"></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 7164a87915deaec2cc2ed9fb878183523eef1a31..e6b84c1c274c331fc3bc02e6dbaae09f677ef48a 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="idp15080288"></a><h3>Sample pipelines</h3> +<a name="idp18104928"></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="idp20292816"></a><h3>Element Information</h3> +<a name="idp18636960"></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="idp21829888"></a><h3>Element Pads</h3> +<a name="idp18010000"></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 04d70eef6697bf12efea05b80e7c15220e66309f..3e7fbbb80f7247021ec32a7357d0e99cc8feefa5 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="idp18492144"></a><h3>Element Information</h3> +<a name="idp18842288"></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="idp19562976"></a><h3>Element Pads</h3> +<a name="idp18735760"></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 d402e59818e64850b82c25fd24e4e774baff5e60..99a0fe32f53ca60e4dd1210fcb84b8a6f051fe3a 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="idp21800528"></a><h3>Example application</h3> +<a name="idp18531184"></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="idp22587440"></a><h3>Element Information</h3> +<a name="idp21480016"></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="idp22812528"></a><h3>Element Pads</h3> +<a name="idp22224752"></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 40318e801d06f039d64a8f641c8ba17036dfb514..61da50dcff215269b92562a43955d62d269e1335 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="idp17590736"></a><h3>Element Information</h3> +<a name="idp16190560"></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="idp18377728"></a><h3>Element Pads</h3> +<a name="idp18001456"></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 aa9f9d069be228d2b0f4917c8c59d0984deeb5ca..11b612efc835e1b2542c2f4f932a322360e70955 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="idp18394240"></a><h3>Element Information</h3> +<a name="idp18446096"></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="idp19270688"></a><h3>Element Pads</h3> +<a name="idp20434512"></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 a64991521eeb1b3455aeacef1506b6d87840f0cc..614959d194a0eb47dafef72d84b81c5d84501dfd 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="idp21706016"></a><h3>Example launch lines</h3> +<a name="idp16650336"></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="idp21232176"></a><h3>Element Information</h3> +<a name="idp20985488"></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="idp20069968"></a><h3>Element Pads</h3> +<a name="idp20379408"></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 918e8898ec523d35b15d0b01ee966c7de7af5713..03822de514bb71c3adf8aa7d98080ff32cc3880e 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="idp22222704"></a><h3>Example launch line</h3> +<a name="idp15883392"></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="idp17018704"></a><h3>Element Information</h3> +<a name="idp22111888"></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="idp20301488"></a><h3>Element Pads</h3> +<a name="idp20336272"></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 fc2b473d1e6babe35588a43470d07e07642f829e..e80553fbb5b662cdf74a84983d7f36eeef7c8035 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="idp19238752"></a><h3>Example launch lines</h3> +<a name="idp20048000"></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="idp21604032"></a><h3>Element Information</h3> +<a name="idp18905968"></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="idp21906704"></a><h3>Element Pads</h3> +<a name="idp17664928"></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 d472dadd036bd26938f26cb717ba47df58112783..eababfda7bbe561f87114d25e98b9a8d36319e69 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="idp23519440"></a><h3>Examples</h3> +<a name="idp22080880"></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="idp22734368"></a><h3>Element Information</h3> +<a name="idp22773504"></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="idp20704400"></a><h3>Element Pads</h3> +<a name="idp22209728"></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 47d3cc3afa5de2b75b42e52491555f21deefbeca..ac11bf518c508a4290b0d4cda71fe45f2d0ac322 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="idp19685120"></a><h3>Examples</h3> +<a name="idp21153344"></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="idp18304640"></a><h3>Element Information</h3> +<a name="idp18938608"></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="idp22699184"></a><h3>Element Pads</h3> +<a name="idp20023712"></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 238ea06bcb109eabceea39c9f02c7e0f55bf39fa..273c9a706bd81f35a309ed5ad05605df86d4673b 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="idp19384288"></a><h3>Element Information</h3> +<a name="idp18083712"></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="idp21547664"></a><h3>Element Pads</h3> +<a name="idp22928992"></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 ba38343acba01fc3855446ed9292cdc56df04fbc..196ffb48327c5cee8617669b0e12ee5c7f863685 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="idp21783680"></a><h3>Element Information</h3> +<a name="idp18045440"></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="idp22609424"></a><h3>Element Pads</h3> +<a name="idp20466112"></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 b8842b66aa49f9e932f0db81e69c94b43506dd0e..ef089b94b6dc3611aacd8272faebde679c0e5e30 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="idp18212576"></a><h3>Element Information</h3> +<a name="idp18987120"></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="idp19341024"></a><h3>Element Pads</h3> +<a name="idp18966896"></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 b8a35800a9c338e61effd0c4e82e1839706be645..dd2c3eaae33d0fe1f173df201b3e0b13acf52e6d 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="idp20153328"></a><h3>Example launch line</h3> +<a name="idp7415680"></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="idp19760800"></a><h3>Element Information</h3> +<a name="idp19441392"></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="idp22851696"></a><h3>Element Pads</h3> +<a name="idp20528736"></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 df7ed0153779042f36504dc73d1fe95ce59a7b5e..daff5ee1034e749be60ce69ef830eb8bb4865b47 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="idp18578560"></a><h3>Example launch line</h3> +<a name="idp22629520"></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="idp21282400"></a><h3>Element Information</h3> +<a name="idp17108128"></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="idp22568416"></a><h3>Element Pads</h3> +<a name="idp22074224"></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 448869bdac2206c278f5e8d9d0c81e5c0c7d30c9..eda535607456652b2016491c7a4c1a23ec9152f2 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="idp21854736"></a><h3>Element Information</h3> +<a name="idp23013024"></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="idp14641792"></a><h3>Element Pads</h3> +<a name="idp21017280"></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 6faf80931da7130c8df3de9e00293e584de0ff98..65a074879b72f89b057840330a634e47201ae1ff 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="idp22719696"></a><h3>Example launch line</h3> +<a name="idp18026272"></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="idp20801760"></a><h3>Element Information</h3> +<a name="idp18138864"></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="idp24743040"></a><h3>Element Pads</h3> +<a name="idp20008016"></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 1a16af1cb70e5d78bdb3badcbe1ea5008a56e141..93b6bbcd932e1d7d92a2578ef45cfefd0af3860f 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="idp11683680"></a><h3>Example launch line</h3> +<a name="idp21477616"></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="idp6571136"></a><h3>Element Information</h3> +<a name="idp19297184"></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="idp16919328"></a><h3>Element Pads</h3> +<a name="idp20986384"></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 ea48d63613afc3479f9082b82687359722208330..f097e30055a66c4d85f0396a9fb5367248e76e55 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="idp18445904"></a><h3>Sample pipelines</h3> +<a name="idp18887360"></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="idp21684432"></a><h3>Element Information</h3> +<a name="idp21988688"></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="idp24574528"></a><h3>Element Pads</h3> +<a name="idp22196736"></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 33602c107e55ffe1d9ad6c5e397f60873f381e7b..9510641f187620b9a831d8cfa35c69eb279e6c3a 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="idp23462608"></a><h3>Element Information</h3> +<a name="idp9724592"></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="idp24802016"></a><h3>Element Pads</h3> +<a name="idp18254352"></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 e9f98a4deeba85d3c76278a4ee0b81a253fcd4a3..ab490754e30404748479cd1f27237bb128fe43fb 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="idp24988624"></a><h3>Element Information</h3> +<a name="idp23802416"></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="idp24996032"></a><h3>Element Pads</h3> +<a name="idp23809824"></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 457f9d9ca4062f22b9346af2268f27b96d001f5f..b66909848c2b12ccc2e39d25f21e2c19b316e2b3 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="idp24458528"></a><h3>Example launch line</h3> +<a name="idp19850592"></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="idp22706848"></a><h3>Element Information</h3> +<a name="idp24782784"></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="idp23444272"></a><h3>Element Pads</h3> +<a name="idp9557312"></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 779d4dfb078200910679a525446b9b44e5f02fd6..b746ec2d6e6c1a2f64bed1bfc2ba4ffb7a83b72f 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="idp23342544"></a><h3>Element Information</h3> +<a name="idp20537088"></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="idp24727968"></a><h3>Element Pads</h3> +<a name="idp22748096"></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 00ff3fd491f220ff1fc04d45daa8b2799c65ac45..6c8237eee49b8b774eedbeb6af9f9bd5752be735 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="idp23491584"></a><h3>Element Information</h3> +<a name="idp20006000"></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="idp24307904"></a><h3>Element Pads</h3> +<a name="idp17352656"></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 2bd4f840dd9c3a7f491706451ea047212ccb8dc1..d722ae951aa692a7fc8db18ed1d99ca3531a6106 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="idp19761504"></a><h3>Element Information</h3> +<a name="idp24326912"></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="idp23916368"></a><h3>Element Pads</h3> +<a name="idp24818016"></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 6b7d088cde362ca4b3a0ef43d5f09ea6f326460e..66f6dcb0db23a85e6b6af0a7f63b01009a4c1a9b 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="idp23913136"></a><h3>Element Information</h3> +<a name="idp21737760"></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="idp23298800"></a><h3>Element Pads</h3> +<a name="idp23684384"></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 87a9b25482de967c13520c188b696160f41923af..142d334bb882dcf3d10bcc4aa896f2451ca640b4 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="idp23288784"></a><h3>Example launch line</h3> +<a name="idp24382592"></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="idp24741968"></a><h3>Element Information</h3> +<a name="idp24148592"></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="idp6945152"></a><h3>Element Pads</h3> +<a name="idp22465376"></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 11ff0784a65f63794bd3ede8b9b5fa4c1895ec98..58b9f063c38b313fa156ef4d5dc64acaf37d1f00 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="idp24381696"></a><h3>Example launch line</h3> +<a name="idp20497616"></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="idp23943952"></a><h3>Element Information</h3> +<a name="idp21169232"></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="idp24789872"></a><h3>Element Pads</h3> +<a name="idp22754880"></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 f662ac51bb4c7d34e14d017565bdcfdf0c809dca..ca4810560a9c0b0ad8729e33f825516eb515f1d2 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="idp26134896"></a><h3>Example launch line</h3> +<a name="idp14823760"></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="idp24846624"></a><h3>Element Information</h3> +<a name="idp22331264"></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="idp21167232"></a><h3>Element Pads</h3> +<a name="idp21637472"></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 969d3342864562b064954b174a4089a76b15dd77..9b3d9f476bb20de8e29a793a10079aef315251f1 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="idp18598528"></a><h3>Element Information</h3> +<a name="idp21641376"></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="idp22546800"></a><h3>Element Pads</h3> +<a name="idp23054256"></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 eb80793bb4a3cafb6389f967e5aa0ca57eaa0719..8f9d51b2e18c24d0f431c13f55b3f8a0ab052aa1 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="idp24719584"></a><h3>Example launch line</h3> +<a name="idp23049600"></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="idp21710368"></a><h3>Element Information</h3> +<a name="idp18875600"></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="idp24308320"></a><h3>Element Pads</h3> +<a name="idp24690128"></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 c88d6dc0d42e33b06d0ece74b671e777d2375c41..600b3f725d2ef52c179cc920af60c718cf95033a 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#idp6845040"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-3gppmux.html#idp8527488"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-3gppmux.html#idp6917184"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-aacparse.html#idp2554912"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aacparse.html#idp1215776"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aacparse.html#idp8428400"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-3gppmux.html#idp7519248"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-3gppmux.html#idp6449808"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-3gppmux.html#idp8548096"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-aacparse.html#idp8102864"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aacparse.html#idp10005408"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aacparse.html#idp6273440"/> <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#idp8975888"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aasink.html#idp6934016"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aasink.html#idp8549424"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aasink.html#idp7380416"/> <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#idp7347520"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ac3parse.html#idp9341200"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ac3parse.html#idp9125984"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-ac3parse.html#idp6548496"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ac3parse.html#idp6270592"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ac3parse.html#idp5550240"/> <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#idp6235248"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-agingtv.html#idp6785200"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-agingtv.html#idp5973808"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-agingtv.html#idp5685952"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-agingtv.html#idp9639984"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-agingtv.html#idp8198496"/> <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#idp6283744"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alpha.html#idp9774496"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alpha.html#idp7528688"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alpha.html#idp6307440"/> <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#idp6480768"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alphacolor.html#idp7993920"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alphacolor.html#idp8703488"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alphacolor.html#idp10065328"/> <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#idp8299488"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawdec.html#idp10511296"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alawdec.html#idp2518592"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawdec.html#idp2701104"/> <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#idp9127488"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawenc.html#idp10452048"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-alawenc.html#idp8359888"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawenc.html#idp10155664"/> <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#idp6426832"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-amrparse.html#idp7049136"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-amrparse.html#idp6486656"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-amrparse.html#idp6156672"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-amrparse.html#idp9187296"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-amrparse.html#idp6372320"/> <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#idp9440288"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-apedemux.html#idp6926496"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apedemux.html#idp7637664"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-apedemux.html#idp8834160"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-apedemux.html#idp5477088"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apedemux.html#idp7292512"/> <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#idp9250272"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apev2mux.html#idp8360576"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-apev2mux.html#idp8117184"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apev2mux.html#idp10147824"/> <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#idp9781120"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aspectratiocrop.html#idp7344800"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aspectratiocrop.html#idp9029808"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-aspectratiocrop.html#idp8939296"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aspectratiocrop.html#idp8203776"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aspectratiocrop.html#idp5856832"/> <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#idp9442384"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioamplify.html#idp7732864"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioamplify.html#idp6788304"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioamplify.html#idp8512640"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioamplify.html#idp6082800"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioamplify.html#idp7690912"/> <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#idp8298864"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiochebband.html#idp10848592"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiochebband.html#idp8826096"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiochebband.html#idp9930784"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiochebband.html#idp10882960"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiochebband.html#idp10691632"/> <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#idp6949760"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiocheblimit.html#idp10146896"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiocheblimit.html#idp2625488"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiocheblimit.html#idp7995280"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiocheblimit.html#idp8424352"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiocheblimit.html#idp6158352"/> <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#idp6086160"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiofirfilter.html#idp10431936"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiofirfilter.html#idp11377776"/> + <keyword type="" name="Example application" link="gst-plugins-good-plugins-audiofirfilter.html#idp6426416"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiofirfilter.html#idp9491104"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiofirfilter.html#idp5763696"/> <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#idp7174816"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioiirfilter.html#idp10688704"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioiirfilter.html#idp7395984"/> + <keyword type="" name="Example application" link="gst-plugins-good-plugins-audioiirfilter.html#idp2668000"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioiirfilter.html#idp7610800"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioiirfilter.html#idp8220192"/> <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#idp7792112"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsincband.html#idp8993040"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsincband.html#idp9423584"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiowsincband.html#idp6253472"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsincband.html#idp9434288"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsincband.html#idp8614304"/> <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#idp9974080"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsinclimit.html#idp10813040"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsinclimit.html#idp10670256"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiowsinclimit.html#idp6953920"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsinclimit.html#idp6976496"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsinclimit.html#idp5847632"/> <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#idp7177840"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioecho.html#idp6746416"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioecho.html#idp2656864"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioecho.html#idp7211632"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioecho.html#idp10641392"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioecho.html#idp9306272"/> <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#idp8825088"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiodynamic.html#idp9830176"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiodynamic.html#idp10823072"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiodynamic.html#idp11348400"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiodynamic.html#idp10697696"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiodynamic.html#idp8929552"/> <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#idp6243808"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioinvert.html#idp2912144"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioinvert.html#idp10260080"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audioinvert.html#idp6656176"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioinvert.html#idp2594192"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioinvert.html#idp8675840"/> <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#idp7412576"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiopanorama.html#idp6251536"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiopanorama.html#idp9224960"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiopanorama.html#idp7467440"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiopanorama.html#idp10646256"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiopanorama.html#idp7291408"/> <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#idp10665856"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiokaraoke.html#idp10578048"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiokaraoke.html#idp10395632"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-audiokaraoke.html#idp7471856"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiokaraoke.html#idp7882592"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiokaraoke.html#idp8789936"/> <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#idp9529920"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-auparse.html#idp7492624"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-auparse.html#idp6845216"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-auparse.html#idp8629248"/> <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#idp8817232"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosink.html#idp8405952"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosink.html#idp10969392"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autoaudiosink.html#idp10400160"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosink.html#idp8559664"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosink.html#idp9408224"/> <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#idp6250016"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosrc.html#idp9500528"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosrc.html#idp10228640"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autoaudiosrc.html#idp7963376"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosrc.html#idp7013952"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosrc.html#idp7486672"/> <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#idp9517264"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosink.html#idp2580480"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosink.html#idp6044768"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autovideosink.html#idp11441008"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosink.html#idp11273200"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosink.html#idp9399120"/> <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#idp8661248"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosrc.html#idp10048128"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosrc.html#idp11331952"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autovideosrc.html#idp6215936"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosrc.html#idp6533584"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosrc.html#idp7247552"/> <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#idp12683264"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avidemux.html#idp12680064"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avidemux.html#idp12674288"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-avidemux.html#idp11842272"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avidemux.html#idp11839072"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avidemux.html#idp11833296"/> <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#idp10764848"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avimux.html#idp6298896"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avimux.html#idp8179648"/> + <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-avimux.html#idp10972576"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avimux.html#idp11029856"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avimux.html#idp8732704"/> <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#idp2590160"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avisubtitle.html#idp11936272"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avisubtitle.html#idp6503312"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-avisubtitle.html#idp2722272"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avisubtitle.html#idp9311104"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avisubtitle.html#idp11196928"/> <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#idp7479856"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cacasink.html#idp9472656"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cacasink.html#idp8878384"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cacasink.html#idp6858224"/> <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#idp8653648"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cairooverlay.html#idp7373328"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cairooverlay.html#idp6576704"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cairooverlay.html#idp5992816"/> <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#idp6555200"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-capssetter.html#idp12038576"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-capssetter.html#idp9495856"/> + <keyword type="" name="" link="gst-plugins-good-plugins-capssetter.html#idp10602592"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-capssetter.html#idp5542880"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-capssetter.html#idp7172336"/> <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#idp6044928"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cutter.html#idp8572544"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cutter.html#idp12571200"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-cutter.html#idp3059792"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cutter.html#idp8846448"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cutter.html#idp11042176"/> <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#idp2575072"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dcaparse.html#idp11135360"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dcaparse.html#idp11384928"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-dcaparse.html#idp11113488"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dcaparse.html#idp5823760"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dcaparse.html#idp9383536"/> <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#idp10952928"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterlace.html#idp8306768"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterlace.html#idp8172064"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-deinterlace.html#idp6939648"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterlace.html#idp10364016"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterlace.html#idp8437680"/> <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#idp10294432"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterleave.html#idp11517152"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterleave.html#idp8524352"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-deinterleave.html#idp11541648"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterleave.html#idp5496480"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterleave.html#idp7399344"/> <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#idp9211952"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dicetv.html#idp2584320"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dicetv.html#idp8488240"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-dicetv.html#idp11357776"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dicetv.html#idp6484368"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dicetv.html#idp11893088"/> <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#idp9901248"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-directsoundsink.html#idp10226480"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-directsoundsink.html#idp3856896"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-directsoundsink.html#idp9535280"/> <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#idp11688352"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dv1394src.html#idp7594352"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dv1394src.html#idp10042112"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dv1394src.html#idp11740224"/> <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#idp13112896"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdec.html#idp10686256"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dvdec.html#idp10051184"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdec.html#idp10358480"/> <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#idp12329184"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdemux.html#idp8196832"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dvdemux.html#idp11536352"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdemux.html#idp8356608"/> <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#idp12937392"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-edgetv.html#idp12231984"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-edgetv.html#idp11826208"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-edgetv.html#idp9259024"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-edgetv.html#idp8798864"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-edgetv.html#idp10078672"/> <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#idp12491824"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-10bands.html#idp12079792"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-10bands.html#idp4682528"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-10bands.html#idp12651488"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-10bands.html#idp8273248"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-10bands.html#idp12125536"/> <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#idp10861488"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-3bands.html#idp12933536"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-3bands.html#idp5927392"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-3bands.html#idp10567888"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-3bands.html#idp7167440"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-3bands.html#idp13305904"/> <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#idp12317088"/> - <keyword type="" name="Example code" link="gst-plugins-good-plugins-equalizer-nbands.html#idp10385360"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-nbands.html#idp14173520"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-nbands.html#idp10988880"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-equalizer-nbands.html#idp9856800"/> + <keyword type="" name="Example code" link="gst-plugins-good-plugins-equalizer-nbands.html#idp8745184"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-nbands.html#idp7104032"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-nbands.html#idp11075408"/> <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#idp2732848"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacdec.html#idp11901136"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacdec.html#idp10597360"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacdec.html#idp7157424"/> <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#idp9397392"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacenc.html#idp13848576"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacenc.html#idp13302272"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacenc.html#idp8836160"/> <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#idp7280048"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacparse.html#idp7497024"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacparse.html#idp8713840"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-flacparse.html#idp6256816"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacparse.html#idp2279584"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacparse.html#idp6525408"/> <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#idp12776320"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flactag.html#idp9349680"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flactag.html#idp12857888"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flactag.html#idp12355648"/> <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#idp7523552"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvdemux.html#idp10146448"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvdemux.html#idp7679408"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-flvdemux.html#idp6647264"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvdemux.html#idp13706896"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvdemux.html#idp14256144"/> <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#idp11316816"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvmux.html#idp13218656"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvmux.html#idp7876608"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-flvmux.html#idp13180816"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvmux.html#idp13457760"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvmux.html#idp10993568"/> <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#idp10364768"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flxdec.html#idp11874512"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flxdec.html#idp5997104"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flxdec.html#idp7213472"/> <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#idp6617616"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gamma.html#idp9257376"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gamma.html#idp14309872"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-gamma.html#idp5988752"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gamma.html#idp8454416"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gamma.html#idp11854704"/> <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#idp15276640"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#idp13967328"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#idp11321408"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufoverlay.html#idp11512768"/> <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#idp13786912"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufsink.html#idp2738544"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gdkpixbufsink.html#idp2496672"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufsink.html#idp11304032"/> <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#idp11352752"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom.html#idp11484704"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom.html#idp6531984"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-goom.html#idp11955808"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom.html#idp13236080"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom.html#idp11742736"/> <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#idp6143520"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom2k1.html#idp13973904"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom2k1.html#idp8229712"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-goom2k1.html#idp5531104"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom2k1.html#idp8414720"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom2k1.html#idp10144048"/> <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#idp8184208"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-hdv1394src.html#idp15070384"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-hdv1394src.html#idp13778064"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-hdv1394src.html#idp7182256"/> <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#idp8875248"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-icydemux.html#idp10704032"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-icydemux.html#idp13198368"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-icydemux.html#idp7842880"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-icydemux.html#idp5741632"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-icydemux.html#idp2710288"/> <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#idp8952176"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-id3demux.html#idp12382944"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3demux.html#idp9666960"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-id3demux.html#idp7040672"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-id3demux.html#idp6851872"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3demux.html#idp11414144"/> <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#idp10830528"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3v2mux.html#idp10665984"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-id3v2mux.html#idp12386768"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3v2mux.html#idp7149648"/> <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#idp11011824"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-imagefreeze.html#idp8519888"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-imagefreeze.html#idp15063808"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-imagefreeze.html#idp6152592"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-imagefreeze.html#idp11912768"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-imagefreeze.html#idp11136016"/> <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#idp6697152"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-interleave.html#idp10934672"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-interleave.html#idp14096992"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-interleave.html#idp8597056"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-interleave.html#idp13758176"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-interleave.html#idp11731344"/> <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#idp14489472"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ismlmux.html#idp10142320"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ismlmux.html#idp10658992"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosrc.html#idp16232496"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosrc.html#idp15678336"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-ismlmux.html#idp11537552"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ismlmux.html#idp5666624"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ismlmux.html#idp12769088"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosrc.html#idp12392816"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosrc.html#idp13615040"/> <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#idp15090368"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosink.html#idp12032032"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosink.html#idp12340128"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosink.html#idp12619440"/> <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#idp8214176"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegdec.html#idp1384144"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jpegdec.html#idp12848448"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegdec.html#idp12586912"/> <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#idp8930656"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegenc.html#idp12457168"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jpegenc.html#idp9565552"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegenc.html#idp10868016"/> <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#idp11775680"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-level.html#idp14955648"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-level.html#idp14357536"/> + <keyword type="" name="Example application" link="gst-plugins-good-plugins-level.html#idp7410512"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-level.html#idp5665568"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-level.html#idp14504544"/> <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#idp10301712"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskamux.html#idp12061520"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskamux.html#idp8675216"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-matroskamux.html#idp12288704"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskamux.html#idp12799536"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskamux.html#idp13618464"/> <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#idp13908544"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskademux.html#idp12237632"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskademux.html#idp13432112"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-matroskademux.html#idp9858480"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskademux.html#idp13147520"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskademux.html#idp14447072"/> <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#idp16346240"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mj2mux.html#idp16349584"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mj2mux.html#idp13973376"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-mj2mux.html#idp16286032"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mj2mux.html#idp16289376"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mj2mux.html#idp12809968"/> <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#idp11665312"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-monoscope.html#idp15111184"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-monoscope.html#idp12233776"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-monoscope.html#idp12492464"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-monoscope.html#idp13297120"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-monoscope.html#idp10788944"/> <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#idp9562496"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mpegaudioparse.html#idp13086288"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mpegaudioparse.html#idp12696832"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-mpegaudioparse.html#idp9670896"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mpegaudioparse.html#idp12754224"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mpegaudioparse.html#idp11733120"/> <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#idp14170624"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mp4mux.html#idp16432224"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mp4mux.html#idp15194480"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-mp4mux.html#idp8821856"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mp4mux.html#idp15901264"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mp4mux.html#idp11553280"/> <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#idp9999920"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawdec.html#idp8553888"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mulawdec.html#idp9219472"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawdec.html#idp15063696"/> <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#idp15667296"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawenc.html#idp6857104"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mulawenc.html#idp11705584"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawenc.html#idp13879424"/> <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#idp15326064"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesink.html#idp13296528"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesink.html#idp17403920"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-multifilesink.html#idp14879984"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesink.html#idp12238432"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesink.html#idp7241376"/> <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#idp13732736"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesrc.html#idp16026624"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesrc.html#idp13826016"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-multifilesrc.html#idp13118240"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesrc.html#idp12380128"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesrc.html#idp17183648"/> <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#idp13995024"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartdemux.html#idp16634016"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartdemux.html#idp14941776"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-multipartdemux.html#idp9636192"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartdemux.html#idp16347712"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartdemux.html#idp13711792"/> <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#idp13994704"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartmux.html#idp14941904"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartmux.html#idp12938944"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-multipartmux.html#idp15294160"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartmux.html#idp5563136"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartmux.html#idp11521808"/> <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#idp16061232"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multiudpsink.html#idp14615344"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multiudpsink.html#idp16785520"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multiudpsink.html#idp16022432"/> <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#idp12451968"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-optv.html#idp14373584"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-optv.html#idp14480160"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-optv.html#idp14360768"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-optv.html#idp17321744"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-optv.html#idp17964848"/> <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#idp9878464"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4sink.html#idp13542752"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-oss4sink.html#idp14923024"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4sink.html#idp11654944"/> <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#idp17046944"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4src.html#idp18079984"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-oss4src.html#idp9747088"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4src.html#idp16322864"/> <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#idp17773520"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssink.html#idp18754432"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osssink.html#idp14879408"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssink.html#idp13740144"/> <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#idp16368000"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssrc.html#idp11721504"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osssrc.html#idp14159680"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssrc.html#idp16687968"/> <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#idp15661648"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosink.html#idp14360816"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxaudiosink.html#idp11048192"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosink.html#idp16234272"/> <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#idp12525344"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosrc.html#idp16121392"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxaudiosrc.html#idp17542576"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosrc.html#idp17106768"/> <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#idp14629840"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxvideosink.html#idp18260432"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-osxvideosink.html#idp15084304"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxvideosink.html#idp15858688"/> <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#idp11698224"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngdec.html#idp17074464"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pngdec.html#idp13037584"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngdec.html#idp15923040"/> <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#idp15380224"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngenc.html#idp18769968"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pngenc.html#idp9783392"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngenc.html#idp11484240"/> <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#idp13049920"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-progressreport.html#idp14375616"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-progressreport.html#idp14832096"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-progressreport.html#idp14888592"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-progressreport.html#idp14535008"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-progressreport.html#idp14450128"/> <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#idp18415456"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesink.html#idp18331232"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pulsesink.html#idp17696048"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesink.html#idp14378480"/> <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#idp16424416"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesrc.html#idp18358160"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pulsesrc.html#idp16018496"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesrc.html#idp16726304"/> <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#idp18319792"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-quarktv.html#idp12542304"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-quarktv.html#idp19275184"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-quarktv.html#idp17111744"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-quarktv.html#idp17335616"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-quarktv.html#idp5667072"/> <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#idp9680304"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtdemux.html#idp19202512"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtdemux.html#idp3236752"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-qtdemux.html#idp17853104"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtdemux.html#idp15875520"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtdemux.html#idp11031104"/> <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#idp13572240"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmux.html#idp15441792"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmux.html#idp16357056"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-qtmux.html#idp13013136"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmux.html#idp18034064"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmux.html#idp12845056"/> <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#idp18214944"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmoovrecover.html#idp18501072"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmoovrecover.html#idp17791808"/> + <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-qtmoovrecover.html#idp17893072"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmoovrecover.html#idp18440640"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmoovrecover.html#idp17596160"/> <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#idp11147840"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-radioactv.html#idp18030464"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-radioactv.html#idp15381568"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-radioactv.html#idp5850640"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-radioactv.html#idp15140208"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-radioactv.html#idp15998064"/> <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#idp16871968"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-revtv.html#idp17428960"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-revtv.html#idp16264800"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-revtv.html#idp18533648"/> <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#idp14407760"/> - <keyword type="" name="Acknowledgements" link="gst-plugins-good-plugins-rganalysis.html#idp19038736"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rganalysis.html#idp19100320"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rganalysis.html#idp19227216"/> + <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-rganalysis.html#idp11015696"/> + <keyword type="" name="Acknowledgements" link="gst-plugins-good-plugins-rganalysis.html#idp19370032"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rganalysis.html#idp18708784"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rganalysis.html#idp15844544"/> <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#idp18389328"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rglimiter.html#idp17507776"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rglimiter.html#idp11818688"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rglimiter.html#idp12175760"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rglimiter.html#idp14582992"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rglimiter.html#idp19246160"/> <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#idp12820704"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rgvolume.html#idp16407728"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rgvolume.html#idp19374032"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rgvolume.html#idp18125296"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rgvolume.html#idp19600768"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rgvolume.html#idp18766080"/> <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#idp18983280"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rippletv.html#idp13577760"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rippletv.html#idp15740656"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rippletv.html#idp16720384"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rippletv.html#idp17895088"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rippletv.html#idp17758640"/> <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#idp15014960"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpdec.html#idp20305664"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpdec.html#idp18092080"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpdec.html#idp12090240"/> <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#idp18027488"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpj2kpay.html#idp18763184"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpj2kpay.html#idp17816112"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpj2kpay.html#idp17471872"/> <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#idp7935136"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjpegpay.html#idp19348592"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpjpegpay.html#idp17566816"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjpegpay.html#idp16668192"/> <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#idp20091856"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtspsrc.html#idp12484848"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtspsrc.html#idp15741280"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rtspsrc.html#idp17576512"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtspsrc.html#idp18334272"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtspsrc.html#idp19553440"/> <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#idp20285280"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpbin.html#idp21292544"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpbin.html#idp20041120"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpbin.html#idp20170224"/> <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#idp20074208"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjitterbuffer.html#idp18153632"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpjitterbuffer.html#idp6663776"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjitterbuffer.html#idp20578048"/> <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#idp19183648"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpptdemux.html#idp18504208"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpptdemux.html#idp7369584"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpptdemux.html#idp17796976"/> <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#idp16030880"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpsession.html#idp20096512"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpsession.html#idp17564704"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpsession.html#idp15342288"/> <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#idp20075744"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpssrcdemux.html#idp19037520"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpssrcdemux.html#idp20444848"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpssrcdemux.html#idp18614416"/> <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#idp18310384"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shagadelictv.html#idp15647776"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shagadelictv.html#idp19032016"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-shagadelictv.html#idp17594624"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shagadelictv.html#idp17754384"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shagadelictv.html#idp21020656"/> <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#idp16327520"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shapewipe.html#idp15213856"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shapewipe.html#idp19053648"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-shapewipe.html#idp18688448"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shapewipe.html#idp19525536"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shapewipe.html#idp15343376"/> <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#idp18434880"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smpte.html#idp19183008"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smpte.html#idp16590208"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-smpte.html#idp7415936"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smpte.html#idp21171760"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smpte.html#idp21523456"/> <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#idp15080288"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smptealpha.html#idp20292816"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smptealpha.html#idp21829888"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-smptealpha.html#idp18104928"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smptealpha.html#idp18636960"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smptealpha.html#idp18010000"/> <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#idp18492144"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-souphttpsrc.html#idp19562976"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-souphttpsrc.html#idp18842288"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-souphttpsrc.html#idp18735760"/> <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#idp21800528"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-spectrum.html#idp22587440"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-spectrum.html#idp22812528"/> + <keyword type="" name="Example application" link="gst-plugins-good-plugins-spectrum.html#idp18531184"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-spectrum.html#idp21480016"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-spectrum.html#idp22224752"/> <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#idp18394240"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexenc.html#idp19270688"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-speexenc.html#idp18446096"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexenc.html#idp20434512"/> <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#idp17590736"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexdec.html#idp18377728"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-speexdec.html#idp16190560"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexdec.html#idp18001456"/> <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#idp21706016"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-splitfilesrc.html#idp21232176"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-splitfilesrc.html#idp20069968"/> + <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-splitfilesrc.html#idp16650336"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-splitfilesrc.html#idp20985488"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-splitfilesrc.html#idp20379408"/> <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#idp22222704"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-streaktv.html#idp17018704"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-streaktv.html#idp20301488"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-streaktv.html#idp15883392"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-streaktv.html#idp22111888"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-streaktv.html#idp20336272"/> <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#idp19238752"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-taginject.html#idp21604032"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-taginject.html#idp21906704"/> + <keyword type="" name="Example launch lines" link="gst-plugins-good-plugins-taginject.html#idp20048000"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-taginject.html#idp18905968"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-taginject.html#idp17664928"/> <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#idp19685120"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsrc.html#idp18304640"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsrc.html#idp22699184"/> + <keyword type="" name="Examples" link="gst-plugins-good-plugins-udpsrc.html#idp21153344"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsrc.html#idp18938608"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsrc.html#idp20023712"/> <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#idp23519440"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsink.html#idp22734368"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsink.html#idp20704400"/> + <keyword type="" name="Examples" link="gst-plugins-good-plugins-udpsink.html#idp22080880"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsink.html#idp22773504"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsink.html#idp22209728"/> <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#idp18212576"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2src.html#idp19341024"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2src.html#idp18987120"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2src.html#idp18966896"/> <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#idp21783680"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2sink.html#idp22609424"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2sink.html#idp18045440"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2sink.html#idp20466112"/> <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#idp19384288"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2radio.html#idp21547664"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2radio.html#idp18083712"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2radio.html#idp22928992"/> <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#idp20153328"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vertigotv.html#idp19760800"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vertigotv.html#idp22851696"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-vertigotv.html#idp7415680"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vertigotv.html#idp19441392"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vertigotv.html#idp20528736"/> <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#idp18578560"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videobalance.html#idp21282400"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobalance.html#idp22568416"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videobalance.html#idp22629520"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videobalance.html#idp17108128"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobalance.html#idp22074224"/> <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#idp21854736"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobox.html#idp14641792"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videobox.html#idp23013024"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobox.html#idp21017280"/> <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#idp22719696"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videocrop.html#idp20801760"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videocrop.html#idp24743040"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videocrop.html#idp18026272"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videocrop.html#idp18138864"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videocrop.html#idp20008016"/> <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#idp11683680"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videoflip.html#idp6571136"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videoflip.html#idp16919328"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-videoflip.html#idp21477616"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videoflip.html#idp19297184"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videoflip.html#idp20986384"/> <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#idp18445904"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videomixer.html#idp21684432"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videomixer.html#idp24574528"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vp8dec.html#idp23462608"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8dec.html#idp24802016"/> + <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-videomixer.html#idp18887360"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videomixer.html#idp21988688"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videomixer.html#idp22196736"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vp8dec.html#idp9724592"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8dec.html#idp18254352"/> <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#idp24988624"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8enc.html#idp24996032"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vp8enc.html#idp23802416"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8enc.html#idp23809824"/> <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#idp24458528"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-warptv.html#idp22706848"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-warptv.html#idp23444272"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-warptv.html#idp19850592"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-warptv.html#idp24782784"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-warptv.html#idp9557312"/> <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#idp23491584"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavenc.html#idp24307904"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavenc.html#idp20006000"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavenc.html#idp17352656"/> <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#idp23342544"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-waveformsink.html#idp24727968"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-waveformsink.html#idp20537088"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-waveformsink.html#idp22748096"/> <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#idp19761504"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackdec.html#idp23916368"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackdec.html#idp24326912"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackdec.html#idp24818016"/> <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#idp23913136"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackenc.html#idp23298800"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackenc.html#idp21737760"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackenc.html#idp23684384"/> <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#idp23288784"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackparse.html#idp24741968"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackparse.html#idp6945152"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-wavpackparse.html#idp24382592"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackparse.html#idp24148592"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackparse.html#idp22465376"/> <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#idp24381696"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavparse.html#idp23943952"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavparse.html#idp24789872"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-wavparse.html#idp20497616"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavparse.html#idp21169232"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavparse.html#idp22754880"/> <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#idp26134896"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-webmmux.html#idp24846624"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-webmmux.html#idp21167232"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-webmmux.html#idp14823760"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-webmmux.html#idp22331264"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-webmmux.html#idp21637472"/> <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#idp18598528"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ximagesrc.html#idp22546800"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ximagesrc.html#idp21641376"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ximagesrc.html#idp23054256"/> <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#idp24719584"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-y4menc.html#idp21710368"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-y4menc.html#idp24308320"/> + <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-y4menc.html#idp23049600"/> + <keyword type="" name="Element Information" link="gst-plugins-good-plugins-y4menc.html#idp18875600"/> + <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-y4menc.html#idp24690128"/> <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 cd5c5a23b6d1090f2e7f5d330eed8296d4092f1d..a817fc6c6cb94dbebe4266304b4238b987a05b9b 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.5) + for GStreamer Good Plugins 1.0 (1.0.6) 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 88e41d703ac90d6412e513f108e2df319a30ab5e..b3cea905201d9aca440d0322ab64b9b943a4c9c1 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.5</version> + <version>1.0.6</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 3eedb4fce4694d791c21fb10da8fb422fdb0b869..471a1402d9b1a6f04c85910db25c353387d05ba6 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.5</version> + <version>1.0.6</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 f7082e6b84f66428506918d275d4f9b9c0521c9b..e08ee4dae3a35a15799e4143b95954b84e06692d 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.5</version> + <version>1.0.6</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 b01024106d6f2c3c53d9bf998d4ab9807aab5b46..686e4cfe27f85fe4be553a8a0975e527573196e1 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.5</version> + <version>1.0.6</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 5b6e52f1742f67f780afb4d683972ef86506e5e4..ab71e9a11d579ff1aba786e55b837af054515644 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.5</version> + <version>1.0.6</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 73f093df7dde4f14eadbae069d2b769584b8d785..912d878271d109e28d2dbacb0d0976740ccaa736 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.5</version> + <version>1.0.6</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 fac3ba6ef5789dfc3f60e021d6d8d63131460c28..57bb75f6a473627b502f47111a80aaba612f0585 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.5</version> + <version>1.0.6</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 8914deb4fed80b2bc07e6b4c1b649f1c524eec23..a6e9b0453223ab1660e8bb7d4da6c9763cf0b9b9 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.5</version> + <version>1.0.6</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 12fda320435718c205e9a9ebe8d518ab76649861..221092fd5e529e188c772664ff92989a869b2420 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.5</version> + <version>1.0.6</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 fdb58f839aa79aeb69f094013501ef956136e228..e74720400538bb0ec973709d7563ec31dbfed0df 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.5</version> + <version>1.0.6</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 36c6fafdf25fbc09d142719642bf924e72d44204..ea7ee7fe3f4b0bf4dd0cbb2b68deeb50f963cff8 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.5</version> + <version>1.0.6</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 71ffeadaaf795604ca85ab7f27eb2dd62abf9af6..0cfebfda9114673bbc9846b1a9703ce7d9112a02 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.5</version> + <version>1.0.6</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 a90edbda04b763638fc0a078fdb3f928da92ca74..8ef2554d9fe339827e7cab20128575a368c26169 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.5</version> + <version>1.0.6</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 d7550fc125bea036bce6e5994c78bd41595b2bc7..66ae18cf386bf34e3049c427f9b3f97a179830ad 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.5</version> + <version>1.0.6</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 dcb20b936d19333cba8769e63e777016a5de14be..e03bed908457eb49ec0b0a57467a7646db68085f 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.5</version> + <version>1.0.6</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 2b55233b0b7a10f8e0d0f94c66e724034cf14729..ca2025805f880e07e061932255b4769e2dc11a92 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.5</version> + <version>1.0.6</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 c400d5cda94c5a32a11834e099ecc79597f20d31..7355030ad155ac715de0864ca836e9af4887ca1b 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.5</version> + <version>1.0.6</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 aab43fc3fa4cbe2b4e4bbc1b34a1dfa526c77fec..bab8b70ad4ffffc22c16162834fad5ac5211c378 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.5</version> + <version>1.0.6</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 c215fff3eb0d62fccdb69c91323c62b6bc41cdc0..f4a8d35129e864d7abd5ee07fcc9a4cb4e50dc79 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.5</version> + <version>1.0.6</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 49b0d4ed5e070d49d3c9e0709492aad9d53d5ee7..ce1ee1d49316aac7e78dbc31f81f48ecbf5fa086 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.5</version> + <version>1.0.6</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 3ae6673f1f5af077262e8fd2b0337c96a5c84379..c89d393f33acceadee4023c027f041d203025afa 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.5</version> + <version>1.0.6</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 27a76685c241ad4be7c4dd52b9198241a274f2b0..f53f8ae1d353ad8f2cdc09f84ff6e41b5231bf6e 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.5</version> + <version>1.0.6</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 27336689fd759ee5eff5a76446427527adc5ed7c..929a5d0c3f5652a37cc2c2ce8832cc8b8d17bd74 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.5</version> + <version>1.0.6</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 b307f402d3da742dbe66925a416f4bcda7968b2d..8b1aa74e89a9365f609afc7b5be3e5365cb2d8ba 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.5</version> + <version>1.0.6</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 357ac8514bfa9f5f973a583fc84ba5cba7424625..26ce53c0e682aad7fdaa8e5d11a6eaca813dcd32 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.5</version> + <version>1.0.6</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 4a9080e7391d067dba9b758dc1911a77781b9599..54c6765a94cb6d166b16e3e9dfe82ed88569580b 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.5</version> + <version>1.0.6</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 985a9dcb73117802ddf85eb3527cfd5127f2300c..571e38920b8eff6e95f6bc3a002c26f2119b2c5e 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.5</version> + <version>1.0.6</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 7ff86d3fcc8184a3804ab20f7352f27a68d7bb67..abdc7c50313c9e94155faff043cc72bd80e50709 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.5</version> + <version>1.0.6</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 9159b157edbbee4a3ceaadbc83e395a66a8d94f1..a8053196d6a4342f6491090fc00c1f30c1a58f05 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.5</version> + <version>1.0.6</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 15facd2103de85a22a721d6556357b224331a892..7738b5dc50a34822dce0449779b96c37ca60ad21 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.5</version> + <version>1.0.6</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 78a44416f2937c908a587319e4c264b2bc827785..8429a35e791a907e42e6865872ce598c4bb8a3a4 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.5</version> + <version>1.0.6</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 8555a4bf43ef97158d36dad0cdfad1193ac6b46d..f910a65926e09dffbea1411c377424aecd8948e5 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.5</version> + <version>1.0.6</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 7afbfd1a6cfffef5d5e71c904ef9a6e19f3cc5ae..9d40d423557f5f812cd2d4c774ae3397949bd2fa 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.5</version> + <version>1.0.6</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-raw, format=(string){ S8, S16LE, S32LEF32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> + <details>audio/x-raw, format=(string){ S8, S16LE, S32LE, F32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-raw, format=(string){ S8, S16LE, S32LEF32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> + <details>audio/x-raw, format=(string){ S8, S16LE, S32LE, F32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 9f3abf1928ceeea6eb5d814e88bbc51af77aa737..5b867d2f6315277da1e9f46007015ac3b50f4e4a 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.5</version> + <version>1.0.6</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 7b6fee934a6cca4a37c798beb92a3ed5a31c8e55..d0012f2287e9b321758a3d2b55a22d0b03bba499 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.5</version> + <version>1.0.6</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 1ed4319d82b5664e763f583c09ffbf5b378333f0..df47cd50e08ffaca26cd6ff518baeea96fe7c3a9 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.5</version> + <version>1.0.6</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 40cbfc931c1ab1c97ffc4269db66799aacf40228..b00ed950d264f0ac02ad46a06c6c7aa23bad4c12 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.5</version> + <version>1.0.6</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 f390d9fd8737b1c095ed09bb8d1bc22bd493dbd5..81aca0fc8a95f1b220af95c48e8d089cbd17866f 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.5</version> + <version>1.0.6</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 9b4722edbe12cdaa67f2523037a44e80d343f770..7f256a9fa88600135c1e08d638e207af65f392cc 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.5</version> + <version>1.0.6</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 6e90ee6ed0d0258228a6d860a3186e567fd55d6d..968cc12272e4768c1bf1cf0738362af1df52fa4e 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.5</version> + <version>1.0.6</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 d87d41926558845457fb6166bea0da70390d732e..e6bc78fd8efe907a7e3889dc3694568af54a0b6f 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.5</version> + <version>1.0.6</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 f08c382373c380031e6b77f79c483f2d7cfec424..9036d296f631e575551b0351b8acffa0d828fe1b 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.5</version> + <version>1.0.6</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 ef7c43344811dff5c0144f8b409dcb66c77d4f50..e50767f95b9ad3c39a2513bcd7e9a7ae5f89a9ef 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.5</version> + <version>1.0.6</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 4c1323dd4243e1d3346a669e769c2995fcee9f5b..10209d21fb0a8739c98b56c5f049d1562b6a9a60 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.5</version> + <version>1.0.6</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> @@ -902,7 +902,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>application/x-rtp, media=(string){ video, audio, application }, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)MPEG4-GENERIC, streamtype=(string){ 4, 5 }, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }</details> + <details>application/x-rtp, media=(string){ video, audio, application }, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)MPEG4-GENERIC, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-rtpmanager.xml b/docs/plugins/inspect/plugin-rtpmanager.xml index f6f9e52db4c7160c2b57438a94922ef2dd22a65a..97148699f4fd82fd31648380c86f19c77739978b 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.5</version> + <version>1.0.6</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 b48d37edef735c4be60d69a005d3ea7bc6f0d8eb..95d0c63e1c618cc2240b3bd9f98b6653c222ace0 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.5</version> + <version>1.0.6</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 a9f81578bd00e85e46021eaa18638f1f93595c2f..5942cb3820555ce559e362d2e3c14179e58d55f5 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.5</version> + <version>1.0.6</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 6500bda848aa0c0f9b15c839d6787da556ffbfb7..1d932f268c37d4e891ff0042180badaa9baa4da3 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.5</version> + <version>1.0.6</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 fff9be4840b0518de38bee2b5d99acc0c806b0e6..f3d4661ea80e9125794a941628b90c1eb1d48ed9 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.5</version> + <version>1.0.6</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 72d6e0d05e6675bec009ce92f6453198a80624c0..1d8c02497b8f7aaa6b284f9275f6ef65834afdef 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.5</version> + <version>1.0.6</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 788c53ee09704bfa7e4c59974d399b02ddad221d..8910eee2efe742a9f0ed2ca6c9724ae4f2470df8 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.5</version> + <version>1.0.6</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 3a50a68688322ed3a04f86845e33f8727222da9d..0c5d6b2fabc3268c738f153c2b10c3eae787c3e1 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.5</version> + <version>1.0.6</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 dccd402bc1e16471ebb45802dfdae14134de71db..45fb130b6176d5a66c8efaf17bac52d5ae4c6d45 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.5</version> + <version>1.0.6</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 de4326938bd3dcabb64e38cea6c5037810d957a3..a35391d8070d3ed7f21356ee4e5c011b0589c0bf 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.5</version> + <version>1.0.6</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 5e968b49c5386999f8bd7bab2bccc323efc20a67..8f3cd65acafa6b32808212803554c72167d83f50 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.5</version> + <version>1.0.6</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 bbd0d52dd8daec9012228c813a8e26ec469e107d..ceaaceae1e7f824f48a4dcc16a356270786771c0 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.5</version> + <version>1.0.6</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 fea53227e0847ee82845f90b67f79e5e734f7bc1..e89ad2bdc6c68c02e1d66d8c40ceab6a0f35428e 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.5</version> + <version>1.0.6</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 ef507c1b51c75e03b84e228ff55ad30e5750b96f..b5107c425b279be8063edf68f3b1a97fe977222e 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.5</version> + <version>1.0.6</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 87dd43a9f1864d6db3b38a2fae25bdfd2b13ee4a..e704bbe4717c81954f16b5a2a8930e9df330b664 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.5</version> + <version>1.0.6</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 bf138ed941738df40d45c31d2fc529659e70b43c..54dc18aed88f677c8041925a106d4066900db8f8 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.5</version> + <version>1.0.6</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 f4c1a56d103d37e3ece7d0e1e37949bf975f9bb6..3dace4648370afe38bf4edb24d691adea5ba8b2c 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.5</version> + <version>1.0.6</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 76142d5e764062f8095c5373610d383a0a1ee3e3..c3e3fede77fbabf1596e5d77b5f25eb369204b5b 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.5</version> + <version>1.0.6</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 775cb59de713b0ff08ceb40f1299189aabd9859d..4239d343f67ed07503d34a76d830ebf5e758500a 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.5</version> + <version>1.0.6</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 a5ae5f852a485121c88d503835fd9abbefce46e4..33a8d64e35beb877a998954e1184a5e7e2a8ceee 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.5</version> + <version>1.0.6</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 14842bb5c886d6458d1a65439f6f910207930de2..a0862ca6f136da0514db28efdbc21c9c64f52d1e 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.5</version> + <version>1.0.6</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins source release</package> diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c index 5674b65be9ca5882267b03f96bb4206cca7cb676..48778a677639d96509a8eef25393b5e82241e502 100644 --- a/ext/dv/gstdvdemux.c +++ b/ext/dv/gstdvdemux.c @@ -651,8 +651,10 @@ gst_dvdemux_push_event (GstDVDemux * dvdemux, GstEvent * event) if (dvdemux->audiosrcpad) res |= gst_pad_push_event (dvdemux->audiosrcpad, event); - else + else { gst_event_unref (event); + res = TRUE; + } return res; } diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index 249460e684988efd3108a4f8d39619d8202ffb3c..4a027104eb9125b208de4a93f59bc4d93cfe29dc 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -2700,11 +2700,12 @@ gst_pulsesink_change_props (GstPulseSink * psink, GstTagList * l) if (pbuf == NULL || pbuf->stream == NULL) goto no_buffer; + /* We're not interested if this operation failed or not */ if (!(o = pa_stream_proplist_update (pbuf->stream, PA_UPDATE_REPLACE, - pl, NULL, NULL))) - goto update_failed; + pl, NULL, NULL))) { + GST_DEBUG_OBJECT (psink, "pa_stream_proplist_update() failed"); + } - /* We're not interested if this operation failed or not */ unlock: if (o) @@ -2725,13 +2726,6 @@ no_buffer: GST_DEBUG_OBJECT (psink, "we have no ringbuffer"); goto unlock; } -update_failed: - { - GST_ELEMENT_ERROR (psink, RESOURCE, FAILED, - ("pa_stream_proplist_update() failed: %s", - pa_strerror (pa_context_errno (pbuf->context))), (NULL)); - goto unlock; - } } static void diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c index a5702a547920cb53c8ef4287f0d44943cf34e11b..451bc62e8f843b105d4c804c94cce618e2b1cf05 100644 --- a/ext/soup/gstsouphttpsrc.c +++ b/ext/soup/gstsouphttpsrc.c @@ -804,6 +804,17 @@ gst_soup_http_src_got_headers_cb (SoupMessage * msg, GstSoupHTTPSrc * src) ("Server does not accept Range HTTP header, URL: %s", src->location)); src->ret = GST_FLOW_ERROR; } + + /* If we are going to error out, stop all processing right here, so we + * don't output any data (such as an error html page), and return + * GST_FLOW_ERROR from the create function instead of having + * got_chunk_cb overwrite src->ret with FLOW_OK again. */ + if (src->ret == GST_FLOW_ERROR) { + gst_soup_http_src_session_pause_message (src); + + if (src->loop) + g_main_loop_quit (src->loop); + } } /* Have body. Signal EOS. */ diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap index 470e9c984c5e32cabf07b085466a7839992ee151..baa6096a4334956518af81968763ba01d64ce299 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.6</revision> + <branch>1.0</branch> + <name></name> + <created>2013-03-22</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.0.6.tar.xz" /> + </Version> + </release> + <release> <Version> <revision>1.0.5</revision> diff --git a/gst-plugins-good.spec b/gst-plugins-good.spec index d1ba3a6d80efc280d22f28285aa71b59482da431..9bc0a056e2106967e32a13e1080c9f139eae2741 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.5 +Version: 1.0.6 Release: 1.gst Summary: GStreamer plug-ins with good code and licensing diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index 448867932c99df60ee7c08373d9065e9f53844d8..dd6c3b2bd9ce7d6d1955f8d2a129e6f5e9fef02e 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -174,6 +174,8 @@ gst_au_parse_reset (GstAuParse * auparse) gst_adapter_clear (auparse->adapter); + gst_caps_replace (&auparse->src_caps, NULL); + /* gst_segment_init (&auparse->segment, GST_FORMAT_TIME); */ } diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index 4b118bfa829e7a2e3a6b40c99f69c05b7b13134e..4bdde678bff8e2351749d97a1588b5cacfa43ad4 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -3387,7 +3387,9 @@ gst_avi_demux_stream_header_push (GstAviDemux * avi) } break; default: - if (gst_avi_demux_peek_chunk (avi, &tag, &size)) { + if (gst_avi_demux_peek_chunk (avi, &tag, &size) || size == 0) { + /* accept 0 size buffer here */ + avi->abort_buffering = FALSE; avi->offset += 8 + GST_ROUND_UP_2 (size); gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size)); } else { @@ -3397,7 +3399,9 @@ gst_avi_demux_stream_header_push (GstAviDemux * avi) break; } } else { - if (gst_avi_demux_peek_chunk (avi, &tag, &size)) { + if (gst_avi_demux_peek_chunk (avi, &tag, &size) || size == 0) { + /* accept 0 size buffer here */ + avi->abort_buffering = FALSE; avi->offset += 8 + GST_ROUND_UP_2 (size); gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size)); } else { diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index bdce78bf59f5166f1cde4a0b6473fd8654a8d881..f582770521aa5a4aa9e27537bb8699620212ac93 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -1708,6 +1708,8 @@ restart: if (!flushing && self->cur_field_idx < 1) { goto need_more; + } else if (self->cur_field_idx < 0 && flushing) { + self->cur_field_idx++; } if (self->fields == GST_DEINTERLACE_ALL || IS_TELECINE (interlacing_mode)) diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index b86a90c36198668b8212e93c165edde3063f5054..17019839a1063ec639b48f861688a89739b33759 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c @@ -120,6 +120,7 @@ #include <gst/audio/audio.h> #include <gst/video/video.h> #include <gst/tag/xmpwriter.h> +#include <gst/tag/tag.h> #include <sys/types.h> #ifdef G_OS_WIN32 @@ -1280,9 +1281,10 @@ gst_qt_mux_send_buffered_data (GstQTMux * qtmux, guint64 * offset) gst_buffer_unmap (buf, &map); break; } - GST_LOG_OBJECT (qtmux, "Pushing buffered buffer of size %d", - (gint) map.size); + GST_LOG_OBJECT (qtmux, "Pushing buffered buffer of size %d", (gint) size); gst_buffer_unmap (buf, &map); + if (size != bufsize) + gst_buffer_set_size (buf, size); ret = gst_qt_mux_send_buffer (qtmux, buf, offset, FALSE); buf = NULL; } @@ -3307,6 +3309,7 @@ gst_qt_mux_sink_event (GstCollectPads * pads, GstCollectData * data, GstTagList *list; GstTagSetter *setter = GST_TAG_SETTER (qtmux); GstTagMergeMode mode; + gchar *code; GST_OBJECT_LOCK (qtmux); mode = gst_tag_setter_get_tag_merge_mode (setter); @@ -3329,6 +3332,21 @@ gst_qt_mux_sink_event (GstCollectPads * pads, GstCollectData * data, qtpad->max_bitrate = max_bitrate; } + if (gst_tag_list_get_string (list, GST_TAG_LANGUAGE_CODE, &code)) { + const char *iso_code = gst_tag_get_language_code_iso_639_2T (code); + if (iso_code) { + GstQTPad *qtpad = gst_pad_get_element_private (pad); + g_assert (qtpad); + if (qtpad->trak) { + /* https://developer.apple.com/library/mac/#documentation/QuickTime/QTFF/QTFFChap4/qtff4.html */ + qtpad->trak->mdia.mdhd.language_code = + (iso_code[0] - 0x60) * 0x400 + (iso_code[1] - 0x60) * 0x20 + + (iso_code[2] - 0x60); + } + } + g_free (code); + } + gst_event_unref (event); event = NULL; ret = TRUE; diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index cc663315c5443555b2b9925cd4eb6c68c2ebd9aa..3c2d917b2835b3d1fe1f3fb6408fb610332468c4 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -2751,6 +2751,7 @@ gst_qtdemux_loop_state_header (GstQTDemux * qtdemux) if (ret != GST_FLOW_OK) goto beach; gst_buffer_map (moov, &map, GST_MAP_READ); + if (length != map.size) { /* Some files have a 'moov' atom at the end of the file which contains * a terminal 'free' atom where the body of the atom is missing. @@ -2760,13 +2761,14 @@ gst_qtdemux_loop_state_header (GstQTDemux * qtdemux) guint8 *final_data = map.data + (map.size - 8); guint32 final_length = QT_UINT32 (final_data); guint32 final_fourcc = QT_FOURCC (final_data + 4); - gst_buffer_unmap (moov, &map); + if (final_fourcc == FOURCC_free && map.size + final_length - 8 == length) { /* Ok, we've found that special case. Allocate a new buffer with * that free atom actually present. */ GstBuffer *newmoov = gst_buffer_new_and_alloc (length); gst_buffer_copy_into (newmoov, moov, 0, 0, map.size); + gst_buffer_unmap (moov, &map); gst_buffer_map (newmoov, &map, GST_MAP_WRITE); memset (map.data + length - final_length + 8, 0, final_length - 8); gst_buffer_unref (moov); @@ -4226,22 +4228,30 @@ gst_qtdemux_chain (GstPad * sinkpad, GstObject * parent, GstBuffer * inbuf) extract_initial_length_and_fourcc (data, demux->neededbytes, NULL, &fourcc); if (fourcc == FOURCC_moov) { - GST_DEBUG_OBJECT (demux, "Parsing [moov]"); + /* in usual fragmented setup we could try to scan for more + * and end up at the the moov (after mdat) again */ + if (demux->got_moov && demux->n_streams > 0) { + GST_DEBUG_OBJECT (demux, + "Skipping moov atom as we have one already"); + } else { + GST_DEBUG_OBJECT (demux, "Parsing [moov]"); - demux->got_moov = TRUE; + demux->got_moov = TRUE; - /* prepare newsegment to send when streaming actually starts */ - if (!demux->pending_newsegment) - demux->pending_newsegment = gst_event_new_segment (&demux->segment); + /* prepare newsegment to send when streaming actually starts */ + if (!demux->pending_newsegment) + demux->pending_newsegment = + gst_event_new_segment (&demux->segment); - qtdemux_parse_moov (demux, data, demux->neededbytes); - qtdemux_node_dump (demux, demux->moov_node); - qtdemux_parse_tree (demux); - qtdemux_expose_streams (demux); + qtdemux_parse_moov (demux, data, demux->neededbytes); + qtdemux_node_dump (demux, demux->moov_node); + qtdemux_parse_tree (demux); + qtdemux_expose_streams (demux); - g_node_destroy (demux->moov_node); - demux->moov_node = NULL; - GST_DEBUG_OBJECT (demux, "Finished parsing the header"); + g_node_destroy (demux->moov_node); + demux->moov_node = NULL; + GST_DEBUG_OBJECT (demux, "Finished parsing the header"); + } } else if (fourcc == FOURCC_moof) { if (demux->got_moov && demux->fragmented) { GST_DEBUG_OBJECT (demux, "Parsing [moof]"); @@ -6461,6 +6471,9 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak) || !gst_byte_reader_get_uint24_be (&tkhd, &tkhd_flags)) goto corrupt_file; + if ((tkhd_flags & 1) == 0) + goto track_disabled; + /* pick between 64 or 32 bits */ value_size = tkhd_version == 1 ? 8 : 4; if (!gst_byte_reader_skip (&tkhd, value_size * 2) || @@ -7619,6 +7632,12 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak) return TRUE; /* ERRORS */ +track_disabled: + { + GST_INFO_OBJECT (qtdemux, "skip disabled track"); + g_free (stream); + return TRUE; + } corrupt_file: { GST_ELEMENT_ERROR (qtdemux, STREAM, DEMUX, @@ -8686,6 +8705,8 @@ qtdemux_tag_add_blob (GNode * node, GstQTDemux * demux) gst_tag_list_add (demux->tag_list, GST_TAG_MERGE_APPEND, GST_QT_DEMUX_PRIVATE_TAG, sample, NULL); + + gst_sample_unref (sample); } static void diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index b8b6d110584aacf5f4d0850062ea0febf0bdbf3e..19e02bceef7e93ae3dff68639c9aafd267ae1be0 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -127,7 +127,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_ALWAYS, GST_STATIC_CAPS ("audio/x-raw, " "format = (string) { S8, " GST_AUDIO_NE (S16) ", " GST_AUDIO_NE (S32) - GST_AUDIO_NE (F32) "," GST_AUDIO_NE (F64) " }," + ", " GST_AUDIO_NE (F32) "," GST_AUDIO_NE (F64) " }," "layout = (string) interleaved, " "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, MAX ]") ); @@ -138,7 +138,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_ALWAYS, GST_STATIC_CAPS ("audio/x-raw, " "format = (string) { S8, " GST_AUDIO_NE (S16) ", " GST_AUDIO_NE (S32) - GST_AUDIO_NE (F32) "," GST_AUDIO_NE (F64) " }," + ", " GST_AUDIO_NE (F32) "," GST_AUDIO_NE (F64) " }," "layout = (string) interleaved, " "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, MAX ]") ); @@ -166,6 +166,9 @@ static gboolean gst_level_set_caps (GstBaseTransform * trans, GstCaps * in, static gboolean gst_level_start (GstBaseTransform * trans); static GstFlowReturn gst_level_transform_ip (GstBaseTransform * trans, GstBuffer * in); +static void gst_level_post_message (GstLevel * filter); +static gboolean gst_level_sink_event (GstBaseTransform * trans, + GstEvent * event); static void @@ -212,6 +215,7 @@ gst_level_class_init (GstLevelClass * klass) trans_class->set_caps = GST_DEBUG_FUNCPTR (gst_level_set_caps); trans_class->start = GST_DEBUG_FUNCPTR (gst_level_start); trans_class->transform_ip = GST_DEBUG_FUNCPTR (gst_level_transform_ip); + trans_class->sink_event = GST_DEBUG_FUNCPTR (gst_level_sink_event); trans_class->passthrough_on_same_caps = TRUE; } @@ -643,61 +647,86 @@ gst_level_transform_ip (GstBaseTransform * trans, GstBuffer * in) /* do we need to message ? */ if (filter->num_frames >= filter->interval_frames) { - if (filter->message) { - GstMessage *m; - GstClockTime duration = - GST_FRAMES_TO_CLOCK_TIME (filter->num_frames, rate); + gst_level_post_message (filter); + } + + gst_buffer_unmap (in, &map); + + return GST_FLOW_OK; +} + +static void +gst_level_post_message (GstLevel * filter) +{ + guint i; + gint channels, rate; + + channels = GST_AUDIO_INFO_CHANNELS (&filter->info); + rate = GST_AUDIO_INFO_RATE (&filter->info); + + + if (filter->message) { + GstMessage *m; + GstClockTime duration = GST_FRAMES_TO_CLOCK_TIME (filter->num_frames, rate); - m = gst_level_message_new (filter, filter->message_ts, duration); + m = gst_level_message_new (filter, filter->message_ts, duration); + GST_LOG_OBJECT (filter, + "message: ts %" GST_TIME_FORMAT ", num_frames %d", + GST_TIME_ARGS (filter->message_ts), filter->num_frames); + + for (i = 0; i < channels; ++i) { + gdouble RMS; + gdouble RMSdB, lastdB, decaydB; + + RMS = sqrt (filter->CS[i] / filter->num_frames); GST_LOG_OBJECT (filter, - "message: ts %" GST_TIME_FORMAT ", num_frames %d", - GST_TIME_ARGS (filter->message_ts), filter->num_frames); - - for (i = 0; i < channels; ++i) { - gdouble RMS; - gdouble RMSdB, lastdB, decaydB; - - RMS = sqrt (filter->CS[i] / filter->num_frames); - GST_LOG_OBJECT (filter, - "message: channel %d, CS %f, num_frames %d, RMS %f", - i, filter->CS[i], filter->num_frames, RMS); - GST_LOG_OBJECT (filter, - "message: last_peak: %f, decay_peak: %f", - filter->last_peak[i], filter->decay_peak[i]); - /* RMS values are calculated in amplitude, so 20 * log 10 */ - RMSdB = 20 * log10 (RMS + EPSILON); - /* peak values are square sums, ie. power, so 10 * log 10 */ - lastdB = 10 * log10 (filter->last_peak[i] + EPSILON); - decaydB = 10 * log10 (filter->decay_peak[i] + EPSILON); - - if (filter->decay_peak[i] < filter->last_peak[i]) { - /* this can happen in certain cases, for example when - * the last peak is between decay_peak and decay_peak_base */ - GST_DEBUG_OBJECT (filter, - "message: decay peak dB %f smaller than last peak dB %f, copying", - decaydB, lastdB); - filter->decay_peak[i] = filter->last_peak[i]; - } - GST_LOG_OBJECT (filter, - "message: RMS %f dB, peak %f dB, decay %f dB", - RMSdB, lastdB, decaydB); - - gst_level_message_append_channel (m, RMSdB, lastdB, decaydB); - - /* reset cumulative and normal peak */ - filter->CS[i] = 0.0; - filter->last_peak[i] = 0.0; + "message: channel %d, CS %f, num_frames %d, RMS %f", + i, filter->CS[i], filter->num_frames, RMS); + GST_LOG_OBJECT (filter, + "message: last_peak: %f, decay_peak: %f", + filter->last_peak[i], filter->decay_peak[i]); + /* RMS values are calculated in amplitude, so 20 * log 10 */ + RMSdB = 20 * log10 (RMS + EPSILON); + /* peak values are square sums, ie. power, so 10 * log 10 */ + lastdB = 10 * log10 (filter->last_peak[i] + EPSILON); + decaydB = 10 * log10 (filter->decay_peak[i] + EPSILON); + + if (filter->decay_peak[i] < filter->last_peak[i]) { + /* this can happen in certain cases, for example when + * the last peak is between decay_peak and decay_peak_base */ + GST_DEBUG_OBJECT (filter, + "message: decay peak dB %f smaller than last peak dB %f, copying", + decaydB, lastdB); + filter->decay_peak[i] = filter->last_peak[i]; } + GST_LOG_OBJECT (filter, + "message: RMS %f dB, peak %f dB, decay %f dB", + RMSdB, lastdB, decaydB); - gst_element_post_message (GST_ELEMENT (filter), m); + gst_level_message_append_channel (m, RMSdB, lastdB, decaydB); + + /* reset cumulative and normal peak */ + filter->CS[i] = 0.0; + filter->last_peak[i] = 0.0; } - filter->num_frames = 0; + + gst_element_post_message (GST_ELEMENT (filter), m); } + filter->num_frames = 0; +} - gst_buffer_unmap (in, &map); - return GST_FLOW_OK; +static gboolean +gst_level_sink_event (GstBaseTransform * trans, GstEvent * event) +{ + if (GST_EVENT_TYPE (event) == GST_EVENT_EOS) { + GstLevel *filter = GST_LEVEL (trans); + + gst_level_post_message (filter); + } + + return GST_BASE_TRANSFORM_CLASS (parent_class)->sink_event (trans, event); } static gboolean diff --git a/gst/rtp/gstrtph264pay.c b/gst/rtp/gstrtph264pay.c index 12b387f3e0f6a96a7eeb05537b78844ff38ae3a5..ef712d468fcb40577845a0d5d0413d9c818f1df3 100644 --- a/gst/rtp/gstrtph264pay.c +++ b/gst/rtp/gstrtph264pay.c @@ -224,7 +224,7 @@ gst_rtp_h264_pay_getcaps (GstRTPBasePayload * payload, GstPad * pad, guint i; allowed_caps = - gst_pad_peer_query_caps (GST_RTP_BASE_PAYLOAD_SRCPAD (payload), filter); + gst_pad_peer_query_caps (GST_RTP_BASE_PAYLOAD_SRCPAD (payload), NULL); if (allowed_caps == NULL) return NULL; diff --git a/gst/rtp/gstrtpmp4gdepay.c b/gst/rtp/gstrtpmp4gdepay.c index 2c9939f87f91b67e096627f8c74be1ed03ac2bf0..d0a1ef351287544b0dec9373afd4d11fdd0bdf31 100644 --- a/gst/rtp/gstrtpmp4gdepay.c +++ b/gst/rtp/gstrtpmp4gdepay.c @@ -50,7 +50,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", "clock-rate = (int) [1, MAX ], " "encoding-name = (string) \"MPEG4-GENERIC\", " /* required string params */ - "streamtype = (string) { \"4\", \"5\" }, " /* 4 = video, 5 = audio */ + /* "streamtype = (string) { \"4\", \"5\" }, " Not set by Wowza 4 = video, 5 = audio */ /* "profile-level-id = (string) [1,MAX], " */ /* "config = (string) [1,MAX]" */ "mode = (string) { \"generic\", \"CELP-cbr\", \"CELP-vbr\", \"AAC-lbr\", \"AAC-hbr\" } " diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c index 9273909138dad58d6e08b55f34ac27b73f6f8923..b4d60aaba54e140d2a8fd72c41b7d6dccb864f64 100644 --- a/gst/rtpmanager/gstrtpptdemux.c +++ b/gst/rtpmanager/gstrtpptdemux.c @@ -394,13 +394,16 @@ gst_rtp_pt_demux_chain (GstPad * pad, GstObject * parent, GstBuffer * buf) gst_pad_set_active (srcpad, TRUE); + /* First sticky events on sink pad are forwarded to the new src pad */ + gst_pad_sticky_events_foreach (rtpdemux->sink, forward_sticky_events, + srcpad); + + /* Then caps event is sent */ caps = gst_caps_make_writable (caps); gst_caps_set_simple (caps, "payload", G_TYPE_INT, pt, NULL); gst_pad_set_caps (srcpad, caps); gst_caps_unref (caps); - gst_pad_sticky_events_foreach (rtpdemux->sink, forward_sticky_events, - srcpad); gst_element_add_pad (GST_ELEMENT_CAST (rtpdemux), srcpad); GST_DEBUG ("emitting new-payload-type for pt %d", pt); diff --git a/gst/rtpmanager/rtpjitterbuffer.c b/gst/rtpmanager/rtpjitterbuffer.c index 3b716a1e5ca7cfcc4fd4d7503aa91ef51fb55b26..569930140adbe5851ed3e540558d09ec726122d6 100644 --- a/gst/rtpmanager/rtpjitterbuffer.c +++ b/gst/rtpmanager/rtpjitterbuffer.c @@ -455,7 +455,7 @@ calculate_skew (RTPJitterBuffer * jbuf, guint32 rtptime, GstClockTime time, * its timestamps. */ if (ABS (delta - jbuf->skew) > GST_SECOND) { GST_WARNING ("delta - skew: %" GST_TIME_FORMAT " too big, reset skew", - GST_TIME_ARGS (delta - jbuf->skew)); + GST_TIME_ARGS (ABS (delta - jbuf->skew))); rtp_jitter_buffer_resync (jbuf, time, gstrtptime, ext_rtptime, TRUE); send_diff = 0; delta = 0; diff --git a/gst/rtpmanager/rtpsession.c b/gst/rtpmanager/rtpsession.c index cfad8e5f72f4ad2041576c988bcc8e3315364b2b..f46362725e7e7d4fa04649f01ae41da5a5c8cd77 100644 --- a/gst/rtpmanager/rtpsession.c +++ b/gst/rtpmanager/rtpsession.c @@ -1333,10 +1333,10 @@ check_collision (RTPSession * sess, RTPSource * source, GST_DEBUG ("Collision for SSRC %x", rtp_source_get_ssrc (source)); on_ssrc_collision (sess, source); + sess->change_ssrc = TRUE; + rtp_session_schedule_bye_locked (sess, "SSRC Collision", arrival->current_time); - - sess->change_ssrc = TRUE; } } diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 4a4a32b4772ab2e93d99f8a4cc0872e990b5091d..7b5436fad59da8e8e83c2d4a59419fb00c20cb88 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -281,6 +281,9 @@ static gboolean gst_rtspsrc_push_event (GstRTSPSrc * src, GstEvent * event); #define CMD_RECONNECT (1 << 5) #define CMD_LOOP (1 << 6) +/* mask for all commands */ +#define CMD_ALL ((CMD_LOOP << 1) - 1) + #define GST_ELEMENT_PROGRESS(el, type, code, text) \ G_STMT_START { \ gchar *__txt = _gst_element_error_printf text; \ @@ -2230,6 +2233,9 @@ new_manager_pad (GstElement * manager, GstPad * pad, GstRTSPSrc * src) if (stream == NULL) goto unknown_stream; + /* save SSRC */ + stream->ssrc = ssrc; + /* we'll add it later see below */ stream->added = TRUE; @@ -2332,20 +2338,30 @@ static void on_bye_ssrc (GObject * session, GObject * source, GstRTSPStream * stream) { GstRTSPSrc *src = stream->parent; + guint ssrc; + + g_object_get (source, "ssrc", &ssrc, NULL); - GST_DEBUG_OBJECT (src, "source in session %u received BYE", stream->id); + GST_DEBUG_OBJECT (src, "source %08x, stream %08x, session %u received BYE", + ssrc, stream->ssrc, stream->id); - gst_rtspsrc_do_stream_eos (src, stream); + if (ssrc == stream->ssrc) + gst_rtspsrc_do_stream_eos (src, stream); } static void on_timeout (GObject * session, GObject * source, GstRTSPStream * stream) { GstRTSPSrc *src = stream->parent; + guint ssrc; + + g_object_get (source, "ssrc", &ssrc, NULL); - GST_DEBUG_OBJECT (src, "source in session %u timed out", stream->id); + GST_WARNING_OBJECT (src, "source %08x, stream %08x in session %u timed out", + ssrc, stream->ssrc, stream->id); - gst_rtspsrc_do_stream_eos (src, stream); + if (ssrc == stream->ssrc) + gst_rtspsrc_do_stream_eos (src, stream); } static void @@ -6651,7 +6667,7 @@ gst_rtspsrc_stop (GstRTSPSrc * src) GST_DEBUG_OBJECT (src, "stopping"); /* also cancels pending task */ - gst_rtspsrc_loop_send_cmd (src, CMD_WAIT, CMD_CLOSE); + gst_rtspsrc_loop_send_cmd (src, CMD_WAIT, CMD_ALL); GST_OBJECT_LOCK (src); if ((task = src->task)) { diff --git a/gst/videomixer/videomixer2.c b/gst/videomixer/videomixer2.c index 9f1aefca987513740fe56aac6bf21f7729e8aee4..1d14c5e2b40085b3931ef29650a06087757be351 100644 --- a/gst/videomixer/videomixer2.c +++ b/gst/videomixer/videomixer2.c @@ -791,7 +791,7 @@ gst_videomixer2_fill_queues (GstVideoMixer2 * mix, } } else { if (mixcol->end_time != -1) { - if (mixcol->end_time < output_start_time) { + if (mixcol->end_time <= output_start_time) { gst_buffer_replace (&mixcol->buffer, NULL); mixcol->start_time = mixcol->end_time = -1; if (!GST_COLLECT_PADS_STATE_IS_SET (mixcol, @@ -1084,6 +1084,7 @@ gst_videomixer2_query_caps (GstPad * pad, GstObject * parent, GstQuery * query) } } gst_query_set_caps_result (query, caps); + gst_caps_unref (caps); return TRUE; } diff --git a/po/af.gmo b/po/af.gmo index 65a59d266910e885906480a05337c4a1a96d8996..100741cc1dde6f41351c8bf80675795c734aba6c 100644 Binary files a/po/af.gmo and b/po/af.gmo differ diff --git a/po/af.po b/po/af.po index 12299573edf09d78aa4f781fdcf1966ac48a5918..a70a4e84f50dab7f88f3849d94ce88ef8c59452b 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 420e3f6b3b4cb89f2c18642904537419c0220803..36ed80a16a31a95a0400fcbc30084649ee7d213d 100644 Binary files a/po/az.gmo and b/po/az.gmo differ diff --git a/po/az.po b/po/az.po index c213925034a8e6df34647822327e7a744c0ddc2f..71a1daba22eb9c323e8896f3ff3fc69d1815da19 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 ced3bdc034279f1c3b0c6c35dcb6b5f45673da5d..a7df2c8048ff05faffaaf608d77951386f2ab6d8 100644 Binary files a/po/bg.gmo and b/po/bg.gmo differ diff --git a/po/bg.po b/po/bg.po index 6a489d5d50856967e40caf7f17d8b9245c2e76ac..feaf45dc431d635691050590062e6cb5763deb18 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 7e04d7e72044a622efc5c17727d75ca1c21e34c7..93e3323039d3a38ce309d6d57c58d7a76062b984 100644 Binary files a/po/ca.gmo and b/po/ca.gmo differ diff --git a/po/ca.po b/po/ca.po index 01f945f81377ccb323d9baec4b8e07afe0ac2263..874df253160f9bd5814e3ff4809bdc4274d71e31 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 c4e21df5a94f5ef22c13747bc67701c2758dbd18..2a2dcef80f1535266caa0842d7e11f0556efe5ce 100644 Binary files a/po/cs.gmo and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index 00266154f8c8d9a7cacdb360f20b83770468e08f..5839723fc7049129f518e7820e7b3302f7a88afa 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 4a252c9531e12b9f9c6a1259310736cb58aa4a1f..4dd0b92f0d43b7967afeccc63ec63a58d9ef656a 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index 916d710888d1e7982a66568d5573cd1396942070..4187c63262d3a3c1f7e87e43a48cbbb60de7a87e 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 d8ee50897078eabe7c87f2c94c2f9f5dd63412ad..0458b5532b9cf485e582574188b29b8f3a0161dd 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 277e6494eb7dd7629cea12410c55966e0385283d..0264e661329eaa49b99e783f4c968fddabdbcb96 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 463c52691c7e38a7f9c85db751863f0a7e4e4059..4f7f3806f6ea680f41bba3010e64987b2b61990c 100644 Binary files a/po/el.gmo and b/po/el.gmo differ diff --git a/po/el.po b/po/el.po index 7e0f8cd9ca59a6c3da5d0ab82305d9f4766eafc8..c052dd2c4df88d75141c588cc336d0db7cd32363 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 0187de3c158a7c2e04a82bb9a7bb51d377c32b75..5ddbbb28c3dc171dd87798166f2a224550cb6c08 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 5b12fceff1c0d1ad7345752ba3a016388d7f858b..c345be68bacc3eb8ad64de51fc06b4ce2f49a488 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 40fe8f63154641209cec1cc3420fc33d265b5515..0b12fe5f22a582df54cc1bbfff148b2fadde4c2f 100644 Binary files a/po/eo.gmo and b/po/eo.gmo differ diff --git a/po/eo.po b/po/eo.po index e19de9eebff1938e2d34333765b61512fcd1a165..a4ea5f3b3a5a0a671f78ae86d1b5a0c2685a6206 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 8f71a1060f562770184efac3b60eee06fffb96fd..86ca382038d7aa3e629241250740d7a0080d04dd 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index 014cd85640922f738346e7996b67abf8d7c48bd4..c9acaf169bed206d20c0b89607214618eefcdb59 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 272a8b8452088bfa99da454433d8405f0bc4644d..2977c089c27326dd5af70fe31511598107454133 100644 Binary files a/po/eu.gmo and b/po/eu.gmo differ diff --git a/po/eu.po b/po/eu.po index d96669849cd064b20c5380398a91fe2429119ac2..7ce0a43e150bde876bc80c69ea8ad07aaff92d9f 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 d90d98cf26233649ea338b500a43ac7307ce0cb4..882cac86ca060dffc4c386acdcbe17acb3fdecbc 100644 Binary files a/po/fi.gmo and b/po/fi.gmo differ diff --git a/po/fi.po b/po/fi.po index f78cf3108a3427c9d4724634068d88895cbedcf1..0e084d05365eda7fe85f9ba090ccbdaa6d8a233f 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 3e7c296e9c8b412ab498bd96046f8980b6440959..f4c0e3618658192220abd0dba82bd97898ef0d0a 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index a2e8edd6b5d3d867bca1b7637266209757f6e9fc..f7d0043be4afd1ac480bb6645b99b93de54127c9 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 3d294f394fcba2a8de0a3e04d85eb096430333a8..619094fb7ba961c7b7f46f9f85c1f713f6126a05 100644 Binary files a/po/gl.gmo and b/po/gl.gmo differ diff --git a/po/gl.po b/po/gl.po index 4c0c9ca93930b0d3b30dc06b02c2b40a3bab6652..d1489aa180aa3896a5ed579aaf93d37fca565e16 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 07be624bf38ea4371b84754b0a3ff49f27f431ae..dd5682d0f541f0aba7c00cfae3e384c5df787200 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.5\n" +"Project-Id-Version: gst-plugins-good 1.0.6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2013-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. TRANSLATORS: 'song title' by 'artist name' -#: ext/pulse/pulsesink.c:2793 +#: ext/pulse/pulsesink.c:2787 #, c-format msgid "'%s' by '%s'" msgstr "" @@ -34,32 +34,32 @@ msgstr "" msgid "Server does not support seeking." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1019 +#: ext/soup/gstsouphttpsrc.c:1030 msgid "Could not resolve server name." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1025 +#: ext/soup/gstsouphttpsrc.c:1036 msgid "Could not establish connection to server." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1030 +#: ext/soup/gstsouphttpsrc.c:1041 msgid "Secure connection setup failed." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1035 +#: ext/soup/gstsouphttpsrc.c:1046 msgid "" "A network error occured, or the server closed the connection unexpectedly." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1041 +#: ext/soup/gstsouphttpsrc.c:1052 msgid "Server sent bad data." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1186 +#: ext/soup/gstsouphttpsrc.c:1197 msgid "No URL set." msgstr "" -#: gst/avi/gstavidemux.c:5281 +#: gst/avi/gstavidemux.c:5285 msgid "Internal data stream error." msgstr "" @@ -71,16 +71,16 @@ msgstr "" msgid "This file contains no playable streams." msgstr "" -#: gst/isomp4/qtdemux.c:596 gst/isomp4/qtdemux.c:4136 -#: gst/isomp4/qtdemux.c:4202 gst/isomp4/qtdemux.c:4349 +#: gst/isomp4/qtdemux.c:596 gst/isomp4/qtdemux.c:4138 +#: gst/isomp4/qtdemux.c:4204 gst/isomp4/qtdemux.c:4359 msgid "This file is invalid and cannot be played." msgstr "" #: gst/isomp4/qtdemux.c:2504 gst/isomp4/qtdemux.c:2580 -#: gst/isomp4/qtdemux.c:2623 gst/isomp4/qtdemux.c:4958 -#: gst/isomp4/qtdemux.c:4965 gst/isomp4/qtdemux.c:5603 -#: gst/isomp4/qtdemux.c:6031 gst/isomp4/qtdemux.c:6038 -#: gst/isomp4/qtdemux.c:7625 +#: gst/isomp4/qtdemux.c:2623 gst/isomp4/qtdemux.c:4968 +#: gst/isomp4/qtdemux.c:4975 gst/isomp4/qtdemux.c:5613 +#: gst/isomp4/qtdemux.c:6041 gst/isomp4/qtdemux.c:6048 +#: gst/isomp4/qtdemux.c:7644 msgid "This file is corrupt and cannot be played." msgstr "" @@ -88,26 +88,26 @@ msgstr "" msgid "Invalid atom size." msgstr "" -#: gst/isomp4/qtdemux.c:2780 +#: gst/isomp4/qtdemux.c:2782 msgid "This file is incomplete and cannot be played." msgstr "" -#: gst/isomp4/qtdemux.c:5180 +#: gst/isomp4/qtdemux.c:5190 msgid "The video in this file might not play correctly." msgstr "" -#: gst/isomp4/qtdemux.c:7654 +#: gst/isomp4/qtdemux.c:7673 #, c-format msgid "This file contains too many streams. Only playing first %d" msgstr "" -#: gst/rtsp/gstrtspsrc.c:5424 +#: gst/rtsp/gstrtspsrc.c:5440 msgid "" "No supported stream was found. You might need to install a GStreamer RTSP " "extension plugin for Real media streams." msgstr "" -#: gst/rtsp/gstrtspsrc.c:5429 +#: gst/rtsp/gstrtspsrc.c:5445 msgid "" "No supported stream was found. You might need to allow more transport " "protocols or may otherwise be missing the right GStreamer RTSP extension " @@ -205,7 +205,7 @@ msgstr "" msgid "AUX 2 Out" msgstr "" -#: sys/v4l2/gstv4l2bufferpool.c:1007 +#: sys/v4l2/gstv4l2bufferpool.c:1009 #, c-format msgid "Error reading %d bytes from device '%s'." msgstr "" @@ -283,7 +283,7 @@ msgstr "" msgid "Failed to get radio input on device '%s'. " msgstr "" -#: sys/v4l2/gstv4l2radio.c:202 sys/v4l2/v4l2_calls.c:857 +#: sys/v4l2/gstv4l2radio.c:202 sys/v4l2/v4l2_calls.c:861 #, c-format msgid "Failed to set input %d on device %s." msgstr "" @@ -315,78 +315,78 @@ msgstr "" msgid "Failed to query norm on device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:344 +#: sys/v4l2/v4l2_calls.c:348 #, c-format msgid "Failed getting controls attributes on device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:487 +#: sys/v4l2/v4l2_calls.c:491 #, c-format msgid "Cannot identify device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:494 +#: sys/v4l2/v4l2_calls.c:498 #, c-format msgid "This isn't a device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:501 +#: sys/v4l2/v4l2_calls.c:505 #, c-format msgid "Could not open device '%s' for reading and writing." msgstr "" -#: sys/v4l2/v4l2_calls.c:508 +#: sys/v4l2/v4l2_calls.c:512 #, c-format msgid "Device '%s' is not a capture device." msgstr "" -#: sys/v4l2/v4l2_calls.c:516 +#: sys/v4l2/v4l2_calls.c:520 #, c-format msgid "Device '%s' is not a output device." msgstr "" -#: sys/v4l2/v4l2_calls.c:615 +#: sys/v4l2/v4l2_calls.c:619 #, c-format msgid "Failed to set norm for device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:653 +#: sys/v4l2/v4l2_calls.c:657 #, c-format msgid "Failed to get current tuner frequency for device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:695 +#: sys/v4l2/v4l2_calls.c:699 #, c-format msgid "Failed to set current tuner frequency for device '%s' to %lu Hz." msgstr "" -#: sys/v4l2/v4l2_calls.c:729 +#: sys/v4l2/v4l2_calls.c:733 #, c-format msgid "Failed to get signal strength for device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:765 +#: sys/v4l2/v4l2_calls.c:769 #, c-format msgid "Failed to get value for control %d on device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:800 +#: sys/v4l2/v4l2_calls.c:804 #, c-format msgid "Failed to set value %d for control %d on device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:832 +#: sys/v4l2/v4l2_calls.c:836 #, c-format msgid "Failed to get current input on device '%s'. May be it is a radio device" msgstr "" -#: sys/v4l2/v4l2_calls.c:889 +#: sys/v4l2/v4l2_calls.c:893 #, c-format msgid "" "Failed to get current output on device '%s'. May be it is a radio device" msgstr "" -#: sys/v4l2/v4l2_calls.c:914 +#: sys/v4l2/v4l2_calls.c:918 #, c-format msgid "Failed to set output %d on device %s." msgstr "" diff --git a/po/hr.gmo b/po/hr.gmo index 1ff981f421ed423536add9d5f9a812e39a2e6c26..f79ad18ec8a36ba0ab21a31e5588fe2d9d0684aa 100644 Binary files a/po/hr.gmo and b/po/hr.gmo differ diff --git a/po/hr.po b/po/hr.po index 7065b0f1301239fe7219f288b207aedc11be1bdc..67b9637d48f8b0ebd7e871b17d260a5442dd1c3c 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 e9ac84e79ff5e30f5d45c592291da5d719c1e8b5..70deeb7d3caf01c793a0d9025b985bd88fe6ea8a 100644 Binary files a/po/hu.gmo and b/po/hu.gmo differ diff --git a/po/hu.po b/po/hu.po index 5353a06041fbe7d21ebf51ee3cf1b1db9bad00d1..58656d8c24d95b8db221f982e104493f2fc82368 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 c7b40900d30b09b44c06515c3710488f324c41d0..58ad13e046976403fe39b08910b2aca077a9acd1 100644 Binary files a/po/id.gmo and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index ef095a1a624115c8f6ab60ec029dd7e01686fc72..4d6c26814c38afbfcfa416f3285d582c2f66208e 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 086be5a275bd9ae443c9ed440033f987c0a58527..85f8c102d2d74b3a7365aa441b8efe27e9e303e1 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index c305b6c45c2ade48d23c2a0b52cbf7a9fa9c35a7..ba7929bea755b74bbe731a3f58dc511eab8eada7 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 c0f6279488c15b4afbdb8f38198c9165f1e430b1..abbd496a64a6f7844c59384855b20fa231d539f4 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index cc3873fbf03ddf14f80d361b87c511e291773d89..dc09f2b6bc5d19b4e1918115f276d6d199b5a475 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 06b74f08c90669b363ec50e2e7bedfa1b0f337ba..82958728f66f81492f16c670e2692764409d56e9 100644 Binary files a/po/lt.gmo and b/po/lt.gmo differ diff --git a/po/lt.po b/po/lt.po index ca48e4744373d099ac64ba839547258dba6a2680..9afe33b21fdf436bef503ea03e58d2aa38f6635d 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 96dc33dc9dc26840b680e50f8be0ee5878850368..402586b4f78fb994280d972662f18c779aee1e1e 100644 Binary files a/po/lv.gmo and b/po/lv.gmo differ diff --git a/po/lv.po b/po/lv.po index 56c605a5763e38e3e40c9fbb6028770cadfcc5fa..b95a2560493d0c52150cc7e975cfebe66148096e 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 a0541f00035be2b916ea213ce1a7c27812e34fed..ff78b1edc70e621b4ca629fe48d2802e729e1030 100644 Binary files a/po/mt.gmo and b/po/mt.gmo differ diff --git a/po/mt.po b/po/mt.po index 37ac32c82915f6911f68dccf9337240e18b98179..f54754546fad94b7e46ce98584ecff23ee306c26 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 b45fd8e2f46007986590d7e91e5467df978c86c2..e84367b920e835b3c58ca561443c6adb0edddf43 100644 Binary files a/po/nb.gmo and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index 043d38996d75c2c5f46066e62650dee6d85e298f..23dcd861abc17ce33df2f036e68d786d288d9db4 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 63cb7454540b4d4e5e02636ddf29d688bb352842..75902641489f1d68ebbc8586108ef0eb89d76a7b 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index bc37a57f117262ecd62297d5a17901cf73a563f8..aebb77724e99ced9e1e27b26823f0fcd9caaeae1 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 0421315ed90d7f7efb22a0607b9793f4e7ffe069..f403b08efa51f071c2b2a027c8e70889b3db3c2d 100644 Binary files a/po/or.gmo and b/po/or.gmo differ diff --git a/po/or.po b/po/or.po index 1ccfc5a88ae12718996b4715e28f4433569b097b..f18778a59a5ab1d1d3d0dd2dbbcae74d8c282ff3 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 8d1b4ce4ce9ffd6b89374def8d4268db944c9cbd..672968d0a52a91dc148fa7129c41abf908200d3a 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index 9c4f884807fb71484458531f962a70acc9bf9511..799e8f04695615cef7897ee9847c98901404793c 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 793946d089310b29e903014a3664b471f1a9240b..d250cfe502d8f845c92879a747698dad34d12821 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 b5a7e428d66a9b830f3ddaf5574c2dd4b0c345ea..2096901a84500ac7d80a230a84f1e1cb2a1e53c3 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 9443f1fd99f250eebbe98c3c1ded7e5d3e9185e5..7a365f0f63abf1b653ad2dc662a83ef432029197 100644 Binary files a/po/ro.gmo and b/po/ro.gmo differ diff --git a/po/ro.po b/po/ro.po index ab472b5e94e27ec236636667b25f01da962574db..574380eb228ac81413bf42c9d83c385dc1366846 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 7ab361a2be2697042bb8f59733bead45eca1e372..6b1a498f7c166333cd4fc6b665e72d9f281984e9 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index d527cacc285a9e643063731a186882776d05f8b3..b6c27bd89e929305d8649e7b2ff8845cbf79d74f 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 83838bd6a166edaf5260c65f7f75248170ebadc7..79d5da203a6770ca4851305ea6711cdb30438bcf 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index 1ad61663d28a4ffe13be940001a0f5b84057e6f0..956ca2edeca706a1dfca7861c9a36b1e0bd0c4bd 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 581e1b2fcb6dcb5d85bb5155f27a258985367920..4b57a067b9211e9fb4afae57bbb30f2fc7900f28 100644 Binary files a/po/sl.gmo and b/po/sl.gmo differ diff --git a/po/sl.po b/po/sl.po index d8e10f270a36ecac72eda30629879a28398b88d8..800c3a1093fc4fec24d013c9ae39b23e1af9f245 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 066de751eb8eb43cd551be91f358466ccb434156..4e7c49171b9a3aecf4fc2ccc34731a0e5d74cfc4 100644 Binary files a/po/sq.gmo and b/po/sq.gmo differ diff --git a/po/sq.po b/po/sq.po index df607bb4b68db896423c8e28028041b3308c368c..b89d8893f4183c729456d33e25add1fcbd6f30d4 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 51f327d4d32f06b8647e3c30d4fb2dcc72e1db05..76ef841dc8aab9d54aa6c7199dbb7f22cfa4721d 100644 Binary files a/po/sr.gmo and b/po/sr.gmo differ diff --git a/po/sr.po b/po/sr.po index 14ee3da0824197519fb24b6e710cf7db2449d086..3e7927e28bd2fef685343fe0f2a0d32c3a4edb8e 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 6256ac2a5287decac34fffeb9e83cc73595f6fed..36c54fb7dddb056fb5a8961c8a3f72524a600b6a 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index 723ba8f0259b4b6b1af78262ff5ac98a3ceb074d..77ebc140d01155143c4ff07ac6b2fc7d054f5f7a 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 d6fe616c1957ac163ca345ef9e74a11e23dcd349..463214865615034a8417c3f131b46f1d9d01f08b 100644 Binary files a/po/tr.gmo and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po index 9a5bd6232deaa4b3c069d1a7c8ec371c4154bce1..ec2b80e5a31782f636707aeb8c835699f0f29d80 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 935428c75486d3fea5887257e15f559ce0be49fe..5a002993c0c5a9daee325a6e32b3a48afc901fb6 100644 Binary files a/po/uk.gmo and b/po/uk.gmo differ diff --git a/po/uk.po b/po/uk.po index 321817a9e02201ac8d902ec0943a4c637b5620f2..b1007a39d8354b0f7f264bcf951babffdec891f5 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 d906f31bfef5f5b5e4f650df3ec8f5f57f7e9339..4f35ec380a3c9752b49f07a29fe76bf579b5c813 100644 Binary files a/po/vi.gmo and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index 7754ea66e4a28eb1ce9dee752ae8efb2b87e6791..82b787401a503e821f63fb1133b50ba4c5219f20 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 e1bf65c822851302c2d1f341958e96c4cbf220a2..111c9517c136cc4d1eddf1198cc819c88cc9a564 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 8e47ef28e06097121aad5ebf03862098fbed7d05..fb911a03169b6a5d552cf2dd661d2d2533565120 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 ccbf4b5c2dba49daf9ee80c916bc7d97e4736387..1e4df7c05ba5d01827159c15aa28491fe43e3de6 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 9bf372792ac469773fcd56f878790f0344ef9205..f825d74c4b47836c7e22959eb6003119963ccba0 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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 2f57495cad828024b4ef844ae5ae5b36cbd2322d..fe0c7168dd143668e9bf4e0a9f498079b1278cd2 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 65f0aac9af498ad284947c327f48043c03a79b45..de7e2ccaeaf833381d2dd6f49d9b3d4e1021a102 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-01-04 13:32+0000\n" +"POT-Creation-Date: 2013-03-22 13:29+0000\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/osxvideo/cocoawindow.h b/sys/osxvideo/cocoawindow.h index fef9120f6b8864aee039701d33741233ff7d2061..7e69a7bb9a8e5352f54882559a111841861596ca 100644 --- a/sys/osxvideo/cocoawindow.h +++ b/sys/osxvideo/cocoawindow.h @@ -50,6 +50,7 @@ struct _GstOSXImage; GstNavigation *navigation; NSRect drawingBounds; NSThread *mainThread; + NSUInteger savedModifierFlags; } - (void) drawQuad; - (void) drawRect: (NSRect) rect; diff --git a/sys/osxvideo/cocoawindow.m b/sys/osxvideo/cocoawindow.m index d8fde9becd4c2ca4548d564e5c0fc92006251aa5..9c1781b9818fbab85660af0f6e5c37d4b89d6249 100644 --- a/sys/osxvideo/cocoawindow.m +++ b/sys/osxvideo/cocoawindow.m @@ -36,9 +36,296 @@ #include <OpenGL/gl.h> #include <OpenGL/glext.h> +#include <Carbon/Carbon.h> + /* Debugging category */ #include <gst/gstinfo.h> +#if MAC_OS_X_VERSION_MAX_ALLOWED <= 1040 +#define kVK_ANSI_Keypad0 0x52 +#define kVK_ANSI_Keypad1 0x53 +#define kVK_ANSI_Keypad2 0x54 +#define kVK_ANSI_Keypad3 0x55 +#define kVK_ANSI_Keypad4 0x56 +#define kVK_ANSI_Keypad5 0x57 +#define kVK_ANSI_Keypad6 0x58 +#define kVK_ANSI_Keypad7 0x59 +#define kVK_ANSI_Keypad8 0x5b +#define kVK_ANSI_Keypad9 0x5c +#define kVK_ANSI_KeypadDecimal 0x41 +#define kVK_ANSI_KeypadDivide 0x4b +#define kVK_ANSI_KeypadEnter 0x4c +#define kVK_ANSI_KeypadMinus 0x4e +#define kVK_ANSI_KeypadMultiply 0x43 +#define kVK_ANSI_KeypadPlus 0x45 +#define kVK_Control 0x3b +#define kVK_Delete 0x33 +#define kVK_DownArrow 0x7d +#define kVK_End 0x77 +#define kVK_Escape 0x35 +#define kVK_F1 0x7a +#define kVK_F10 0x6d +#define kVK_F11 0x67 +#define kVK_F12 0x6f +#define kVK_F2 0x78 +#define kVK_F3 0x63 +#define kVK_F4 0x76 +#define kVK_F5 0x60 +#define kVK_F6 0x61 +#define kVK_F7 0x62 +#define kVK_F8 0x64 +#define kVK_F9 0x65 +#define kVK_ForwardDelete 0x75 +#define kVK_Help 0x72 +#define kVK_Home 0x73 +#define kVK_LeftArrow 0x7b +#define kVK_Option 0x3a +#define kVK_PageDown 0x79 +#define kVK_PageUp 0x74 +#define kVK_Return 0x24 +#define kVK_RightArrow 0x7c +#define kVK_Shift 0x38 +#define kVK_Tab 0x30 +#define kVK_UpArrow 0x7e +#endif /* MAC_OS_X_VERSION_MAX_ALLOWED <= 1040 */ + +static +const gchar* gst_keycode_to_keyname(gint16 keycode) +{ + switch (keycode) + { + case kVK_ANSI_A: + return "a"; + case kVK_ANSI_S: + return "s"; + case kVK_ANSI_D: + return "d"; + case kVK_ANSI_F: + return "f"; + case kVK_ANSI_H: + return "h"; + case kVK_ANSI_G: + return "g"; + case kVK_ANSI_Z: + return "z"; + case kVK_ANSI_X: + return "x"; + case kVK_ANSI_C: + return "c"; + case kVK_ANSI_V: + return "v"; + case kVK_ANSI_B: + return "b"; + case kVK_ANSI_Q: + return "q"; + case kVK_ANSI_W: + return "w"; + case kVK_ANSI_E: + return "e"; + case kVK_ANSI_R: + return "r"; + case kVK_ANSI_Y: + return "y"; + case kVK_ANSI_T: + return "t"; + case kVK_ANSI_1: + return "1"; + case kVK_ANSI_2: + return "2"; + case kVK_ANSI_3: + return "3"; + case kVK_ANSI_4: + return "4"; + case kVK_ANSI_6: + return "6"; + case kVK_ANSI_5: + return "5"; + case kVK_ANSI_Equal: + return "equal"; + case kVK_ANSI_9: + return "9"; + case kVK_ANSI_7: + return "7"; + case kVK_ANSI_Minus: + return "minus"; + case kVK_ANSI_8: + return "8"; + case kVK_ANSI_0: + return "0"; + case kVK_ANSI_RightBracket: + return "bracketright"; + case kVK_ANSI_O: + return "0"; + case kVK_ANSI_U: + return "u"; + case kVK_ANSI_LeftBracket: + return "bracketleft"; + case kVK_ANSI_I: + return "i"; + case kVK_ANSI_P: + return "p"; + case kVK_ANSI_L: + return "l"; + case kVK_ANSI_J: + return "j"; + case kVK_ANSI_Quote: + return "apostrophe"; + case kVK_ANSI_K: + return "k"; + case kVK_ANSI_Semicolon: + return "semicolon"; + case kVK_ANSI_Backslash: + return "backslash"; + case kVK_ANSI_Comma: + return "comma"; + case kVK_ANSI_Slash: + return "slash"; + case kVK_ANSI_N: + return "n"; + case kVK_ANSI_M: + return "m"; + case kVK_ANSI_Period: + return "period"; + case kVK_ANSI_Grave: + return "grave"; + case kVK_ANSI_KeypadDecimal: + return "KP_Delete"; + case kVK_ANSI_KeypadMultiply: + return "KP_Multiply"; + case kVK_ANSI_KeypadPlus: + return "KP_Add"; + case kVK_ANSI_KeypadClear: + return "KP_Clear"; + case kVK_ANSI_KeypadDivide: + return "KP_Divide"; + case kVK_ANSI_KeypadEnter: + return "KP_Enter"; + case kVK_ANSI_KeypadMinus: + return "KP_Subtract"; + case kVK_ANSI_KeypadEquals: + return "KP_Equals"; + case kVK_ANSI_Keypad0: + return "KP_Insert"; + case kVK_ANSI_Keypad1: + return "KP_End"; + case kVK_ANSI_Keypad2: + return "KP_Down"; + case kVK_ANSI_Keypad3: + return "KP_Next"; + case kVK_ANSI_Keypad4: + return "KP_Left"; + case kVK_ANSI_Keypad5: + return "KP_Begin"; + case kVK_ANSI_Keypad6: + return "KP_Right"; + case kVK_ANSI_Keypad7: + return "KP_Home"; + case kVK_ANSI_Keypad8: + return "KP_Up"; + case kVK_ANSI_Keypad9: + return "KP_Prior"; + + /* keycodes for keys that are independent of keyboard layout*/ + + case kVK_Return: + return "Return"; + case kVK_Tab: + return "Tab"; + case kVK_Space: + return "space"; + case kVK_Delete: + return "Backspace"; + case kVK_Escape: + return "Escape"; + case kVK_Command: + return "Command"; + case kVK_Shift: + return "Shift_L"; + case kVK_CapsLock: + return "Caps_Lock"; + case kVK_Option: + return "Option_L"; + case kVK_Control: + return "Control_L"; + case kVK_RightShift: + return "Shift_R"; + case kVK_RightOption: + return "Option_R"; + case kVK_RightControl: + return "Control_R"; + case kVK_Function: + return "Function"; + case kVK_F17: + return "F17"; + case kVK_VolumeUp: + return "VolumeUp"; + case kVK_VolumeDown: + return "VolumeDown"; + case kVK_Mute: + return "Mute"; + case kVK_F18: + return "F18"; + case kVK_F19: + return "F19"; + case kVK_F20: + return "F20"; + case kVK_F5: + return "F5"; + case kVK_F6: + return "F6"; + case kVK_F7: + return "F7"; + case kVK_F3: + return "F3"; + case kVK_F8: + return "F8"; + case kVK_F9: + return "F9"; + case kVK_F11: + return "F11"; + case kVK_F13: + return "F13"; + case kVK_F16: + return "F16"; + case kVK_F14: + return "F14"; + case kVK_F10: + return "F10"; + case kVK_F12: + return "F12"; + case kVK_F15: + return "F15"; + case kVK_Help: + return "Help"; + case kVK_Home: + return "Home"; + case kVK_PageUp: + return "Prior"; + case kVK_ForwardDelete: + return "Delete"; + case kVK_F4: + return "F4"; + case kVK_End: + return "End"; + case kVK_F2: + return "F2"; + case kVK_PageDown: + return "Next"; + case kVK_F1: + return "F1"; + case kVK_LeftArrow: + return "Left"; + case kVK_RightArrow: + return "Right"; + case kVK_DownArrow: + return "Down"; + case kVK_UpArrow: + return "Up"; + default: + return ""; + }; +} + @ implementation GstOSXVideoSinkWindow /* The object has to be released */ @@ -69,8 +356,6 @@ width = size.width; height = size.height; - [gstview setVideoSize: (int) width:(int) height]; - [super setContentSize:size]; } @@ -524,53 +809,64 @@ - (void)sendKeyEvent:(NSEvent *)event: (const char *)event_name { - NSString *keyCharStr = [event charactersIgnoringModifiers]; - gchar * key_str; - if (!navigation) return; - if ( [keyCharStr length] == 0 ) - return; + gst_navigation_send_key_event(navigation, event_name, gst_keycode_to_keyname([event keyCode])); +} - if ( [keyCharStr length] == 1 ) { - key_str = g_strdup_printf("%c", [keyCharStr characterAtIndex:0]); - gst_navigation_send_key_event(navigation, event_name, (const gchar *) key_str); - g_free(key_str); - } +- (void)sendModifierKeyEvent:(NSEvent *)event +{ + NSUInteger flags = [event modifierFlags]; + const gchar* event_name = flags > savedModifierFlags ? "key-press" : "key-release"; + savedModifierFlags = flags; + [self sendKeyEvent: event: event_name]; } - (void)keyDown:(NSEvent *) event; { [self sendKeyEvent: event: "key-press"]; + [super keyDown: event]; } - (void)keyUp:(NSEvent *) event; { [self sendKeyEvent: event: "key-release"]; + [super keyUp: event]; +} + +- (void)flagsChanged:(NSEvent *) event; +{ + [self sendModifierKeyEvent: event]; + [super flagsChanged: event]; } - (void)mouseDown:(NSEvent *) event; { [self sendMouseEvent:event: "mouse-button-press"]; + [super mouseDown: event]; } - (void)mouseUp:(NSEvent *) event; { [self sendMouseEvent:event: "mouse-button-release"]; + [super mouseUp: event]; } - (void)mouseMoved:(NSEvent *)event; { [self sendMouseEvent:event: "mouse-move"]; + [super mouseMoved: event]; } - (void)mouseEntered:(NSEvent *)event; { + [super mouseEntered: event]; } - (void)mouseExited:(NSEvent *)event; { + [super mouseExited: event]; } @end diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m index 9c1b8d63f20a8aaae92d45a4a63809bb3640ff03..f1faf22132fd05c9fd5ef02a1a522d198e2e0735 100644 --- a/sys/osxvideo/osxvideosink.m +++ b/sys/osxvideo/osxvideosink.m @@ -683,6 +683,10 @@ gst_osx_video_sink_set_window_handle (GstVideoOverlay * overlay, guintptr handle osxvideosink->osxwindow->gstview, @selector(addToSuperview:), osxvideosink->superview, YES); } + + if (window_id) { + osxvideosink->osxwindow->internal = FALSE; + } } static void @@ -838,7 +842,12 @@ gst_osx_video_sink_get_type (void) GST_INFO_OBJECT (osxvideosink, "resizing"); NSSize size = {osxwindow->width, osxwindow->height}; - [osxwindow->win setContentSize:size]; + if (osxwindow->internal) { + [osxwindow->win setContentSize:size]; + } + if (osxwindow->gstview) { + [osxwindow->gstview setVideoSize :(int)osxwindow->width :(int)osxwindow->height]; + } GST_INFO_OBJECT (osxvideosink, "done"); [pool release]; diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c index f6fabbb13e1e0b3182d54dbc5d84808d06bc2bf3..a6f8e11614c43f8896b5d5488c53f0ec1eeec547 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c @@ -266,10 +266,12 @@ gst_v4l2_buffer_pool_set_config (GstBufferPool * bpool, GstStructure * config) gst_buffer_pool_config_has_option (config, GST_BUFFER_POOL_OPTION_VIDEO_META); - if (!pool->add_videometa) { + if (!pool->add_videometa && + GST_VIDEO_INFO_FORMAT (&obj->info) != GST_VIDEO_FORMAT_ENCODED) { gint stride; - /* we don't have video metadata, see if the strides are compatible */ + /* we don't have video metadata, and we are not dealing with raw video, + * see if the strides are compatible */ stride = GST_VIDEO_INFO_PLANE_STRIDE (&obj->info, 0); GST_DEBUG_OBJECT (pool, "no videometadata, checking strides %d and %u", diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c index 4e3eb21f5bb3a62b7fded8ff29263e0b7d75cd16..7c27024695dd280d3f8d8780fc8554b69c70920e 100644 --- a/sys/v4l2/v4l2_calls.c +++ b/sys/v4l2/v4l2_calls.c @@ -291,8 +291,12 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object) break; case V4L2_CID_HFLIP: case V4L2_CID_VFLIP: +#ifndef V4L2_CID_PAN_RESET case V4L2_CID_HCENTER: +#endif +#ifndef V4L2_CID_TILT_RESET case V4L2_CID_VCENTER: +#endif #ifdef V4L2_CID_PAN_RESET case V4L2_CID_PAN_RESET: #endif diff --git a/sys/ximage/gstximagesrc.c b/sys/ximage/gstximagesrc.c index df43c08bb92631e064629508acfcf25076a0e6c3..ff24de9851489f8857caa5e76678226535dbb3b6 100644 --- a/sys/ximage/gstximagesrc.c +++ b/sys/ximage/gstximagesrc.c @@ -1080,7 +1080,7 @@ gst_ximage_src_get_caps (GstBaseSrc * bs, GstCaps * filter) "width", G_TYPE_INT, width, "height", G_TYPE_INT, height, "framerate", GST_TYPE_FRACTION_RANGE, 1, G_MAXINT, G_MAXINT, 1, - "pixel-aspect-ratio", GST_TYPE_FRACTION_RANGE, 1, G_MAXINT, G_MAXINT, 1, + "pixel-aspect-ratio", GST_TYPE_FRACTION, xcontext->par_n, xcontext->par_d, NULL); } diff --git a/sys/ximage/ximageutil.c b/sys/ximage/ximageutil.c index 35069fcfc9eeefb18814ac2541a1b1faf0b7db79..20b2dc2b7cb872e5d7935ff41a20a1710fe49865 100644 --- a/sys/ximage/ximageutil.c +++ b/sys/ximage/ximageutil.c @@ -258,11 +258,6 @@ ximageutil_xcontext_clear (GstXContext * xcontext) if (xcontext->caps != NULL) gst_caps_unref (xcontext->caps); - if (xcontext->par) { - g_value_unset (xcontext->par); - g_free (xcontext->par); - } - XCloseDisplay (xcontext->disp); g_free (xcontext); @@ -314,14 +309,9 @@ ximageutil_calculate_pixel_aspect_ratio (GstXContext * xcontext) GST_DEBUG ("Decided on index %d (%d/%d)", index, par[index][0], par[index][1]); - if (xcontext->par) - g_free (xcontext->par); - xcontext->par = g_new0 (GValue, 1); - g_value_init (xcontext->par, GST_TYPE_FRACTION); - gst_value_set_fraction (xcontext->par, par[index][0], par[index][1]); - GST_DEBUG ("set xcontext PAR to %d/%d\n", - gst_value_get_fraction_numerator (xcontext->par), - gst_value_get_fraction_denominator (xcontext->par)); + xcontext->par_n = par[index][0]; + xcontext->par_d = par[index][1]; + GST_DEBUG ("set xcontext PAR to %d/%d\n", xcontext->par_n, xcontext->par_d); } static void diff --git a/sys/ximage/ximageutil.h b/sys/ximage/ximageutil.h index aa03e7a8576dba87d1f0dde515a9899ce05064b1..12f2c1064241355dff14da33b52db21826ddcf7a 100644 --- a/sys/ximage/ximageutil.h +++ b/sys/ximage/ximageutil.h @@ -62,7 +62,10 @@ typedef struct _GstMetaXImage GstMetaXImage; * @height: the height in pixels of Display @disp * @widthmm: the width in millimeters of Display @disp * @heightmm: the height in millimeters of Display @disp - * @par: the pixel aspect ratio calculated from @width, @widthmm and @height, + * @par_n: the pixel aspect ratio numerator calculated from @width, @widthmm + * and @height, + * @par_d: the pixel aspect ratio denumerator calculated from @width, @widthmm + * and @height, * @heightmm ratio * @use_xshm: used to known wether of not XShm extension is usable or not even * if the Extension is present @@ -90,12 +93,13 @@ struct _GstXContext { gint width, height; gint widthmm, heightmm; - /* these are the output masks + /* these are the output masks * for buffers from ximagesrc * and are in big endian */ guint32 r_mask_output, g_mask_output, b_mask_output; - - GValue *par; /* calculated pixel aspect ratio */ + + guint par_n; /* calculated pixel aspect ratio numerator */ + guint par_d; /* calculated pixel aspect ratio denumerator */ gboolean use_xshm; diff --git a/tests/check/elements/level.c b/tests/check/elements/level.c index d2951880007d92becde6975ea2eae6ef25c386bd..6b721b140cfe68716efa467ff64b808cdb5e89ec 100644 --- a/tests/check/elements/level.c +++ b/tests/check/elements/level.c @@ -20,18 +20,16 @@ * Boston, MA 02111-1307, USA. */ -/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray - * with newer GLib versions (>= 2.31.0) */ -#define GLIB_DISABLE_DEPRECATION_WARNINGS - #include <unistd.h> #include <math.h> +/* suppress warnings for deprecated API such as GValueArray + * with newer GLib versions (>= 2.31.0) */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS + #include <gst/audio/audio.h> #include <gst/check/gstcheck.h> -gboolean have_eos = FALSE; - /* For ease of programming we use globals to keep refs for our floating * src and sink pads we create; otherwise we always have to do get_pad, * get_peer, and then remove references in every test function */ @@ -311,6 +309,118 @@ GST_START_TEST (test_int16_panned) GST_END_TEST; +GST_START_TEST (test_message_on_eos) +{ + GstElement *level; + GstBuffer *inbuffer, *outbuffer; + GstEvent *event; + GstBus *bus; + GstCaps *caps; + GstMessage *message; + const GstStructure *structure; + int i, j; + GstMapInfo map; + gint16 *data; + const GValue *list, *value; + GstClockTime endtime; + gdouble dB; + + level = setup_level (); + g_object_set (level, "message", TRUE, "interval", GST_SECOND / 5, NULL); + + fail_unless (gst_element_set_state (level, + GST_STATE_PLAYING) == GST_STATE_CHANGE_SUCCESS, + "could not set to playing"); + + /* create a fake 0.1 sec buffer with a half-amplitude block signal */ + inbuffer = gst_buffer_new_and_alloc (400); + gst_buffer_map (inbuffer, &map, GST_MAP_WRITE); + data = (gint16 *) map.data; + for (j = 0; j < 200; ++j) { + *data = 16536; + ++data; + } + gst_buffer_unmap (inbuffer, &map); + caps = gst_caps_from_string (LEVEL_CAPS_STRING); + gst_pad_set_caps (mysrcpad, caps); + gst_caps_unref (caps); + ASSERT_BUFFER_REFCOUNT (inbuffer, "inbuffer", 1); + + /* create a bus to get the level message on */ + bus = gst_bus_new (); + ASSERT_OBJECT_REFCOUNT (bus, "bus", 1); + gst_element_set_bus (level, bus); + ASSERT_OBJECT_REFCOUNT (bus, "bus", 2); + + /* pushing gives away my reference ... */ + fail_unless (gst_pad_push (mysrcpad, inbuffer) == GST_FLOW_OK); + /* ... but it ends up being collected on the global buffer list */ + ASSERT_BUFFER_REFCOUNT (inbuffer, "inbuffer", 1); + fail_unless_equals_int (g_list_length (buffers), 1); + fail_if ((outbuffer = (GstBuffer *) buffers->data) == NULL); + fail_unless (inbuffer == outbuffer); + + message = gst_bus_poll (bus, GST_MESSAGE_ELEMENT, 0); + fail_unless (message == NULL); + + event = gst_event_new_eos (); + fail_unless (gst_pad_push_event (mysrcpad, event) == TRUE); + + message = gst_bus_poll (bus, GST_MESSAGE_ELEMENT, 0); + fail_if (message == NULL); + + ASSERT_OBJECT_REFCOUNT (message, "message", 1); + + fail_unless (message != NULL); + fail_unless (GST_MESSAGE_SRC (message) == GST_OBJECT (level)); + fail_unless (GST_MESSAGE_TYPE (message) == GST_MESSAGE_ELEMENT); + structure = gst_message_get_structure (message); + fail_if (structure == NULL); + fail_unless_equals_string ((char *) gst_structure_get_name (structure), + "level"); + fail_unless (gst_structure_get_clock_time (structure, "endtime", &endtime)); + + /* block wave of half amplitude has -5.94 dB for rms, peak and decay */ + for (i = 0; i < 2; ++i) { + const gchar *fields[3] = { "rms", "peak", "decay" }; + for (j = 0; j < 3; ++j) { + GValueArray *arr; + + list = gst_structure_get_value (structure, fields[j]); + arr = g_value_get_boxed (list); + value = g_value_array_get_nth (arr, i); + dB = g_value_get_double (value); + GST_DEBUG ("%s is %lf", fields[j], dB); + fail_if (dB < -6.0); + fail_if (dB > -5.9); + } + } + fail_unless_equals_int (g_list_length (buffers), 1); + fail_if ((outbuffer = (GstBuffer *) buffers->data) == NULL); + fail_unless (inbuffer == outbuffer); + + /* clean up */ + /* flush current messages,and future state change messages */ + gst_bus_set_flushing (bus, TRUE); + + /* message has a ref to the element */ + ASSERT_OBJECT_REFCOUNT (level, "level", 2); + gst_message_unref (message); + ASSERT_OBJECT_REFCOUNT (level, "level", 1); + + gst_element_set_bus (level, NULL); + ASSERT_OBJECT_REFCOUNT (bus, "bus", 1); + gst_object_unref (bus); + gst_buffer_unref (outbuffer); + fail_unless (gst_element_set_state (level, + GST_STATE_NULL) == GST_STATE_CHANGE_SUCCESS, "could not set to null"); + ASSERT_OBJECT_REFCOUNT (level, "level", 1); + cleanup_level (level); +} + +GST_END_TEST; + + static Suite * level_suite (void) { @@ -320,6 +430,7 @@ level_suite (void) suite_add_tcase (s, tc_chain); tcase_add_test (tc_chain, test_int16); tcase_add_test (tc_chain, test_int16_panned); + tcase_add_test (tc_chain, test_message_on_eos); return s; } diff --git a/win32/common/config.h b/win32/common/config.h index 452abfcfa9f182dacad6367f610a5159d81df586..0a5a13dff7166ece94d9f658e4d4d384979f7db3 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-01-05" +#define GST_PACKAGE_RELEASE_DATETIME "2013-03-22" /* struct v4l2_buffer missing */ #undef GST_V4L2_MISSING_BUFDECL @@ -372,7 +372,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.5" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.0.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -381,7 +381,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.5" +#define PACKAGE_VERSION "1.0.6" /* directory where plugins are located */ #ifdef _DEBUG @@ -415,7 +415,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.0.5" +#define VERSION "1.0.6" /* old wavpack API */ #undef WAVPACK_OLD_API