diff --git a/ChangeLog b/ChangeLog index 1f9d9742b20c00aa02fa264a4b07a9234020d13b..b93d4d88ec68f3de1b990b2514ec8e76fda787f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,6131 @@ +=== release 1.5.1 === + +2015-06-07 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.5.1 + +2015-06-07 10:32:38 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + * tests/check/elements/rtpsession.c: + rtpsession: Override the SSRC from the packets' SSRC if none was given via caps or property + +2015-06-07 09:35:38 +0200 Sebastian Dröge <sebastian@centricular.com> + + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/mt.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_HK.po: + * po/zh_TW.po: + po: Update translations + +2015-06-05 15:32:10 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2object.c: + v4l2: Don't warn when optional CID are not implement + gst_v4l2_get_attributre() shall only be used when the CID is expected + to be supported. Otherwise, we get unwanted warning posted to the bus. + +2015-06-05 16:43:08 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpsession.c: + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + rtpsession: Only suggest our internal ssrc if it's not a random one and was selected as internal ssrc + https://bugzilla.gnome.org/show_bug.cgi?id=749581 + +2015-06-04 14:18:01 +0900 Vineeth TM <vineeth.tm@samsung.com> + + * gst/interleave/interleave.c: + interleave: error when channel-positions-from-input=False + self->channels is being incremented only when + channel-positions-from-input is set as TRUE. So in case of FALSE + self->func is not set and hence creating assertion error. + Hence removing the condition to increment self->channels. + https://bugzilla.gnome.org/show_bug.cgi?id=744211 + +2015-06-05 10:33:11 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Add support for receiving reduced size RTCP + It worked before but gave warnings, now we just ignore RTCP + packets that don't start with a SR. As all we're interested + in here are SRs. + +2015-06-03 12:22:42 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> + + * gst/rtpmanager/gstrtpssrcdemux.c: + rtpssrcdemux: Add support for reduce size rtcp + According to RFC 5506, reduce size packages can be sent, this + packages may not be compound, so we need to add support for + getting ssrc from other types of packages. + https://bugzilla.gnome.org/show_bug.cgi?id=750327 + +2015-06-03 13:14:44 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Add support for receiving reduced size rtcp + See RFC 5506 + https://bugzilla.gnome.org/show_bug.cgi?id=750332 + +2015-06-04 16:09:41 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/audioparsers/gstaacparse.c: + aacparse: Add support for channel configurations 11, 12 and 14 and 7 actually has 8 channels + ISO/IEC 14496-3:2009/PDAM 4 added 11, 12 and 14. + +2015-06-03 08:57:57 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/rtp/gstasteriskh263.c: + asteriskh263: Un-rank clashing depayloader + This depayloader clash with the standard one for H263p. It produces an + H263p stream with a modified header. It uses encoding-name that is the + same as H263p (H263-1998) though the resulting ES is not decodable or + parsable in GStreamer, making it unsuable in dynamic pipeline. This + patch unrank this specialized depayloader since it can only be used in + custom pipeline. + https://bugzilla.gnome.org/show_bug.cgi?id=739935 + +2015-06-02 18:09:48 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/goom2k1/gstgoom.c: + * gst/goom2k1/gstgoom.h: + goom2k1: remove variables not needed anymore + https://bugzilla.gnome.org/show_bug.cgi?id=742875 + +2015-06-02 17:52:46 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/goom2k1/Makefile.am: + * gst/goom2k1/gstaudiovisualizer.c: + * gst/goom2k1/gstaudiovisualizer.h: + * gst/goom2k1/gstgoom.c: + * gst/goom2k1/gstgoom.h: + goom2k1: rebase to use the audiovisualizer class + Rebase to have goom2k1 using the common GstAudioVisualizer class + https://bugzilla.gnome.org/show_bug.cgi?id=742875 + +2015-06-02 17:29:36 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/goom/Makefile.am: + * gst/goom/gstaudiovisualizer.c: + * gst/goom/gstaudiovisualizer.h: + * gst/goom/gstgoom.c: + * gst/goom/gstgoom.h: + goom: rebase to use the audiovisualizer class + +2015-06-02 16:27:24 +0200 Edward Hervey <edward@centricular.com> + + * tests/check/elements/aacparse.c: + * tests/check/elements/ac3parse.c: + * tests/check/elements/apev2mux.c: + * tests/check/elements/aspectratiocrop.c: + * tests/check/elements/audioamplify.c: + * tests/check/elements/audiochebband.c: + * tests/check/elements/audiocheblimit.c: + * tests/check/elements/audiodynamic.c: + * tests/check/elements/audioinvert.c: + * tests/check/elements/audiowsincband.c: + * tests/check/elements/audiowsinclimit.c: + * tests/check/elements/avimux.c: + * tests/check/elements/equalizer.c: + * tests/check/elements/flacparse.c: + * tests/check/elements/id3v2mux.c: + * tests/check/elements/jpegdec.c: + * tests/check/elements/jpegenc.c: + * tests/check/elements/matroskamux.c: + * tests/check/elements/mpegaudioparse.c: + * tests/check/elements/rganalysis.c: + * tests/check/elements/rglimiter.c: + * tests/check/elements/rgvolume.c: + * tests/check/elements/rtpbin.c: + * tests/check/elements/rtpsession.c: + * tests/check/elements/spectrum.c: + * tests/check/elements/videobox.c: + * tests/check/elements/videocrop.c: + * tests/check/elements/videofilter.c: + * tests/check/elements/wavpackdec.c: + * tests/check/elements/wavpackenc.c: + * tests/check/elements/wavpackparse.c: + * tests/check/elements/y4menc.c: + * tests/check/pipelines/simple-launch-lines.c: + * tests/check/pipelines/tagschecking.c: + * tests/check/pipelines/wavpack.c: + check: Use GST_CHECK_MAIN () macro everywhere + Makes source code smaller, and ensures we go through common initialization + path (like the one that sets up XML unit test output ...) + +2015-05-26 14:47:31 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + rtpsession: Only schedule a timer when we actually have to send RTCP + Otherwise we will have 10s-100s of thread wakeups in feedback profiles, create + RTCP packets, etc. just to suppress them in 99% of the cases (i.e. if no + feedback is actually pending and no regular RTCP has to be sent). + This improves CPU usage and battery life quite a lot. + https://bugzilla.gnome.org/show_bug.cgi?id=746543 + +2015-05-22 13:44:03 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Remove useless goto + https://bugzilla.gnome.org/show_bug.cgi?id=746543 + +2015-05-21 12:54:47 +0300 Sebastian Dröge <sebastian@centricular.com> + + * tests/examples/rtp/Makefile.am: + * tests/examples/rtp/client-H264-rtx.sh: + * tests/examples/rtp/client-rtpaux.c: + * tests/examples/rtp/server-VTS-H264-rtx.sh: + * tests/examples/rtp/server-rtpaux.c: + examples: Set RTP profile to AVPF for rtpaux examples + https://bugzilla.gnome.org/show_bug.cgi?id=746543 + +2015-05-04 16:41:50 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Set RTP profile on the rtpsession objects + https://bugzilla.gnome.org/show_bug.cgi?id=746543 + +2015-05-21 14:13:56 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpbin.c: + * gst/rtpmanager/gstrtpbin.h: + rtpbin: Add rtp-profile property for setting the default profile of newly created sessions + https://bugzilla.gnome.org/show_bug.cgi?id=746543 + +2015-05-04 11:51:41 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Only put RRs and full SDES into regular RTCP packets + If we may suppress the packet due to the rules of RFC4585 (i.e. when + below the t-rr-int), we can send a smaller RTCP packet without RRs + and full SDES. In theory we could even send a minimal RTCP packet + according to RFC5506, but we don't support that yet. + https://bugzilla.gnome.org/show_bug.cgi?id=746543 + +2015-05-04 13:51:50 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + rtpsession: Keep track of tp/tn and t_rr_last separately + Otherwise we can't properly schedule RTCP in feedback profiles as we need to + distinguish the time when we last checked for sending RTCP (tp) but might have + suppressed it, and the time when we last actually sent a non-early RTCP + packet. + This together with the other changes should now properly implement RTCP + scheduling according to RFC4585, and especially allow us to send feedback + packets a lot if needed but only send regular RTCP packets every once in a + while. + https://bugzilla.gnome.org/show_bug.cgi?id=746543 + +2015-05-04 11:42:08 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpsession.c: + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + * gst/rtpmanager/rtpsource.h: + * gst/rtpmanager/rtpstats.c: + * gst/rtpmanager/rtpstats.h: + rtpsession: Add property for selecting RTP profile (AVP/AVPF/etc) + And modify our RTCP scheduling algorithm accordingly. We now can send more + RTCP packets if needed for feedback, but will throttle full RTCP packets by + rtcp-min-interval (t-rr-int from RFC4585). + In non-feedback mode, rtcp-min-interval is Tmin from RFC3550, which is + statically set to 1s or 0s by RFC4585. Tmin defines how often we should + send RTCP packets at most. + https://bugzilla.gnome.org/show_bug.cgi?id=746543 + +2015-05-30 17:41:05 -0400 Olivier Crête <olivier.crete@collabora.com> + + * gst/law/mulaw-decode.c: + mulawdec: Let baseclass estimate bitrate + This makes playback directly from a file work with the right caps. + +2015-05-27 16:31:23 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstdynudpsink.c: + * gst/udp/gstdynudpsink.h: + dynudpsink: keep GCancellable fd around instead of re-creating it constantly + And create it only when starting the element. + +2015-05-27 15:55:56 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstmultiudpsink.h: + udpsink, multiudpsink: keep GCancellable fd around instead of re-creating it constantly + Otherwise we constantly create/close event file descriptors, + every time we call g_socket_condition_timed_wait() or + g_socket_send_message(s)(), i.e. a lot. Which is not + particularly good for performance. + Can't create GCancellable in ::start() here because it's used + in client_new() which may be called via the add-client action + signal which may be called before the element is up and running. + +2015-05-19 18:13:16 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstudpsrc.c: + * gst/udp/gstudpsrc.h: + udpsrc: keep GCancellable fd around instead of re-creating it constantly + Otherwise we constantly create/close event file descriptors, + every single time we call g_socket_condition_timed_wait() or + g_socket_receive_message(), i.e. twice per packet received! + This was not particularly good for performance. + Also only create GCancellable on start-up. + +2015-05-26 15:33:37 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/matroska/matroska-read-common.c: + matroska: overwritten value assignment + curpos is set and immediately after, set again. Remove the redundant + assignment. + https://bugzilla.gnome.org/show_bug.cgi?id=749909 + +2015-05-23 13:47:17 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtp/gstrtpvrawdepay.c: + rtpvrawdepay: don't shadow existing outbuf variable + And fix unref of the wrong one which will contain NULL + in an error code path. + +2015-05-23 13:23:22 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtp/gstrtpvrawdepay.c: + * gst/rtp/gstrtpvrawdepay.h: + rtpvrawdepay: map/unmap output frame only once, not for every input packet + Map output buffer after creating it and keep it mapped + until we're done with it instead of mapping/unmapping + it for every single input buffer. + +2015-05-25 08:47:47 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: remove fixme from 2006 + It has been verified by use over time. + +2015-05-23 14:36:41 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: fix reverse playback of fragmented media + qtdemux creates a samples array and gets the timestamps for buffers by + accumulating their durations. When doing reverse playback of fragments, + accumulating samples will lead to wrong timestamps as the timestamps + should go decreasing from fragment to fragment and the accumulation + will produce wrong results. + In this case, when receiving a discont for fragmented reverse playback, + the previous samples information should be flushed before new data + is processed. + +2015-05-23 01:03:18 +0900 Jimmy Ohn <yongjin.ohn@lge.com> + + * gst/multifile/gstsplitfilesrc.c: + splitfilesrc: Implement binary search in find_part_for_offset + Implement binary search using gst_util_array_binary_search + https://bugzilla.gnome.org/show_bug.cgi?id=749690 + +2015-05-21 13:26:53 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Don't crash if we receive FIR/PLI from a source we don't know + +2015-05-21 09:35:58 +0200 Santiago Carot-Nemesio <sancane@gmail.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Fix collection of statistics + Stats should be collected on the media rtp source not in the + sender one. + https://bugzilla.gnome.org/show_bug.cgi?id=749669 + +2015-04-20 10:07:30 +0200 Edward Hervey <edward@centricular.com> + + * gst/multifile/gstmultifilesink.c: + * gst/multifile/gstmultifilesink.h: + multifilesink: Add a new max-duration file switching mode + This new mode ensures that files will never exceed a certain duration + based on incoming buffer PTS (and duration if present) + Note: + * You need timestamped buffers (duh). If some of the incoming buffers don't + have PTS, then it will just accept them in the current file + +2015-04-17 16:18:32 +0200 Edward Hervey <edward@centricular.com> + + * gst/multifile/gstmultifilesink.c: + multifilesink: streamline the file-switch code a bit + Use the same functions regardless of the mode we are using + +2015-04-02 13:35:18 +0100 Edward Hervey <edward@centricular.com> + + * gst/multifile/gstmultifilesink.c: + * gst/multifile/gstmultifilesink.h: + multifilesink: add "aggregate-gops" property to process GOPs as a whole + This property can be used in combination with next-file=max-size + (and perhaps a future next-file=max-duration) to make sure that + each file part starts cleanly with a key frame and the appropriate headers. + In order for this property to work correctly, upstream elements should make + sure than any headers that need to be written in a standalone file are: + 1) in the streamheader caps field + 2) and/or in the stream as one or more buffers marked with GST_BUFFER_FLAG_HEADER + that are just before the keyframe buffer + This is useful for MPEG-TS/MPEG-PS file segmenting in + combination with mpegtsmux or mpegpsmux. + Original patch by: Tim-Philipp Müller <tim@centricular.com> + +2015-05-20 16:37:22 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.h: + rtspsrc: Use single-include header for the RTSP library + +2014-10-24 23:47:21 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstdynudpsink.c: + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstudpsrc.c: + udp: don't use soon-to-be-deprecated g_cancellable_reset() + From the API documentation: "Note that it is generally not + a good idea to reuse an existing cancellable for more + operations after it has been cancelled once, as this + function might tempt you to do. The recommended practice + is to drop the reference to a cancellable after cancelling + it, and let it die with the outstanding async operations. + You should create a fresh cancellable for further async + operations." + https://bugzilla.gnome.org/show_bug.cgi?id=739132 + +2015-05-18 20:13:01 +0200 Stefan Sauer <ensonic@users.sf.net> + + * gst/audiofx/audiochebband.c: + * gst/audiofx/audiocheblimit.c: + * gst/cutter/gstcutter.c: + * gst/equalizer/gstiirequalizernbands.c: + * gst/multifile/gstmultifilesink.c: + Revert "doc: Workaround gtkdoc issue" + This reverts commit 1797c8f8b12d7f4c7a9444c94f34f4d08ec85945. + This is fixed by the gtk-doc 1.23 release. + <para> cannot contain <refsect2>: + http://www.docbook.org/tdg/en/html/para.html + http://www.docbook.org/tdg/en/html/refsect2.html + +2015-05-18 16:40:21 +0200 Nicola Murino <nicola.murino@gmail.com> + + * gst/rtp/gstrtpg726pay.c: + rtpg726pay: fix caps leak + https://bugzilla.gnome.org/show_bug.cgi?id=749544 + +2015-05-18 16:34:13 +0200 Nicola Murino <nicola.murino@gmail.com> + + * gst/rtp/gstrtpg726depay.c: + rtpg726depay: don't leak input buffer + https://bugzilla.gnome.org/show_bug.cgi?id=749543 + +2015-05-18 17:38:31 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsource.c: + rtpsource: Queue bad packets instead of dropping them + So we can send them out once we found the next, consecutive sequence number in + case one is following. + +2015-05-18 17:38:14 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsource.c: + rtpsource: Use g_queue_foreach() to unref all buffers in queues + +2015-05-18 17:19:31 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsource.c: + rtpsource: Refactor seqnum comparison code a bit + +2015-05-18 17:08:53 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsource.c: + rtpsource: Allow sequence number wraparound during probation + +2015-05-18 17:07:23 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsource.c: + rtpsource: Make sequence number comparison code more readable + ... by using gst_rtp_buffer_compare_seqnum() and signed integers + instead of implictly using effects of integer over/underflows. + +2015-04-22 18:54:06 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: When detecting a huge seqnum gap, wait for 5 consecutive packets before resetting everything + It might just be a late retransmission or spurious packet from elsewhere, but + resetting everything would mean that we will cause a noticeable hickup. Let's + get some confidence first that the sequence numbers changed for whatever + reason. + https://bugzilla.gnome.org/show_bug.cgi?id=747922 + +2015-05-16 23:37:06 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/audiofx/audiochebband.c: + * gst/audiofx/audiocheblimit.c: + * gst/cutter/gstcutter.c: + * gst/equalizer/gstiirequalizernbands.c: + * gst/multifile/gstmultifilesink.c: + doc: Workaround gtkdoc issue + With gtkdoc 1.22, the XML generator fails when a itemizedlist is + followed by a refsect2. Workaround the issue by wrapping the + refsect2 into para. + +2015-01-23 13:57:40 +0100 Stefan Sauer <ensonic@users.sf.net> + + * gst/isomp4/qtdemux_types.c: + qtdemux: avoid wrong warnings on unknown node types + Add 'name' and 'mean' fourccs, as we handle them. Right now each use would + trigger a warning. + +2015-05-08 19:13:00 +0200 Nicola Murino <nicola.murino@gmail.com> + + * gst/rtp/gstrtpg726depay.c: + * gst/rtp/gstrtpg726depay.h: + rtpg726depay: add block_align to output caps + It is needed to correctly negotiate caps with matroskamux + and most other muxers. + https://bugzilla.gnome.org/show_bug.cgi?id=749129 + +2015-05-12 13:41:58 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/audiofx/audiofxbasefirfilter.c: + audiofxbasefirfilter: Fix time-domain convolution with >1 channels + input_samples is the number of frames, but we used it as the number of + samples. + https://bugzilla.gnome.org/show_bug.cgi?id=747204 + +2015-05-12 12:13:16 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp9enc.c: + vp[89]enc: Properly convert between GStreamer and encoder timebase + ... by switching numerator and denominator when scaling. + https://bugzilla.gnome.org/show_bug.cgi?id=749122 + +2015-05-11 13:33:26 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp9enc.c: + vp[89]enc: Don't set timebase from the framerate + The framerate very often is just an indication of the ideal framerate, not the + actual framerate of the stream. By just using the framerate, we confuse the + rate control algorithm algorithm as multiple frames will map to the same PTS + or have durations of 0. + https://bugzilla.gnome.org/show_bug.cgi?id=749122 + +2015-05-10 14:21:04 +0200 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * tests/check/elements/wavpackparse.c: + tests: wavpackparse: fix unit test + See also https://bugzilla.gnome.org/show_bug.cgi?id=738237 + +2015-05-10 11:05:00 +0100 Tim-Philipp Müller <tim@centricular.com> + + * ext/shout2/gstshout2.c: + * ext/vpx/gstvp8dec.c: + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp9dec.c: + * ext/vpx/gstvp9enc.c: + * gst/rtp/gstrtpL16depay.c: + * gst/rtp/gstrtpL16pay.c: + * gst/rtp/gstrtpL24depay.c: + * gst/rtp/gstrtpL24pay.c: + * gst/rtp/gstrtpac3pay.c: + * gst/rtp/gstrtpamrpay.c: + * gst/rtpmanager/gstrtpmux.c: + * tests/check/pipelines/wavenc.c: + * tests/examples/rtp/client-PCMA.c: + * tests/examples/rtp/server-alsasrc-PCMA.c: + docs: update example pipelines in element docs + Mostly gst-launch -> gst-launch-1.0 + Use autovideosink/autoaudiosink more often. + Sprinkle some converters here and there. + +2015-05-09 19:48:55 +0200 Piotr DrÄ…g <piotrdrag@gmail.com> + + * po/POTFILES.in: + po: update POTFILES.in + https://bugzilla.gnome.org/show_bug.cgi?id=749163 + +2015-05-10 10:52:18 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/multifile/gstsplitmuxsrc.c: + splitmuxsrc: minor error message clean-up + Don't put filename in error message shown to user. + +2015-05-07 16:25:36 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> + + * gst/audioparsers/gstflacparse.c: + flacparse: fix buffer leak when stored to seektable + Fix a leak with the + validate.file.playback.change_state_intensive.samples_multimedia_cx_flac_Yesterday_flac + scenario. + https://bugzilla.gnome.org/show_bug.cgi?id=749072 + +2015-05-07 17:10:37 +0900 Paul Hyunil <paul.hyunil@lge.com> + + * gst/isomp4/qtdemux.c: + qtdemux: fix example pipeline in docs + The gst-launch script for example launch line to test qtdemux is + missing a queue before the decodebins, otherwise the gst-launch-1.0 + command won't work. + https://bugzilla.gnome.org/show_bug.cgi?id=749054 + +2015-05-07 14:51:45 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + Revert "rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-active" + This reverts commit d22ec496328e6ba8edbf2d071d5608b2af2831e8. + Application code might expect that it only gets external sources on those + signals, and get confused by this. If anything we would need to add new + signals. + +2015-03-25 15:27:34 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-active + Without this it seems impossible for an application to easily get notified + about the internal ssrcs that are created, e.g. sender sources, and also + to know when they are active and produce RTCP packets. + https://bugzilla.gnome.org/show_bug.cgi?id=746747 + +2015-05-04 19:26:14 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> + + * ext/jpeg/gstjpegdec.c: + jpegdec: fix frame leaks in handle_frame() implementation + handle_frame() is supposed to consume @frame, so if we don't call + gst_video_decoder_drop_frame() or gst_video_decoder_finish_frame() we have to + release it manually. + https://bugzilla.gnome.org/show_bug.cgi?id=748909 + +2015-05-04 16:50:38 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Fix up last commit + +2015-05-04 16:46:02 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Only do RTX when using a feedback profile + +2015-05-04 13:50:31 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: The stats min_interval is in seconds, not nanoseconds + We have to scale it to compare it against our clock times. + +2015-05-04 11:38:27 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Only return TRUE if early feedback was requested already and it's early enough + +2015-04-30 15:42:34 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/matroska/matroska-parse.c: + matroska: remove unused property enum items + +2015-04-30 12:13:59 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: fix buffer leak on eos in push mode + Based on patch by Guillaume Desmottes. + scenario: validate.http.playback.seek_with_stop.raw_h264_1_mp4 + https://bugzilla.gnome.org/show_bug.cgi?id=748617 + +2015-04-29 19:41:29 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Check for sizes of the rdrf (redirect) atom before accessing the data and use g_strndup() instead of g_strdup() + Thanks to Ralph Giles for reporting this. + +2015-04-29 15:52:27 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Only enable retransmissions if there is retransmission info in the SDP + Otherwise we're going to send early RTCP and NACKs in non-feedback sessions + too, which will confuse servers. + https://bugzilla.gnome.org/show_bug.cgi?id=748627 + +2015-02-11 18:09:24 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> + + * ext/dv/gstdvdemux.c: + dvdemux: extract recording time + Extracts the recorded time of the dv file from + the metadata and puts it into the global tags. + https://bugzilla.gnome.org/show_bug.cgi?id=743657 + +2015-04-28 15:59:25 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> + + * gst/matroska/matroska-demux.c: + matroskademux: fix seek event leak + gst_matroska_demux_handle_seek_event() doesn't consume the + event so we have to unref it. + https://bugzilla.gnome.org/show_bug.cgi?id=748584 + +2015-04-28 15:42:49 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/matroska/matroska-demux.c: + matroska-demux: Send pending tags when adding a new pad + We might've parsed those tags before already and tried to push them to + non-existing pads before. Now let's do it for real. + +2015-04-23 18:57:37 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpstats.c: + rtpstats: Average RTCP packet size is in bytes, bandwidths in bits + We need to convert the size to bits for our calculations. + https://bugzilla.gnome.org/show_bug.cgi?id=747863 + +2015-04-23 18:53:39 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpstats.c: + rtpstats: Use the same lower limit for RTCP bandwidth to stop sending RTCP everywhere + https://bugzilla.gnome.org/show_bug.cgi?id=747863 + +2015-04-14 18:41:07 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpsession.c: + * gst/rtpmanager/rtpsession.c: + rtpsession: Use bandwidth calculation by default instead of some arbitrary hardcoded value + https://bugzilla.gnome.org/show_bug.cgi?id=747863 + +2015-04-23 18:49:37 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Bandwidth is supposed to be in bits/s, not bytes/s + https://bugzilla.gnome.org/show_bug.cgi?id=747863 + +2015-04-27 16:36:27 +0200 Sebastian Dröge <sebastian@centricular.com> + + * tests/check/elements/rtpjitterbuffer.c: + rtpjitterbuffer: Fix RTX unit test + The calculations were a bit off everywhere, even before the changes done + recently to the delay for RTX of expected future packets. It only worked by + accident, but now the calculations are all correct again. Hopefully. + +2015-04-27 11:22:11 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/avi/gstavimux.c: + * gst/debugutils/breakmydata.c: + * gst/debugutils/cpureport.c: + * gst/debugutils/gstnavseek.c: + * gst/debugutils/progressreport.c: + * gst/debugutils/rndbuffersize.c: + * gst/dtmf/gstrtpdtmfdepay.c: + * gst/flv/gstindex.c: + * gst/goom/gstgoom.c: + * gst/goom2k1/gstgoom.c: + * gst/id3demux/gstid3demux.c: + * gst/isomp4/gstrtpxqtdepay.c: + * gst/law/mulaw-decode.c: + * gst/law/mulaw-encode.c: + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-mux.c: + * gst/matroska/matroska-parse.c: + * gst/multifile/gstmultifilesrc.c: + * gst/multipart/multipartmux.c: + * gst/rtp/gstrtpamrdepay.c: + * gst/rtp/gstrtpceltdepay.c: + * gst/rtp/gstrtpdvdepay.c: + * gst/rtp/gstrtpg723depay.c: + * gst/rtp/gstrtpg729depay.c: + * gst/rtp/gstrtpmp4vpay.c: + * gst/rtp/gstrtppcmadepay.c: + * gst/rtp/gstrtppcmudepay.c: + * gst/rtp/gstrtpqcelpdepay.c: + * gst/rtp/gstrtpspeexdepay.c: + * gst/rtpmanager/gstrtpmux.c: + * gst/videocrop/gstaspectratiocrop.c: + * gst/videocrop/gstvideocrop.c: + * gst/videofilter/gstvideotemplate.c: + * gst/y4m/gsty4mencode.c: + Rename property enums from ARG_ to PROP_ + Property enum items should be named PROP_ for consistency and readability. + +2015-04-25 02:49:58 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Fix "stats" property docs + https://bugzilla.gnome.org/show_bug.cgi?id=748436 + +2015-04-26 17:54:52 +0100 Tim-Philipp Müller <tim@centricular.com> + + * Android.mk: + * gst/alpha/Makefile.am: + * gst/apetag/Makefile.am: + * gst/audiofx/Makefile.am: + * gst/auparse/Makefile.am: + * gst/autodetect/Makefile.am: + * gst/avi/Makefile.am: + * gst/cutter/Makefile.am: + * gst/debugutils/Makefile.am: + * gst/deinterlace/Makefile.am: + * gst/dtmf/Makefile.am: + * gst/effectv/Makefile.am: + * gst/equalizer/Makefile.am: + * gst/flv/Makefile.am: + * gst/flx/Makefile.am: + * gst/goom/Makefile.am: + * gst/goom2k1/Makefile.am: + * gst/icydemux/Makefile.am: + * gst/id3demux/Makefile.am: + * gst/imagefreeze/Makefile.am: + * gst/interleave/Makefile.am: + * gst/isomp4/Makefile.am: + * gst/law/Makefile.am: + * gst/level/Makefile.am: + * gst/matroska/Makefile.am: + * gst/monoscope/Makefile.am: + * gst/multifile/Makefile.am: + * gst/multipart/Makefile.am: + * gst/replaygain/Makefile.am: + * gst/rtp/Makefile.am: + * gst/rtpmanager/Makefile.am: + * gst/rtsp/Makefile.am: + * gst/shapewipe/Makefile.am: + * gst/smpte/Makefile.am: + * gst/spectrum/Makefile.am: + * gst/udp/Makefile.am: + * gst/videobox/Makefile.am: + * gst/videocrop/Makefile.am: + * gst/videofilter/Makefile.am: + * gst/videomixer/Makefile.am: + * gst/wavenc/Makefile.am: + * gst/wavparse/Makefile.am: + * gst/y4m/Makefile.am: + Remove obsolete Android build cruft + This is not needed any longer. + +2015-04-24 13:55:08 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/videocrop/gstvideocrop.c: + videocrop: print the property values when set + Instead of printing the currently used values. The log is meant + to show what the properties changed to, not what is being currently + used. + +2015-04-24 17:01:10 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/alpha/gstalpha.c: + * gst/audiofx/audiokaraoke.c: + * gst/deinterlace/gstdeinterlace.c: + * gst/multifile/gstmultifilesink.c: + * gst/rtp/gstrtpg726depay.c: + * gst/rtp/gstrtpg726pay.c: + * gst/rtp/gstrtpgstpay.c: + * gst/rtp/gstrtph264pay.c: + * gst/rtp/gstrtpjpegpay.c: + * gst/rtpmanager/gstrtpbin.c: + * gst/rtpmanager/gstrtpjitterbuffer.c: + * gst/rtpmanager/gstrtprtxqueue.c: + * gst/rtpmanager/gstrtprtxreceive.c: + * gst/rtpmanager/gstrtprtxsend.c: + * gst/rtpmanager/gstrtpsession.c: + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsource.c: + * gst/rtsp/gstrtspsrc.c: + * gst/smpte/gstsmpte.c: + * gst/smpte/gstsmptealpha.c: + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstudpsrc.c: + remove unused enum items PROP_LAST + This were probably added to the enums due to cargo cult programming and are + unused. Removing them. + +2015-04-24 00:30:35 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/level/gstlevel.c: + level: fix infinite loop for very low interval values + https://bugzilla.gnome.org/show_bug.cgi?id=745515 + +2015-04-23 16:08:54 +0100 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/Makefile.am: + tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON + Make sure the test environment is set up. + https://bugzilla.gnome.org//show_bug.cgi?id=747624 + +2015-04-23 16:08:32 +0100 Tim-Philipp Müller <tim@centricular.com> + + * configure.ac: + configure: bump automake requirement to 1.14 and autoconf to 2.69 + This is only required for builds from git, people can still + build tarballs if they only have older autotools. + https://bugzilla.gnome.org//show_bug.cgi?id=747624 + +2015-04-23 16:06:57 +0100 Tim-Philipp Müller <tim@centricular.com> + + * .gitignore: + Update .gitignore + +2015-04-23 09:55:59 +0200 Jesper Larsen <knorr.jesper@gmail.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Fix RTCP caps leak + https://bugzilla.gnome.org//show_bug.cgi?id=748353 + +2015-04-22 20:24:20 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: When request retransmissions for future packets, consider the packet spacing in the extra delay + We now take the maximum of 2*jitter and 0.5*packet_spacing for the extra + delay. If jitter is very low, this should prevent unnecessary retransmission + requests to some degree. + https://bugzilla.gnome.org/show_bug.cgi?id=748041 + +2015-04-22 19:41:07 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Take a running average of the packet spacings instead of just the latest + https://bugzilla.gnome.org/show_bug.cgi?id=748041 + +2015-04-13 11:20:40 +0200 Miguel ParÃs DÃaz <mparisdiaz@gmail.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Add "rtx-next-seqnum" property + If this is set to FALSE, rtpjitterbuffer will not request retransmissions for + future packets based on when they are estimated to arrive. + See also https://bugzilla.gnome.org/show_bug.cgi?id=748041 + https://bugzilla.gnome.org/show_bug.cgi?id=739868 + +2015-04-22 19:29:34 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtprtxreceive.c: + rtxreceive: Put debug output for retransmission requests at the right place + Before it was only ever printed once for every time a ssrc was associated with + a specific stream. + +2015-04-22 18:05:24 +0200 Wim Taymans <wtaymans@redhat.com> + + * sys/v4l2/gstv4l2object.c: + v4l2: don't add the same interlace mode twice + Some drivers modify the interlace mode to progressive, no matter what + input you give them, make sure that we don't add the same interlace mode + twice. + +2015-04-21 16:34:21 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/equalizer/gstiirequalizer.c: + equalizer: fix dynamic changes on bands + When we are in passthrough, the transform function doesn't run and if the + passthrough check is in this function it will never be deactivated. Fix this by + checking directly whenever a gain is changed. + Also set the passthrough to TRUE at init because the gains default to 0, so we + can passthrough until any gain property is changed. + https://bugzilla.gnome.org/show_bug.cgi?id=748068 + +2015-04-22 10:30:52 +0200 Sebastian Dröge <sebastian@centricular.com> + + * INSTALL: + Remove INSTALL file + autotools automatically generate this, and when using different versions + for autogen.sh there will always be changes to a file tracked by git. + +2015-04-22 10:30:14 +0200 Sebastian Dröge <sebastian@centricular.com> + + * LICENSE_readme: + Remove LICENSE_readme + It's completely outdated and just confusing, better if people are + forced to look at the actual code in question than trusting this file. + +2015-04-21 15:21:33 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * sys/v4l2/v4l2_calls.c: + v4l2: cast unused return to void + Quell unchecked return value defect by casting the return value to void and + making it explicit it is going to be ignored. + CID #206031 + +2015-04-17 13:08:02 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * ext/vpx/gstvp8dec.c: + vp8dec: optimize vpx image to gstbuffer copy when strides match + Solving this FIXME. Copy the full plane when strides are the same + +2015-04-16 15:11:05 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * ext/vpx/gstvp9dec.c: + vp9dec: optimize vpx image to gstbuffer copy when strides match + Solving this FIXME. Copy the full plane when strides are the same + +2015-04-17 13:32:54 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/audioparsers/gstac3parse.c: + ac3parse: fix memory leak + +2015-04-17 06:51:46 +0000 Alex O'Konski <alexanderokonski@gmail.com> + + * gst/icydemux/gsticydemux.c: + icydemux: Fix segfault if metadata-interval is 0 + Prevents an extra unref of GstBuffer when passing a non-icy stream through + icydemux with metadata-interval set to 0. + Reproducible with: + gst-launch-1.0 filesrc location=~/testsong.mp3 ! \ + 'application/x-icy,metadata-interval=(int)0' ! icydemux ! decodebin ! wavenc ! \ + filesink location=~/testsong.wav + https://bugzilla.gnome.org/show_bug.cgi?id=748024 + +2015-04-17 11:54:23 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> + + * gst/audiofx/audioamplify.c: + * gst/audiofx/audiodynamic.c: + audiofx: fix typo in example pipelines + Fix typo in example pipelines + https://bugzilla.gnome.org/show_bug.cgi?id=748022 + +2015-04-15 18:22:37 +0300 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxcoreaudiohal.c: + osxaudio: fix spelling in debug message + https://bugzilla.gnome.org//show_bug.cgi?id=747936 + +2015-04-16 16:33:44 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * tests/examples/equalizer/demo.c: + tests: selectable amount of bands in equalizer demo + Adding an option in the equalizer demo to make the number of bands selectable. + +2015-04-16 15:31:25 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtprtxsend.c: + * gst/rtpmanager/rtpsource.c: + rtpsource/rtprtxsend: Also pass correct seqnum-offset and payload to the RTX rtpsource + https://bugzilla.gnome.org/show_bug.cgi?id=747394 + +2015-04-06 12:56:50 +0530 Arun Raghavan <arun@centricular.com> + + * gst/rtpmanager/gstrtprtxsend.c: + * gst/rtpmanager/rtpsession.c: + rtpsession: Track RTX ssrc caps + This is needed so that we can generate SR for RTX stream correctly (the + clock rate is required). + https://bugzilla.gnome.org/show_bug.cgi?id=747394 + +2015-04-14 13:56:38 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtprtxsend.c: + rtprtxsend: Copy over timestamps from the orignal buffers to the RTX buffers + https://bugzilla.gnome.org/show_bug.cgi?id=747394 + +2015-04-16 16:01:50 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * tests/examples/equalizer/demo.c: + tests: switch equalizer demo to play from uri + Switch the equalizer-nbands demo to use uridecodebin, so users can listen to + something more pleasant than white noise. If anybody misses the white noise + a uri handler to audiotestsrc can be used. + +2015-04-16 11:17:38 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * tests/examples/equalizer/demo.c: + tests: improve readability of equalizer demo + Rename variable name to make it more readable, add comments for the three + scales created per block, and set the window title. + +2015-04-15 17:32:37 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * tests/examples/equalizer/demo.c: + tests: add missing license header for equalizer demo + +2015-04-16 13:09:19 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/isomp4/qtdemux.c: + qtdemux: fix tag list leaks on error paths + +2015-04-16 12:23:38 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/isomp4/qtdemux.c: + qtdemux: fix tag list leak on unknown stream type + +2015-04-09 13:19:49 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * tests/check/gst-plugins-good.supp: + suppressions: ignore an apparent bug in strtod + A buffer overread. + https://bugzilla.gnome.org/show_bug.cgi?id=747554 + +2015-04-15 11:07:27 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsink: do not access property variable without the object lock, use the local stack copy instead + +2015-04-14 18:45:44 +0200 George Kiagiadakis <george.kiagiadakis@collabora.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsink: add probe on the multiqueue's sink pad instead of the ghost pad + because _release_pad tries to release it from ctx->sinkpad, which is + multiqueue's sink pad, and currently fails because the probe is not + installed there + +2015-04-14 19:08:24 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtprtxreceive.c: + * gst/rtpmanager/gstrtprtxsend.c: + rtprtx*: Fix typos + +2015-04-14 17:24:46 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Not sending early RTCP now because of dithering means we send it with the next compound packet + +2015-04-14 16:27:18 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Improve debug output a bit if we can't allow early feedback + +2015-04-07 18:00:53 -0400 Olivier Crête <olivier.crete@collabora.com> + + * gst/rtp/gstrtpvp8depay.c: + rtpvp8depay: When dropping intra packet, request keyframe + https://bugzilla.gnome.org/show_bug.cgi?id=747208 + +2015-04-13 20:25:00 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpjitterbuffer.c: + rtpjitterbuffer: Change resyncing GST_WARNING to GST_INFO + This also happens in the very beginning when we receive the first packet, a + warning would be very confusing here. In all places where we should warn about + this, we would've printed a warning already before. + +2015-04-02 13:26:41 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/multifile/gstmultifilesink.c: + multifilesink: minor docs improvement + +2014-11-06 12:08:03 +0100 Miguel ParÃs DÃaz <mparisdiaz@gmail.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Add "rtx-max-retries" property + This property allows to limit the maximum number of retransmission + for a specific packet. + https://bugzilla.gnome.org/show_bug.cgi?id=739868 + +2014-11-04 15:00:52 +0100 Miguel ParÃs DÃaz <mparisdiaz@gmail.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Fix expected_dts calc in calculate_expected + Right above we consider lost_packet packets, each of them having duration, + as lost and triggered their timers immediately. Below we use expected_dts + to schedule retransmission or schedule lost timers for the packets that + come after expected_dts. + As we just triggered lost_packets packets as lost, there's no point in + scheduling new timers for them and we can just skip over all lost packets. + https://bugzilla.gnome.org/show_bug.cgi?id=739868 + +2015-03-20 18:21:57 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Make the next output buffer discont after resetting the jitterbuffer + Resetting the jitterbuffer drops all packets and other things, and will cause + a discontinuity in the packets received by the depayloaders. They should now + also flush anything they had pending as the new data will start at a different + position. + https://bugzilla.gnome.org/show_bug.cgi?id=739868 + +2015-04-10 09:17:26 +0900 Hyunjun Ko <zzoon.ko@samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Update segment.start after key-unit seek + When doing key uint seek, qtdemux calls gst_qtdemux_adjust_seek + to get proper offset. And then this offset is set to + segment.position and segment.time in gst_qtdemux_perform_seek but + segment.start is not updated. + After that, application sends segment query, + qtdemux sets start and stop to query using gst_segment_to_stream_time. Due + to the wrong value in segment.start, the stop position is smaller than + it should. + https://bugzilla.gnome.org/show_bug.cgi?id=746822 + +2015-04-07 16:12:40 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/gstqtmux.c: + qtmux: remove useless variable do_pts + We always write the CTTS in qtmux. Ideally we only want to do that + for streams that need DTS, it should be present on the track information + rather than be decided based on each buffer + +2015-04-07 00:53:35 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/gstqtmux.c: + qtmux: remove subtraction that makes PTS/DTS start from 0 + As qt uses durations, it doesn't matter, only the difference + between consecutive buffers is important. Also, collectpads + already replaces PTS/DTS with the running times for them. + +2015-04-06 22:36:43 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * tests/check/elements/qtmux.c: + tests: qtmux: add tests to verify it handles non-0 segments + Both input streams in this test have a segment.start = 10s, so + output should start from 0 anyway. + Another test has both starting at non-0 segments, but the running + time of both streams should still start from 0 + +2015-04-06 20:03:19 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * tests/check/elements/qtmux.c: + tests: qtmux: simple muxing test + Adds a new simple test that verifies that data is properly muxed + and preserved. PTS, DTS, duration and caps are verified. + +2015-04-10 10:59:26 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> + + * gst/smpte/gstsmpte.h: + smpte: remove unused fields + Remove the fields - format and fps from smpte + as they are unused. + https://bugzilla.gnome.org/show_bug.cgi?id=747597 + +2015-04-10 10:29:47 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> + + * tests/check/Makefile.am: + * tests/check/elements/.gitignore: + * tests/check/elements/alpha.c: + tests: add test suite for alpha + Added test suite for alpha element with test cases + 1. alpha + 2. chroma keying + https://bugzilla.gnome.org/show_bug.cgi?id=747595 + +2015-04-09 12:58:46 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * tests/check/gst-plugins-good.supp: + suppressions: add a well known zlib inflate bug + +2015-04-09 12:58:26 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsink: fix mutex leak + +2015-04-09 12:58:04 +1000 Jan Schmidt <jan@centricular.com> + + * tests/check/elements/rtprtx.c: + tests: Fix rtprtx test by handling buffer lists + Commit #1018aa made rtprtxsend handle buffer lists, breaking + the test which probes for buffers, but not buffer lists. + Use a utility function to run the probe callback on each buffer + in the list in turn and remove any buffers that are dropped. + +2015-04-01 11:15:38 +1100 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/gstqtmux.c: + * gst/isomp4/gstqtmux.h: + isomp4: Refactor various state variables into a mux_mode var + Instead of checking various state variables around the muxer, + track the current muxing mode in a single 'mux_mode' enum. + Add some implementation notes about the different mux modes + +2015-04-08 16:40:02 +0200 Edward Hervey <edward@centricular.com> + + * common: + * tests/check/Makefile.am: + tests: Use AM_TESTS_ENVIRONMENT + Needed by the new automake test runner + +2015-04-08 11:17:31 +0200 Edward Hervey <bilboed@bilboed.com> + + * gst/rtp/gstrtph263depay.c: + rtph263depay: Fix framesize parsing + The string passed to the parsing function only contains a framesize, and + not <pt> + <framesize> + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726416 + +2015-03-20 12:18:37 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/wavparse/gstwavparse.c: + wavparse: clip chunk size above the valid maximum (0x7fffffff) + https://bugzilla.gnome.org/show_bug.cgi?id=722567 + +2015-03-20 09:07:35 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/wavparse/gstwavparse.c: + wavparse: clip chunk length to available data (when known) + This prevents silly chunk lengths from possibly overflowing + (at least when we know the actual data length). + https://bugzilla.gnome.org/show_bug.cgi?id=722567 + +2015-04-06 20:17:52 -0700 Sebastian Dröge <sebastian@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Don't accumulate segment bases manually + gst_segment_do_seek() does that for us already, and doing it twice + will break non-flushing seeks in interesting ways. Leftover from 1.0 + porting. + Also copy over segment offset and applied_rate, just in case. + +2015-04-06 19:08:10 -0700 Sebastian Dröge <sebastian@centricular.com> + + * tests/icles/test-segment-seeks.c: + icles: Fix waiting for segment-done if it happens too fast + Sometimes we can get segment-done before we got async-done. If we waited + for async-done only, the segment-done would be dropped and we would wait + forever for it a few lines below. + +2015-04-06 18:55:08 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: stbl_index is valid from 0 onwards + It indicates the last sample parsed, not the next one to parse. + As it starts in -1, any value from 0 onwards means that it has + some valid data. + +2015-04-05 20:06:09 +0100 Tim-Philipp Müller <tim@centricular.com> + + * docs/plugins/gst-plugins-good-plugins-sections.txt: + * gst/rtpmanager/gstrtpbin.c: + * gst/rtpmanager/gstrtpbin.h: + docs: make GstRTCPSync enum show up in rtpbin docs + https://bugzilla.gnome.org/show_bug.cgi?id=747358 + +2015-04-05 11:45:45 +0100 Tim-Philipp Müller <tim@centricular.com> + + * docs/plugins/gst-plugins-good-plugins-sections.txt: + docs: add RTPJitterBufferMode enum to rtpbin docs + https://bugzilla.gnome.org/show_bug.cgi?id=747358 + +2015-04-04 11:55:00 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/multifile/gstmultifilesink.c: + multifilesink: close files before posting message + Makes sure the files were properly flushed and closed before + the message reaches the application + +2015-03-30 13:54:23 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * tests/check/elements/multifile.c: + tests: multifile: increment tests to check for multifile messages + Also verify that the multifilesink file messages are being correctly + posted to the bus + +2015-03-30 12:51:35 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * tests/check/elements/multifile.c: + tests: multifile: handle FIXME for proper checking when test finished + Use a GstBus and wait for EOS to finish the tests instead of + relying on sleeping + +2015-03-30 11:14:09 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/multifile/gstmultifilesink.c: + multifilesink: post file message on EOS + When multifilesink is operating in any mode other than one file + per buffer, the last file created won't have a file message posted + as multifilesink doesn't handle the EOS event. + This patch fixes it by using the last position to post a file + message when EOS is received. This should ensure at least the + time related data and the filename are posted to the application + or other elements + https://bugzilla.gnome.org/show_bug.cgi?id=747000 + +2015-04-03 18:57:50 +0100 Tim-Philipp Müller <tim@centricular.com> + + * autogen.sh: + * common: + Automatic update of common submodule + From bc76a8b to c8fb372 + +2015-04-03 02:08:50 +1100 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Guard against 64-bit overflow + For large-file atoms, guard against overflow in the size field, + which could make us jump backward in the file and cause + infinite loops. + +2015-04-01 23:46:13 +1100 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/gstqtmux.c: + * gst/isomp4/gstqtmux.h: + * tests/check/elements/qtmux.c: + isomp4: Make non-seekable downstream an error in normal mode + When not in fast-start or fragmented mode, we need to be able + to rewrite the size of the mdat atom, or else the output just + won't be playable - the mdat placeholder with size == 0 will + cover the rest of the file, including any moov atom we write out. + https://bugzilla.gnome.org/show_bug.cgi?id=708808 + +2014-03-15 15:23:01 +0100 Sebastian Rasmussen <sebras@hotmail.com> + + * gst/rtp/gstrtph263depay.c: + * gst/rtp/gstrtph263pay.c: + * tests/check/elements/rtp-payloading.c: + rtph263pay/-depay: add framesize SDP attribute + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726416 + +2014-03-15 13:33:56 +0100 Sebastian Rasmussen <sebras@hotmail.com> + + * gst/rtp/gstrtpjpegdepay.c: + * gst/rtp/gstrtpjpegpay.c: + rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attribute + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726415 + +2015-03-27 21:09:44 +0100 Peter Seiderer <ps.report@gmx.net> + + * sys/v4l2/gstv4l2src.c: + * sys/v4l2/gstv4l2src.h: + v4l2src: device sequence/offset correction in case of renegotiation + The v4l2 device restarts the sequence counter in case of streamoff/streamon, + the GST offset values are supposed to increment strictly monotonic, so + adjust the sequence counter/offset values in case of caps + renegotiation. + https://bugzilla.gnome.org/show_bug.cgi?id=745441 + +2014-11-14 14:18:51 +0100 Peter Seiderer <ps.report@gmx.net> + + * sys/v4l2/gstv4l2src.c: + v4l2src: add frame loss detection + In case of v4l2 driver filled offset/sequence values add frame + loss detection (and write a warning message). + Move offset meta data setting and frame loss checking after the + timestamp adjustment code to get proper timestamps for the + warning message. + https://bugzilla.gnome.org/show_bug.cgi?id=745441 + +2014-11-14 13:48:51 +0100 Peter Seiderer <ps.report@gmx.net> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2src.c: + v4l2: use v4l2 capture device sequence counter + Use the v4l2 capture device sequence counter for + setting the GstBuffer offset/offset_end values. + https://bugzilla.gnome.org/show_bug.cgi?id=745441 + +2015-03-30 13:12:35 +0200 Tobias Modschiedler <tobias.modschiedler@cetitec.com> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + v4l2: Ask the driver about its requirements for min_buffers before initiating buffer pool. + If propose_allocation() had not been called yet, it was possible that the driver was not asked at all. + In buffer pool: Consider minimum number of buffers requested by driver when setting config. + https://bugzilla.gnome.org/show_bug.cgi?id=746834 + +2015-04-01 19:30:27 -0400 Olivier Crête <olivier.crete@collabora.com> + + * gst/rtp/gstrtpvp8depay.c: + * gst/rtp/gstrtpvp8depay.h: + rtpvp8depay: Parse width/height/profile from keyframes + This makes it possible to mux the result into a container + such as matroska. + https://bugzilla.gnome.org/show_bug.cgi?id=747208 + +2015-04-01 19:01:49 -0400 Olivier Crête <olivier.crete@collabora.com> + + * ext/vpx/gstvp8enc.c: + vp8enc: Expose VP8 width/height limitations in the caps template + The VP8 format specification (RFC 6386 section 18.1) specifies + that the maximum size is 16383x16383. + +2015-03-31 00:20:13 +1100 Jan Schmidt <jan@centricular.com> + + * gst/flv/gstflvdemux.c: + flv: When passing seek event upstream, hold a ref. + In case upstream can't handle the seek, make sure we + keep a ref on the event to attempt to handle it ourselves. + +2015-03-26 13:34:53 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> + + * gst/matroska/matroska-read-common.c: + matroska: fix GValue leaks when parsing tags + gst_tag_list_add_value() doesn't consume the GValue we pass to it so there is + no point copying it. + https://bugzilla.gnome.org/show_bug.cgi?id=746810 + +2015-03-23 20:58:25 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * gst/isomp4/qtdemux.c: + qtdemux: resurrect some flow return handling + https://bugzilla.gnome.org/show_bug.cgi?id=744572 + +2015-03-23 20:57:56 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * gst/flv/gstflvdemux.c: + flvdemux: resurrect some flow return handling + https://bugzilla.gnome.org/show_bug.cgi?id=744572 + +2015-03-23 20:56:41 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * gst/matroska/matroska-demux.c: + matroskademux: resurrect some flow return handling + https://bugzilla.gnome.org/show_bug.cgi?id=744572 + +2015-03-27 18:58:31 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-ids.c: + * gst/matroska/matroska-ids.h: + * gst/matroska/matroska-read-common.c: + matroska: store stream tags and push as updated + New tags can be found on different parts of the file, so this patch + keeps the stream taglists around for the life cycle of the pad + and adds those new tags as found. Then a new tag is found, the + pad's is marked with a tags changed flag, making the element push + a new tag event on the next check. Before this, we were sending + only the newly found tags, as the element was losing its taglist + when pushing the event. + +2015-03-15 14:40:36 +0100 Ramiro Polla <ramiro.polla@collabora.co.uk> + + * gst/matroska/matroska-demux.c: + matroskademux: send global tags incrementally + Instead of sending only new tags once they are found, merge the taglist + and send them incrementally. + +2015-03-14 17:07:05 +0100 Ramiro Polla <ramiro.polla@collabora.co.uk> + + * gst/matroska/matroska-parse.c: + * gst/matroska/matroska-read-common.c: + * gst/matroska/matroska-read-common.h: + matroskaparse: send global tags + Global tags are already being read in matroskaparse, but they are not + currently being sent. + This patch makes global tags get sent incrementally whenever new ones + are found. + https://bugzilla.gnome.org/show_bug.cgi?id=746242 + +2015-02-03 10:18:58 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * gst/effectv/gstquark.c: + quarktv: fix "planes" property range, a value of 0 is not allowed + When planes property is set to 0, the pipeline executes in + an infinite loop and never exits. Since planes must never + be 0, set the minimum value in the property description + to 1. + https://bugzilla.gnome.org/show_bug.cgi?id=743906 + +2015-03-26 13:42:02 -0700 David Schleef <ds@schleef.org> + + * gst/wavparse/gstwavparse.c: + wavparse: Fix up comments regarding DTS + +2015-03-25 15:11:34 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/rtsp/gstrtspsrc.c: + * gst/rtsp/gstrtspsrc.h: + rtspsrc: Fix segment in TCP mode + It is expected that buffers are time-stamped with running time. Set + a segment accordingly. In this case we pick 0,-1 as this is what udpsrc + would do. Depayloaders will update the segment to reflect the playback + position. + https://bugzilla.gnome.org/show_bug.cgi?id=635701 + +2015-03-26 12:21:25 -0700 David Schleef <ds@schleef.org> + + * gst/wavparse/gstwavparse.c: + wavparse: be more strict about typefinding DTS + Code now matches comments. + +2015-03-25 15:10:53 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Remove useless function + This function didn't do anything special, let's not use a function for + that. + +2015-03-20 13:03:09 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitter: Account for rtx_retry in overflow check + As rtx_retry is part of the substraction, we need to take it into + account, otherwise we may endup with a big value. + +2015-03-24 23:15:15 +0000 Julien Isorce <j.isorce@samsung.com> + + * sys/osxvideo/cocoawindow.m: + osxvideosink: check for deprecated constants prior to OSX 10.10 + cocoawindow.m:339:5: error: 'NSOpenGLPFAWindow' + is deprecated: first deprecated in OS X 10.9 + cocoawindow.m:576:7: error: 'NSOpenGLPFAFullScreen' + is deprecated: first deprecated in OS X 10.6 + cocoawindow.m:605:24: error: 'setFullScreen' + is deprecated: first deprecated in OS X 10.7 + +2015-03-24 16:51:12 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Fix seeking query + The segment start/stop in the query is meant to represent the seekable + portion of the stream. It does not match the segment start/stop. Instead + export 0 to duration. + +2015-03-24 16:18:53 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/flv/gstflvdemux.c: + flvdemux: Only set caps once if they don't change + Previously we were setting new caps with the same content for every H264 or + AAC codec_data we found in the stream, spamming everything and causing + renegotiations. + +2015-03-24 12:46:19 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/flv/gstflvdemux.c: + flvdemux: Don't create AAC/H264 caps without codec_data + Instead delay creating the caps until we read the codec_data from the stream, + or fail if we get normal data before the codec_data. + AAC raw caps and H264 avc caps always need codec_data, setting caps on the pad + without them is going to make negotiation fail most of the time. Even if we + later set new caps with the codec_data, that's usually going to be too late. + https://bugzilla.gnome.org/show_bug.cgi?id=746682 + +2015-03-24 15:39:22 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/flv/gstflvdemux.c: + flvdemux: Fix indention + +2015-03-22 13:23:44 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxcoreaudio.h: + osxaudio: Fix string format warning on 32-bit + UInt32 (Darwin, not C99's uint32_t) is 'unsigned long' on 32-bit + platforms. + +2015-03-21 17:50:40 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpsession.c: + rtpsession: Fix another instance of sticky event misordering warnings + Make sure that the sync_src pad has caps before the segment event. + Otherwise we might get a segment event before caps from the receive + RTCP pad, and then later when receiving RTCP packets will set caps. + This will results in a sticky event misordering warning + This fixes warnings in the rtpaux unit test but also in the + rtpaux and rtx examples in tests/examples/rtp + https://bugzilla.gnome.org/show_bug.cgi?id=746445 + +2015-03-21 17:18:47 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpsession.c: + rtpsession: Also start the RTCP send thread when receiving RTP or RTCP + Before we only started it when either: + - there is no send RTP stream + or + - we received an RTP packet for sending + This could mean that if the send RTP pads are connected but never receive any + RTP data, and the same session is also used for receiving RTP/RTCP, we would + never start the RTCP thread and would never send RTCP for the receiving part + of the session. + This can be reproduced with a pipeline like: + gst-launch-1.0 rtpbin name=rtpbin \ + udpsrc port=5000 ! "application/x-rtp, media=video, clock-rate=90000, encoding-name=H264" ! rtpbin.recv_rtp_sink_0 \ + udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 \ + rtpbin.send_rtcp_src_0 ! fakesink name=rtcp_fakesink silent=false async=false sync=false \ + rtpbin.recv_rtp_src_0_2553225531_96 ! decodebin ! xvimagesink \ + fakesrc ! valve drop=true ! rtpbin.send_rtp_sink_0 \ + rtpbin.send_rtp_src_0 ! fakesink name=rtp_fakesink silent=false async=false sync=false -v + Before this change the rtcp_fakesink would never send RTCP for the receiving + part of the session (i.e. no receiver reports!), after the change it does. + And before and after this change it would send RTCP for the receiving part of + the session if the sender part was omitted (the last two lines). + +2015-03-19 11:54:12 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtprtxsend.c: + rtprtxsend: Add support for buffer lists + +2015-03-19 11:39:38 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtprtxqueue.c: + rtprtxqueue: Implement support for buffer lists + +2015-03-18 17:32:36 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Improve trace readability + Change the command number into strings. + +2015-01-20 10:18:56 +0100 Jan Alexander Steffens (heftig) <jsteffens@make.tv> + + * gst/flv/gstflvdemux.c: + * gst/flv/gstflvdemux.h: + flvdemux: Don't repeatedly warn after no_more_pads (v2) + This can get rather spammy for such a high log level. + Only warn once per stream. + https://bugzilla.gnome.org/show_bug.cgi?id=746274 + +2015-03-16 11:23:52 +0100 Jan Alexander Steffens (heftig) <jsteffens@make.tv> + + * gst/flv/gstflvdemux.c: + flvdemux: Introduce constant for no-more-pads threshold + https://bugzilla.gnome.org/show_bug.cgi?id=746274 + +2015-01-20 10:18:29 +0100 Jan Alexander Steffens (heftig) <jsteffens@make.tv> + + * gst/flv/gstflvdemux.c: + flvdemux: Fix warning to contain 'video' + https://bugzilla.gnome.org/show_bug.cgi?id=746274 + +2015-03-11 21:25:40 +0100 Nicola Murino <nicola.murino@gmail.com> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-ids.h: + matroskademux: for dts only stream set pts=dts for intra only formats + https://bugzilla.gnome.org/show_bug.cgi?id=745192 + +2015-03-14 16:39:09 +0100 Ramiro Polla <ramiro.polla@collabora.co.uk> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-read-common.c: + matroskademux: fix sending of tags + * Fix critical when new tags are found after segment event has already + been sent. + * Send global tags before stream tags. + * Split sending of tags out of gst_matroska_demux_send_event() into its + own function. + https://bugzilla.gnome.org/show_bug.cgi?id=745973 + +2015-03-13 18:26:06 +0000 Ramiro Polla <ramiro.polla@collabora.co.uk> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: properly escape percent sign in documentation + +2015-03-13 18:26:44 +0000 Ramiro Polla <ramiro.polla@collabora.co.uk> + + * gst/rtpmanager/gstrtpdtmfmux.c: + rtpdtmfmux: properly escape percent sign in documentation + +2015-03-13 18:48:03 +0000 Thiago Santos <thiagoss@osg.samsung.com> + + * sys/v4l2/gstv4l2src.c: + * sys/v4l2/gstv4l2src.h: + v4l2src: delay renegotiation until it is likely buffers were reclaimed + Allow renegotiation to happen when buffers have returned after an allocation + query. As the allocation query is serialized, all buffers from the pool + should have returned and we can stop it to create a new one for the + new format + https://bugzilla.gnome.org/show_bug.cgi?id=682770 + +2015-03-13 18:47:55 +0000 Thiago Santos <thiagoss@osg.samsung.com> + + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + v4l2object: add gst_v4l2_object_try_format + Similar to set_format but it uses TRY_FMT instead of S_FMT + https://bugzilla.gnome.org/show_bug.cgi?id=682770 + +2015-03-13 18:38:42 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + multiudpsink: fix crash with GST_DEBUG enabled + g_inet_socket_address_get_address() does not give + us a ref to the address, so don't unref it. + +2015-03-12 13:49:56 +0000 Sebastian Dröge <sebastian@centricular.com> + + * gst/level/gstlevel.c: + level: Don't read over the end of the input memory + Previously we advanced the in_data pointer by bps for every channel, and then + later again for block_size*bps. This caused us to be one sample further than + expected if an input buffer covered two analysis frames. And in the end lead + to completely bogus values reported by level. + https://bugzilla.gnome.org/show_bug.cgi?id=746065 + +2015-03-12 01:37:08 +1100 Jan Schmidt <jan@centricular.com> + + * sys/oss/gstossdmabuffer.c: + Remove a couple of superfluous trailing semi-colons + +2015-03-10 09:31:20 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/alpha/gstalpha.c: + * gst/avi/gstavidemux.c: + * gst/debugutils/gstpushfilesrc.c: + * gst/isomp4/gstisoff.c: + * gst/rtpmanager/rtpsession.c: + * gst/udp/gstmultiudpsink.c: + * sys/osxaudio/gstosxaudioringbuffer.c: + * sys/osxaudio/gstosxcoreaudiocommon.c: + Fix double semicolons + +2015-03-10 15:46:40 +1100 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsrc.c: + splitmux: Shut down element before downward state change + Make sure the state change won't hang trying to shut down pads + by making sure the streaming has stopped before chaining up. + +2015-03-09 22:58:05 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxcoreaudio.h: + osxaudio: stream format is an SPDIF-only field + +2015-03-09 22:53:41 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxaudiosrc.h: + osxaudio: fix spaces + +2015-03-09 22:52:46 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxaudiosrc.h: + osxaudio: add type check macro + +2015-03-09 22:51:51 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxcoreaudiocommon.c: + * sys/osxaudio/gstosxcoreaudiocommon.h: + * sys/osxaudio/gstosxcoreaudiohal.c: + osxaudio: rename gst_core_audio_set_channels_layout() + to gst_core_audio_get_channel_layout(). + +2015-03-09 22:30:28 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxaudioringbuffer.c: + osxaudio: remove unused finalize + +2015-03-09 16:25:43 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * ext/vpx/gstvp9enc.c: + vp9enc: remove duplicate declaration of function + +2015-03-09 16:22:29 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/rtp/gstrtph264depay.c: + rtph264depay: remove unused value + CID #1226474 + +2015-03-09 16:14:34 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/rtp/gstrtph263pay.c: + rtph263pay: fix leak + CID 1212156 + +2015-03-09 15:58:33 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/rtp/gstrtph263pay.c: + rtph263pay: remove uneeded variable + We just need to save the ebit information in case there is an error decoding. + +2015-03-09 16:46:02 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp9enc.c: + vp[89]enc: Reset the encoder when flushing + https://bugzilla.gnome.org/show_bug.cgi?id=745704 + +2015-03-09 12:51:17 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/matroska/matroska-parse.c: + matroska: error mode if can't push buffer + If gst_pad_push() fails, inform and return flow error. + +2015-03-09 12:13:34 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/matroska/matroska-parse.c: + matroska: unused value + Value set in ret will be overwritten just before exiting the function. + CID #1226469 + +2015-03-09 11:10:35 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Drop packets with sequence numbers before the seqnum-base + These are outside the expected range of sequence numbers and should be + clipped, especially for RTSP they might belong to packets from before a seek + or a previous stream in general. + +2014-02-27 10:52:16 +0100 Linus Svensson <linussn@axis.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Don't include payload type in the caps for framesize + When the sdp media attribute framesize are converted to caps + the <payload> should not be included. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725335 + +2015-03-09 10:05:14 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Don't forget to unlock the mutex when receiving GAPs in TCP streams + +2015-03-09 11:24:58 +0530 Arun Raghavan <arun@centricular.com> + + * ext/pulse/pulsesink.c: + pulsesink: Make sure to filter caps in all cases during CAPS query + We were skipping the filter step while returning template caps, for + example. + +2015-03-08 21:15:53 +0000 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Don't update buffer for OUTPUT + For output device, we should not update the buffer with flags and + timestamp when we dequeue. The information in the v4l2_buffer is not + meaningful and it breaks the case where the buffer is rendered at + multiple places. + https://bugzilla.gnome.org/show_bug.cgi?id=745438 + +2015-03-08 18:04:34 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/soup/gstsouphttpclientsink.c: + souphttpclientsink: Implement cookies property + +2015-03-08 18:02:51 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/soup/gstsouphttpclientsink.c: + souphttpclientsink: Implement automatic-redirect property + +2015-03-08 17:54:07 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/soup/gstsouphttpclientsink.c: + souphttpclientsink: Implement proxy support + The properties were there before, but not used anywhere. + +2015-02-21 20:05:24 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * gst/avi/gstavidemux.c: + avidemux: resurrect some flow return handling + +2015-03-04 10:27:17 +0100 Nicolas Huet <nicolas.huet@parrot.com> + + * gst/audioparsers/gstaacparse.c: + aacparse: fix LOAS parsing issue + Fix missing index in syncword searching + https://bugzilla.gnome.org/show_bug.cgi?id=745585 + +2015-03-05 17:54:43 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * sys/directsound/gstdirectsoundsink.c: + directsoundsink: fix modulo math with ringbuffer parameters + To get a multiple of bpf use a subtraction and not an addition + https://bugzilla.gnome.org/show_bug.cgi?id=745684 + +2015-03-07 00:55:47 +1100 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsink: Protect property variables with the object lock. + Use the object lock instead of the splitmux lock to protect + internal property variables, so they're not locked when + switching to a new file. + https://bugzilla.gnome.org/show_bug.cgi?id=744420 + +2015-03-06 11:39:39 +0100 Wim Taymans <wtaymans@redhat.com> + + * tests/check/elements/rtpjitterbuffer.c: + check: add jitterbuffer unit test + See https://bugzilla.gnome.org/show_bug.cgi?id=745539 + +2015-03-05 09:18:52 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Fix handling of interleaved (TCP) streams + We need to set up the transport in any case, not just if we have a container + stream or a non-interleaved stream. Only if we have an interleaved stream and + are retrying, we should not set up the stream again. + https://bugzilla.gnome.org/show_bug.cgi?id=745599 + +2015-03-05 10:00:33 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp8dec.c: + * ext/vpx/gstvp9dec.c: + vp[89]dec: Drop frames that have no output buffer because of errors + finish_frame() assumes that there is an output buffer. + +2015-03-05 09:56:23 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Don't unref caps we don't own + +2015-03-05 09:46:17 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Push RTCP caps on the RTCP pads + Otherwise we will get not-negotiated later from rtpbin, and will never be able + to send RTCP packets back to the server. Note that error flow returns from the + RTCP pads are ignored, that's why it didn't fail more visible before. + +2015-03-05 09:35:32 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Make sure to send SEGMENT events on all pads + +2015-03-03 16:23:15 +0100 Santiago Carot-Nemesio <sancane@gmail.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsource.c: + * gst/rtpmanager/rtpstats.h: + rtp: Add Full Intra Request (FIR) packets to statistics + https://bugzilla.gnome.org/show_bug.cgi?id=745587 + +2015-03-03 16:01:53 +0100 Santiago Carot-Nemesio <sancane@gmail.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsource.c: + * gst/rtpmanager/rtpstats.h: + rtp: Add Packet Loss Indication (PLI) to statistics + This is helpful to provide statistics in the format defined in + http://w3c.github.io/webrtc-stats/#dictionary-rtcrtpstreamstats-members. + https://bugzilla.gnome.org/show_bug.cgi?id=745587 + +2015-03-03 19:19:50 +0100 Nicola Murino <nicola.murino@gmail.com> + + * gst/matroska/matroska-mux.c: + * gst/matroska/matroska-mux.h: + matroskamux: Remove duration accumulation logic + Duration accumulation can cause rounding errors and generate wrong + duration with different buffers that share the same timestamp. + https://bugzilla.gnome.org/show_bug.cgi?id=745192 + +2015-03-03 18:40:16 +0100 Nicola Murino <nicola.murino@gmail.com> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-ids.c: + * gst/matroska/matroska-ids.h: + * gst/matroska/matroska-mux.c: + matroska: Add an helper method to get buffer timestamps + ... and replace GST_BUFFER_TIMESTAMP that always return PTS with this method + that return PTS or DTS based on stream type. + https://bugzilla.gnome.org/show_bug.cgi?id=745192 + +2015-03-04 11:28:12 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Add explanation why we have space for 32 hash tables + And also create only one, there's no need yet to create all 32 until + we implement RFC2762. + +2015-03-04 11:26:57 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + Revert "rtpsession: Do not use an array of maps if they are not being used" + This reverts commit 1591adf4cd843d13d8622a30c619425691a84128. + https://bugzilla.gnome.org/show_bug.cgi?id=745586#c1: + It's the beginning of an implementation of RFC 2762, which is needed for + large multicast groups. The implementation is not yet complete but why + not leave what is there and implement RFC 2762 instead? + +2015-03-04 10:35:12 +0100 Santiago Carot-Nemesio <sancane@gmail.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + rtpsession: Do not use an array of maps if they are not being used + rtpsession declares an array of maps to store srrcs but only the + the key 0 is being used. This patch replaces the array of maps + for just one map and remove useless parameters in rtpsession + https://bugzilla.gnome.org/show_bug.cgi?id=745586 + +2015-02-27 18:12:09 +0900 Jimmy Ohn <yongjin.ohn@lge.com> + + * gst/avi/gstavidemux.c: + avidemux: remove not needed code + In gst_avi_demux_handle_src_query, there is not needed code. + We already check about stream is vbr or not at the upper line. + o, we don't need to check this condition becase stream is not + vbr 100% in this case. + https://bugzilla.gnome.org/show_bug.cgi?id=745276 + +2015-03-03 23:25:35 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/icles/gdkpixbufoverlay-test.c: + tests: gdkpixbufoverlay-test: replace deprecated function + Just avoid using the deprecated function entirely, + it's easy enough. Defining the macro is not enough. + +2015-03-03 19:04:48 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/icles/gdkpixbufoverlay-test.c: + tests: gdkpixbufoverlay-test: fix compilation against newer gdk-pixbuf + gdk_pixbuf_new_from_inline() has been deprecated in favour + of GResource. + +2015-03-03 18:39:15 +0530 Arun Raghavan <arun@centricular.com> + + * sys/osxaudio/gstosxaudiosrc.c: + osxaudiosrc: Allow caps renegotiation + The ringbuffer does allow renegotiation, so we do not have to report + fixed caps once it is acquired (based on a similar patch for the sink + side by Ilya Konstantinov <ilya.konstantinov@gmail.com>). + +2015-02-21 14:41:08 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxaudiosink.c: + osxaudiosink: Allow renegotiating caps + Once osxaudiosink's device is open, it fixates on the initial caps and + refuses to accept new caps. This is erroneous since the Audio Unit is + can accept a new ASBD, and GstAudioRingBuffer supports reconfiguration + as well. + https://bugzilla.gnome.org/show_bug.cgi?id=743925 + +2015-03-02 12:04:00 +0100 Gwenole Beauchesne <gwenole.beauchesne@intel.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2allocator: fix fd leak in DMABUF import mode. + Ensure gst_v4l2_buffer_pool_release_buffer() releases the associated + GstV4l2MemoryGroup. In particular, this allows for closing the DMABUF + handles prior to instantiating new ones. + https://bugzilla.gnome.org/show_bug.cgi?id=745443 + +2015-03-02 15:06:09 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp8enc.c: + vp8enc: Use 0 as duration for the EOS "frame" + +2015-03-02 15:02:20 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp8enc.h: + * ext/vpx/gstvp9enc.c: + * ext/vpx/gstvp9enc.h: + vp{8,9}enc: Tell the encoder about actual timestamps and durations of frames + ... instead of just counting frames. The values are supposed to be in timebase + units, not frame units. This fixes various quality problems with VP8/VP9 + encoding and in general makes the encoder behave better. + Thanks to Nirbheek Chauhan for noticing this bug. + +2015-03-01 13:56:17 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * ext/vpx/gstvp8dec.c: + * ext/vpx/gstvp9dec.c: + vpxdec: Fix calculation of width in bytes + Right now we only support I420, but vpx seems to support more formats. + This will prevent hard to find bug in the future. + +2015-03-01 13:52:50 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * ext/vpx/gstvp8dec.c: + * ext/vpx/gstvp9dec.c: + vpxdec: Don't memcpy in frame map failed + This avoid a crash if mapping the frame failed. + +2015-03-01 13:48:45 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Add missing break + This is cosmetic change. + +2015-03-01 13:46:18 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2bufferpool.h: + v4l2: Workaround driver not setting field correctly + As it's very common, handle driver not setting field in buffers + by using the field value from the format. This workaround a long time + bug in UVC driver. For even buggier driver, we simply assume + progressive as before. We also only warn once, to avoid spamming. + +2015-02-28 18:10:06 +0100 Matej Knopp <matej.knopp@gmail.com> + + * gst/isomp4/qtdemux.c: + qtdemux: fix key unit seek + Unlike many other seek flags, the KEY_UNIT seek + flag is not copied over into the GstSegment, + since it's only relevant for the seek itself, + so we need to pass it explicitly to the seek + handler here. + https://bugzilla.gnome.org/show_bug.cgi?id=745339 + +2015-02-27 09:38:01 +0100 Edward Hervey <bilboed@bilboed.com> + + * docs/plugins/gst-plugins-good-plugins.args: + * docs/plugins/gst-plugins-good-plugins.hierarchy: + * docs/plugins/gst-plugins-good-plugins.interfaces: + * docs/plugins/inspect/plugin-isomp4.xml: + * docs/plugins/inspect/plugin-multifile.xml: + * docs/plugins/inspect/plugin-rtp.xml: + * docs/plugins/inspect/plugin-rtpmanager.xml: + * docs/plugins/inspect/plugin-shout2send.xml: + * docs/plugins/inspect/plugin-video4linux2.xml: + * docs/plugins/inspect/plugin-videofilter.xml: + * docs/plugins/inspect/plugin-wavenc.xml: + docs/plugins: Updates + +2015-02-26 23:41:47 +0100 Nicola Murino <nicola.murino@gmail.com> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-mux.c: + matroskamux/demux: initialize dts_only + https://bugzilla.gnome.org/show_bug.cgi?id=745192 + +2015-02-26 23:28:11 +0100 Nicola Murino <nicola.murino@gmail.com> + + * gst/matroska/matroska-mux.c: + matroskamux: store DTS for V_MS/VFW/FOURCC streams + https://bugzilla.gnome.org/show_bug.cgi?id=745192 + +2015-02-26 19:48:33 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + * gst/multifile/gstsplitmuxsrc.c: + multifile: attempt to fix docs build issue on build bot + +2015-02-27 00:41:46 +0530 Arun Raghavan <git@arunraghavan.net> + + * gst/interleave/interleave.c: + interleave: Drop custom latency query handling + This is implemented by the default query handler now. + +2015-02-27 00:40:05 +0530 Arun Raghavan <git@arunraghavan.net> + + * gst/videomixer/videomixer2.c: + videomixer: Drop custom latency querying logic + This is now implemented in the default latency query handler. + +2015-02-26 16:10:41 +0100 Sebastian Rasmussen <sebrn@axis.com> + + * gst/rtp/gstrtpvorbispay.c: + rtpvorbispay: fix payloader description and author e-mail + https://bugzilla.gnome.org/show_bug.cgi?id=745226 + +2014-09-05 16:34:26 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2sink.c: + v4l2: query crop configuration after each call of S_CROP + S_CROP ioctl is write-only and the device can adjust crop rectangle so + we query back the crop configuration after each S_CROP to know what has + been done. + https://bugzilla.gnome.org/show_bug.cgi?id=736133 + +2015-02-26 02:12:18 +0100 Matej Knopp <matej.knopp@gmail.com> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-ids.h: + matroskademux: V_MS/VFW/FOURCC streams have DTS instead of PTS + When such stream is present demuxer should set DTS on buffers instead + of PTS. This is consistent with how VLC and libav/ffmpeg handle VFW + streams. + Sample file + https://s3.amazonaws.com/MatejK/Samples/Matroska-VFW-DTS-Only.mkv + https://bugzilla.gnome.org/show_bug.cgi?id=745192 + +2015-02-25 16:45:11 -0800 Aleix Conchillo Flaqué <aleix@oblong.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Check corruption flag on the right buffer + We where checking the buffer we are copying to instead of the buffer we + are copying from. + https://bugzilla.gnome.org/show_bug.cgi?id=740040 + +2015-01-19 15:29:24 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2object.c: + v4l2object: set colorspace in caps for capture devices + This information is set by the driver for a capture device, and so could + be forwarded to pipeline by setting the colorimetry in caps. + https://bugzilla.gnome.org/show_bug.cgi?id=743186 + +2014-10-06 17:30:06 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2allocator.c: + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + v4l2bufferpool: fix import_userptr() in single-planar API when n_planes > 1 + In the V4L2 single-planar API, when format is semi-planar/planar, + drivers expect the planes to be contiguous in memory. + So this commit change the way we handle semi-planar/planar format + (n_planes > 1) when we use the single-planar API (group->n_mem == 1). + To check that planes are contiguous and have expected size, ie: no + padding. We test the fact that plane 'i' start address + plane 'i' + expected size equals to plane 'i + 1' start address. If not, we return + in error. + Math are done in bufferpool rather than in allocator because the + former is aware of video info. + https://bugzilla.gnome.org/show_bug.cgi?id=738013 + +2015-01-23 10:15:46 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2allocator.c: + * sys/v4l2/gstv4l2allocator.h: + * sys/v4l2/gstv4l2bufferpool.c: + v4l2allocator: let bufferpool calculate image size when importing userptr + Offset are relative to the buffer and there is no guarantee substracting + them will give us the plane size. So we let bufferpool make the math as + it is more aware of video info than allocator and pass a size array to + allocator import function. + Pointed out by Nicolas Dufresne <nicolas.dufresne@collabora.com> + https://bugzilla.gnome.org/show_bug.cgi?id=738013 + +2014-12-11 16:13:15 +0100 Philippe De Muyter <phdm@macqel.be> + + * sys/v4l2/gstv4l2object.c: + v4l2object: recognize and distinguish all bayer arrangements + Up to now, v4l2src recognized only "bggr" amongst the bayer arrangements. + Recognize now also the "rggb", "gbrg" and "grbg" arrangements. + https://bugzilla.gnome.org/show_bug.cgi?id=742363 + +2015-01-15 16:11:53 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: set v4l2_buffer.field when queuing buffer in an output device + According to the current specification, application must set this field + for an output device. + https://bugzilla.gnome.org/show_bug.cgi?id=743013 + +2015-02-24 05:57:24 +0200 Ilya Konstantinov <ilya.konstantinov@gmail.com> + + * sys/osxaudio/gstosxaudiosrc.c: + * sys/osxaudio/gstosxcoreaudio.c: + * sys/osxaudio/gstosxcoreaudio.h: + * sys/osxaudio/gstosxcoreaudiocommon.c: + * sys/osxaudio/gstosxcoreaudiocommon.h: + osxaudiosrc: iOS resampling causes stuttering + Fixes stuttering audio when iOS AU is resampling. To make AU resample, + one has to request a rate that differs from AVAudioSession's + sampleRate. The resampling itself is not the culprit, but rather our + API misuse. + AudioUnitRender modifies the mDataByteSize members with the + actual read bytes count. Therefore, they must be reinitialized + before each AudioUnitRender. (The buffers themselves can be + preallocated.) + The "stutter" was caused by one AudioUnitRender making the buffer + too small for other AudioUnitRender invocations, making them fail + with -50 (paramErr). By way of luck, when AU didn't resample, all + AudioUnitRender invocations read the same number of bytes. + (This patch addresses some non-interleaved audio concerns, but + at this moment the elements do not support non-interleaved audio + and non-interleaved is untested.) + https://bugzilla.gnome.org/show_bug.cgi?id=744922 + +2015-02-22 01:49:52 +0100 Krzysztof Kotlenga <pocek@users.sf.net> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: improve error message when unauthorized + Make use of NOT_AUTHORIZED error code instead of falling back to generic + READ error. + https://bugzilla.gnome.org/show_bug.cgi?id=601733 + +2015-02-23 20:06:25 +0000 Tim-Philipp Müller <tim@centricular.com> + + * sys/ximage/ximageutil.c: + ximagesrc: remove pointless g_return_val_if_fail() + ximage won't ever be NULL here because the dispose + function is called via ximage->dispose(). + +2015-02-23 19:40:25 +0100 Thibault Saunier <tsaunier@gnome.org> + + * gst/isomp4/qtdemux.c: + qtdemux: All segment resulting from a seek should have the same seqnum + https://bugzilla.gnome.org/show_bug.cgi?id=744983 + +2015-02-19 23:12:31 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2bufferpool.h: + * sys/v4l2/gstv4l2object.c: + v4l2: Enable copy when no known allocation params + When there is no allocation parameters in the query, enable copy + threshold. When this threshold is reached, the buffer pool will start + copying when the pool reaches a critical level. If the driver supports + CREATE_BUFS, this will be used instead. + +2015-02-19 23:08:34 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Update allocator flags + When we hit emulated formats, we disable CREATE_BUFS since libv4l2 + cope very badly with it. Also clear the allocator flags so we will + never try to allocate more buffers. This fixes failure when the copy + threshold is reached as we where calling CREATE_BUFS, which lead to + libv4l2 instability. + +2015-02-19 23:07:23 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Use specific debug category + The pool has grown enough that it is now handy to seperate v4l2object + trace from v4l2bufferpool trace. + +2015-02-19 14:29:02 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/rtp/gstrtpvp8pay.c: + rtpvp8pay: default encoding name to VP8 + https://bugzilla.gnome.org/show_bug.cgi?id=737810 + +2015-02-19 14:06:51 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/rtp/gstrtpvp8pay.c: + rtpvp8pay: make caps writable before truncating them + https://bugzilla.gnome.org/show_bug.cgi?id=737810 + +2015-02-05 10:29:26 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/rtp/gstrtpvp8pay.c: + rtpvp8pay: negotiate encoding name + Chrome uses a different one than gstreamer. + https://bugzilla.gnome.org/show_bug.cgi?id=737810 + +2015-02-19 12:35:07 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpsession.c: + rtpsession: Send initial events on sync_rtcp pad when using RTP/RTCP muxing + Otherwise we will just send buffers on the pad without any events beforehand + and will get g_warnings() about that. + +2015-02-19 11:20:51 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * ext/jack/gstjackaudiosrc.c: + jack: case missing break statement + commit b1098c2ea5eabea7af08ce51d22b867eaed2bbe2 added a new case in + gst_jack_audio_src_get_property() but forgot to add the break statement to it. + +2015-02-18 19:18:00 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * sys/v4l2/v4l2_calls.c: + Revert "v4l2: fraction is reversed" + This reverts commit b91fe36644b15ae070d72b9e8a9c7087e82aef12. + +2015-02-18 17:49:29 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * sys/v4l2/v4l2_calls.c: + v4l2: fraction is reversed + In the fraction 1 / 2. 1 is the numerator and 2 is the denominator. + The arguments of fraction gst_value_set_fractions() are value, + numerator and denominator. + Also, gst_value_set_fraction() fails if denominator is 0 for obvious + reasons. + +2015-02-17 20:26:55 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2pool: Deactivate other pool + When importing buffers from a downstream pool, we need to deactivate + that pool to ensure it will be usable again later. Relying on the + refcount to reach zero does not work, since elements like xvimagesink + keeps a reference on their proposed pool. + +2015-02-18 10:10:53 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/gstqtmux.c: + * gst/isomp4/qtdemux.c: + qtmux: remove not needed condition + gst_buffer_replace can handle NULL inputs by itself + +2015-02-18 09:40:14 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: prefer the tfdt timestamp over the buffer's that is less accurate + The tfdt should be more accurate as the buffer timestamp is provided + by the fragmented format manifest and it might just be an approximation. + +2015-02-17 16:57:55 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: When resetting the jitterbuffer because of packet discont, don't flush sticky events + We will otherwise flush away STREAM_START, CAPS or SEGMENT events and will + confuse downstream with buffers that come before such events. + +2015-02-17 12:20:57 +0100 hark <hark@puscii.nl> + + * ext/jack/gstjackaudiosink.c: + * ext/jack/gstjackaudiosink.h: + * ext/jack/gstjackaudiosrc.c: + * ext/jack/gstjackaudiosrc.h: + jack: Add property port-pattern to specify which JACK ports to connect to + https://bugzilla.gnome.org/show_bug.cgi?id=690719 + +2015-02-17 12:31:06 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/gstisoff.c: + * gst/isomp4/gstisoff.h: + * gst/isomp4/qtdemux.c: + isomp4: Redefine gst_isoff_ symbols to gst_isoff_qt_ + We need different symbol names, because these symbols are also present + in the fragmented plugin ... which will cause conflicts when doing + static linking + +2015-02-16 14:31:05 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/goom2k1/lines.c: + goom2k1: use fractional part of float division + +2015-02-16 13:59:14 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsin: remove dead code + Every instance of goto beach has buf_info equal NULL. Don't check + for a condition that never happens. + CID #1268399 + +2015-02-15 21:45:24 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * tests/check/elements/splitmux.c: + splitmux-test: Parse error message + The test had a function to print the error, but was not parsing it. + This was causing warning about dbg_info being used uninitialized. If + the test was testing any errors, this would have crashed. + +2015-02-15 21:34:28 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/spectrum/gstspectrum.c: + spectrum: Fix min and max for bands property + The number of FFTs is calculated with the following formula: + guint nfft = 2 * bands - 2; + nfft is passed to gst_fft_f32_new() as the len argument and is of type + unsigned integer. This method required that len is at leas 1, then + maximum G_MAXINT, as other values would be negative. If we extrapolate + from the formula above it means we need "bands" to be between 2 and + ((guint)G_MAXINT + 2) / 2). + https://bugzilla.gnome.org/show_bug.cgi?id=744213 + +2015-02-15 15:51:55 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: Fix freeing of shared memory + When memory (that has been shared using gst_memory_share()) are freed, + the memory (or the DMABUF FD) should not bee freed. These memories have + a parent. This also removes the extra _v4l2mem_free function and avoid + calling close twice on the DMABUF FD. + https://bugzilla.gnome.org/show_bug.cgi?id=744573 + +2015-02-14 11:11:30 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: do not use sparse streams in push-based seeking + Using the sparse streams can make the push-based seeking return + too far in the stream. It also can lead to issues as the + sparse streams will be ignored when restarting playback and, + if the sparse stream is the one that has the earliest sample, + it will confuse qtdemux's offsets as one stream will have + an earlier offset than the demuxer's one which might lead to + early EOS. + https://bugzilla.gnome.org/show_bug.cgi?id=742661 + +2015-02-13 19:43:16 +0900 Jimmy Ohn <yongjin.ohn@lge.com> + + * ext/pulse/pulsesink.c: + pulsesink: Enhance code readability in pulsesink_query + In pulsesink_query function, we use a switch for the query + type. In the CAPS case, there is no 'break', instead we + return right away. Use a break and return at the end of + the function instead for better code readability. + https://bugzilla.gnome.org/show_bug.cgi?id=744461 + +2015-02-13 20:40:48 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsink: flag as sink from the start + +2015-02-11 15:30:44 +0100 Philippe Normand <philn@igalia.com> + + * gst/isomp4/Makefile.am: + * gst/isomp4/fourcc.h: + * gst/isomp4/gstisoff.c: + * gst/isomp4/gstisoff.h: + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux.h: + qtdemux: Initial 'sidx' atom parsing support + Parse the 'sidx' atom and update the total duration according to the + parser result. The isoff parser code is imported from + gst-plugins-bad's dashdemux and a gst_isoff_sidx_parser_add_data() + function was factored out of the gst_isoff_sidx_parser_add_buffer() + function. + https://bugzilla.gnome.org/show_bug.cgi?id=743578 + +2015-02-11 05:06:45 +1100 Jan Schmidt <jan@centricular.com> + + * gst/flv/Makefile.am: + * gst/flv/gstflvdemux.c: + flvdemux: Use gst_video_guess_framerate() + Use gst_video_guess_framerate() from libgstvideo to guess + sensible common framerates where possible from the + floating point fps in the stream. + +2015-02-11 13:53:02 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/raw1394/gstdv1394src.c: + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp9enc.c: + * gst/interleave/interleave.c: + * gst/rtsp/gstrtpdec.c: + * gst/videomixer/videomixer2.c: + Improve and fix LATENCY query handling + This now follows the design docs everywhere, especially the maximum latency + handling. + https://bugzilla.gnome.org/show_bug.cgi?id=744106 + +2015-02-11 10:29:55 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Handle first RTCP packet and early feedback correctly + According to RFC 4585 section 3.5.3 step 1 we are not allowed to send + an early RTCP packet for the very first one. It must be a regular one. + Also make sure to not use last_rtcp_send_time in any calculations until + we actually sent an RTCP packet already. In specific this means that we + must not use it for forward reconsideration of the current RTCP send time. + Instead we don't do any forward reconsideration for the first RTCP packet. + +2015-02-10 18:53:53 +0100 Wim Taymans <wtaymans@redhat.com> + + * gst/rtp/gstrtph263depay.c: + rtph263depay: fix compilation with gcc 5.0 + +2015-02-10 16:00:07 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmuxsink: fix example pipeline properly + x264enc might not have a max-key-int property, but it + has a key-int-max property... + +2015-02-10 14:57:55 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/multifile/gstsplitmuxsrc.c: + splitmux: fix typo + +2015-02-10 14:56:23 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmux: update example pipeline + Element x264enc doesn't have a max-key-int property + +2015-02-10 13:29:32 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/multifile/gstsplitmuxsink.c: + splitmux: fix memory leak + If execution goes to the beach in line 981, buf_info goes out of scope without + the memory being free'd. Handle this case. + CID #1268403 + +2015-02-08 12:03:10 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: fix awkward if clause + +2015-02-07 01:41:49 +1100 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxpartreader.c: + * gst/multifile/gstsplitmuxsink.c: + * tests/check/elements/splitmux.c: + splitmux: Add unit test for file splitting + Add a unit test for file splitting, and fix the leaks in the + splitmuxsink it found + +2015-02-06 14:43:22 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/wavparse/gstwavparse.c: + wavparse: fix which stop variable is used in assignment + Assignment is done to variable segment.stop when the intention was to assign to + local variable stop. Instead of overwriting it, the value is now clamped and + segment.stop is set to it soon after. + CID #1265773 + +2015-02-07 00:19:36 +1100 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxpartreader.c: + * gst/multifile/gstsplitmuxsrc.c: + * tests/check/elements/splitmux.c: + splitmux: Fix memory leaks until the test valgrinds clean + +2015-02-06 06:42:17 +1100 Jan Schmidt <jan@centricular.com> + + * gst/multifile/gstsplitmuxpartreader.c: + splitmux: Handle early EOS during part preparation + Handle the case where a short file reaches EOS while we're still + waiting for no-more-pads, and make sure we continue to the internal + READY state for real playback to work properly later. + +2015-02-06 05:03:19 +1100 Jan Schmidt <jan@centricular.com> + + * tests/files/splitvideo00.ogg: + * tests/files/splitvideo01.ogg: + * tests/files/splitvideo02.ogg: + tests: Change splitmux test video files + Avoid test failure by changing the stored video resolution + from 80x60 to 80x64, which needs bug 741030 to be fixed. + +2014-08-01 00:07:53 +1000 Jan Schmidt <jan@centricular.com> + + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-good-plugins-docs.sgml: + * docs/plugins/gst-plugins-good-plugins-sections.txt: + * docs/plugins/gst-plugins-good-plugins.hierarchy: + * docs/plugins/gst-plugins-good-plugins.interfaces: + * gst/multifile/Makefile.am: + * gst/multifile/gstmultifile.c: + * gst/multifile/gstsplitfilesrc.c: + * gst/multifile/gstsplitmuxpartreader.c: + * gst/multifile/gstsplitmuxpartreader.h: + * gst/multifile/gstsplitmuxsink.c: + * gst/multifile/gstsplitmuxsink.h: + * gst/multifile/gstsplitmuxsrc.c: + * gst/multifile/gstsplitmuxsrc.h: + * gst/multifile/gstsplitutils.c: + * gst/multifile/gstsplitutils.h: + * gst/multifile/test-splitmuxpartreader.c: + * tests/check/Makefile.am: + * tests/check/elements/.gitignore: + * tests/check/elements/splitmux.c: + * tests/files/splitvideo00.ogg: + * tests/files/splitvideo01.ogg: + * tests/files/splitvideo02.ogg: + splitmux: Implement new elements for splitting files at mux level. + Implement 2 new elements - splitmuxsink and splitmuxsrc. + splitmuxsink is a bin which wraps a muxer and takes 1 video stream, + plus audio/subtitle streams, and starts a new file + whenever necessary to avoid overrunning a threshold of either bytes + or time. New files are started at a keyframe, and corresponding audio + and subtitle streams are split at packet boundaries to match + video GOP timestamps. + splitmuxsrc is a corresponding source element which handles + the splitmux:// URL and plays back all component files, + reconstructing the original elementary streams as it goes. + +2015-02-04 16:32:14 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * tests/check/elements/souphttpsrc.c: + * tests/files/test-cert.pem: + * tests/files/test-key.pem: + tests: souphttpsrc: update ssl key/cert pair + Our ones were expired. The new ones were copied from libsoup's + tests files. + Also sets the property to use our own cert to validate the + server, otherwise the default system certs would be used + and it would fail. + +2015-02-04 02:25:44 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/rtp/gstrtph264depay.c: + rtph264depay: prevent trying to get 0 bytes from adapter + This causes an assertion and would lead to getting a NULL instead + of a buffer. Without proper checking this would easily lead to + a segfault + https://bugzilla.gnome.org/show_bug.cgi?id=737199 + +2015-02-04 21:50:51 +1100 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Simple implementation of GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITS + When the trickmode key-units flag is set on the segment, simply skip + any sample on a video stream that isn't a keyframe + +2015-02-03 17:35:52 +0100 Wim Taymans <wtaymans@redhat.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: fix container handling + We detect a container correctly now so we need to revert the weird + check there was before. + Use gst_rtspsrc_stream_push_event() to push the caps event on the + right pad. + See https://bugzilla.gnome.org/show_bug.cgi?id=739391 + +2015-02-02 19:46:27 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/matroska/matroska-ids.h: + * gst/matroska/matroska-mux.c: + * gst/matroska/matroska-mux.h: + matroskamux: store and write stream tags + Separate global from stream tags storage and write them to the + appropriate tags entry in the output + +2015-02-02 13:35:59 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: parse stream tags + Keep global and stream tags separately and parse the udta node + that can be found under the trak atom. The udta will contain + stream specific tags and will be pushed as such + https://bugzilla.gnome.org/show_bug.cgi?id=692473 + +2015-01-31 14:32:34 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/gstqtmux.c: + * gst/isomp4/gstqtmux.h: + qtmux: store stream and container tags separately + Tags received via events, when marked as stream tags, will + be stored on that stream's trak atom instead of being stored + in the main tags atom. This allows the resulting file to have + global and stream tags stored. + https://bugzilla.gnome.org/show_bug.cgi?id=692473 + +2015-01-31 13:14:44 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/atoms.c: + * gst/isomp4/atoms.h: + * gst/isomp4/gstqtmux.c: + qtmux: refactor tags functions to accomodata UDTA at trak level + Refactor the functions that were bound to the 'moov' atom to + directly pass the desired 'udta' that should receive the tags. + This allows the tags to be written to 'udta' at the 'moov' or + the 'trak' level, creating tags that are for the container or + for a stream only. + https://bugzilla.gnome.org/show_bug.cgi?id=692473 + +2015-01-31 10:47:40 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/gstqtmux.c: + qtmux: map application name to _swr tag + It refers to the application name and version used to create the + file + https://bugzilla.gnome.org/show_bug.cgi?id=692473 + +2015-01-31 02:30:40 +1100 Jan Schmidt <jan@centricular.com> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-parse.c: + * gst/matroska/matroska-read-common.c: + * gst/matroska/matroska-read-common.h: + matroska: Fix seeking past the end of the file in reverse mode. + Snap to the end of the file when seeking past the end in reverse mode, + and also fix GST_SEEK_TYPE_END and GST_SEEK_TYPE_NONE handling + for the stop position by always seeking on a segment in stream time + +2015-01-30 18:22:31 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Fix signal name + This wasn't meant to be pushed at all yet, but now that it's there + already it won't hurt to make it correct at least. + +2015-01-30 16:56:35 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpstats.h: + rtpstats: Fix typo in documentation + +2015-01-30 16:50:36 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + rtpsession: Add new on-receiving-rtcp signal + This will be emitted whenever an RTCP packet is received. Different to + on-feedback-rtcp, this signal gets every complete RTCP packet and not + just the individual feedback packets. + +2015-01-28 14:02:15 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux.h: + qtdemux: simplify segment.base math + Remove a fix for heavily edited files added for fixing + https://bugzilla.gnome.org/show_bug.cgi?id=345830 to work + with seeks and proper gaps playback. The fix was replaced + for a more general solution that bases on using previous + segment's duration, just like it works for media segments + playback. + https://bugzilla.gnome.org/show_bug.cgi?id=743518 + +2015-01-27 14:00:35 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/videomixer/videomixerorc-dist.c: + videomixer: update orc files + +2015-01-26 17:08:12 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Fix data dropping for fragmented streams + For fragmented streams with extra data at the end of the mdat + qtdemux was not dropping those bytes and would try to use + that extra data as the beginning of a new atom, causing the + stream to fail. + https://bugzilla.gnome.org/show_bug.cgi?id=743407 + +2015-01-25 17:30:33 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Deprecate rtcp-immediate-feedback-threshold property + It had no effect since quite some time and also is not needed in general, + especially not to switch between immediate feedback mode and early feedback + mode. The latest understanding of the RFC is that from the endpoint point of + view, both modes are exactly the same. RTCP is only allowed to use the + bandwidth as given by the RFC constraints, as such it is only ever possible + to schedule a RTCP packet early but it's against the RFC to schedule more RTCP + packets. + The difference between immediate feedback mode and early feedback mode is that + the former guarantees that an RTCP packet can be sent for every event + "immediately", which means that the bandwidth calculations from the RFC have + resulted in an RTCP scheduling interval that is small enough. Early feedback + mode on the other hand means that we can schedule some packets early to make + that happen, but it's not guaranteed at all that it's possible to schedule + an RTCP packet per event (i.e. they need to be accumulated or dropped). + +2015-01-22 10:29:39 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Delay the next regular RTCP packet after early RTCP + This is required to not exceed the short term average RTCP bitrate when + using early feedback as compared to without early feedback. + +2015-01-22 10:28:52 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Add new send-rtcp-full signal + This indicates with a boolean return value if scheduling a new RTCP packet + within the requested delay was possible. Otherwise it behaves exactly like + send-rtcp. The only reason for adding a new signal is ABI compatibility. + +2015-01-20 00:32:00 +0000 Jimmy Ohn <yongjin.ohn@lge.com> + + * ext/pulse/pulsesink.c: + pulsesink: Free format_info in query_getcaps + If we can not create probe stream in query_getcaps function, it will appear + memory leakage from format info. + The following patch prevent memory leakage in pulsesink. + https://bugzilla.gnome.org/show_bug.cgi?id=743178 + +2015-01-23 17:35:51 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/matroska/matroska-read-common.c: + matroskademux: remove unnecessary check + No matter if gst_matroska_read_common_parse_index_cuetrack () returns that the + flow is OK or not, the check there will be a break from the switch. Removing the + check since the outcome is the same. + CID #1265762 + +2015-01-23 15:16:25 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/matroska/matroska-mux.c: + matroskamux: Avoid using freed variable + the name variable might have been attributed to pad_name, make sure we + free it only *after* pad_name has been used. + Coverity CID : 1265774 + +2015-01-23 15:13:55 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/avi/gstavimux.c: + avimux: Avoid using freed variable + the name variable might have been attributed to pad_name, make sure we + free it only *after* pad_name has been used. + Coverity CID : 1265775 + +2014-11-14 12:59:31 +0100 Peter Seiderer <ps.report@gmx.net> + + * sys/v4l2/gstv4l2object.c: + v4l2object: reuse caps framerate if not overwritten by v4l2 device + Enables duration setting in v4l2src. + https://bugzilla.gnome.org/show_bug.cgi?id=740403 + +2015-01-22 10:29:24 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/rtpsession.c: + rtpsession: Fix indention + +2015-01-21 17:36:26 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux_dump.c: + qtdemux_dump: Bypass even more code if debugging is disabled + And avoid using variables that won't exist when debugging is disabled + +2015-01-21 15:30:33 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux_dump.c: + qtdemux: Only traverse/dump nodes if guaranteed to be used + __gst_debug_min is the "global" lowest debug level set. There's no + guarantee the qtdemux debug category is actually set at that level. + +2014-12-20 17:09:14 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/matroska/ebml-read.c: + matroska: Avoid debugging below category threshold + This part alone was what made the matroska thread take a full core + on an android phone ... + +2015-01-21 09:55:30 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/dv/gstsmptetimecode.c: + * ext/mikmod/mikmod_types.c: + * gst/audiofx/audiodynamic.c: + * gst/audiofx/audiopanorama.c: + * gst/effectv/gstradioac.c: + * gst/isomp4/atoms.c: + * gst/isomp4/gstqtmuxmap.c: + * gst/isomp4/qtdemux.c: + * gst/rtsp/gstrtspsrc.c: + * gst/videofilter/gstvideotemplate.c: + * gst/wavparse/gstwavparse.c: + Constify some static arrays everywhere + +2015-01-19 17:49:54 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/isomp4/qtdemux.c: + qtdemux: fix deadlock seeking in files without seek entries + A mutex unlock was missing. + https://bugzilla.gnome.org/show_bug.cgi?id=739975 + +2015-01-19 12:34:25 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/videomixer/blend.c: + videomixer: fix illegal memory access in blend function with negative ypos + https://bugzilla.gnome.org/show_bug.cgi?id=741115 + +2015-01-13 16:49:34 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2videodec.c: + v4l2videodec: Proxy getcaps + Replace the sink_query with new getcaps() virtual and use the proxy + helper with the probed caps. This allow upstream element taking decision + base on what is supported downstream. + +2015-01-13 19:05:20 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/isomp4/fourcc.h: + * gst/isomp4/gstqtmux.c: + * gst/isomp4/gstqtmuxmap.c: + qtmux: Add support for v210 + +2015-01-13 18:58:01 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: v210 is v210, not UYVY and yuv2 is YUY2, not I420 + Also add a few other raw video formats we support: v308, v216 + and add comments for a few others we don't support yet. + https://developer.apple.com/library/mac/technotes/tn2162/ + +2015-01-12 15:56:29 +0100 Stefan Sauer <ensonic@users.sf.net> + + * common: + Automatic update of common submodule + From f2c6b95 to bc76a8b + +2015-01-10 15:51:16 +0100 Sebastian Dröge <sebastian@centricular.com> + + * sys/osxvideo/cocoawindow.h: + * sys/osxvideo/cocoawindow.m: + * sys/osxvideo/osxvideosink.h: + * sys/osxvideo/osxvideosink.m: + osxvideosink: Disable hack for NSApp iteration with a special #define + The hack causes deadlocks and other interesting problems and it really + can only be fixed properly inside GLib. We will include a patch for + GLib in our builds for now that handles this, and hopefully at some + point GLib will also merge a proper solution. + A proper solution would first require to refactor the polling in + GMainContext to only provide a single fd, e.g. via epoll/kqueue + or a thread like the one added by our patch. Then this single + fd could be retrieved from the GMainContext and directly integrated + into a NSRunLoop. + https://bugzilla.gnome.org/show_bug.cgi?id=741450 + https://bugzilla.gnome.org/show_bug.cgi?id=704374 + +2015-01-08 21:07:05 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * ext/pulse/pulsesink.c: + pulsesink: uncork if needed upon commit + ... to provide for a running clock. + +2015-01-09 16:59:53 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2videodec.c: + v4l2videodec: Prevent renegotiation + Renegotiation isn't supported, simply prevent it the way we do in + v4l2src. + +2015-01-06 13:54:25 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2videodec.c: + v4l2videodec: Don't unlock the stream lock twice + +2015-01-09 11:40:40 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: fix stream time conversion + Use the right macro to convert to the correct scale or the + segment information will be wrong + https://bugzilla.gnome.org/show_bug.cgi?id=742572 + +2015-01-07 18:48:58 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: Add protection against driver bug + v4l2loopback driver has a this nasty bug that if the queue is larger + then 2 buffers, it returns random index on dqbuf. So far we assumed + that the index was always right, which would lead to memory being + unref twice, and eventually crash. + +2015-01-07 17:58:05 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2allocator.c: + * sys/v4l2/gstv4l2allocator.h: + * sys/v4l2/gstv4l2bufferpool.c: + v4l2: Don't use allocator size to iterate + As the buffer array is fixed size and small, it's safer to simply + use this static size to cleanup the buffers. This is also more + consistent with the rest. The associated method is no longer + required and can be dropped. + +2015-01-07 17:55:14 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Don't clean buffer array in dispose + This should already have been done, plus this code is incorrect + and may lead to crash. + https://bugzilla.gnome.org/show_bug.cgi?id=742074 + +2015-01-07 17:48:31 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Don't ref queued output buffer + This partly revert to the old 1.2 behavior. Instead of keeping a + reference to the output buffer queued, we simply release them but + don't forward it to GstBufferPool. This way, the buffer pool don't + need to be flushed to be stopped. + https://bugzilla.gnome.org/show_bug.cgi?id=742074 + +2015-01-08 11:37:23 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Never fail on streamoff + Failing streamoff prevents allocator from being disposed hence + lead to device FD leak. There is no known cases where streamoff + may fails for which we'd still be streaming. streamoff is known + to fail when a device is being unplugged (in which case errno + 19/ENODEV is set). + https://bugzilla.gnome.org/show_bug.cgi?id=732734 + +2015-01-07 21:52:17 -0500 Brad Smith <brad@comstyle.com> + + * configure.ac: + v4l2: Add support for detecting the presence of V4L2 support on OpenBSD + https://bugzilla.gnome.org/review?bug=742503 + +2015-01-04 15:57:10 +0100 Matej Knopp <matej.knopp@gmail.com> + + * gst/audioparsers/gstac3parse.c: + ac3parse: request at least 8 bytes to properly parse header + https://bugzilla.gnome.org/show_bug.cgi?id=742325 + +2015-01-07 16:20:03 -0800 Michael Smith <michael.smith@rdio.com> + + * gst/wavparse/gstwavparse.c: + wavparse: skip an additional uninteresting chunk type before the fmt chunk. + +2015-01-07 18:16:12 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/audiofx/audiodynamic.c: + audiodynamic: assert func_index is inside bounds + Bringing back the check removed in the previous commit but have that check be a + g_assert. Changing the function to static void since return can never be False, + because audio format will never be unkown. + +2015-01-07 17:31:39 +0000 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/audiofx/audiodynamic.c: + audiodynamic: remove always-true conditional + func_index is set by the sum of three ternary operators which add, 0:4, 0:2, + and 1:0. Minimum value would be 0+0+0=0, and maximum would be 4+2+1=7. + The conditional checking if func_index is >= 0 and < 8 will always be true. + Removing it. + CID 1226442 + +2015-01-07 18:05:18 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: If we get a gap with a buffer without DTS, error out + We (currently?) can't really handle gaps between RTP packets if they're not + properly timestamped. The current code would go into calculations with + GST_CLOCK_TIME_NONE and then cause assertions everywhere. It's probably + better to error out cleanly instead. + +2014-11-21 11:39:19 -0800 Aleix Conchillo Flaqué <aleix@oblong.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: set PLAYING state after configuring caps + We set to PLAYING after we have configured the caps, otherwise we + might end up calling request_key (with SRTP) while caps are still + being configured, ending in a crash. + https://bugzilla.gnome.org/show_bug.cgi?id=740505 + +2014-12-30 18:03:22 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/icles/gdkpixbufoverlay-test.c: + tests: gdkpixbufoverlay-test: remove outdated FIXME + +2014-12-30 17:19:42 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/elements/rtpcollision.c: + tests: rtpcollision: use alawenc/dec in these tests instead of Speex + They should always be built, while the speex elements are not. + Need to check for a smaller number of buffers then (7->4) because + speexenc will add 3 header buffers while alawenc will just output + as many buffers as it receives as input. + https://bugzilla.gnome.org/show_bug.cgi?id=742098 + +2014-12-30 16:36:02 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/pipelines/simple-launch-lines.c: + tests: simple-launch-lines: only run jpeg/png tests if elements are available + +2014-12-30 16:26:58 +0100 Sebastian Dröge <sebastian@centricular.com> + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: Don't return a buffer when returning not GST_FLOW_OK + basesrc assumes that we don't return a buffer if + something else than OK is returned. It will just + leak any buffer we might accidentially provide + here. + This can potentially happen during flushing. + Maybe fixes https://bugzilla.gnome.org/show_bug.cgi?id=741993 + +2014-12-30 14:52:42 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/elements/rtpaux.c: + tests: rtpaux: use alawenc/dec in these tests instead of Speex + They should always be built, while the speex elements are not. + https://bugzilla.gnome.org/show_bug.cgi?id=742098 + +2014-12-29 15:35:19 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/matroska/matroska-demux.c: + matroskademux: Improve detection of being stuck at the same offset + Only error out if we read from the same position again and got the + same length. Just the same position is not necessarily enough. + +2014-12-29 15:00:02 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/matroska/matroska-demux.c: + matroskademux: Don't get stuck at the same offset when searching for clusters + This could happen if there is an invalid cluster with size 0, and in that + case just error out instead of looping forever. + +2014-12-25 21:32:40 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/gstqtmux.c: + qtmux: fix ALAC muxing + Actually copy the codec data instead of copying nothing + and then bombing out because there's no data. + Fixes: gst-launch-1.0 audiotestsrc ! avenc_alac ! qtmux ! fakesink + https://bugzilla.gnome.org/show_bug.cgi?id=741783 + +2014-12-25 15:48:04 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtpmanager/gstrtpptdemux.c: + rtpptdemux: just drop invalid rtp packets instead of erroring out + Apparently linphone sends an invalid RTP packet as very + first packet. We want to ignore that instead of erroring + out (same for any other invalid packets really). + https://bugzilla.gnome.org/show_bug.cgi?id=741398 + +2014-12-25 15:44:15 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtpmanager/gstrtpptdemux.c: + rtpptdemux: fix 0.10-ism in docs + +2014-12-25 14:58:12 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/icles/gdkpixbufoverlay-test.c: + tests: gdkpixbufoverlay-test: use absolute positioning to fix demo + https://bugzilla.gnome.org/show_bug.cgi?id=739566 + +2014-12-25 14:53:09 +0000 Tim-Philipp Müller <tim@centricular.com> + + * ext/gdk_pixbuf/gstgdkpixbufoverlay.c: + * ext/gdk_pixbuf/gstgdkpixbufoverlay.h: + gdkpixbufoverlay: add "positioning-mode" property to allow absolute positions + Set positioning-mode=pixels-absolute to allow positioning with + absolute coordinates, meaning negative x/y offsets will be + interpreted as being to the left/above the video frame instead + of being interpreted as relative to the right/bottom edge of + the video frame (which is a silly default, but that's how it is). + This means we can nicely slide images into and out of the frame, + see gdkpixbufoverlay-test. + https://bugzilla.gnome.org/show_bug.cgi?id=739566 + +2014-12-22 15:33:51 +0100 Sebastian Dröge <sebastian@centricular.com> + + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosrc.c: + osxaudio: Directly return the ringbuffer's caps if it is acquired + +2014-12-22 12:56:19 +0100 Sebastian Dröge <sebastian@centricular.com> + + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosrc.c: + osxaudio: Put all audio formats into the template caps + We report the proper caps later from the get_caps() vfunc implementation after + probing the selected device. + +2014-12-22 12:56:05 +0100 Sebastian Dröge <sebastian@centricular.com> + + * sys/osxaudio/gstosxaudioringbuffer.c: + osxaudio: Also set the big endian flag for floating point samples + +2014-12-22 11:45:59 +0100 Sebastian Dröge <sebastian@centricular.com> + + * MAINTAINERS: + MAINTAINERS: Update my mail address + +2014-12-22 10:23:01 +0100 Sebastian Dröge <sebastian@centricular.com> + + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosrc.c: + osxaudio: Fix deadlock and property change notification in device selection code + After creating the ringbuffer we have to set the device on the ringbuffer as + it defaults to kAudioDeviceUnknown. At this point it can't have changed to + anything else yet and we don't have to notify about changes to the sink/src + "device" property. It's also not a good idea because GstAudioBaseSrc has the + object lock taken while the ringbuffer is created, which might cause a + deadlock if something calls back into the element from "notify::device". + Once the base class is done with the NULL_TO_READY state change, it has opened + the device via the ringbuffer and this might have chosen a different device. + Especially if we initially used kAudioDeviceUnknown. Also notify about this + property change as initially intended by this code. + +2014-12-19 12:30:03 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2pool: Update configuration size + We already update our copy of VideoInfo.size to proper size, now also + the configuration so the size matches on release. + https://bugzilla.gnome.org/show_bug.cgi?id=741420 + +2014-12-19 10:57:29 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-demux.h: + matroska-demux: Cache upstream length + Instead of constantly querying upstream, just cache the last duration, + and in the unlikelyness we might have gone over query again before + deciding we are EOS. + Cut 15% cpu off matroskademux streaming thread (srsly...) + +2014-12-17 17:36:18 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-ids.c: + * gst/matroska/matroska-ids.h: + * gst/matroska/matroska-mux.c: + matroska: mux/demux the OpusHead header + This is meant to be so (https://wiki.xiph.org/MatroskaOpus - while + it is marked as a draft, this part was confirmed to be correct on + IRC), and allows one to determine whether a demuxed stream is + multistream or not, and thus set the multistream caps field + accordingly. In turn, this means downstream does not have to guess. + https://bugzilla.gnome.org/show_bug.cgi?id=740744 + +2014-12-18 11:50:33 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Don't dereference NULL if a suitable stream for the AUX element can't be found + CID 1258717 + +2014-12-18 10:53:39 +0100 Sebastian Dröge <sebastian@centricular.com> + + * common: + Automatic update of common submodule + From ef1ffdc to f2c6b95 + +2014-12-12 23:06:07 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstmultiudpsink.h: + udpsink: allocate scratch space for render functions on the heap + and not the stack. Our allocations could get a bit too large + to be sure it's not going to cause trouble using the stack. + +2014-06-24 01:16:37 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + multiudpsink: re-use send_buffers() code path for render() function + It's like rendering a buffer list, just with one buffer. + Has the added advantage that if there are multiple clients + we can send the buffer to all the clients in one go. + +2014-06-24 01:15:25 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstmultiudpsink.h: + multiudpsink: keep client list consistent during removals + We unlock and re-lock the client lock while emitting the + removed signal, which causes inconsistencies in the client + list vs. the client counts. Instead, remove the client from + the list already before emitting the signal and put it into + a temporary list of clients to be removed. That way things + look consistent to the streaming thread, but signal callbacks + can still do things like get stats from removed clients. + +2014-06-24 00:56:27 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + multiudpsink: fix client count after removal + +2014-06-23 18:43:21 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + multiudpsink: keep client list sorted by socket family + We make use of in the send_buffers() function if we + need to use different sockets to send to IPv4 and + IPv6 destinations. + +2014-06-20 11:36:19 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstmultiudpsink.h: + multiudpsink: add sendmmsg-ready render_list function prototype + Add prototype for a render_list() function that can use a + sendmmsg-style g_socket_send_messages() function once it lands + in GLib. We can use this infrastructure to send multiple buffers + made up by multiple memories to multiple clients in one go, which + drastically reduces the number of syscalls made when sending + high-bitrate video streams. + https://bugzilla.gnome.org/show_bug.cgi?id=732152 + +2014-06-19 19:16:01 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstmultiudpsink.h: + multiudpsink: make udp client structure refcounted + Use the refcount for memory management and keep track + of the number of duplicate clients in a separate + variable. This will be useful later, and means we + don't have to hold the OBJECT_LOCK all the time. + https://bugzilla.gnome.org/show_bug.cgi?id=732866 + +2014-06-19 18:31:05 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstmultiudpsink.h: + multiudpsink: keep count of number of unique and non-unique IPv4 and IPv6 clients + This will come in handy later. + +2014-12-16 15:00:22 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Disable create_buf with libv4l2 + Libv4l2 does not work with CREATE_BUFS. Instead of failing on random + error caused by libv4l2, disable CREATE_BUFS when an emulated format is + detected. + +2014-12-09 17:39:12 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: Add protection against broken libv4l2 + It looks like libv4l2 support for CREATE_BUF is incomplete. That + combine with existing bugs may lead to crash in GStreamer. These + check will make it robust by: + - Checking create buf index isn't an already in used index + - Checking that the index out of QUERYBUF matches the requested + index + +2014-12-16 16:37:24 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Add something to the debug logs if an RTX AUX element can't be added + ... because the application already has a signal handler set up here. + +2014-11-21 14:13:34 +1100 Matthew Waters <matthew@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + * gst/rtsp/gstrtspsrc.h: + rtspsrc: add retransmission support according to RFC4588 + Based on the client-rtpaux example + +2014-12-16 13:25:01 +0100 Wim Taymans <wtaymans@redhat.com> + + * sys/osxvideo/osxvideosink.m: + osxvideosink: clear rectangle structures before use + +2014-12-09 15:09:56 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2object.c: + v4l2object: Always set format + Right now we try to be clever by detecting if device format have + changed or not, and skip setting format in this case. This is valid + behaviour with V4L2, but it's also very error prone. The rational + for not setting these all the time is for speed, though I can't + measure any noticeable gain on any HW I own. Also, until recently, + we where doing get/set on the format for each format we where + probing, making it near to impossible that the format would match. + This also fixes bug where we where skipping frame-rate setting if + format didn't change. + https://bugzilla.gnome.org/show_bug.cgi?id=740636 + +2014-12-15 18:30:01 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/videocrop/gstvideocrop.c: + videocrop: Remove todo about caps filter + The filter is already interected. + +2014-12-15 18:19:05 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/videocrop/gstvideocrop.c: + * gst/videocrop/gstvideocrop.h: + videocrop: Make sure new crop is applied + Since "basetransform: Fix caps equality check" commit a7f357, + set_info() will not be called anymore if crop didn't change + the caps. This is fixed by setting "need_update" boolean when + cropping properties has been changed, and then applying these + if they where not applied before rendering the next frame. This + patch also fixed the locking, dropping un-needed custom lock, + and no holding needless lock while doing the operation as we + already hold the streaming lock. + https://bugzilla.gnome.org/show_bug.cgi?id=740787 + +2014-12-12 18:10:35 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosink.c: + osxaudiosink: Prefer filter caps order while getting caps + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-12-09 13:38:26 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosink.c: + osxaudiosink: Add some error handling around channel layout parsing + For now we just spit a warning and ignore the channel layout if we can't + support it. + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-12-08 22:38:22 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosrc.c: + osxaudio: Take lock around sink/source before accessing the ringbuffer + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-12-01 21:06:27 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosink.h: + * sys/osxaudio/gstosxaudiosrc.c: + * sys/osxaudio/gstosxcoreaudio.c: + * sys/osxaudio/gstosxcoreaudio.h: + * sys/osxaudio/gstosxcoreaudioremoteio.c: + osxaudiosrc: Probe channel layout too + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-12-01 20:32:04 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosink.c: + osxaudiosink: Only fix up channels/layout for PCM caps while probing + It's unlikely that setting a channel layout will do much for AC3/DTS + streams. If we find at some point that it does make sense, we can + perform the structure copying unconditionally (i.e., the current code is + wrong, since AC3/DTS will get two structures now - one with the channel + layout, one without). + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-12-01 19:41:35 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosrc.c: + * sys/osxaudio/gstosxaudiosrc.h: + * sys/osxaudio/gstosxcoreaudio.c: + * sys/osxaudio/gstosxcoreaudio.h: + osxaudiosrc: Implement caps probing + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-12-01 19:29:57 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxcoreaudiohal.c: + osxaudio: Bind audio device to audio unit early + We want to bind the device during open so that subsequent format queries + on the audio unit are as specific as possible from that point onwards. + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-11-29 23:16:30 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosink.c: + osxaudiosink: Fix up caps querying a bit + This should make caps queries correct in PAUSED and higher as well. + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-11-28 22:32:36 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosrc.c: + * sys/osxaudio/gstosxcoreaudio.c: + osxaudio: Move osxaudiosrc-specific code out of the generic path + Avoids one layering violation (GstCoreAudio referring to + GstOsxAudioSrc). + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-11-28 22:23:17 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudioringbuffer.c: + * sys/osxaudio/gstosxaudioringbuffer.h: + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosrc.c: + * sys/osxaudio/gstosxcoreaudio.c: + * sys/osxaudio/gstosxcoreaudio.h: + * sys/osxaudio/gstosxcoreaudiohal.c: + * sys/osxaudio/gstosxcoreaudioremoteio.c: + osxaudio: Clean up a GstCoreAudio -> GstOsxAudioSrc/Sink reference + Now that device selection has no sink/source-specific bits, we can have + generic device selection for this path. We do need to now track state + changes so we can look up the final device_id once the device is open, + though. + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-11-28 19:40:52 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosink.c: + osxaudiosink: Move device caps probing to get_caps() + This should be preferred to running the probe at device open time. + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-11-28 18:37:02 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxcoreaudiohal.c: + osxaudio: Make some debug code compile conditionally + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-11-28 15:06:35 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudioringbuffer.c: + * sys/osxaudio/gstosxaudioringbuffer.h: + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosrc.c: + osxaudio: Move device selection to ringbuffer->open_device() + This is conceptually the right thing to do, and allows us to correctly + catch errors in device selection as well, which we could not do while + creating the ringbuffer. + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-11-28 14:34:34 +0530 Arun Raghavan <git@arunraghavan.net> + + * sys/osxaudio/gstosxaudiosink.c: + * sys/osxaudio/gstosxaudiosrc.c: + * sys/osxaudio/gstosxcoreaudio.c: + * sys/osxaudio/gstosxcoreaudio.h: + * sys/osxaudio/gstosxcoreaudiohal.c: + * sys/osxaudio/gstosxcoreaudioremoteio.c: + osxaudio: Consolidate input and output code paths a bit + https://bugzilla.gnome.org/show_bug.cgi?id=740987 + +2014-11-21 11:54:18 +0100 Thibault Saunier <tsaunier@gnome.org> + + * gst/deinterlace/gstdeinterlace.c: + Deinterlace: in query_caps return only supported formats if filter is interlaced + In some cases the currently set GstVideoInfo is not interlaced, but + upstream caps are interlaced and the info is passed in the filter, + we should take that info into account and make sure that we do not + consider that case as a "pass through" case. + https://bugzilla.gnome.org/show_bug.cgi?id=741407 + +2014-12-12 11:06:17 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Fix debug statement + It was using the non-increasing offset variable, which made that statement + not so useful :) + +2014-12-12 11:03:15 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Add macros for the various timescale conversions + This helps make the code more readable and avoid future bad usage of + scaling function argument order. + +2014-12-11 10:16:06 +0100 Patrick Radizi <patrickr@axis.com> + + * gst/rtp/gstrtph264pay.c: + rtph264pay: fix potential crash when shutting down + A race condition in the state change function may cause buffers + to be unreffed while they are still used by the streaming thread + in gst_rtp_h264_pay_send_sps_pps() resulting in a crash. Chain + up to the parent class first in the state change function to + make sure streaming has stopped and only then free those buffers. + https://bugzilla.gnome.org/show_bug.cgi?id=741381 + +2014-12-12 00:42:06 +1100 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Copy flags of the overall segment to output segments + Preserve the segment flags of the overall demux segment on the output + segments for each pad. + +2014-12-09 02:43:00 +0100 Matej Knopp <matej.knopp@gmail.com> + + * gst/isomp4/gstqtmux.c: + qtmux: use 64bit chunk_offset + https://bugzilla.gnome.org/show_bug.cgi?id=741279 + +2014-12-10 17:39:17 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Fix rounding errors in duration update + Make sure we store updated segment stop/duration with the same + granularity as the duration timescale. + And add more debug + +2014-12-10 16:55:44 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Update duration when we get more information + When dealing with fragmented files, we will get more accurate duration + information via the mfra and moof atoms. + In order for playback to not stop at the initial duration (from the + moov atom), we need to check and update the various duration variables + when we find more information. + Fixes playback of fragmented files in pull mode + +2014-12-10 15:08:40 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Remove variable assignments never read + As detected by clang/scan-build + +2014-12-10 14:56:06 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux.h: + qtdemux: Use GstClockTime for nanosecond-based time variables/fields + Avoids confusion with timescaled-based variables and bytes (offset) + variables. + And use GST_CLOCK_TIME_NONE where applicable + +2014-12-03 14:47:05 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/debugutils/gstpushfilesrc.c: + * gst/debugutils/gstpushfilesrc.h: + pushfilesrc: Add TIME SEGMENT capability + Adds a new set of properties to make pushfilesrc output a TIME SEGMENT + (instead of the filesrc BYTE SEGMENT). + When time-segment is set to True the following will happen: + * Seeks are refused (data starts from the beginning of the file) + * The BYTE segment will be replaced by a TIME segment with the values + specified in the various properties + * The first outgoing buffer will have a timestamp set on it (by default + it has a value of GST_CLOCK_TIME_NONE) + +2014-12-10 11:35:29 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/audioparsers/gstaacparse.c: + aacparse: Also only unref caps if they're not NULL + +2014-12-10 11:34:42 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/audioparsers/gstaacparse.c: + aacparse: gst_pad_get_allowed_caps() will return NULL if there is no peer + +2014-12-09 16:38:38 +0100 Thibault Saunier <tsaunier@gnome.org> + + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp9enc.c: + vpXenc: CLOCK_TIME_NONE is not a valid min_latency value + We should just use 0 if we do not have the information + +2014-12-03 17:26:56 +0100 Thibault Saunier <tsaunier@gnome.org> + + * gst/rtpmanager/gstrtpsession.c: + rtpsession: Use an empty iterator in iterate_internal_link when no links + And not a NULL Iterator, so it is consistent with the way it usually + works and avoid user to need a different code paths to handle that. + +2014-12-09 14:01:50 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACED + If v4l2_buffer.field is V4L2_FIELD_INTERLACED, we set corresponding + GstVideoBuffer flags depending on the video standard. + According to V4L2 specification, M/NTSC transmits the bottom field + first, all other standards the top field first. + https://bugzilla.gnome.org/show_bug.cgi?id=737603 + +2014-12-08 21:26:18 +0100 Patrick Radizi <patrickr@axis.com> + + * gst/rtp/gstrtph264pay.c: + rtph264pay: Fixes buffer leak when using SPS/PPS + Fixes a buffer leak that would occurr if the pipeline was shutdown + while a SPS/PPS header was being created. + https://bugzilla.gnome.org/show_bug.cgi?id=741271 + +2014-12-09 04:43:29 +0100 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> + + * gst/effectv/gstaging.c: + agingtv: fix memcpy when no color aging requested. + video_size is the size in pixels, actual size of the memcpy + has to be stride * height. + +2014-12-07 17:33:51 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2: Workaround libv4l2 RW emulation bug + When libv4l2 emulates RW mode on top of MMAP devices, the queues are + only initialized on first read. The problem is that poll() will fail + if called before the queues are initialized and streaming. Workaround + this by doing a zero size read when pool is started in that IO mode. + https://bugzilla.gnome.org/show_bug.cgi?id=740633 + +2014-12-07 17:27:37 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2: Fix RW io mode + In RW, allocator can be null, max_buffers can be zero, and we need not + to wait while the queue is empty since there is no queue. + https://bugzilla.gnome.org/show_bug.cgi?id=740633 + +2014-12-03 16:40:49 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Cleanup uneeded check and cases + There is nothing in between the break and the "done:" anymore, plus + USERPTR and DMABUF_IMPORT case is exactly the same. + +2014-12-03 17:07:49 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2pool: Fix CREATE_BUFS support for capture + This patch fixes CREATE_BUFS support for capture devices. Initially we + would only try and allocate more buffers when the copy threshold + is reached. When the threshold was not set (needed) it would never + happen. Another problem is that on capture side, acquire returns + filled buffer, hence need to pool. We need to set a special flag to + force allocation to happen. + https://bugzilla.gnome.org/show_bug.cgi?id=741134 + +2014-12-03 16:27:59 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: Fix CREATE_BUF probing + Current for every memory type we where probing MMAP CREATE_BUFS ioct. + https://bugzilla.gnome.org/show_bug.cgi?id=741134 + +2014-11-18 16:52:40 +0100 Nicola Murino <nicola.murino@gmail.com> + + * gst/matroska/matroska-demux.c: + matroskademux: set framerate 0/1 when duration is not known + https://bugzilla.gnome.org/show_bug.cgi?id=740130 + +2014-12-04 17:25:55 +1100 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: More fixes for reverse playback + When seeking or finding the previous keyframe, do + comparisons against targets and segments using composition time + to correctly decide which sample times match. + +2014-12-03 11:12:55 +0100 Thibault Saunier <tsaunier@gnome.org> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: Use an empty iterator in iterate_internal_link when no links + We used to setup an iterator with 1 GValue set with a NULL object + pointer which is not the normal way to do that. Instead we should make + sure that the first call to gst_iterator_next returns GST_ITERATOR_DONE. + +2014-12-03 13:20:57 +1100 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Handle seeks past EOS as a seek to the end + Fix reverse playback of every frame by making seeks past/to EOS + find the last segment and start there. + +2014-12-02 15:33:25 -0500 Olivier Crête <olivier.crete@collabora.com> + + * gst/rtp/gstrtpmpadepay.c: + rtpmpadepay: Relax caps to allow any clock-rate + Some Wowza setups seem to send an invalid non-90000 clock-rate. + +2014-12-01 21:04:02 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: don't use GST_CLOCK_TIME_NONE in non GstClockTime variables + Use -1 instead as those are gint64/guint64 variables and not GstClockTime + +2014-11-07 17:06:49 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2allocator.h: + v4l2allocator: fix gst_v4l2_allocator_stop prototype + gst_v4l2_allocator_stop returns a GstV4l2Return, not a gboolean. + https://bugzilla.gnome.org/show_bug.cgi?id=739792 + +2014-11-07 16:41:52 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: unref pool when v4l2_allocator_new() fails + https://bugzilla.gnome.org/show_bug.cgi?id=739791 + +2014-11-30 17:52:47 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/v4l2_calls.h: + v4l2: Remove last include to linux/videodev2.h + We now use and update our internal copy so we no longer have to ifdef + the entire code for features and defines that where added over the + years. + https://bugzilla.gnome.org/show_bug.cgi?id=740905 + +2014-08-24 13:38:08 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux.h: + qtdemux: implement seeking in fragmented mp4 files in pull mode based on the mfra table + +2014-11-29 15:25:51 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: use track fragment decoding time (tfdt) in parse_trun() for interpolation + As fallback if we don't have any existing samples + as reference point yet. + Based on patch by David Corvoysier <david.corvoysier@orange.com> + +2014-11-29 14:37:25 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux.h: + qtdemux: parse mfra random access box for fragmented mp4 files + If it's present, and we operate in pull mode. + +2014-08-15 14:58:26 +0200 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: stop parsing headers for fragmented mp4s at the first moof + Currently during header parsing, we scan through the entire file + and skip every moof+mdat chunk for fragmented mp4s, which makes + start-up incredibly slow. Instead, just stop at the first moof + chunk when have a moov, and start exposing the streams, so we + can go and start handling the moofs for real. + +2014-11-29 13:59:35 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/icles/.gitignore: + * tests/icles/Makefile.am: + * tests/icles/gdkpixbufoverlay-test.c: + tests: add interactive gdkpixbufoverlay test + Just need to fix the coordinate system now so + that negative offsets are actually negative + and not flipped to position things from the + opposite border. + +2014-11-29 13:53:03 +0000 Tim-Philipp Müller <tim@centricular.com> + + * ext/gdk_pixbuf/gstgdkpixbufoverlay.c: + * ext/gdk_pixbuf/gstgdkpixbufoverlay.h: + gdkpixbufoverlay: add "pixbuf" property + So we can set a GdkPixbuf directly instead of + reading it from an image file on the file system. + +2014-11-29 13:23:50 +0000 Tim-Philipp Müller <tim@centricular.com> + + * ext/gdk_pixbuf/Makefile.am: + * ext/gdk_pixbuf/pixbufscale.c: + * ext/gdk_pixbuf/pixbufscale.h: + gdkpixbuf: remove pixbufscale code that was never ported + Don't think we'll need this again. + +2014-11-29 18:35:42 -0500 Olivier Crête <olivier.crete@collabora.com> + + * gst/rtpmanager/gstrtprtxreceive.c: + rtprtxreceive: Use offset when copying header + The header is not always at the start of the packet, so we need to compute + the offset first. + +2014-11-28 13:12:46 +0000 Tim-Philipp Müller <tim@centricular.com> + + * ext/taglib/gstapev2mux.cc: + apev2mux: write APE tags at end for wavpack files + http://www.wavpack.com/file_format.txt: + "Both the APEv2 tags and/or ID3v1 tags must come at the end of the + WavPack file, with the ID3v1 coming last if both are present." + WavPack files that contain APEv2 tags at the beginning of the files + are unplayable on players that use FFmpeg (like VLC) and most other + software (except Banshee). Players that use libwavpack directly can + play the files because it skips the tags, but does not recognize the + tag data at that location. + https://bugzilla.gnome.org/show_bug.cgi?id=711437 + +2014-11-28 10:41:55 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/icles/.gitignore: + * tests/icles/Makefile.am: + * tests/icles/test-segment-seeks.c: + tests: add interactive test for gapless playback using SEGMENT seeks + Not working too well yet, there are glitches even with WAV or FLAC. + https://bugzilla.gnome.org/show_bug.cgi?id=692368 + +2014-11-26 10:33:09 +0300 Andrei Sarakeev <sarakusha@gmail.com> + + * gst/videocrop/gstaspectratiocrop.c: + * gst/videocrop/gstaspectratiocrop.h: + aspectratiocrop: Handle resolution changes properly + When an caps-event is received, we must immediately change the crop + to videocrop correctly changed caps-event dimension, otherwise the + videocrop will first use the previous value of the crop that when + resizing video to a smaller resolution may cause an error. + https://bugzilla.gnome.org/show_bug.cgi?id=740671 + +2014-11-27 17:10:53 +0100 Edward Hervey <bilboed@bilboed.com> + + * common: + Automatic update of common submodule + From 7bb2bce to ef1ffdc + +2014-11-27 11:20:36 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/icles/test-accurate-seek.c: + test: use gst_util_uint64_scale_round() for timestamp to sample calculation + +2014-11-27 11:16:35 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/icles/.gitignore: + * tests/icles/Makefile.am: + * tests/icles/test-accurate-seek.c: + tests: add interactive test for accurate seeking + For some audio formats. + https://bugzilla.gnome.org/show_bug.cgi?id=655276 + +2014-11-26 16:04:26 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux.c: + isomp4: Check presence of mfhd in moof + The 'mfhd' atom is mandatory in 'moof'. We can later on check whether + the fragment number properly increases + +2014-11-26 15:59:36 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux_dump.c: + isomp4: Fix mfro and tfra atom dumping + mfro was skipping the version/flags + tfra had wrong byte_reader return value checks + +2014-11-26 15:58:26 +0100 Edward Hervey <bilboed@bilboed.com> + + * gst/isomp4/qtdemux_dump.c: + * gst/isomp4/qtdemux_dump.h: + * gst/isomp4/qtdemux_types.c: + isomp4: Add mfhd atom dumping + +2014-11-27 00:15:02 +1100 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Handle empty segments when seeking in reverse play. + Empty segments in an edit list have a media_start time of -1, + as they don't actually play any media. Allow for that when + aligning to the reference stream in reverse play. + +2014-11-24 10:36:54 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2allocator.c: + Revert "v4l2allocator: Remove unused variable" + This reverts commit ad4480d53408a4d97ab531174ef37f258f3253c0. + +2014-11-24 10:36:30 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2allocator.c: + * sys/v4l2/gstv4l2allocator.h: + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + Revert "v4l2: move vb_queue probing from allocator to v4l2object" + This reverts commit ec6b8b84af719d828ddd91c724e715c0b4a556bc. + +2014-11-24 10:33:29 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + Revert "v4l2object: allow to automatic selection of dmabuf" + This reverts commit e6c2ad5571e5dedb212287efe238eb450032cd4f. + +2014-11-23 16:34:15 +0000 Tim-Philipp Müller <tim@centricular.com> + + * REQUIREMENTS: + REQUIREMENTS: update a little + People actually look at that it seems. + +2014-11-23 16:22:12 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/icydemux/Makefile.am: + icydemux: does not need to link against zlib + +2014-11-22 21:28:35 +0000 Tim-Philipp Müller <tim@centricular.com> + + * configure.ac: + * ext/speex/gstspeexdec.h: + * ext/speex/gstspeexenc.h: + speex: remove support for ancient speex versions + +2014-11-21 11:21:18 +0100 Branislav Katreniak <bkatreniak@nuvotechnologies.com> + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: log connection events at info level + https://bugzilla.gnome.org/show_bug.cgi?id=739305 + +2014-10-20 13:00:37 +0200 Miguel ParÃs DÃaz <mparisdiaz@gmail.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: ensure rtx_retry_period >= 0 + https://bugzilla.gnome.org/show_bug.cgi?id=739344 + +2014-11-21 11:44:24 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: Remove unused variable + this was introduced by commit ec6b8b + https://bugzilla.gnome.org/show_bug.cgi?id=699382 + +2014-11-16 12:34:17 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2bufferpool.h: + * sys/v4l2/gstv4l2src.c: + * sys/v4l2/gstv4l2transform.c: + * sys/v4l2/gstv4l2videodec.c: + v4l2: Handle corrupted buffer with empty payload + This allow skipping buffer flagged with ERROR that has no payload. + This is typical behaviour when a recovererable error occured during + capture in the driver, but that no valid data was ever written into that + buffer. This patch also translate V4L2_BUF_FLAG_ERROR into + GST_BUFFER_FLAG_CORRUPTED. Hence decoding error produce + by decoder due to missing frames will now be correctly marked. Finally, + this fixes a buffer leak when EOS is reached. + https://bugzilla.gnome.org/show_bug.cgi?id=740040 + +2014-11-21 16:36:15 +0100 Benjamin Gaignard <benjamin.gaignard@linaro.org> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + v4l2object: allow to automatic selection of dmabuf + If the v4l2 queue support dmabuf select this buffer pool mode + and update the query with allocator. + This patch only concern exporting dmabuf and not importing dmabuf + fd from downstream element. + https://bugzilla.gnome.org/show_bug.cgi?id=699382 + +2014-11-21 16:13:05 +0100 Benjamin Gaignard <benjamin.gaignard@linaro.org> + + * sys/v4l2/gstv4l2allocator.c: + * sys/v4l2/gstv4l2allocator.h: + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + v4l2: move vb_queue probing from allocator to v4l2object + The goal is to make those information available in v4l2_object + to be able later to select the best allocation method for the pool + https://bugzilla.gnome.org/show_bug.cgi?id=699382 + +2014-11-20 22:42:59 +0530 Arun Raghavan <git@arunraghavan.net> + + * gst/rtpmanager/gstrtpbin.h: + rtpbin: Fix up new_jitterbuffer signal prototype + +2014-11-20 20:19:25 +0530 Arun Raghavan <git@arunraghavan.net> + + * gst/rtpmanager/gstrtpbin.c: + rtpbin: Document how to control per-SSRC retransmission + +2014-11-20 20:18:45 +0530 Arun Raghavan <git@arunraghavan.net> + + * docs/design/design-rtpretransmission.txt: + doc: Trivial spelling and consistency update + +2014-11-20 13:14:14 +0100 Wim Taymans <wtaymans@redhat.com> + + * gst/rtp/gstrtpgstdepay.c: + * gst/rtp/gstrtpgstpay.c: + rtpgstpay: put 0-byte at the end of events + Put a 0-byte at the end of the event string. Does not break ABI because + old depayloaders will skip the 0 byte (which is included in the length). + Expect a 0-byte at the end of the event string or a ; for old + payloaders. + See https://bugzilla.gnome.org/show_bug.cgi?id=737591 + +2014-11-20 12:40:28 +0100 Wim Taymans <wtaymans@redhat.com> + + * gst/rtp/gstrtpgstdepay.c: + rtpgstdepay: avoid buffer overread. + Check that a caps event string is 0 terminated and the event string is + terminated with a ; to avoid buffer overreads. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=737591 + +2014-11-20 10:45:07 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/gstqtmuxmap.c: + qtmux: don't limit max video resolution to 4096x4096 + MAX isn't entirely correct as upper limit either, + it should really be MAXUINT32, but it's unlikely + to be a problem in the near future. + https://bugzilla.gnome.org/show_bug.cgi?id=740407 + +2014-11-19 15:06:00 -0800 Aleix Conchillo Flaqué <aleix@oblong.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: fix leak for mikey base64 decoded key-mgmt + https://bugzilla.gnome.org/show_bug.cgi?id=740392 + +2014-11-20 09:01:38 +0100 Wim Taymans <wtaymans@redhat.com> + + * gst/videofilter/gstvideobalance.c: + videobalance: fix unhandled format in passthrough + In passthrough we can handle all formats. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=740387 + +2014-11-19 16:12:38 +0100 Jan Alexander Steffens (heftig) <jsteffens@make.tv> + + * gst/flv/gstflvdemux.c: + flvdemux: Restrict resyncing to TS regressions + The behavior of resyncing video and audio indepen- + dently can cause A/V desyncs. Lets restrict resyncs + to jumps backward for now. + https://bugzilla.gnome.org/show_bug.cgi?id=736397 + +2014-11-17 23:16:03 +1100 Matthew Waters <matthew@centricular.com> + + * gst/videomixer/videomixer2.c: + * gst/videomixer/videomixer2.h: + videomixer: fix up QoS handling for live sources + Only attempt adaptive drop when we are not live + https://bugzilla.gnome.org/show_bug.cgi?id=739996 + +2014-11-10 22:34:39 +0100 Henning Heinold <henning@itconsulting-heinold.de> + + * tests/examples/rtp/client-PCMA.py: + * tests/examples/rtp/server-alsasrc-PCMA.py: + examples: port python rtp PCMA client/server tests to 1.0 + https://bugzilla.gnome.org/show_bug.cgi?id=739930 + +2014-06-04 12:11:10 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * ext/flac/gstflacdec.c: + flacdec: set the channel positions using the appropriate API + This avoids _set_format setting the unpositioned flag when passed + NULL as channel positions, as it would not be cleared when setting + actual channel positions later. + +2014-11-01 22:39:41 +0100 Aurélien Zanelli <aurelien.zanelli@darkosphere.fr> + + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp9enc.c: + vpx: mark arnr-type properties as deprecated and set them to no-op + ARNR type control in libvpx has been deprecated so this commit mark the + vp8enc and vp9enc associated properties as deprecated and change their + behavior to just display a warning message. + https://bugzilla.gnome.org/show_bug.cgi?id=739476 + +2014-11-10 13:16:01 +0530 Arun Raghavan <git@arunraghavan.net> + + * gst/rtpmanager/gstrtpbin.c: + rtpmanager: Trivial typo fix + +2014-11-09 11:04:33 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/matroska/matroska-mux.c: + matroska-mux: Use G_DEFINE_TYPE() to register the pad instead of manually registering it + +2014-11-06 15:37:28 +0100 Göran Jönsson <goranjn@axis.com> + + * gst/matroska/matroska-mux.c: + matroskamux: make GstMatroskamuxPad get_type() function thread-safe + https://bugzilla.gnome.org/show_bug.cgi?id=739722 + +2014-11-07 16:11:24 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: fix error message if allocator is already active + https://bugzilla.gnome.org/show_bug.cgi?id=739789 + +2014-11-06 21:21:40 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Improve buffer validation + Improve buffer validation by making sure each memory are the right + one and that each memory is writable. This fixes tearing issues in + case downstream uses gst_buffer_make_writable() or other type + of GstBuffer copy where memory are only reffed. + https://bugzilla.gnome.org/show_bug.cgi?id=739754 + +2014-11-06 21:38:43 +0100 Josep Torra <n770galaxy@gmail.com> + + * gst/rtsp/Makefile.am: + rtsp: fix build in gst-uninstalled setup + +2014-10-29 18:44:43 +0100 Thibault Saunier <tsaunier@gnome.org> + + * gst/imagefreeze/gstimagefreeze.c: + * gst/imagefreeze/gstimagefreeze.h: + imagefreeze: Handle seqnums + https://bugzilla.gnome.org/show_bug.cgi?id=739366 + +2014-11-04 08:18:41 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * ext/libpng/gstpngdec.c: + * ext/libpng/gstpngdec.h: + pngdec: change parse logic + Right now in parse logic the signature is checked every time the parse function + is called, and the whole data is the scanned each and every time, even though the + data is scanned in the previous instance. Changing the logic such that, we skip + the bytes which are already scanned in the previous instances of parse. This + helps in avoiding multiple scan of already scanned data/signature. + https://bugzilla.gnome.org/show_bug.cgi?id=737708 + +2014-11-03 15:26:06 +0100 Wim Taymans <wtaymans@redhat.com> + + * gst/videomixer/videomixer2.c: + videomixer2: reverse order of params for converter + +2014-11-03 11:44:28 +0100 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: fix typo in flags + https://bugzilla.gnome.org/show_bug.cgi?id=739549 + +2014-11-02 23:33:23 +0000 Tim-Philipp Müller <tim@centricular.com> + + * sys/v4l2/gstv4l2object.c: + v4l2src: fix a couple of minor leaks + +2014-11-02 19:42:03 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/goom2k1/gstgoom.c: + * gst/goom2k1/gstgoom.h: + goom2k1: post QoS messages when dropping frames due to QoS + +2014-11-02 19:29:52 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/goom/gstgoom.c: + * gst/goom/gstgoom.h: + goom: post QoS messages when dropping frames due to QoS + +2014-11-02 19:02:35 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/matroska/matroska-mux.c: + matroskamux: tweak writing app tag string a little + +2014-11-02 16:51:23 +0000 Tim-Philipp Müller <tim@centricular.com> + + * ext/jpeg/gstjpegdec.c: + * gst/isomp4/gstqtmux.c: + * gst/level/gstlevel.c: + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstudpsrc.c: + Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATED + +2014-11-02 16:58:07 +0000 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/elements/level.c: + tests: don't use deprecated property in level unit test + +2014-11-02 13:06:33 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: implement get/set for new rtx-min-retry-timeout property + Properties are so much more useful if you can actually set + and get their values. + +2014-10-30 17:41:19 +0000 Simon Farnsworth <simon.farnsworth@onelan.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2src.c: + v4l2: Clean up interlace support + Rather than try and guess interlace support as part of checking supported + sizes, look for interlace support specifically in its own function. + As a cleanup, use V4L2_FIELD_ANY when probing sizes, which should result in + the driver doing the right thing. + With my capture setup, this gets me the following sample caps: + For 1080i resolution: + video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)interleaved, framerate=(fraction){ 25/1, 30/1 } + For 720p resolution: + video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, framerate=(fraction){ 50/1, 60/1 } + For 576i/p resolution (both possible at the point of query): + video/x-raw, format=(string)YUY2, width=(int)720, height=(int)576, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string){ progressive, interleaved }, framerate=(fraction){ 25/1, 50/1 } + This, in turn, makes 576i work correctly; with the old code, + the caps would be interlace-mode=progressive for interlaced video. + https://bugzilla.gnome.org/show_bug.cgi?id=726194 + +2014-11-01 12:18:02 +0100 Aurélien Zanelli <aurelien.zanelli@darkosphere.fr> + + * ext/vpx/gstvp8utils.h: + vpx: remove compatibility defines + We are guaranteed to have VPX_IMG_FMT_I420, VPX_PLANE_Y, + VPX_PLANE_U and VPX_PLANE_V as we require libvpx > 1.1.0. + https://bugzilla.gnome.org/show_bug.cgi?id=739476 + +2014-11-01 15:33:23 +0000 Tim-Philipp Müller <tim@centricular.com> + + * configure.ac: + * ext/wavpack/gstwavpackcommon.c: + * ext/wavpack/gstwavpackdec.c: + * ext/wavpack/gstwavpackenc.c: + wavpack: remove support for ancient API version + +2014-11-01 10:14:31 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/rtp/gstrtpvp8depay.c: + * gst/rtp/gstrtpvp8pay.c: + rtpvp8: Use VP8 encoding name + Both Firefox and Chrome uses VP8 as the encoding in their SDP. + Adding this now defacto standard name removes the need for special + case in SDP parsing code. + https://bugzilla.gnome.org/show_bug.cgi?id=737810 + +2014-11-01 11:59:26 +0000 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtp/gstrtpmp2tpay.c: + rtpmp2tpay: fix up template caps so we can output the default pt 33 + Add fixed payload type for mp2t to template caps as well, so + our output caps match the advertised default pt. Fixes a + regression from 1.2. + There's still something wrong with caps negotiation though, + rtpmp2tpay payload=96 ! fakesink will not output caps with + payload=96. + +2014-10-30 15:37:36 -0700 Aleix Conchillo Flaqué <aleix@oblong.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: mikey related memory leaks + https://bugzilla.gnome.org/show_bug.cgi?id=739430 + +2014-06-10 10:04:07 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * ext/speex/gstspeexenc.c: + * ext/speex/gstspeexenc.h: + speexenc: update output segment stop time to match clipped samples + This will let oggmux generate a granpos on the last page that properly + represents the clipped samples at the end of the stream. + +2014-06-10 10:59:13 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> + + * ext/flac/gstflacenc.c: + * ext/flac/gstflacenc.h: + flacenc: update output segment stop time to match clipped samples + This will let oggmux generate a granpos on the last page that properly + represents the clipped samples at the end of the stream. + +2014-10-07 15:29:33 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: cleanly handle streamon failure for output device + On streamon failure, the queued buffer is not released from the + bufferpool class point of view because it is queued to the driver and + the flush logic is not performed since we are not in streaming state. + It causes the v4l2 bufferpool to always return that stop method failed + and to leak v4l2 objects and buffers. + This commit solve this by performing the flush logic in error case, ie + flushing the allocator and restoring queued buffer state to non-queued. + https://bugzilla.gnome.org/show_bug.cgi?id=738102 + +2014-10-08 10:31:21 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: implement dispose method + Unref objects in dispose method rather than in finalize in order to + prevent circular reference. + https://bugzilla.gnome.org/show_bug.cgi?id=738102 + +2014-10-08 10:35:14 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: check that allocator is non null when stopping pool + Otherwise, we could dereference NULL allocator when the stop method is + called by the GstBufferPool's finalize method. + https://bugzilla.gnome.org/show_bug.cgi?id=738102 + +2014-10-09 12:15:05 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2sink.c: + v4l2sink: Implement unlock/unlock_stop + This will prevent deadlocks, but will also properly flush the pool and allocator + when going to READY state. It should also fix issues reported on mailing list + when seeking is performed. + https://bugzilla.gnome.org/show_bug.cgi?id=738152 + +2014-10-28 21:32:06 +0000 Tim-Philipp Müller <tim@centricular.com> + + * ext/pulse/pulsedeviceprovider.h: + * sys/v4l2/gstv4l2deviceprovider.h: + * sys/v4l2/gstv4l2tuner.h: + pulse, v4l2: add missing G_END_DECLS in some places + +2014-10-27 17:57:20 +0100 Sebastian Dröge <sebastian@centricular.com> + + * common: + Automatic update of common submodule + From 84d06cd to 7bb2bce + +2014-10-27 11:08:20 +0100 Sebastian Dröge <sebastian@centricular.com> + + * tests/check/elements/aacparse.c: + aacparse: Fix unit test now that we always have profile/level in the caps + +2014-10-26 14:55:49 +0000 Tim-Philipp Müller <tim@centricular.com> + + * Makefile.am: + Parallelise 'make check-valgrind' + Some of the RTP unit tests are very flaky and will + fail more often with the CPU maxed out fully. Those + tests need to be fixed in any case though, they also + fail on slower machines and also occasionally with + normal 'make check'. + +2014-10-26 11:47:25 +0100 Sebastian Dröge <sebastian@centricular.com> + + * gst/audioparsers/gstaacparse.c: + aacparse: Always set profile/level on the caps + We have the information already, so why not use it? + +2014-10-25 12:36:02 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: fix crash on some 32-bit systems + Make sure to pass right number of bits to gst_structure_new() + which is a vararg function. + Fixes elements/rtpaux unit test on ppc32. + +2014-10-25 00:56:02 +0100 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/elements/rgvolume.c: + tests: fix rgvolume test on big-endian systems + +2014-10-25 00:53:39 +0100 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/Makefile.am: + * tests/check/elements/mulawdec.c: + * tests/check/elements/mulawenc.c: + tests: fix mulawdec/mulawenc test for big endian systems + +2014-10-24 23:48:30 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/interleave/interleave.c: + interleave: intersect result with filter caps in caps query + Fixes crash in audiotestsrc because of an unsupported format + getting negotiated on big-endian systems with + audiotestsrc ! interleave ! audioconvert ! wavenc + +2014-10-23 15:46:13 +0100 Tim-Philipp Müller <tim@centricular.com> + + * ext/pulse/pulsedeviceprovider.c: + * ext/pulse/pulsedeviceprovider.h: + pulse: remove some unused typedefs + +2014-10-22 15:28:44 +0200 Ananda <ananda@latelier23.com> + + * ext/speex/gstspeexdec.c: + * ext/speex/gstspeexenc.c: + speex: Fix segfault when resetting the codecs multiple times + https://bugzilla.gnome.org/show_bug.cgi?id=738793 + +2014-10-22 22:50:54 +0530 Arun Raghavan <arun@accosted.net> + + * ext/pulse/pulsesink.c: + pulsesink: Temporarily disable stream status posting + We need a mechanism in PulseAudio to allow running code outside the + mainloop lock. Then we'd be able to post to the bus (taking the + GST_OBJECT_LOCK), without worrying about locking order with the mainloop + lock, which is the current cause of deadlocks while trying to post the + stream status messages. + https://bugzilla.gnome.org/show_bug.cgi?id=736071 + +2014-10-22 15:04:24 +0200 Wim Taymans <wtaymans@redhat.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: limit the retry frequency + When the RTT and jitter are very low (such as on a local network), the + calculated retransmission timeout is very small. Set some sensible lower + boundary to the timeout by adding a new property. We use the packet + spacing as a lower boundary by default. + +2014-10-22 13:40:58 +0200 Miguel ParÃs DÃaz <mparisdiaz@gmail.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + gstrtpjitterbuffer: add "rtx-min-delay" property + This property is useful to set a min time to wait before sending a + retransmission event. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=735378 + +2014-10-22 13:29:48 +0200 Wim Taymans <wtaymans@redhat.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + jitterbuffer: Refactor code + Refactor some code dealing with calculating various timeouts. + See https://bugzilla.gnome.org/show_bug.cgi?id=735378 + +2014-10-10 19:50:06 +0200 Miguel ParÃs DÃaz <mparisdiaz@gmail.com> + + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + rtpsession: fix Early Feedback Transmission + In early retransmission we are allowed to schedule 1 regular RTCP packet + at an earlier time. When we do that, we need to set allow_early to FALSE + and ignore/drop (or merge) all future requests for early transmission. + We now first check if we can schedule an early RTCP and if we can, + actually prepare the data for the next RTCP interval. + After we send the next regular RTCP after the early RTCP, we set + allow_early to TRUE again to allow more early requests. + Remove the condition for the immediate feedback for now. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=738319 + +2014-10-21 13:01:32 +0100 Tim-Philipp Müller <tim@centricular.com> + + * common: + Automatic update of common submodule + From a8c8939 to 84d06cd + +2014-10-21 13:10:24 +0200 Wim Taymans <wtaymans@redhat.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + rtpjitterbuffer: make debug line less confusing + +2014-10-21 12:58:13 +0200 Stefan Sauer <ensonic@users.sf.net> + + * README: + * common: + Automatic update of common submodule + From 36388a1 to a8c8939 + +2014-07-02 17:50:35 +0200 Wim Taymans <wtaymans@redhat.com> + + * gst/rtpmanager/rtpjitterbuffer.c: + * gst/rtpmanager/rtpjitterbuffer.h: + jitterbuffer: rework resync handling + Add a need-resync state, this is when we need to try to lock on to a + time/RTPtime pair. + Always check the RTP timestamps and if they go backwards, mark ourselves + as need-resync. + Only resync when need-resync is TRUE and we have a valid time. Otherwise + we keep the old values. This avoids locking on to an invalid time and + causing us to timestamp everything with -1. + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=730417 + +2014-10-03 17:28:06 -0700 Aleix Conchillo Flaqué <aleix@oblong.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: set full stream caps on internal src TCP pads + Set the complete stream caps on the TCP internal src pads. Otherwise, + ptdemux will not properly detect the caps change. + https://bugzilla.gnome.org/show_bug.cgi?id=737868 + +2014-10-17 22:23:27 +0200 Sjoerd Simons <sjoerd@luon.net> + + * gst/rtpmanager/gstrtpmux.c: + * tests/check/elements/rtpmux.c: + rtpmux: Don't set PROXY_CAPS flag on the src pad + rtpmux behaves like a funnel in that it forwards whatever upstream is + sending buffers. So setting proxy caps doesn't make sense as the + upstream don't have to have compatible caps, thus resulting in an empty + caps set as a result of a caps query. Instead set fixed caps just + as funnel does. + https://bugzilla.gnome.org/show_bug.cgi?id=738722 + +2014-10-20 11:57:38 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * gst/videobox/gstvideobox.c: + videobox: critical error when element properties set as max/min + left, right, top, bottom can be set from range of -2147483648 to 2147483647 + when i launch the videobox element with that values, it gives a critical error + (gst-check-1.0:29869): GStreamer-CRITICAL **: gst_value_set_int_range_step: assertion 'start < end' failed + This happens because min cannot be equal to max. + https://bugzilla.gnome.org/show_bug.cgi?id=738838 + +2014-10-15 17:45:24 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: + * gst/rtp/gstrtph265depay.c: + * gst/rtp/gstrtph265depay.h: + * gst/rtp/gstrtph265pay.c: + * gst/rtp/gstrtph265pay.h: + Revert "rtp: add h265 RTP payloader + depayloader" + This reverts commit d06ba9051f904a7eb482c07a97a1827169158663. + This breaks the build, as it depends on parser API in -bad. + +2014-10-15 17:34:50 +0200 Jurgen Slowack <jurgen.slowack@barco.com> + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: + * gst/rtp/gstrtph265depay.c: + * gst/rtp/gstrtph265depay.h: + * gst/rtp/gstrtph265pay.c: + * gst/rtp/gstrtph265pay.h: + rtp: add h265 RTP payloader + depayloader + +2014-10-05 21:24:27 +0200 Peter G. Baum <peter@dr-baum.net> + + * gst/wavenc/gstwavenc.c: + * gst/wavenc/gstwavenc.h: + wavenc: Support RF64 format + https://bugzilla.gnome.org/show_bug.cgi?id=725145 + +2014-10-11 11:18:42 +1100 David Sansome <me@davidsansome.com> + + * gst/equalizer/gstiirequalizer.c: + equalizer: Don't call iirequalizer's transform_ip in passthrough mode + It tries to map the read-only buffer with GST_MAP_READWRITE and crashes. + https://bugzilla.gnome.org/show_bug.cgi?id=737886 + +2014-10-10 18:30:07 -0400 Olivier Crête <olivier.crete@ocrete.ca> + + * gst/rtpmanager/rtpsource.c: + * gst/rtpmanager/rtpsource.h: + rtpsource: Rename seqnum-base to seqnum-offset in caps + This was modified back in 1.0 in GstRtpBasePayload + +2014-10-10 18:11:19 -0400 Olivier Crête <olivier.crete@ocrete.ca> + + * gst/dtmf/gstrtpdtmfsrc.c: + * tests/check/elements/dtmf.c: + rtpdtmfsrc: clock-base and seqnum-base -> timestamp-offset and seqnum-offset + These were renamed in GstRTPBasePayload in 1.0 + +2014-10-10 17:30:24 -0400 Olivier Crête <olivier.crete@ocrete.ca> + + * gst/rtpmanager/gstrtpmux.c: + * gst/rtpmanager/gstrtpmux.h: + * tests/check/elements/rtpmux.c: + rtpmux: clock-base and seqnum-base -> timestamp-offset and seqnum-offset + These were renamed in GstRTPBasePayload in 1.0 + +2014-10-06 14:23:22 +0100 Luis de Bethencourt <luis.bg@samsung.com> + + * gst/goom2k1/filters.c: + goom2k1: removing block of code that does nothing + The loop in zoomFilterSetResolution is meant to change the values in the + zf->firedec[] array. Each iteration writes the value of decc onto the arrya, + but no conditions that change the value of decc are ever met and the array is + filled with zero for each element. Which is the initial state of the + array before the loop begins. + The loop does nothing. + https://bugzilla.gnome.org/show_bug.cgi?id=728353 + +2014-10-04 17:17:13 +0200 Stefan Sauer <ensonic@users.sf.net> + + * gst/rtpmanager/rtpjitterbuffer.c: + rtpjitterbuffer: don't log all clock_rate changes as warnings. + We never initialize clock_rate explicitly, therefore it is 0 by default. The + parameter is a uint32 and the only caller ensure that it is >0, therefore it + won't become -1 ever. + +2014-10-02 14:26:08 +0530 Nirbheek Chauhan <nirbheek@centricular.com> + + * ext/soup/gstsouphttpclientsink.c: + souphttpclientsink: Fix lifetime of stream headers and queued buffers + Stream headers are updated whenever ::set_caps is called, so we can't assume + they'll be valid before the message body is written out. We *can* assume that + for queued buffers, but SOUP_MEMORY_STATIC is still wrong for those. + Also, add some debug logging for stream header interactions. + https://bugzilla.gnome.org/show_bug.cgi?id=737771 + +2014-10-02 03:26:22 +0200 Matej Knopp <matej.knopp@gmail.com> + + * gst/audioparsers/gstaacparse.c: + aacparse: fix memory leak when prepending ADTS headers + https://bugzilla.gnome.org/show_bug.cgi?id=737761 + +2014-09-23 10:48:09 +0200 Antonio Ospite <ao2@ao2.it> + + * gst/interleave/interleave.c: + * gst/interleave/interleave.h: + interleave: interleave samples following the Default Channel Ordering + In order to have a full mapping between channel positions in the audio + stream and loudspeaker positions, the channel-mask alone is not enough: + the channels must be interleaved following some Default Channel Ordering + as mentioned in the WAVEFORMATEXTENSIBLE[1] specification. + As a Default Channel Ordering use the one implied by + GstAudioChannelPosition which follows the ordering defined in SMPTE + 2036-2-2008[2]. + NOTE that the relative order in the Top Layer is not exactly the same as + the one from the WAVEFORMATEXTENSIBLE[1] specification; let's hope users + using so may channels are already aware of such discrepancies. + [1] http://msdn.microsoft.com/en-us/library/windows/hardware/dn653308%28v=vs.85%29.aspx + [2] http://www.itu.int/dms_pub/itu-r/opb/rep/R-REP-BS.2159-2-2011-PDF-E.pdf + Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=737127 + +2014-10-02 10:10:11 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/wavenc/gstwavenc.c: + wavenc: Send CAPS event after the pad was activated + Otherwise the CAPS event will be dropped and we never configure any caps at + all, leading to weird behaviour in many situations. Especially header + rewriting is not going to work if a capsfilter is after wavenc. + https://bugzilla.gnome.org/show_bug.cgi?id=737735 + +2014-10-01 23:12:30 +0530 Nirbheek Chauhan <nirbheek@centricular.com> + + * ext/soup/gstsouphttpclientsink.c: + souphttpclientsink: Add some more useful debug logging + +2014-10-01 23:05:03 +0530 Nirbheek Chauhan <nirbheek@centricular.com> + + * ext/soup/gstsouphttpclientsink.c: + souphttpclientsink: Free queued buffers in ::reset + ::render sets a new callback for writing out new buffers only if there aren't + already buffers queued for writing with a previously-scheduled callback. + However, if the previously-scheduled callback is interrupted by a state change + (either manually or due to an error) and there are still buffers in the queue, + restarting the pipeline will result in buffers being queued forever, and no + callbacks will ever be scheduled, and no buffers will be written out. + https://bugzilla.gnome.org/show_bug.cgi?id=737739 + +2014-10-01 17:29:29 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/videomixer/videomixer2.c: + videomixer: Actually use the correct GstVideoInfo for conversion + +2014-10-01 17:24:59 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/videomixer/videomixer2.c: + videomixer: Revert the last commit and handle resolutions differences properly + This is about converting the format, not about converting any widths and + heights. Subclasses are expected to handler different resolutions themselves, + like the videomixers already do properly. + +2014-10-01 17:12:59 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/videomixer/videomixer2.c: + videomixer: GstVideoConverter currently can't rescale and will assert + Leads to ugly assertions instead of properly erroring out: + CRITICAL **: gst_video_converter_new: assertion 'in_info->width == out_info->width' failed + +2014-09-30 11:35:12 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp8enc.c: + * ext/vpx/gstvp9enc.c: + vp8enc/vp9enc: Protect the encoder with a mutex in all situations + +2014-09-30 11:31:43 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp9enc.c: + vp9enc: Allow caps renegotiation + https://bugzilla.gnome.org/show_bug.cgi?id=726329 + +2014-09-30 11:28:39 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp8enc.c: + vp8enc: finish() and drain() should return a GstFlowReturn + +2014-03-14 12:59:02 +0100 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> + + * ext/vpx/gstvp8enc.c: + vp8enc: Allow caps renegotiation + https://bugzilla.gnome.org/show_bug.cgi?id=726329 + +2014-09-29 11:49:45 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2object.c: + v4l2object: set colorspace for output devices + When the v4l2 device is an output device, the application shall set the + colorspace. So map GStreamer colorimetry info to V4L2 colorspace and set + on set_format. In case we have no colorimetry information, we try to + guess it according to pixel format and video size. + https://bugzilla.gnome.org/show_bug.cgi?id=737579 + +2014-09-29 22:48:16 +0530 Arun Raghavan <arun@accosted.net> + + * ext/pulse/pulsesink.c: + * ext/pulse/pulsesrc.c: + pulse: Add some documentation about threading and synchronisation + This gives a quick introduction to how the pulsesink/pulsesrc code + interacts with the pa_threaded_mainloop that we start up to communicate + with the server. + +2014-09-29 20:18:08 +0530 Arun Raghavan <arun@accosted.net> + + * ext/pulse/pulsesink.c: + pulsesink: Make emitting stream status messages synchronous + The stream status messages are emitted in the PA mainloop thread, which + means the mainloop lock is taken, followed by the Gst object lock (by + gst_element_post_message()). In all other locations, the order of + locking is reversed (this is unavoidable in a bunch of cases where the + object lock is taken by GstBaseSink or GstAudioBaseSink, and then we get + control to take the mainloop lock). + The only way to guarantee that the defer callback for stream status + messages doesn't deadlock is to either stop posting those messages, or + make sure that the message emission is completed before we proceed to + any point that might take the object lock before the mainloop lock + (which is what we do after this patch). + https://bugzilla.gnome.org/show_bug.cgi?id=736071 + +2014-09-16 12:12:49 +0200 Antonio Ospite <ao2@ao2.it> + + * gst/wavenc/gstwavenc.c: + wavenc: print channel masks in hexadecimal + +2014-09-27 16:01:21 +0100 Tim-Philipp Müller <tim@centricular.com> + + * sys/v4l2/gstv4l2deviceprovider.h: + v4l2: remove redundant struct declaration + +2014-09-26 13:46:16 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Fix compiler warnings + gstrtspsrc.c:7939:11: error: implicit conversion from enumeration type 'GstSDPResult' to different enumeration type + 'GstRTSPResult' [-Werror,-Wenum-conversion] + res = gst_sdp_message_new (&sdp); + ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ + gstrtspsrc.c:7944:11: error: implicit conversion from enumeration type 'GstSDPResult' to different enumeration type + 'GstRTSPResult' [-Werror,-Wenum-conversion] + res = gst_sdp_message_parse_uri (uri, sdp); + ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +2014-09-25 15:01:14 +0200 Jonas Holmberg <jonashg@axis.com> + + * gst/matroska/matroska-demux.c: + matroskademux: make demuxer reusable + Remove pads from flow combiner and reset last + flow return to FLOW_OK by resetting the flow combiner. + This prevents FLOW_FLUSHING when trying to re-use the + demuxer after setting it back to NULL/READY state. + https://bugzilla.gnome.org/show_bug.cgi?id=737359 + +2014-09-24 16:46:36 +0200 Wim Taymans <wtaymans@redhat.com> + + * gst/videomixer/Makefile.am: + * gst/videomixer/gstcms.c: + * gst/videomixer/gstcms.h: + * gst/videomixer/videoconvert.c: + * gst/videomixer/videoconvert.h: + * gst/videomixer/videomixer2.c: + * gst/videomixer/videomixer2pad.h: + * gst/videomixer/videomixerorc-dist.c: + * gst/videomixer/videomixerorc-dist.h: + * gst/videomixer/videomixerorc.orc: + videomixer: use video library code instead of copy + +2014-09-18 16:39:19 +0530 Sanjay NM <sanjay.nm@samsung.com> + + * gst/audioparsers/gstmpegaudioparse.c: + audioparsers: Added index check before using the index + https://bugzilla.gnome.org/show_bug.cgi?id=736878 + +2014-09-23 23:33:37 +0200 Matej Knopp <matej.knopp@gmail.com> + + * gst/isomp4/gstqtmux.c: + qtmux: Do not infer DTS on buffers from sparse streams. + DTS delta is used to calculate sample duration. If buffer has missing DTS, we take either segment start or previous buffer end time, whichever is later. + This must only be done for non sparse streams, sparse streams can have gaps between buffers (which is handled later by adding extra empty buffer with duration that fills the gap) + https://bugzilla.gnome.org/show_bug.cgi?id=737095 + +2014-09-18 17:08:37 +0530 Sanjay NM <sanjay.nm@samsung.com> + + * gst/goom/ifs.c: + goom: Clarified precedence between % and ? + https://bugzilla.gnome.org/show_bug.cgi?id=736887 + +2014-09-18 17:59:31 +0530 Sanjay NM <sanjay.nm@samsung.com> + + * gst/rtsp/gstrtspsrc.c: + rtsp: clarify expression so operator precedence is clear + https://bugzilla.gnome.org/show_bug.cgi?id=736903 + +2014-09-18 16:04:03 +0530 Sanjay NM <sanjay.nm@samsung.com> + + * ext/libpng/gstpngdec.c: + * gst/alpha/gstalpha.c: + * gst/audiofx/audiodynamic.c: + * gst/audiofx/audiofxbasefirfilter.c: + * gst/audiofx/gstscaletempo.c: + * gst/avi/gstavidemux.c: + * gst/avi/gstavimux.c: + * gst/deinterlace/gstdeinterlace.c: + * gst/isomp4/qtdemux.c: + * gst/matroska/matroska-mux.c: + * gst/rtpmanager/gstrtpmux.c: + * gst/rtpmanager/gstrtprtxreceive.c: + * gst/rtpmanager/rtpsession.c: + Miscellaneous minor cleanups + Fix redundant variables and assignments, + and unreachable breaks. + https://bugzilla.gnome.org/show_bug.cgi?id=736875 + https://bugzilla.gnome.org/show_bug.cgi?id=736876 + https://bugzilla.gnome.org/show_bug.cgi?id=736879 + https://bugzilla.gnome.org/show_bug.cgi?id=736880 + https://bugzilla.gnome.org/show_bug.cgi?id=736881 + https://bugzilla.gnome.org/show_bug.cgi?id=736888 + https://bugzilla.gnome.org/show_bug.cgi?id=736890 + https://bugzilla.gnome.org/show_bug.cgi?id=736892 + https://bugzilla.gnome.org/show_bug.cgi?id=736893 + https://bugzilla.gnome.org/show_bug.cgi?id=736894 + +2014-09-24 00:12:14 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/videobox/gstvideobox.c: + videobox: remove duplicate assignments + https://bugzilla.gnome.org/show_bug.cgi?id=736897 + +2014-09-23 22:55:48 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/audioparsers/gstflacparse.c: + flacparse: Only calculate with durations != -1 + +2014-09-23 19:08:48 +0200 Matej Knopp <matej.knopp@gmail.com> + + * gst/isomp4/gstqtmux.c: + qtmux: collect pad for sparse stream should be created with lock set to false + Avoids waiting for buffers from sparse streams + https://bugzilla.gnome.org/show_bug.cgi?id=737095 + +2014-09-23 19:07:25 +0200 Matej Knopp <matej.knopp@gmail.com> + + * gst/isomp4/gstqtmux.c: + qtmux: fix subtitle buffer duration and strip null termination + Strip the \0 off the subtitle as we already know the size and also remember + to set the duration as buffer copying doesn't do it. + https://bugzilla.gnome.org/show_bug.cgi?id=737095 + +2014-09-23 19:06:18 +0200 Matej Knopp <matej.knopp@gmail.com> + + * gst/isomp4/atoms.c: + qtmux: move subtitle layer above video and set alternate group + layer -1 is above video, that is 0 + And having all subtitles in alternate group 2 means that only one + should be selected at a time. + https://bugzilla.gnome.org/show_bug.cgi?id=737095 + +2014-09-23 09:47:31 +0200 Edward Hervey <bilboed@bilboed.com> + + * tests/check/elements/souphttpsrc.c: + check/soup: Temporarily disable G_ENABLE_DIAGNOSTIC + The SOUP_SERVER_PORT property has been deprecated in recent libsoup + versions. + +2014-09-23 09:43:05 +0200 Edward Hervey <bilboed@bilboed.com> + + * tests/check/elements/souphttpsrc.c: + check/soup: Define minimum version required + To avoid deprecation warnings + +2014-09-19 19:14:28 +0200 Matej Knopp <matej.knopp@gmail.com> + + * gst/isomp4/qtdemux.c: + qtdemux: Handle mp4a without ESDS atom + https://bugzilla.gnome.org/show_bug.cgi?id=736986 + +2014-09-22 16:15:27 +0200 Linus Svensson <linussn@axis.com> + + * sys/ximage/gstximagesrc.c: + ximagesrc: Fix build problem without XFIXES + +2014-09-19 14:34:13 +0530 Sanjay NM <sanjay.nm@samsung.com> + + * gst/dtmf/gstrtpdtmfdepay.c: + dtmf: Removed unused structure members + https://bugzilla.gnome.org/show_bug.cgi?id=736883 + +2014-09-11 13:48:44 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> + + * gst/isomp4/atoms.c: + isomp4: fix wrong DAR calculation for PAR <= 1 + CID #1226452 + https://bugzilla.gnome.org/show_bug.cgi?id=736396 + +2014-09-18 16:59:52 +0530 Sanjay NM <sanjay.nm@samsung.com> + + * gst/flv/gstflvdemux.c: + flv: Removed unreachable break statements + https://bugzilla.gnome.org/show_bug.cgi?id=736884 + +2014-09-17 16:37:11 +0200 Ognyan Tonchev <ognyan@axis.com> + + * gst/rtpmanager/gstrtpbin.c: + rtpbin: do not leak encsink pad in error case + https://bugzilla.gnome.org/show_bug.cgi?id=736807 + +2014-09-17 16:23:21 +0200 Ognyan Tonchev <ognyan@axis.com> + + * gst/multipart/multipartdemux.c: + multipartdemux: do not leak new stream event + https://bugzilla.gnome.org/show_bug.cgi?id=736805 + +2014-09-15 09:08:18 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> + + * gst/y4m/gsty4mencode.c: + * gst/y4m/gsty4mencode.h: + y4menc: port y4menc to use GstVideoEncoder base class + https://bugzilla.gnome.org/show_bug.cgi?id=735085 + +2014-09-17 13:55:18 +0300 Sebastian Dröge <sebastian@centricular.com> + + * sys/osxaudio/gstosxcoreaudio.c: + * sys/osxaudio/gstosxcoreaudiocommon.c: + * sys/osxaudio/gstosxcoreaudiohal.c: + * sys/osxaudio/gstosxcoreaudioremoteio.c: + osxaudio: OSStatus is not a fourcc, so don't print it as one... + +2014-09-16 14:26:08 +0200 Ognyan Tonchev <ognyan@axis.com> + + * gst/audioparsers/gstflacparse.c: + flacparse: do not leak uid after parsing TOC event + https://bugzilla.gnome.org/show_bug.cgi?id=736739 + +2014-09-16 22:47:13 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtp/gstrtpvrawdepay.c: + rtpvrawdepay: Declare some more required caps fields in the sink template caps + Now only missing are width and height, which are expressed as strings + for RTP... so we can't put them into the template caps. + +2014-09-16 16:46:07 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * ext/gdk_pixbuf/gstgdkpixbufdec.c: + * ext/gdk_pixbuf/gstgdkpixbufdec.h: + gdkpixbufdec: modify wrong packetized mode logic + packetized mode is being set when framerate is being set + which is not correct. Changing the same by checking the + input segement format. If input segment is in TIME it is + Packetized, and if it is in BYTES it is not. + https://bugzilla.gnome.org/show_bug.cgi?id=736252 + +2014-09-16 11:26:22 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/jpeg/gstjpegdec.c: + jpegdec: Remove unused variable and use correct decoder variable name + +2014-09-16 11:25:42 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/libpng/gstpngdec.c: + pngdec: Remove unused variable + +2014-09-16 13:24:15 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * ext/jpeg/gstjpegdec.c: + jpeggdec: modify wrong packetized mode logic + packetized mode is being set when framerate is being set + which is not correct. Changing the same by checking the + input segement format. If input segment is in TIME it is + Packetized, and if it is in BYTES it is not. + https://bugzilla.gnome.org/show_bug.cgi?id=736252 + +2014-09-16 13:23:16 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * ext/libpng/gstpngdec.c: + pngdec: modify wrong packetized mode logic + packetized mode is being set when framerate is being set + which is not correct. Changing the same by checking the + input segement format. If input segment is in TIME it is + Packetized, and if it is in BYTES it is not. + https://bugzilla.gnome.org/show_bug.cgi?id=736252 + +2014-09-15 14:39:41 +0200 Antonio Ospite <ao2@ao2.it> + + * sys/ximage/gstximagesrc.c: + * sys/ximage/gstximagesrc.h: + * sys/ximage/ximageutil.c: + * sys/ximage/ximageutil.h: + ximagesrc: Remove unused screen-num property + The screen number can be still specified as part of the display-name + property (e.g. for screen 1 of display 0 use display-name=":0.1"). + https://bugzilla.gnome.org/show_bug.cgi?id=736122 + +2014-09-04 16:10:51 +0200 Antonio Ospite <ao2@ao2.it> + + * sys/ximage/gstximagesrc.c: + ximagesrc: Draw the cursor only when it is active in the capturing region + Use XQueryPointer to check that the pointer is actually active inside + the capturing region. + This prevents drawing the cursor when the pointer is partially outside + of the captured region but not active inside the region; in particular + this avoids drawing the "window resize" cursor shapes to the captured + image when the mouse pointer crosses a window border. + NOTE that this is not only an optimization, this also happen to fix + a serious problem in multi-screen setups. + Because XFixes gives no information of what screen the pointer is on, + ximagesrc was always drawing the cursor on the captured screen even if + the mouse pointer was on another screen. + For example, when capturing from screen 1 (i.e. display-name=":0.1") the + cursor was drawn in the captured image even when the mouse pointer was + actually on screen 0, which is wrong and visually confusing. + https://bugzilla.gnome.org/show_bug.cgi?id=690646 + +2014-09-05 11:33:31 +0200 Antonio Ospite <ao2@ao2.it> + + * sys/ximage/gstximagesrc.c: + ximagesrc: Fix drawing the cursor when it is outside the capturing region + When the cursor is partially or totally out of the capturing region on + the top side or on the left side, it gets drawn fully inside of the + region with its coordinates rounded up to the left or to the top border. + This is immediately noticeable when using the xid property to capture + a specific window. + To fix the issue, allow negative cx and cx coordinates when checking the + boundaries before drawing the cursor. + NOTE that the boundaries checking calculations still allows the cursor + to be drawn when it is only partially outside of the capturing region, + but this makes sense and gives a more pleasing visual behaviour. + https://bugzilla.gnome.org/show_bug.cgi?id=690646 + +2014-09-05 00:15:30 +0200 Antonio Ospite <ao2@ao2.it> + + * sys/ximage/gstximagesrc.c: + * sys/ximage/gstximagesrc.h: + ximagesrc: Fix the destination coordinates of the cursor + XFixes provides the cursor coordinates relative to the root window, this + is not taken into account when using the xid property to capture + a specific window, the result is that the cursor gets drawn at the wrong + position. + In order to fix this consider the window location when calculating the + cursor position in the destination image. + https://bugzilla.gnome.org/show_bug.cgi?id=690646 + +2014-09-15 14:51:24 +0200 Peter Korsgaard <peter@korsgaard.com> + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: O_CLOEXEC needs _GNU_SOURCE + Similar to 94f3d6fc / bz 709423 + On some systems (E.G. uClibc and older Glibc versions), O_CLOEXEC is only + defined when _GNU_SOURCE is specified, so do so. + https://bugzilla.gnome.org/show_bug.cgi?id=736670 + +2014-09-15 18:11:37 +0200 Wim Taymans <wtaymans@redhat.com> + + * gst/debugutils/gstcapssetter.c: + capssetter: update to 1.0 transform_caps sematics + In 1.0, we pass the complete caps to transform_caps to allow for better + optimizations. Make this function actually work on non-simple caps + instead of just ignoring the configured filter caps. + +2014-09-08 14:06:00 +0200 Peter G. Baum <peter@dr-baum.net> + + * gst/wavenc/gstwavenc.c: + * gst/wavenc/gstwavenc.h: + wavenc: use WAVE_FORMAT_EXTENSIBLE for more than 2 channels + https://bugzilla.gnome.org/show_bug.cgi?id=733444 + +2014-09-12 15:06:50 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/wavparse/gstwavparse.c: + wavparse: Fix parsing of adtl chunks + We have to skip 12 bytes of data for the chunk, and the data size + passed to the sub-chunk parsing functions should have 4 bytes less + than the data size. + Also when parsing the sub-chunks, check if we actually have enough + data to read instead of just crashing. + https://bugzilla.gnome.org/show_bug.cgi?id=736266 + +2014-09-12 10:55:23 +0530 Sanjay NM <sanjay.nm@samsung.com> + + * gst/udp/gstudpsrc.c: + udp: include string.h for memcmp and memset + https://bugzilla.gnome.org//show_bug.cgi?id=736528 + +2014-09-12 13:36:18 +0530 Anuj Jaiswal <anuj.jaiswal@samsung.com> + + * gst/matroska/matroska-mux.c: + matroskamux: don't bitwise OR the same flag twice + https://bugzilla.gnome.org//show_bug.cgi?id=736543 + +2014-09-12 10:35:36 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/matroska/matroska-demux.c: + matroskademux: handle real audio 28_8 + Fixes duplicate check for 14_4. + https://bugzilla.gnome.org//show_bug.cgi?id=736543 + +2014-09-11 14:46:09 +0530 Anuj Jaiswal <anuj.jaiswal@samsung.com> + + * gst/multifile/gstmultifilesink.c: + multifilesink: don't OR the same flag twice + https://bugzilla.gnome.org/show_bug.cgi?id=736462 + +2014-09-11 12:52:11 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: If the server reports "Accept-Ranges: none" don't try range requests + +2014-09-10 09:50:45 +0200 Ognyan Tonchev <ognyan@axis.com> + + * sys/v4l2/gstv4l2sink.c: + v4l2sink: Unref pool after usage + https://bugzilla.gnome.org/show_bug.cgi?id=736384 + +2014-09-09 19:03:50 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2transform.c: + v4l2transform: Don't rank it for now + This will prevent the converter to be picked automatically in case + someone implement dynamic converter selection support. I'd like this + to be ranked only for known device, as it's hard to be sure a device is + a converter suited for general purpose. Re-negotiation is also needed + before we can rank it. + https://bugzilla.gnome.org/show_bug.cgi?id=733607 + +2014-09-05 08:29:20 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2src.c: + * sys/v4l2/gstv4l2src.h: + v4l2: Detect bad drivers timestamps + Even though the UVC driver do a great deal of effort to prevent bad + timestamp to be sent to userspace, there still exist UVC hardware that + are so buggy that the timestamp endup nearly random. This code detect + and ignore timestamp from these drivers, making these camera usable. + This has been tested on both invalid and valid cameras, making sure it + does not trigger for valid cameras. + https://bugzilla.gnome.org/show_bug.cgi?id=732910 + +2014-08-29 17:09:30 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: Workaround driver that don't support REQBUFS(0) + There is still around 18 drivers not yet ported to videobuf2. These driver + don't support freeing buffetrs through REQBUFS(0) hence for these the + memory type probing fails. In order to gain back our previous behaviour in + presence of these, we implement a workaround that assuming MMAP is + supported. Note that an allocator is only created for device with + STREAMING support in the device capabilities. In such case one of MMAP, + USERPTR and DMABUF is required. Though DMABUF came afterward, so is + not an option and in practice none of these drivers will only do USERPTR. + https://bugzilla.gnome.org/show_bug.cgi?id=735660 + Also-by: Hans de Goede <hdegoede@redhat.com> + +2014-09-04 15:11:40 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + * sys/v4l2/gstv4l2videodec.c: + v4l2: Merge min_buffers_for* variable into one + Reuse the same min_buffers variable for both capture and output, this + reduce the length of lines and make the code more readable. + https://bugzilla.gnome.org/show_bug.cgi?id=736072 + +2014-09-04 18:35:46 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2bufferpool.c: + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + v4l2: set min_latency for output device according to required minimum number of buffers + Since we can get the minimum number of buffers needed by an output + device to work, use it to set min_latency which will determine how many + buffers are queued. + https://bugzilla.gnome.org/show_bug.cgi?id=736072 + +2014-09-09 16:10:56 +0100 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/elements/udpsrc.c: + tests: udpsrc: add check to make sure multiple memory chunks are used + +2014-09-09 15:55:18 +0100 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/elements/udpsrc.c: + tests: udpsrc: wait for buffers with GCond instead of sleeping + Avoids half-second sleep for no reason. + +2014-09-09 15:31:32 +0100 Tim-Philipp Müller <tim@centricular.com> + + * tests/check/elements/udpsrc.c: + tests: udpsrc: split out socket setup + +2014-09-09 13:46:56 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstudpsrc.c: + udpsrc: more efficient memory handling + Drop use of g_socket_get_available_bytes() which is + not useful on all systems (where it returns the size + of the entire buffer not that of the next pending + packet), and is yet another syscall and apparently + very inefficient on Windows in the UDP case. + Instead, when reading UDP packets, use the more featureful + g_socket_receive_message() call that allows to read into + scattered memory, and allocate one memory chunk which is + likely to be large enough for a packet, while also providing + a larger allocated memory chunk just in case the packet + is larger than expected. If the received data fits into the + first chunk, we'll just add that to the buffer we return + and re-use the fallback buffer for next time, otherwise we + add both chunks to the buffer. + This reduces memory waste more reliably on systems where + get_available_bytes() doesn't work properly. + In a multimedia streaming scenario, incoming UDP packets + are almost never fragmented and thus almost always smaller + than the MTU size, which is also why we don't try to do + something smarter with more fallback memory chunks of + different sizes. The fallback scenario is just for when + someone built a broken sender pipeline (not using a + payloader or somesuch) + https://bugzilla.gnome.org/show_bug.cgi?id=610364 + +2014-09-09 12:15:43 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstudpsrc.c: + * gst/udp/gstudpsrc.h: + udpsrc: rework memory allocation bits and ensure we always have two chunks of memories to read into + First chunk is the likely/expected buffer size, second is as + fallback in case the packet is larger in the end. + Next step: actually use these. + +2014-09-09 09:42:15 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/udp/gstudpsrc.c: + * gst/udp/gstudpsrc.h: + udpsrc: track max packet size and save allocator negotiated by GstBaseSrc + +2014-09-08 16:15:05 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/audiofx/audioecho.c: + audioecho: fix example command line + +2014-09-07 12:46:08 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/avi/gstavidemux.c: + avidemux: fix crash with certain videos + This is a regression from 1.2 caused by the port + to the pad flow combiner. + https://bugzilla.gnome.org/show_bug.cgi?id=736192 + +2014-09-04 16:21:20 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-read-common.h: + matroska-demux: Don't handle parse errors at the end of file as an error + But only if they happen after the Matroska segment. + https://bugzilla.gnome.org/show_bug.cgi?id=735833 + +2014-09-04 12:14:11 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: Include redirection target in error messages + Just giving the original URI can give the false impression that e.g. + that one failed host name resolution, while actually the redirection target + did. + +2014-09-02 11:13:44 +0400 Andrei Sarakeev <sarakusha@gmail.com> + + * gst/videomixer/videomixer2.c: + videomixer: Fix synchronization if dynamically changing the FPS + https://bugzilla.gnome.org/show_bug.cgi?id=735859 + +2014-09-02 13:52:43 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> + + * gst/smpte/gstsmpte.c: + smpte: Check if input caps are the same and create output caps from video info + This makes sure that also properties like the pixel-aspect-ratio are the same + between both streams and that the output caps contain all fields necessary for + complete video caps. + https://bugzilla.gnome.org/show_bug.cgi?id=735804 + +2014-09-02 17:22:07 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * gst/imagefreeze/gstimagefreeze.c: + imagefreeze: replace with gst_buffer_copy + gst_buffer_ref and gst_buffer_writable is being used to create a writable copy of source buffer. + replacing the same with gst_buffer_copy as the functionality is same. + https://bugzilla.gnome.org/show_bug.cgi?id=735880 + +2014-09-03 23:06:53 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: mark jpeg and png as parsed so avdec_mjpeg can be used too + https://bugzilla.gnome.org/show_bug.cgi?id=735971 + +2014-09-03 11:46:13 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * ext/gdk_pixbuf/gstgdkpixbufdec.c: + gdkpixbufdec: free query after use + In gst_gdk_pixbuf_dec_setup_pool(), query is being allocated using + gst_query_new_allocation(), but the same is not unreferenced + hence calling gst_query_unref() after usage of query. + https://bugzilla.gnome.org/show_bug.cgi?id=735950 + +2014-09-03 23:46:34 +1000 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux_types.c: + qtdemux: Silence some warnings for normal file contents + +2014-09-01 09:56:02 +0200 Nicolas Huet <nicolas.huet@parrot.com> + + * gst/audioparsers/gstaacparse.c: + aacparse: Fix parsing issue when the buffer does not have a complete ADTS/LOAS frame + https://bugzilla.gnome.org/show_bug.cgi?id=735520 + +2014-09-02 09:09:49 +0300 Sebastian Dröge <sebastian@centricular.com> + + * ext/vpx/gstvp9dec.c: + vp9dec: Get input width/height from the codec instead of the input caps + They are reported properly by libvpx if the correct struct members are used. + This also fixes handling of resolution changes without input caps changes. + https://bugzilla.gnome.org/show_bug.cgi?id=719359 + +2013-10-22 18:49:22 +0100 Tom Greenwood <tcdgreenwood@hotmail.com> + + * ext/vpx/gstvp8dec.c: + vp8dec: Fix for handling resolution changes when decoding VP8 + If the resolution changes in the bitstream without the input caps changing we + would previously output corrupted video or crash. + https://bugzilla.gnome.org/show_bug.cgi?id=719359 + +2014-09-02 00:55:17 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * ext/vpx/gstvp9dec.c: + vp9dec: Fix segfault when a new caps is received + Remember to unref the output caps when a new caps event is received + as it should generate a new one based on the new caps. + https://bugzilla.gnome.org/show_bug.cgi?id=734266 + +2014-09-02 00:54:35 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * tests/check/elements/vp8dec.c: + tests: vp8dec: add test for caps renegotiation + Check that vp8dec can properly accept a new caps when upstream + changes it + https://bugzilla.gnome.org/show_bug.cgi?id=734266 + +2014-08-05 10:34:39 +0200 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> + + * ext/vpx/gstvp8dec.c: + vp8dec: Reset output and input states when changing format + https://bugzilla.gnome.org/show_bug.cgi?id=734266 + +2014-09-01 16:39:23 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * gst/imagefreeze/gstimagefreeze.c: + imagefreeze: Don't call gst_caps_unref() on template caps when already unreferenced + Adding an extra condition while calling gst_caps_unref (templ) + and replacing gst_caps_make_writable (gst_caps_ref (caps)) with + gst_caps_copy (caps) in line 177, since the functionality is same. + https://bugzilla.gnome.org/show_bug.cgi?id=735795 + +2014-08-29 12:01:27 +0200 Hans de Goede <hdegoede@redhat.com> + + * sys/v4l2/gstv4l2object.c: + v4l2: get_nearest_size: Fix "Unsupported field type" errors + Most V4L2 ioctls like try_fmt will adjust input fields to match what the + hardware can do rather then returning -EINVAL. As is docmented here: + http://linuxtv.org/downloads/v4l-dvb-apis/vidioc-g-fmt.html + EINVAL is only returned if the buffer type field is invalid or not supported. + So upon requesting V4L2_FIELD_NONE devices which can only do interlaced + mode will change the field value to e.g. V4L2_FIELD_BOTTOM as only returning + half the lines is the closest they can do to progressive modes. + In essence this means that we've failed to get a (usable) progessive mode + and should fall back to interlaced mode. + This commit adds a check for having gotten a usable field value after the first + try_fmt, to force fallback to interlaced mode even if the try_fmt succeeded, + thereby fixing get_nearest_size failing on these devices. + https://bugzilla.gnome.org/show_bug.cgi?id=735660 + +2014-08-29 10:57:20 +0200 Hans de Goede <hdegoede@redhat.com> + + * sys/v4l2/gstv4l2object.c: + v4l2: get_nearest_size: Always reinit all struct fields on retry + They may have been modified by the ioctl even if it failed. This also makes + the S_FMT fallback path try progressive first, making it consistent with the + preferred TRY_FMT path. + https://bugzilla.gnome.org/show_bug.cgi?id=735660 + +2014-08-29 11:55:26 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/wavparse/gstwavparse.c: + wavparse: Store size of data tag in a 64 bit integer locally too + Otherwise we will clip the DS64 value of RF64 files to 32 bits again. + +2014-08-29 11:53:23 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/wavparse/gstwavparse.c: + wavparse: Use 64 bit scaling functions now that fact is a 64 bit integer + +2014-08-27 18:55:18 +0200 Peter G. Baum <peter@dr-baum.net> + + * gst/wavparse/gstwavparse.c: + * gst/wavparse/gstwavparse.h: + wavparse: support rf64 format + https://bugzilla.gnome.org/show_bug.cgi?id=735627 + +2014-08-28 13:48:50 -0600 Jason Litzinger <jlitzinger@control4.com> + + * gst/multipart/multipartdemux.c: + multipartdemux: Ensure caps before pad added. + This stores the stream-start, sets caps, and then adds the pad, + which ensures that the caps are set for the "pad-added" callback. + https://bugzilla.gnome.org/show_bug.cgi?id=735626 + +2014-08-28 15:03:50 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/flv/gstflvmux.c: + flvmux: Fallback to PTS if DTS is missing + Fixing a regression introduce when fixing: + https://bugzilla.gnome.org/show_bug.cgi?id=731352 + +2014-08-28 16:13:29 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * gst/imagefreeze/gstimagefreeze.c: + imagefreeze: Remove impossible error condition + We return EOS after the first buffer, and GstPad will make sure now that we + won't get any other buffer afterwards until a flush happens. No need to check + for it ourselves. + https://bugzilla.gnome.org/show_bug.cgi?id=735581 + +2014-08-28 13:53:23 +0530 Vineeth T M <vineeth.tm@samsung.com> + + * ext/gdk_pixbuf/gstgdkpixbufdec.c: + gdkpixbufdec: EOS and NOT_LINKED are no errors in general + Don't post an error message for them but let upstream handle + anything accordingly. + https://bugzilla.gnome.org/show_bug.cgi?id=735564 + +2014-08-27 21:07:26 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/flv/gstflvmux.c: + * gst/flv/gstflvmux.h: + flvmux: Correctly offset timestamp + The previous method would break AV sync in the case audio or video + didn't start at the same point in running time. + https://bugzilla.gnome.org/show_bug.cgi?id=731352 + +2014-08-27 20:56:12 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * gst/flv/gstflvmux.c: + flvmux: Save dts from buffer + We no longer set dts in muxed buffer. This would lead to encoding tags + with timestamp 0 instead of the timestamp of previous buffer. + https://bugzilla.gnome.org/show_bug.cgi?id=731352 + +2014-07-28 20:58:59 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/flv/gstflvmux.c: + * gst/flv/gstflvmux.h: + flvmux: Ensure Timestamp starts at 0 + FLV documentation stipulates that timestamp must start at zero. + In order to respect this rule, keep the first timestamp around + and offset the timestamp from this value. This allow for longer + recording time in presence of timestamp that does not start + at 0 already. + https://bugzilla.gnome.org/show_bug.cgi?id=731352 + +2014-06-06 23:17:52 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * gst/flv/gstflvdemux.c: + * gst/flv/gstflvdemux.h: + * gst/flv/gstflvmux.c: + flv: Tag timestamp are DTS not PTS + The tags in FLV are DTS. In audio cases, and for many video format this makes + no difference, but for AVC with B-Frames, PTS need to be computed from + composition timestamp CTS, with PTS = DTS + CTS. + https://bugzilla.gnome.org/show_bug.cgi?id=731352 + +2014-08-07 21:58:14 -0400 Youness Alaoui <kakaroto@kakaroto.homelinux.net> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + jitterbuffer: Allow rtp caps without clock-rate + The jitterbuffer shouldn't force clock-rate on its sink pad, this will cause a negotiation issue since rtpssrcdemux doesn't have the clock-rate and doesn't add it to the caps. The documentation states that the clock-rate can either be specified through the caps or through the request-pt-map signal, so we must remove clock-rate from the pad templates and we must accept the GST_EVENT_CAPS if the caps don't have the clock-rate. + https://bugzilla.gnome.org/show_bug.cgi?id=734322 + +2014-08-18 14:05:52 -0300 Thiago Santos <thiagoss@osg.samsung.com> + + * gst/isomp4/qtdemux.c: + qtdemux: avoid crashing on dash streams + DASH/fragmented moov might have no samples as those are carried + in moof fragments. Avoid crashing or failing the stream because + of that. + +2014-08-18 10:33:48 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> + + * tests/examples/equalizer/demo.c: + * tests/examples/spectrum/demo-audiotest.c: + * tests/examples/spectrum/demo-osssrc.c: + examples: use 'post-messages' property instead of deprecated 'message' property + https://bugzilla.gnome.org/show_bug.cgi?id=734979 + +2014-08-18 11:45:54 +0200 VÃctor Manuel Jáquez Leal <vjaquez@igalia.com> + + * gst/udp/gstudpsrc.c: + udp: fix udpsrc documentation + udpsrc gtk-doc documentation refers to sockfd and closefd properties which has + been removed. This patch replaces those references to socket and close-socket + respectively. + https://bugzilla.gnome.org/show_bug.cgi?id=734987 + +2014-08-15 10:09:56 +1000 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/gstqtmux.c: + qtmux: Make the default timescale 1/1800 second + The old default timescale of 1 millisecond produces irrational + numbers for a lot of framerate/audio-packet-duration multiples. + 1/1800 is a nicer number, as it tends to produce better fractions + and therefore slightly higher accuracy overall + +2014-08-15 01:17:27 +1000 Jan Schmidt <jan@centricular.com> + + * gst/matroska/matroska-demux.c: + matroska: Use gst_video_guess_framerate() function + Remove local framerate guessing function in favour of + the new gst_video_guess_framerate() function. + +2014-08-15 01:12:20 +1000 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/Makefile.am: + * gst/isomp4/qtdemux.c: + qtdemux: Improve framerate calculation/guessing + Change the way the output framerate is calculated + to ignore the first sample (which is sometimes truncated + in my testing) and use the new gst_video_guess_framerate() + function to recognise common standard framerates better. + Remove the code that was sorting the first 20 sample + durations and then ignoring the result. + +2014-08-14 16:36:44 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/videomixer/videomixer2.c: + videomixer: Use the best width/height/etc if downstream can handle that + Before it was always using whatever downstream preferred, while + the code and documentation claimed something different. + https://bugzilla.gnome.org/show_bug.cgi?id=727180 + +2014-08-14 11:29:00 +0530 Ravi Kiran K N <ravi.kiran@samsung.com> + + * gst/videomixer/videomixer2.c: + videomixer: Avoid double free of VideoConvert + https://bugzilla.gnome.org/show_bug.cgi?id=734764 + +2014-08-13 11:58:35 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/flv/gstflvdemux.c: + flvdemux: fix indentation + +2014-08-13 11:54:26 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/flv/gstflvdemux.c: + flvdemux: un-break duration querying + Commit 2b9493b5 broke this in two ways: a) we should only + pass duration queries in TIME format upstream (or at least + not those in DEFAULT or BYTE format), and b) we mustn't + overwrite the default value of 'res' from TRUE to FALSE + and not set it again later. This led to bogus durations + being reported for FLV playback from file, because TIME + queries would fail (as 'res' had been set to FALSE) and + parsers then do a BYTE query as fallback and try to + guesstimate something in return, which of course goes + horribly wrong since the BYTE size returned is for the + muxed file. + +2014-08-13 13:23:10 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/videofilter/gstvideobalance.c: + videobalance: Allow any raw caps in passthrough mode, not just the ones we handle + +2014-08-13 13:04:21 +0300 Sebastian Dröge <sebastian@centricular.com> + + * gst/videofilter/gstvideobalance.c: + videobalance: Allow ANY capsfeatures, but only in passthrough mode + When changing the properties to not be in passthrough mode anymore, + we will only accept caps we can process ourselves, potentially causing + a not-negotiated error. + https://bugzilla.gnome.org/show_bug.cgi?id=720345 + +2014-08-12 11:34:30 +0100 Tim-Philipp Müller <tim@centricular.com> + + * 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-dtmf.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: + docs: update for git + +2014-08-12 11:33:56 +0100 Tim-Philipp Müller <tim@centricular.com> + + * configure.ac: + configure: build ximagesrc again when checks succeed + Third time lucky, hopefully. + +2014-08-11 09:26:17 +0100 Tim-Philipp Müller <tim@centricular.com> + + * configure.ac: + configure: fix x11 checks to be non-fatal again + Must pass an action-if-not-found argument to + PKG_CHECK_MODULES or it will error out when + it can't find the module requested. Also fix + AC_CHECK_LIB usage, extra libs argument was + in the wrong place. + +2014-08-07 17:12:38 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com> + + * gst/isomp4/qtdemux.c: + qtdemux: forward DISCONT from upstream to the output streams + This makes sense in DASH reverse playback, where the upstream dashdemux + will download DASH segments in reverse order, but push their buffers + forward to qtdemux and mark each segment start as DISCONT. This needs + to be forwarded downstream to the parser/decoder, otherwise it won't work. + https://bugzilla.gnome.org/show_bug.cgi?id=734443 + +2014-08-10 18:55:07 +0100 Tim-Philipp Müller <tim@centricular.com> + + * configure.ac: + configure: use pkg-config to detect x11 and simplify checks + AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE. + https://bugzilla.gnome.org/show_bug.cgi?id=731047 + +2014-08-10 12:30:07 +0200 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * tests/check/elements/rtp-payloading.c: + tests: rtp-payloading: adjust test data to avoid NAL chopping + ... and correspondingly unexpected buffer sizes. + +2014-08-09 14:22:42 +0200 Sebastian Rasmussen <sebras@hotmail.com> + + * ext/speex/gstspeexenc.c: + speexenc: Improve annotation of internal function + https://bugzilla.gnome.org/show_bug.cgi?id=734542 + +2014-08-08 12:54:30 +0200 Sebastian Rasmussen <sebras@hotmail.com> + + * gst/shapewipe/gstshapewipe.c: + * tests/examples/shapewipe/shapewipe-example.c: + shapewipe: Unref caps and element after usage + https://bugzilla.gnome.org/show_bug.cgi?id=734478 + +2014-08-09 20:47:30 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: improve debug logging of fourccs + If we can't show ASCII, at least show them + in big endian order. + +2014-08-09 20:46:04 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: add support for 'wma ' mapping as found in some ismv files + e.g. To_The_Limit_720_2962.ismv + +2014-08-09 18:31:20 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + qtdemux: add support for 'vc-1' mapping as found in some ismv files + e.g. To_The_Limit_720_2962.ismv + +2014-08-07 16:34:36 +0200 Sebastian Rasmussen <sebras@hotmail.com> + + * gst/rtp/gstrtph263ppay.c: + rtph263ppay: Unref pad template caps after use + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734435 + +2014-08-08 12:36:01 +0200 Sebastian Rasmussen <sebras@hotmail.com> + + * gst/videomixer/videomixer2.c: + videomixer: Unref allowed caps after usage + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734474 + +2014-08-08 12:40:49 +0200 Sebastian Rasmussen <sebras@hotmail.com> + + * gst/imagefreeze/gstimagefreeze.c: + imagefreeze: Unref pad template caps after usage + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734475 + +2014-08-08 12:44:09 +0200 Sebastian Rasmussen <sebras@hotmail.com> + + * gst/debugutils/gstnavseek.c: + navseek: Unref peer pad after usage + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734476 + +2014-08-08 12:29:52 +0200 Sebastian Rasmussen <sebras@hotmail.com> + + * gst/rtpmanager/gstrtpmux.c: + rtpmux: Unref pad template caps after usage + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734473 + +2014-08-05 11:47:39 +0200 Srimanta Panda <srimanta@axis.com> + + * gst/rtp/gstrtph264pay.c: + rtph264pay: append packetization mode parameter to SDP + Append packetization-mode parameter to SDP description. + Packetization mode signals the properties of an RTP payload type. + https://bugzilla.gnome.org/show_bug.cgi?id=733556 + +2014-08-08 03:58:14 +1000 Jan Schmidt <jan@centricular.com> + + * gst/isomp4/gstqtmux.c: + * gst/isomp4/qtdemux.c: + isomp4/qtmux: Write correct file duration when gaps exist. + When writing out a trak with an edit list, make sure the + overall file duration is also updated to reflect the + lengthening of the stream. + Add some more debug to qtdemux to warn about streams that + are longer than the file and get truncated. + +2014-08-04 15:39:17 +0200 Sebastian Dröge <sebastian@centricular.com> + + * gst/rtsp/gstrtspsrc.c: + rtspsrc: Push the correct segment in TCP mode when seeking + +2014-08-03 12:33:32 +0200 Mark Nauwelaerts <mnauw@users.sourceforge.net> + + * gst/rtp/gstrtph264pay.c: + rtph264pay: unbreak au aligned byte-stream payloading + +2014-07-22 13:24:09 +0200 Srimanta Panda <srimanta@axis.com> + + * gst/rtp/gstrtph264pay.c: + rtph264pay: append profile-level-id to SDP + Append profile-level-id to SDP if available. + https://bugzilla.gnome.org/show_bug.cgi?id=733539 + +2014-07-31 18:47:49 +0200 Edward Hervey <edward@collabora.com> + + * Makefile.am: + * common: + Makefile: Add usage of build-checks step + Allows building checks without running them + +2014-07-31 09:53:53 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/ximage/ximageutil.c: + ximagesrc: Fix warning about missing return value + +2014-07-24 15:28:09 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/ximage/gstximagesrc.c: + * sys/ximage/ximageutil.c: + * sys/ximage/ximageutil.h: + ximagesrc: Add missing return value to Buffer dispose function + Depending ont he build, the method could return FALSE, hence never + free the buffers, or already TRUE and lead to a crash: + Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=733695 + +2014-07-28 16:49:16 +0200 Philippe Normand <philn@igalia.com> + + * gst/interleave/interleave.c: + * tests/check/elements/interleave.c: + interleave: set output caps layout to interleaved + Set output caps layout independently from input caps layout which can + be either non-interleaved or interleaved. + https://bugzilla.gnome.org/show_bug.cgi?id=733866 + +2014-07-26 12:06:39 -0300 Thiago Santos <ts.santos@osg.sisa.samsung.com> + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: clear gcond + +2014-07-25 14:30:33 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2bufferpool.c: + Revert "v4l2bufferpool: Workaround elements not requesting any buffers" + This was a tempory workaround, we should fix the encoders that do not + negotatiate the amount of buffers they need. + This reverts commit d03bcba3db15d06dbdea6b776a6f28ed2f03272a. + +2014-07-08 14:31:59 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com> + + * sys/v4l2/gstv4l2object.c: + v4l2object: Don't share own pool if min exceed V4L2 capacity + If the minimum required buffer exceed V4L2 capacity, don't share down + pool. This allow support very high latency, like with x264enc default + encoding settings. + https://bugzilla.gnome.org/show_bug.cgi?id=732288 + +2014-07-25 17:42:20 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2object.c: + v4l2object: query minimum required buffers for output + Some v4l2 devices could require a minimum buffers different from default + values. Rather than blindly propose a pool with min-buffers set to the + default value, it ask the device using control ioctl. + https://bugzilla.gnome.org/show_bug.cgi?id=733750 + +2014-07-23 18:40:10 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2sink.c: + v4l2sink: use directly 'obj' instead of 'v4l2sink->v4l2object' + https://bugzilla.gnome.org/show_bug.cgi?id=733616 + +2014-07-23 18:39:50 +0200 Aurélien Zanelli <aurelien.zanelli@parrot.com> + + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2sink.c: + v4l2: set debug messages according to device type and IO mode + https://bugzilla.gnome.org/show_bug.cgi?id=733616 + +2014-05-24 19:02:59 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> + + * sys/v4l2/gstv4l2object.c: + v4l2object: Remove is_active checks + These checks are no longer required with recent change to the bufferpool. This + should allow changing the configuartion, hence the way forward renegotiation + support. + https://bugzilla.gnome.org/show_bug.cgi?id=728268 + +2014-07-21 18:11:16 +0100 Tim-Philipp Müller <tim@centricular.com> + + * gst/isomp4/qtdemux.c: + * gst/isomp4/qtdemux_lang.c: + qtdemux: fix language code parsing for 3-letter codes starting with 'a' + And handle special value for 'unspecified' explicitly. + https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/QTFFChap4/qtff4.html + +2014-07-08 02:18:27 +0200 Nicola Murino <nicola.murino@gmail.com> + + * ext/jpeg/gstjpegenc.c: + jpegenc: Add support for encoding from NV21 and NV12 + https://bugzilla.gnome.org/show_bug.cgi?id=732870 + +2014-07-19 18:04:38 +0200 Sebastian Dröge <sebastian@centricular.com> + + * configure.ac: + Back to development + === release 1.4.0 === -2014-07-19 Sebastian Dröge <slomo@coaxion.net> +2014-07-19 17:20:34 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.4.0 + * 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-dtmf.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: + * win32/common/config.h: + Release 1.4.0 + +2014-07-19 16:35:41 +0200 Sebastian Dröge <sebastian@centricular.com> + + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/mt.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_HK.po: + * po/zh_TW.po: + Update .po files 2014-07-19 12:32:22 +0200 Sebastian Dröge <sebastian@centricular.com> diff --git a/NEWS b/NEWS index 96e2b980d0d1d82a555a6d3cfc75b9bb85c2eb0d..ee6348fc0172500b42eb0758c05661da5e6c3a64 100644 --- a/NEWS +++ b/NEWS @@ -1,145 +1,2 @@ -This is GStreamer Good Plugins 1.4.0 +This is GStreamer Good Plugins 1.5.1 -Changes since 1.2: - -New API: - • GstMessageType has GST_MESSAGE_EXTENDED added. All types before - that can be used together as a flags type as before, but from - that message onwards the types are just counted incrementally. - This was necessary to be able to add more message types. - In 2.0 GstMessageType will just become an enum and not a flags - type anymore. - • GstDeviceMonitor for device probing, e.g. to list all available - audio or video capture devices. This is the replacement for - GstPropertyProbe from 0.10. - • Events accumulate the running-time offset now when travelling - through pads, as set by the gst_pad_set_offset() function. This - allows to compensate for this in the QOS event for example. - • GstBuffer has a new flag "tag-memory" that is set automatically - when memory is added or removed to a buffer. This allows buffer - pools to detect if they can recycle a buffer or need to reset - it first. - • GstToc has new API to mark GstTocEntries as loops. - • A not-authorized resource error has been defined to notify - applications that accessing the resource has failed because - of missing authorization and to distinguish this case from others. - This change is actually already in 1.2.4. - • GstPad has a new flag "accept-intersect", that will let the default - ACCEPT_CAPS query handler do an intersection instead of subset check. - This is interesting for parser elements that can handle incomplete - caps. - • GstCollectPads has support for flushing and a default handler for - SEEK events now. - • New GstFlowAggregator helper object that simplifies handling of - flow returns in elements with multiple source pads. Additionally - GstPad now always stores the last flow return and provides an - API to retrieve it. - • GstSegment has new API to offset the running time by a specific - value and this is used in GstPad to allow positive and negative - offsets in gst_pad_set_offset() in all situations. - • Support for h265/HEVC and VP8 has been added to the codec utils and codec - parsers library, and was integrated into various elements. - • API for adjusting the TLS validation of RTSP connection has been added. - • The RTSP and SDP library has MIKEY (RFC 3830) support now, and - there is API to distinguish between the different RTSP profiles. - • API to access RTP time information and statistics. - • Support for auxiliary streams was added to rtpbin. - • Support for tiled, raw video formats has been added. - • GstVideoDecoder and GstAudioDecoder have API to help aggregating tag - events and merge custom tags into them consistently. - • GstBufferPool has support for flushing now. - • playbin/playsink has support for application provided audio and video - filters. - • GstDiscoverer has new and simplified API to get details about missing - plugins and information to pass to the plugin installer. - • The GL library was merged from gst-plugins-gl to gst-plugins-bad, - providing a generic infrastructure for handling GL inside GStreamer - pipelines and a plugin with some elements using these, especially - a video sink. Supported platforms currently are Android, Cocoa (OS X), - DispManX (Raspberry Pi), EAGL (iOS), WGL (Windows) and generic X11, - Wayland and EGL platforms. - This replaces eglglessink and also is supposed to replace osxvideosink. - • New GstAggregator base class in gst-plugins-bad. This is supposed to - replace GstCollectPads in the future and fix long-known shortcomings - in its API. Together with the base class some elements are provided - already, like a videomixer (compositor). - - -Major changes: - • New plugins and elements: - ∘ v4l2videodec element for accessing hardware codecs on - platforms that make them accessible via V4L2, e.g. - Samsung Exynos. This comes together with major refactoring - of the existing V4L2 elements and the corresponding - infrastructure. - The v4l2videodec element replaces the mfcdec element. - ∘ New downloadbuffer element that replaces the download - buffering feature of queue2. Compared to queue2's code - it is much simpler and only for this single use case. - A noteworthy new feature is that it's downloading gaps - in the already downloaded stream parts when nothing else - is to be downloaded. - This is now used by playbin when download buffering is - enabled. - ∘ rtpstreampay and rtpstreamdepay elements for transmitting - RTP packets over a stream API (e.g. TCP) according to - RFC 4571. - ∘ rtprtx elements for standard compliant implementation of - retransmissions, integrated into the rtpmanager plugin. - ∘ audiomixer element that mixes multiple audio streams together - into a single one while keeping synchronization. This is - planned to become the replacement of the adder element. - ∘ OpenNI2 plugin for 3D cameras like the Kinect camera. - ∘ OpenEXR plugin for decoding high-dynamic-range EXR images. - ∘ curlsshsink and curlsftpsink to write files via SSH/SFTP. - ∘ videosignal, ivfparse and sndfile plugins ported from 0.10. - ∘ avfvideosrc, vtdec and other elements were ported from 0.10 and - are available on OS X and iOS now. - - • Other changes: - ∘ gst-libav now uses libav 10.2, and gained support for H265/HEVC. - ∘ Support for hardware codecs and special memory types has been - improved with bugfixes and feature additions in various plugins - and base classes. - ∘ Various bugfixes and improvements to buffering in queue2 and - multiqueue elements. - ∘ dvbsrc supports more delivery mechanisms and other features - now, including DVB S2 and T2 support. - ∘ The MPEGTS library has support for many more descriptors. - ∘ Major improvements to tsdemux and tsparse, especially time and - seeking related. - ∘ souphttpsrc now has support for keep-alive connections, - compression, configurable number of retries and configuration - for SSL certificate validation. - ∘ hlsdemux has undergone major refactoring and works more - reliable now and supports more HLS features like trick modes. - Also fragments are pushed downstream while they're downloaded - now instead of waiting for each fragment to finish. - ∘ dashdemux and mssdemux are now also pushing fragments downstream - while they're downloaded instead of waiting for each fragment to - finish. - ∘ videoflip can automatically flip based on the orientation tag. - ∘ openjpeg supports the OpenJPEG2 API. - ∘ waylandsink was refactored and should be more useful now. It also - includes a small library which most likely is going to be removed - in the future and will result in extensions to the GstVideoOverlay - interface. - ∘ gst-rtsp-server supports SRTP and MIKEY now. - ∘ gst-libav encoders are now negotiating any profile/level settings - with downstream via caps. - ∘ Lots of fixes for coverity warnings all over the place. - ∘ Negotiation related performance improvements. - ∘ 800+ fixed bug reports, and many other bug fixes and other - improvements everywhere that had no bug report. - -Things to look out for: - • The eglglessink element was removed and replaced by the glimagesink - element. - • The mfcdec element was removed and replaced by v4l2videodec. - • osxvideosink is only available in OS X 10.6 or newer. - • On Android the namespace of the automatically generated Java class - for initialization of GStreamer has changed from com.gstreamer to - org.freedesktop.gstreamer to prevent namespace pollution. - • On iOS you have to update your gst_ios_init.h and gst_ios_init.m in - your projects from the one included in the binaries if you used the - GnuTLS GIO module before. The loading mechanism has slightly changed. diff --git a/RELEASE b/RELEASE index 22dabb21ddd25d304c2542c3368f24958dfb8601..53ab3bb4807e9bbb034e8b48530f633f2dabdf8d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,23 +1,17 @@ -Release notes for GStreamer Good Plugins 1.4.0 +Release notes for GStreamer Good Plugins 1.5.1 -The GStreamer team is pleased to announce the first release of -the stable 1.4 release series. The 1.4 release series is adding new -features on top of the 1.0 and 1.2 series and is part of the API and -ABI-stable 1.x release series of the GStreamer multimedia framework. +The GStreamer team is pleased to announce the first release of the unstable +1.5 release series. The 1.5 release series is adding new features on top of +the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release +series of the GStreamer multimedia framework. The unstable 1.5 release series +will lead to the stable 1.6 release series in the next weeks, and newly added +API can still change until that point. - -Binaries for Android, iOS, Mac OS X and Windows are provided together -with this release. - - - -The stable 1.4 release series is API and ABI compatible with 1.0.x, -1.2.x and any other 1.x release series in the future. Compared to 1.2.x -it contains some new features and more intrusive changes that were -considered too risky as a bugfix. +Binaries for Android, iOS, Mac OS X and Windows will be provided separately +during the unstable 1.5 release series. @@ -64,10 +58,172 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release - * 733122 : rgvolume/rtpdtmfmux: Avoid taking unnecessary ref to pad templates. - * 733190 : [regression] aacparse: raw to ADTS conversion no longer works - * 733208 : POTFILES.in is out of date - * 733380 : videobox: adds borders of the wrong color + * 740130 : matroskamux: wrong duration on some files + * 699382 : v4l2: dmabuf handling is not complete + * 746747 : rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-active + * 741783 : qtmux: crash when trying to mux ALAC + * 601733 : rtspsrc: Use specific error message when authentication is required + * 635701 : rtspsrc: seeking is broken + * 678124 : multifilesink: add support for time based file switching + * 682770 : v4l2src: should renegotiate + * 690646 : ximagesrc: Cursor offset with ximagesrc and xid + * 690719 : jackaudiosink: add new property (port-pattern) to specify which jack ports to autoconnect to + * 692473 : qtmux: does not store stream specific tags + * 708808 : qtmux: Error out when downstream is not seekable and no fast-start + * 711764 : osxaudiosrc: Produces broken audio for any sample rate other than 44100Hz + * 722567 : wavparse: loops on incorrect wav file + * 725335 : rtspsrc: Extract the payload type from sdp framesize attribute + * 726415 : rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attribute + * 726416 : rtph263pay/-depay: add framesize SDP attribute + * 730417 : rtspt: no timestamp from some rtsp source over tcp + * 731038 : playbin downmixes 5.0 multichannel-audio to stereo + * 732152 : multiudpsink: use sendmmsg() to send multiple packets to multiple recipients in one go + * 732866 : udpsink: client add/remove from app blocked while render function is stuck in g_socket_send_message() + * 732870 : jpegenc: add support for encoding from nv21 + * 733225 : Lockup while using Cheese on 1.3.91 + * 733444 : wavenc: does not support more than 2 channel + * 733539 : rtph264pay: append profile-level-id parameter to SDP if available + * 733556 : h264 payloader : append packetization-mode parameter for SDP + * 733616 : v4l2object: code cleanup + * 733750 : v4l2object: query minimum required buffers for output + * 734322 : RTP Jitterbuffer shouldn't force clock-rate on the caps + * 734443 : qtdemux: forward DISCONT from upstream to the output streams + * 734542 : speexenc: Improve annotation of internal function + * 734987 : udp: fix udpsrc documentation + * 735085 : y4mencode : port y4m encoder to use GstVideoEncoder base class + * 735378 : gstrtpjitterbuffer: requests retransmission periodically when no needed + * 735564 : gdkpixbufdec: Error when using gdkpixbufdec with ImageFreeze element + * 735581 : imagefreeze: Remove impossible error condition + * 735626 : multipartdemux: caps are NULL in pad-added callback (regression) + * 735627 : wavenc/wavparse: should support RF64 files + * 735795 : imagefreeze: Don't call gst_caps_unref() on NULL caps + * 735880 : imagefreeze: replace with gst_buffer_copy + * 735950 : gdkpixbufdec: free query after use + * 735971 : qtdemux: avdec_mjpeg does not get autoplugged for mjpeg in mov container + * 736072 : v4l2: set min_latency for output device according to required minimum number of buffers + * 736122 : ximagesrc: setting the screen-num property has no effect + * 736133 : v4l2: query crop configuration after each call of S_CROP + * 736252 : gdkpixbufdec: packetized mode logic + * 736462 : multifile: don't bitwise OR the same flag twice + * 736528 : udp: getting compilation error for implicit declaration of memcmp, memset + * 736543 : matroska:OR and Bitwise OR of the same flag twice + * 736872 : libpng: Removed redundant assignment + * 736873 : alpha: Removed unreachable break statements + * 736874 : audiofx: Removed unwanted variable + * 736875 : audiofx: Removed unwanted buffer_length variable + * 736876 : audiofx: Removed unreachable breaks, unwanted variable + * 736878 : audioparsers: Added index check before using the index + * 736879 : avi: Removed redundant assignment + * 736880 : avi: Removed unwanted hdl variable + * 736881 : deinterlace: Removed unwanted res variable + * 736883 : dtmf: Removed unwanted structure member and assignment + * 736884 : flv: Removed unreachable break statements + * 736887 : goom: Clarified precedence between % and ? + * 736888 : isomp4: Removed unreachable breaks + * 736890 : matroska: Removed unwanted instruction + * 736892 : rtpmanager: Removed unwanted variable and assignment + * 736893 : rtpmanager: Removed unwanted assignment + * 736894 : rtpmanager: Removed unwanted assignment in rtpsession + * 736897 : videobox: duplicate assignment + * 736903 : rtsp: Precedence in expression is not clear + * 736986 : qtdemux: handle AAC audio without ESDS atom + * 737095 : qtmux: subtitle muxing doesn't work + * 737127 : interleave: interleaving does not respect the channel positions default order + * 737359 : matroskademux: returns FLOW_FLUSHING when trying to reuse it + * 737708 : pngdec: change parse logic + * 737868 : rtspsrc: set stream caps on internal src TCP pads + * 738013 : v4l2allocator: issue with import_userptr() in single-planar API when n_planes > 1 + * 738707 : gst-plugins-good fails to build on Mac OS X 10.10 Yosemite due to deprecated NSOpenGLPFAFullScreen + * 738838 : videobox: critical error when element properties set as max/min + * 739344 : rtpjitterbuffer: ensure rtx_retry_period > = 0 + * 739366 : imagefreeze: Handle seqnums + * 739549 : v4l2bufferpool: fix typos in flags + * 739566 : gdkpixbufoverlay: Fix relative-x/y and widen their range to support scolling images in/out of frame with GstController + * 739930 : Port server-alsasrc-PCMA.py to version 1.x + * 739975 : Seeking through some AAC file freezes my application + * 740403 : v4l2object: reuse caps framerate if not overwritten by v4l2 device + * 740505 : rtspsrc: segmentation fault when requesting srtp key + * 740683 : rtspsrc: add retransmission handling for rtp + * 740987 : Fixes to osxaudiosrc and osxaudiosink + * 741115 : videomixer segfault when output height is smaller than input height and ypos is negative + * 741134 : v4l2: CREATE_BUF support is broken + * 741279 : qtmux: generating corrupted file when over 4GB + * 741398 : rtpptdemux: errors out on invalid rtp packet, e.g. if the version check failed (0 != 2) + * 741993 : souphttpsrc: leaking a buffer during flushing + * 742098 : rtp: Fails rtpaux and rtpcollision tests + * 742325 : ac3parse: requests minimum frame size that is too small + * 742363 : v4l2object: recognize and distinguish all bayer arrangements + * 742572 : qtdemux: EOS emitted after 10 seconds on a audio/mp4a file [REGRESSION] + * 742661 : qtdemux: EOS in push mode when seeking in m4a + * 743013 : v4l2bufferpool: set v4l2_buffer.field when queuing buffer in an output device + * 743186 : v4l2object: set colorspace in caps for capture devices + * 743407 : qtdemux: doesn't ignore data after last sample in mdat. + * 743518 : qtdemux: dead code while calculating segment base ? + * 743578 : qtdemux: Parse 'sidx' atom (for duration and indexing in fragmented files) + * 743906 : quarktv: doesn't work with planes=0, fix property range accordingly + * 744211 : interleave: assertion 'self- > func != NULL' failed + * 744461 : pulsesink: Enhance code readability in pulsesink_query + * 745192 : matroskademux: V_MS-VFW-FOURCC streams have DTS instead of PTS + * 745226 : Vorbis RTP payloader metadata is slightly wrong + * 745276 : avidemux: remove not needed code + * 745339 : qtdemux: key_unit seek doesn't work + * 745441 : v4l2: Detect lossed frame and warn + * 745515 : level: infinite loop when interval is set to low values + * 745587 : rtp: Add PLI and FIR counters to RTPSource statistics + * 745599 : rtsp: tcp transport fails + * 745973 : matroskademux: gst_tag_list_insert: assertion 'GST_IS_TAG_LIST (into)' failed + * 746065 : level: outputs random values if channels==1 + * 746242 : matroskaparse: send global tags + * 746274 : flvdemux: Less spam from no_more_pads warning + * 746390 : qtdemux: crash while playing MPEG DASH stream + * 746479 : rtsp: Only two second of playback with rtpsrc and test-mp4 (rtsp-server) + * 746543 : rtpsession: Properly implement T_rr_interval and allow sending multiple early feedback packets in a row + * 746810 : matroska: fix GValue leak when parsing tags + * 746822 : qtdemux: segment query reports wrong values after key-unit seek + * 746834 : v4l2sink: driver is not queried for minimum number of buffers when propose_allocation is not called + * 747204 : audiofirfilter creates strange noise for smaller filter kernels and even default kernel + * 747208 : rtpvp8depay: should have width/height in its caps so it can be fed to muxers + * 747358 : rtp: RTPJitterBufferMode enum missing from gtk-doc + * 747394 : rtpsession: Track RTX ssrc caps + * 747554 : suppressions: silence possible valgrind false positive + * 747595 : tests: Add test suite for alpha element + * 747597 : smpte: Remove unused fields + * 747863 : rtpsession: Use bandwidth calculation by default instead of some arbitrary hardcoded value + * 747922 : rtpjitterbuffer/rtxreceive: Don't reset the jitterbuffer if too old RTX packets arrive + * 748022 : audiofx: fix typos in example pipelines + * 748024 : icydemux: Fix segfault for 0-value metainterval + * 748041 : rtpjitterbuffer: Too early requested retransmission for future packets + * 748353 : rtspsrc: Leak of RTCP caps + * 748436 : rtpjitterbuffer: " stats " property docs + * 748584 : matroskademux: fix seek event leak in push mode + * 748617 : qtdemux: fix buffer leak on EOS with stop position in push mode + * 748627 : rtspsrc: Don't send NACKs and early RTCP in non-feedback profiles + * 748909 : jpegdec: fix frame leaks + * 749054 : qtdemux: Fix gst-launch pipeline in the documentation + * 749072 : flacparse: fix buffer leak + * 749122 : vp8enc: vp9enc: target bitrate is not working as expected + * 749129 : rtpg726depay: add block_align to output caps + * 749163 : po: update POTFILES.in + * 749543 : rtpg726depay: fix input buffer memleak + * 749544 : rtpg726pay: fix caps leak + * 749581 : rtpbasepayload: Try harder to reuse previously configured caps values and give more preference to anything set as properties + * 749669 : rtp: fix collection of statistic + * 749690 : splitfilesrc: Implement binary search in find_part_for_offset + * 749909 : matroska: overwritten value assignment + * 750327 : rtpssrcdemux: Add support for reduce size rtcp + * 750332 : rtpsession: Add support for reduced size rtcp + * 743925 : osxaudiosink won't reconfigure sink caps + * 744922 : osxaudiosrc: iOS resampling is stuttering + * 728353 : goom2k1: code does nothing, slowly + * 748068 : equalizer: not changing settings dynamically + * 731352 : flv: Container timestamp is DTS not PTS + * 732910 : v4l2src: Dectect and workaround decreasing HW timestamp + * 737810 : payloaders: VP8 and Opus payloader should probably suppport Google Chrome encoding-names + * 740787 : videocrop: No longer apply the new crop if caps have not changed + * 736396 : isomp4: duplicate if else branches in atoms.c + * 610364 : udpsrc: allocates buffers with size a lot bigger than needed + * 739305 : souphttpsrc: log connection events at info level + * 744213 : spectrum: assertion 'len > 0' failed ==== Download ==== @@ -104,8 +260,82 @@ subscribe to the gstreamer-devel list. Contributors to this release + * Aleix Conchillo Flaqué + * Alex O'Konski + * Ananda + * Andrei Sarakeev + * Antonio Ospite + * Anuj Jaiswal + * Arun Raghavan + * Aurélien Zanelli + * Benjamin Gaignard + * Brad Smith + * Branislav Katreniak + * David Sansome + * David Schleef + * Edward Hervey + * George Kiagiadakis + * Guillaume Desmottes + * Gwenole Beauchesne + * Göran Jönsson + * Hans de Goede + * Henning Heinold + * Hyunjun Ko + * Ilya Konstantinov + * Jan Alexander Steffens (heftig) + * Jan Schmidt + * Jason Litzinger + * Jesper Larsen + * Jimmy Ohn + * Jonas Holmberg + * Jose Antonio Santos Cadenas + * Josep Torra + * Julien Isorce + * Jurgen Slowack + * Krzysztof Kotlenga + * Linus Svensson + * Luis de Bethencourt + * Mark Nauwelaerts + * Matej Knopp + * Mathieu Duponchelle + * Matthew Waters + * Michael Smith + * Miguel ParÃs DÃaz + * Nicola Murino * Nicolas Dufresne + * Nicolas Huet + * Nirbheek Chauhan + * Ognyan Tonchev + * Olivier Crête + * Patrick Radizi + * Paul Hyunil + * Peter G. Baum + * Peter Korsgaard + * Peter Seiderer + * Philippe De Muyter + * Philippe Normand * Piotr DrÄ…g + * Ramiro Polla + * Ravi Kiran K N + * Reynaldo H. Verdejo Pinochet + * Sanjay NM + * Santiago Carot-Nemesio * Sebastian Dröge * Sebastian Rasmussen + * Simon Farnsworth + * Sjoerd Simons + * Srimanta Panda + * Stefan Sauer + * Thiago Santos + * Thibault Saunier + * Tim-Philipp Müller + * Tobias Modschiedler + * Tom Greenwood + * Vincent Penquerc'h + * Vineeth T M + * Vineeth TM + * VÃctor Manuel Jáquez Leal + * Wim Taymans + * Youness Alaoui + * hark  \ No newline at end of file diff --git a/configure b/configure index 3eeebf2953facfeb8e4d60a057c97d23c0ec783e..f2e014b352f92d08bb8d7fc2e4ac9b59df522f95 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.5.0.1. +# Generated by GNU Autoconf 2.69 for GStreamer Good Plug-ins 1.5.1. # # 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.5.0.1' -PACKAGE_STRING='GStreamer Good Plug-ins 1.5.0.1' +PACKAGE_VERSION='1.5.1' +PACKAGE_STRING='GStreamer Good Plug-ins 1.5.1' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -1943,7 +1943,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.5.0.1 to adapt to many kinds of systems. +\`configure' configures GStreamer Good Plug-ins 1.5.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2015,7 +2015,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.5.0.1:";; + short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.5.1:";; esac cat <<\_ACEOF @@ -2379,7 +2379,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer Good Plug-ins configure 1.5.0.1 +GStreamer Good Plug-ins configure 1.5.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3190,7 +3190,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.5.0.1, which was +It was created by GStreamer Good Plug-ins $as_me 1.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4172,7 +4172,7 @@ fi # Define the identity of the package. PACKAGE='gst-plugins-good' - VERSION='1.5.0.1' + VERSION='1.5.1' cat >>confdefs.h <<_ACEOF @@ -4383,9 +4383,9 @@ fi - PACKAGE_VERSION_MAJOR=$(echo 1.5.0.1 | cut -d'.' -f1) - PACKAGE_VERSION_MINOR=$(echo 1.5.0.1 | cut -d'.' -f2) - PACKAGE_VERSION_MICRO=$(echo 1.5.0.1 | cut -d'.' -f3) + PACKAGE_VERSION_MAJOR=$(echo 1.5.1 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 1.5.1 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 1.5.1 | cut -d'.' -f3) @@ -4396,7 +4396,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5 $as_echo_n "checking nano version... " >&6; } - NANO=$(echo 1.5.0.1 | cut -d'.' -f4) + NANO=$(echo 1.5.1 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -13380,8 +13380,8 @@ CC="$lt_save_CC" -GST_REQ=1.5.0.1 -GSTPB_REQ=1.5.0.1 +GST_REQ=1.5.1 +GSTPB_REQ=1.5.1 @@ -36387,7 +36387,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.5.0.1, which was +This file was extended by GStreamer Good Plug-ins $as_me 1.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -36453,7 +36453,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.5.0.1 +GStreamer Good Plug-ins config.status 1.5.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 97632748dcb01b4a0ef84e37711edb0c252f143f..46e63af1a1ce56c629fb63504b761ffb59b463a8 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.5.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.5.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AG_GST_INIT @@ -46,8 +46,8 @@ AG_GST_LIBTOOL_PREPARE AS_LIBTOOL(GST, 501, 0, 501) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.5.0.1 -GSTPB_REQ=1.5.0.1 +GST_REQ=1.5.1 +GSTPB_REQ=1.5.1 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index 498f0d5597a106b5a117cc41887d6ea19ac95e42..df31626bc5f73c3a8218b666f2b9580614fdf042 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -198,6 +198,26 @@ <DEFAULT>2147483648</DEFAULT> </ARG> +<ARG> +<NAME>GstMultiFileSink::aggregate-gops</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Aggregate GOPs</NICK> +<BLURB>Whether to aggregate GOPs and process them as a whole without splitting.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMultiFileSink::max-file-duration</NAME> +<TYPE>guint64</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Maximum File Duration</NICK> +<BLURB>Maximum file duration before starting a new file in max-size mode.</BLURB> +<DEFAULT>18446744073709551615</DEFAULT> +</ARG> + <ARG> <NAME>GstMultiFileSrc::caps</NAME> <TYPE>GstCaps*</TYPE> @@ -1151,7 +1171,7 @@ <ARG> <NAME>GstQuarkTV::planes</NAME> <TYPE>gint</TYPE> -<RANGE>[0,64]</RANGE> +<RANGE>[1,64]</RANGE> <FLAGS>rw</FLAGS> <NICK>Planes</NICK> <BLURB>Number of planes.</BLURB> @@ -21358,6 +21378,16 @@ <DEFAULT>FALSE</DEFAULT> </ARG> +<ARG> +<NAME>GstRtpBin::rtp-profile</NAME> +<TYPE>GstRTPProfile</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>RTP Profile</NICK> +<BLURB>Default RTP profile of newly created sessions.</BLURB> +<DEFAULT>GST_RTP_PROFILE_AVPF</DEFAULT> +</ARG> + <ARG> <NAME>GstRtpJitterBuffer::do-lost</NAME> <TYPE>gboolean</TYPE> @@ -21498,6 +21528,26 @@ <DEFAULT>-1</DEFAULT> </ARG> +<ARG> +<NAME>GstRtpJitterBuffer::rtx-max-retries</NAME> +<TYPE>gint</TYPE> +<RANGE>>= G_MAXULONG</RANGE> +<FLAGS>rw</FLAGS> +<NICK>RTX Max Retries</NICK> +<BLURB>The maximum number of retries to request a retransmission. (-1 not limited).</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstRtpJitterBuffer::rtx-next-seqnum</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>RTX next seqnum</NICK> +<BLURB>Estimate when the next packet should arrive and schedule a retransmission request for it.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + <ARG> <NAME>GstRtpSession::bandwidth</NAME> <TYPE>gdouble</TYPE> @@ -21505,7 +21555,7 @@ <FLAGS>rw</FLAGS> <NICK>Bandwidth</NICK> <BLURB>The bandwidth of the session in bytes per second (0 for auto-discover).</BLURB> -<DEFAULT>64000</DEFAULT> +<DEFAULT>0</DEFAULT> </ARG> <ARG> @@ -21555,7 +21605,7 @@ <FLAGS>rw</FLAGS> <NICK>RTCP Fraction</NICK> <BLURB>The RTCP bandwidth of the session in bytes per second (or as a real fraction of the RTP bandwidth if < 1.0).</BLURB> -<DEFAULT>3200</DEFAULT> +<DEFAULT>0.05</DEFAULT> </ARG> <ARG> @@ -21628,6 +21678,16 @@ <DEFAULT></DEFAULT> </ARG> +<ARG> +<NAME>GstRtpSession::rtp-profile</NAME> +<TYPE>GstRTPProfile</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>RTP Profile</NICK> +<BLURB>RTP profile to use.</BLURB> +<DEFAULT>GST_RTP_PROFILE_AVP</DEFAULT> +</ARG> + <ARG> <NAME>GstRtpRtxSend::rtx-payload-type</NAME> <TYPE>guint</TYPE> diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index e3aa754fac2980872ec8a768e27db232d5ad11cc..3d1150a2259a8a94b7ad85625853ce592db910fb 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -33,6 +33,10 @@ GObject GstMuLawEnc GstSpeexEnc GstWavpackEnc + GstAudioVisualizer-ExtGom + GstGoom + GstAudioVisualizer-ExtGoom2k1 + GstGoom2k1 GstAviDemux GstAviMux GstAviSubtitle @@ -164,8 +168,6 @@ GObject GstFlvMux GstFlxDec GstGdkPixbufDec - GstGoom - GstGoom2k1 GstICYDemux GstISMLMux GstImageFreeze diff --git a/docs/plugins/html/GstIirEqualizer.html b/docs/plugins/html/GstIirEqualizer.html index c1b56dd8b3c9a4ab8c48e6c01ce2d143409c426c..c8bd064e7634209b732f6a69d6ec2da9bea0c6fa 100644 --- a/docs/plugins/html/GstIirEqualizer.html +++ b/docs/plugins/html/GstIirEqualizer.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: GstIirEqualizer</title> +<title>GstIirEqualizer: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch03.html" title="gst-plugins-good Base Classes"> <link rel="prev" href="ch03.html" title="gst-plugins-good Base Classes"> <link rel="next" href="gst-plugins-good-plugins-GstVideoMixerPad.html" title="GstVideoMixerPad"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -73,6 +73,7 @@ GstIirEqualizer implements </div> <div class="refsect1"> <a name="GstIirEqualizer.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="GstIirEqualizer.other_details"></a><h2>Types and Values</h2> @@ -85,7 +86,6 @@ GstIirEqualizer implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/ch01.html b/docs/plugins/html/ch01.html index ad70efdff2c2e4e2aaf9d98c37153b99160e3a48..82c3da8f093792ddeeeb2eaafd898b1dadd07ed0 100644 --- a/docs/plugins/html/ch01.html +++ b/docs/plugins/html/ch01.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: gst-plugins-good Elements</title> +<title>gst-plugins-good Elements: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="prev" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="next" href="gst-plugins-good-plugins-3gppmux.html" title="3gppmux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -540,7 +540,6 @@ the splitmuxsink element.</span> </dl></div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/ch02.html b/docs/plugins/html/ch02.html index 1fdc5574f1bb3f1b1fe69f49b5a417345115828a..148ba61e0503d8c99e656f33e1000a619706647d 100644 --- a/docs/plugins/html/ch02.html +++ b/docs/plugins/html/ch02.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: gst-plugins-good Plugins</title> +<title>gst-plugins-good Plugins: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="prev" href="gst-plugins-good-plugins-y4menc.html" title="y4menc"> <link rel="next" href="gst-plugins-good-plugins-plugin-1394.html" title="1394"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -24,219 +24,218 @@ <a name="id-1.3"></a>gst-plugins-good Plugins</h1></div></div></div> <div class="toc"><dl class="toc"> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-1394.html">1394</a></span><span class="refpurpose">Source for video data via IEEE1394 interface</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-1394.html">1394</a></span><span class="refpurpose"> — Source for video data via IEEE1394 interface</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-aasink.html">aasink</a></span><span class="refpurpose">ASCII Art video sink</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-aasink.html">aasink</a></span><span class="refpurpose"> — ASCII Art video sink</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alaw.html">alaw</a></span><span class="refpurpose">ALaw audio conversion routines</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alaw.html">alaw</a></span><span class="refpurpose"> — ALaw audio conversion routines</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alpha.html">alpha</a></span><span class="refpurpose">adds an alpha channel to video - constant or via chroma-keying</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alpha.html">alpha</a></span><span class="refpurpose"> — adds an alpha channel to video - constant or via chroma-keying</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alphacolor.html">alphacolor</a></span><span class="refpurpose">RGBA from/to AYUV colorspace conversion preserving the alpha channel</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alphacolor.html">alphacolor</a></span><span class="refpurpose"> — RGBA from/to AYUV colorspace conversion preserving the alpha channel</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-apetag.html">apetag</a></span><span class="refpurpose">APEv1/2 tag reader</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-apetag.html">apetag</a></span><span class="refpurpose"> — APEv1/2 tag reader</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-audiofx.html">audiofx</a></span><span class="refpurpose">Audio effects plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-audiofx.html">audiofx</a></span><span class="refpurpose"> — Audio effects plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-auparse.html">auparse</a></span><span class="refpurpose">parses au streams</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-auparse.html">auparse</a></span><span class="refpurpose"> — parses au streams</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-autodetect.html">autodetect</a></span><span class="refpurpose">Plugin contains auto-detection plugins for video/audio in- and outputs</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-autodetect.html">autodetect</a></span><span class="refpurpose"> — Plugin contains auto-detection plugins for video/audio in- and outputs</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-avi.html">avi</a></span><span class="refpurpose">AVI stream handling</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-avi.html">avi</a></span><span class="refpurpose"> — AVI stream handling</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cacasink.html">cacasink</a></span><span class="refpurpose">Colored ASCII Art video sink</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cacasink.html">cacasink</a></span><span class="refpurpose"> — Colored ASCII Art video sink</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cairo.html">cairo</a></span><span class="refpurpose">Cairo-based elements</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cairo.html">cairo</a></span><span class="refpurpose"> — Cairo-based elements</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cutter.html">cutter</a></span><span class="refpurpose">Audio Cutter to split audio into non-silent bits</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cutter.html">cutter</a></span><span class="refpurpose"> — Audio Cutter to split audio into non-silent bits</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-debug.html">debug</a></span><span class="refpurpose">elements for testing and debugging</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-debug.html">debug</a></span><span class="refpurpose"> — elements for testing and debugging</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-deinterlace.html">deinterlace</a></span><span class="refpurpose">Deinterlacer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-deinterlace.html">deinterlace</a></span><span class="refpurpose"> — Deinterlacer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-directsound.html">directsound</a></span><span class="refpurpose">DirectSound plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-directsound.html">directsound</a></span><span class="refpurpose"> — DirectSound plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-dtmf.html">dtmf</a></span><span class="refpurpose">DTMF plugins</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-dtmf.html">dtmf</a></span><span class="refpurpose"> — DTMF plugins</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-dv.html">dv</a></span><span class="refpurpose">DV demuxer and decoder based on libdv (libdv.sf.net)</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-dv.html">dv</a></span><span class="refpurpose"> — DV demuxer and decoder based on libdv (libdv.sf.net)</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-equalizer.html">equalizer</a></span><span class="refpurpose">GStreamer audio equalizers</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-equalizer.html">equalizer</a></span><span class="refpurpose"> — GStreamer audio equalizers</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-effectv.html">effectv</a></span><span class="refpurpose">effect plugins from the effectv project</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-effectv.html">effectv</a></span><span class="refpurpose"> — effect plugins from the effectv project</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flac.html">flac</a></span><span class="refpurpose">The FLAC Lossless compressor Codec</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flac.html">flac</a></span><span class="refpurpose"> — The FLAC Lossless compressor Codec</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flv.html">flv</a></span><span class="refpurpose">FLV muxing and demuxing plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flv.html">flv</a></span><span class="refpurpose"> — FLV muxing and demuxing plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flxdec.html">flxdec</a></span><span class="refpurpose">FLC/FLI/FLX video decoder</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flxdec.html">flxdec</a></span><span class="refpurpose"> — FLC/FLI/FLX video decoder</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-gdkpixbuf.html">gdkpixbuf</a></span><span class="refpurpose">GdkPixbuf-based image decoder, overlay and sink</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-gdkpixbuf.html">gdkpixbuf</a></span><span class="refpurpose"> — GdkPixbuf-based image decoder, overlay and sink</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-goom.html">goom</a></span><span class="refpurpose">GOOM visualization filter</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-goom.html">goom</a></span><span class="refpurpose"> — GOOM visualization filter</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-goom2k1.html">goom2k1</a></span><span class="refpurpose">GOOM 2k1 visualization filter</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-goom2k1.html">goom2k1</a></span><span class="refpurpose"> — GOOM 2k1 visualization filter</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-icydemux.html">icydemux</a></span><span class="refpurpose">Demux ICY tags from a stream</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-icydemux.html">icydemux</a></span><span class="refpurpose"> — Demux ICY tags from a stream</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-id3demux.html">id3demux</a></span><span class="refpurpose">Demux ID3v1 and ID3v2 tags from a file</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-id3demux.html">id3demux</a></span><span class="refpurpose"> — Demux ID3v1 and ID3v2 tags from a file</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-imagefreeze.html">imagefreeze</a></span><span class="refpurpose">Still frame stream generator</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-imagefreeze.html">imagefreeze</a></span><span class="refpurpose"> — Still frame stream generator</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-interleave.html">interleave</a></span><span class="refpurpose">Audio interleaver/deinterleaver</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-interleave.html">interleave</a></span><span class="refpurpose"> — Audio interleaver/deinterleaver</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-isomp4.html">isomp4</a></span><span class="refpurpose">ISO base media file format support (mp4, 3gpp, qt, mj2)</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-isomp4.html">isomp4</a></span><span class="refpurpose"> — ISO base media file format support (mp4, 3gpp, qt, mj2)</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-jack.html">jack</a></span><span class="refpurpose">JACK audio elements</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-jack.html">jack</a></span><span class="refpurpose"> — JACK audio elements</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-jpeg.html">jpeg</a></span><span class="refpurpose">JPeg plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-jpeg.html">jpeg</a></span><span class="refpurpose"> — JPeg plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-level.html">level</a></span><span class="refpurpose">Audio level plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-level.html">level</a></span><span class="refpurpose"> — Audio level plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-matroska.html">matroska</a></span><span class="refpurpose">Matroska and WebM stream handling</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-matroska.html">matroska</a></span><span class="refpurpose"> — Matroska and WebM stream handling</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-monoscope.html">monoscope</a></span><span class="refpurpose">Monoscope visualization</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-monoscope.html">monoscope</a></span><span class="refpurpose"> — Monoscope visualization</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-mulaw.html">mulaw</a></span><span class="refpurpose">MuLaw audio conversion routines</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-mulaw.html">mulaw</a></span><span class="refpurpose"> — MuLaw audio conversion routines</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-multifile.html">multifile</a></span><span class="refpurpose">Reads/Writes buffers from/to sequentially named files</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-multifile.html">multifile</a></span><span class="refpurpose"> — Reads/Writes buffers from/to sequentially named files</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-multipart.html">multipart</a></span><span class="refpurpose">multipart stream manipulation</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-multipart.html">multipart</a></span><span class="refpurpose"> — multipart stream manipulation</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-navigationtest.html">navigationtest</a></span><span class="refpurpose">Template for a video filter</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-navigationtest.html">navigationtest</a></span><span class="refpurpose"> — Template for a video filter</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-oss4.html">oss4</a></span><span class="refpurpose">Open Sound System (OSS) version 4 support for GStreamer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-oss4.html">oss4</a></span><span class="refpurpose"> — Open Sound System (OSS) version 4 support for GStreamer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-ossaudio.html">ossaudio</a></span><span class="refpurpose">OSS (Open Sound System) support for GStreamer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-ossaudio.html">ossaudio</a></span><span class="refpurpose"> — OSS (Open Sound System) support for GStreamer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-osxaudio.html">osxaudio</a></span><span class="refpurpose">OSX (Mac OS X) audio support for GStreamer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-osxaudio.html">osxaudio</a></span><span class="refpurpose"> — OSX (Mac OS X) audio support for GStreamer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-osxvideo.html">osxvideo</a></span><span class="refpurpose">OSX native video output plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-osxvideo.html">osxvideo</a></span><span class="refpurpose"> — OSX native video output plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-png.html">png</a></span><span class="refpurpose">PNG plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-png.html">png</a></span><span class="refpurpose"> — PNG plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-pulseaudio.html">pulseaudio</a></span><span class="refpurpose">PulseAudio plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-pulseaudio.html">pulseaudio</a></span><span class="refpurpose"> — PulseAudio plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-replaygain.html">replaygain</a></span><span class="refpurpose">ReplayGain volume normalization</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-replaygain.html">replaygain</a></span><span class="refpurpose"> — ReplayGain volume normalization</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtp.html">rtp</a></span><span class="refpurpose">Real-time protocol plugins</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtp.html">rtp</a></span><span class="refpurpose"> — Real-time protocol plugins</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtpmanager.html">rtpmanager</a></span><span class="refpurpose">RTP session management plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtpmanager.html">rtpmanager</a></span><span class="refpurpose"> — RTP session management plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtsp.html">rtsp</a></span><span class="refpurpose">transfer data via RTSP</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtsp.html">rtsp</a></span><span class="refpurpose"> — transfer data via RTSP</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-shapewipe.html">shapewipe</a></span><span class="refpurpose">Shape Wipe transition filter</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-shapewipe.html">shapewipe</a></span><span class="refpurpose"> — Shape Wipe transition filter</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-shout2send.html">shout2send</a></span><span class="refpurpose">Sends data to an icecast server using libshout2</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-shout2send.html">shout2send</a></span><span class="refpurpose"> — Sends data to an icecast server using libshout2</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-smpte.html">smpte</a></span><span class="refpurpose">Apply the standard SMPTE transitions on video images</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-smpte.html">smpte</a></span><span class="refpurpose"> — Apply the standard SMPTE transitions on video images</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-soup.html">soup</a></span><span class="refpurpose">libsoup HTTP client src/sink</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-soup.html">soup</a></span><span class="refpurpose"> — libsoup HTTP client src/sink</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-spectrum.html">spectrum</a></span><span class="refpurpose">Run an FFT on the audio signal, output spectrum data</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-spectrum.html">spectrum</a></span><span class="refpurpose"> — Run an FFT on the audio signal, output spectrum data</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-speex.html">speex</a></span><span class="refpurpose">Speex plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-speex.html">speex</a></span><span class="refpurpose"> — Speex plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-taglib.html">taglib</a></span><span class="refpurpose">Tag writing plug-in based on taglib</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-taglib.html">taglib</a></span><span class="refpurpose"> — Tag writing plug-in based on taglib</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-udp.html">udp</a></span><span class="refpurpose">transfer data via UDP</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-udp.html">udp</a></span><span class="refpurpose"> — transfer data via UDP</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-video4linux2.html">video4linux2</a></span><span class="refpurpose">elements for Video 4 Linux</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-video4linux2.html">video4linux2</a></span><span class="refpurpose"> — elements for Video 4 Linux</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videobox.html">videobox</a></span><span class="refpurpose">resizes a video by adding borders or cropping</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videobox.html">videobox</a></span><span class="refpurpose"> — resizes a video by adding borders or cropping</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videocrop.html">videocrop</a></span><span class="refpurpose">Crops video into a user-defined region</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videocrop.html">videocrop</a></span><span class="refpurpose"> — Crops video into a user-defined region</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videofilter.html">videofilter</a></span><span class="refpurpose">Video filters plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videofilter.html">videofilter</a></span><span class="refpurpose"> — Video filters plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videomixer.html">videomixer</a></span><span class="refpurpose">Video mixer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videomixer.html">videomixer</a></span><span class="refpurpose"> — Video mixer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-vpx.html">vpx</a></span><span class="refpurpose">VP8 plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-vpx.html">vpx</a></span><span class="refpurpose"> — VP8 plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-waveform.html">waveform</a></span><span class="refpurpose">WaveForm API based plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-waveform.html">waveform</a></span><span class="refpurpose"> — WaveForm API based plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavenc.html">wavenc</a></span><span class="refpurpose">Encode raw audio into WAV</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavenc.html">wavenc</a></span><span class="refpurpose"> — Encode raw audio into WAV</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavpack.html">wavpack</a></span><span class="refpurpose">Wavpack lossless/lossy audio format handling</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavpack.html">wavpack</a></span><span class="refpurpose"> — Wavpack lossless/lossy audio format handling</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavparse.html">wavparse</a></span><span class="refpurpose">Parse a .wav file into raw audio</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavparse.html">wavparse</a></span><span class="refpurpose"> — Parse a .wav file into raw audio</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-ximagesrc.html">ximagesrc</a></span><span class="refpurpose">X11 video input plugin using standard Xlib calls</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-ximagesrc.html">ximagesrc</a></span><span class="refpurpose"> — X11 video input plugin using standard Xlib calls</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-y4menc.html">y4menc</a></span><span class="refpurpose">Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-y4menc.html">y4menc</a></span><span class="refpurpose"> — Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</span> </dt> </dl></div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/ch03.html b/docs/plugins/html/ch03.html index ab4cec1d56f1827102ae2fd35205d0c10eb4e5a1..fe13431261cd2edfc02a3bd9018a861cc4168553 100644 --- a/docs/plugins/html/ch03.html +++ b/docs/plugins/html/ch03.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: gst-plugins-good Base Classes</title> +<title>gst-plugins-good Base Classes: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="prev" href="gst-plugins-good-plugins-plugin-y4menc.html" title="y4menc"> <link rel="next" href="GstIirEqualizer.html" title="GstIirEqualizer"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -32,7 +32,6 @@ </dl></div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-1.0.devhelp2 b/docs/plugins/html/gst-plugins-good-plugins-1.0.devhelp2 index a2adc677bf106da123430d655dc85856be19a111..0b2add678ea8f05297cdd00aa572798b0103875a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-1.0.devhelp2 +++ b/docs/plugins/html/gst-plugins-good-plugins-1.0.devhelp2 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> -<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""> <book xmlns="http://www.devhelp.net/book" title="GStreamer Good Plugins 1.0 Plugins Reference Manual" link="index.html" author="" name="gst-plugins-good-plugins-1.0" version="2" language="c"> <chapters> <sub name="gst-plugins-good Elements" link="ch01.html"> @@ -253,9 +252,6 @@ </sub> </chapters> <functions> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-3gppmux.html#id-1.2.2.8.7"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-3gppmux.html#id-1.2.2.8.8.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-3gppmux.html#id-1.2.2.8.8.1.2"/> <keyword type="struct" name="Gst3GPPMux" link="gst-plugins-good-plugins-3gppmux.html#Gst3GPPMux-struct"/> <keyword type="property" name="The “dts-method†property" link="gst-plugins-good-plugins-3gppmux.html#Gst3GPPMux--dts-method"/> <keyword type="property" name="The “faststart†property" link="gst-plugins-good-plugins-3gppmux.html#Gst3GPPMux--faststart"/> @@ -266,12 +262,7 @@ <keyword type="property" name="The “presentation-time†property" link="gst-plugins-good-plugins-3gppmux.html#Gst3GPPMux--presentation-time"/> <keyword type="property" name="The “streamable†property" link="gst-plugins-good-plugins-3gppmux.html#Gst3GPPMux--streamable"/> <keyword type="property" name="The “trak-timescale†property" link="gst-plugins-good-plugins-3gppmux.html#Gst3GPPMux--trak-timescale"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-aacparse.html#id-1.2.3.6.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aacparse.html#id-1.2.3.6.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aacparse.html#id-1.2.3.6.5.2"/> <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#id-1.2.4.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aasink.html#id-1.2.4.8.2.2"/> <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"/> @@ -286,20 +277,12 @@ <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#id-1.2.5.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ac3parse.html#id-1.2.5.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ac3parse.html#id-1.2.5.6.4.2"/> <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#id-1.2.6.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-agingtv.html#id-1.2.6.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-agingtv.html#id-1.2.6.7.4.2"/> <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#id-1.2.7.7.5.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alpha.html#id-1.2.7.7.5.1.2"/> <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"/> @@ -313,37 +296,16 @@ <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="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#id-1.2.9.6.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawdec.html#id-1.2.9.6.2.1.2"/> <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#id-1.2.10.7.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-alawenc.html#id-1.2.10.7.2.1.2"/> <keyword type="struct" name="struct GstALawEnc" link="gst-plugins-good-plugins-alawenc.html#GstALawEnc-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-amrparse.html#id-1.2.11.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-amrparse.html#id-1.2.11.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-amrparse.html#id-1.2.11.6.4.2"/> <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#id-1.2.12.6.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-apedemux.html#id-1.2.12.6.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apedemux.html#id-1.2.12.6.5.2"/> <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#id-1.2.13.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-apev2mux.html#id-1.2.13.7.2.2"/> <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#id-1.2.14.8.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-aspectratiocrop.html#id-1.2.14.8.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-aspectratiocrop.html#id-1.2.14.8.5.2"/> <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#id-1.2.15.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioamplify.html#id-1.2.15.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioamplify.html#id-1.2.15.7.4.2"/> <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#id-1.2.16.7.8"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiochebband.html#id-1.2.16.7.9.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiochebband.html#id-1.2.16.7.9.2"/> <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"/> @@ -351,156 +313,88 @@ <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#id-1.2.17.7.8"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiocheblimit.html#id-1.2.17.7.9.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiocheblimit.html#id-1.2.17.7.9.2"/> <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#id-1.2.18.8.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiofirfilter.html#id-1.2.18.8.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiofirfilter.html#id-1.2.18.8.6.2"/> <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#id-1.2.19.8.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioiirfilter.html#id-1.2.19.8.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioiirfilter.html#id-1.2.19.8.6.2"/> <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#id-1.2.20.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsincband.html#id-1.2.20.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsincband.html#id-1.2.20.7.5.2"/> <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#id-1.2.21.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiowsinclimit.html#id-1.2.21.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiowsinclimit.html#id-1.2.21.7.5.2"/> <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#id-1.2.22.7.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioecho.html#id-1.2.22.7.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioecho.html#id-1.2.22.7.6.2"/> <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#id-1.2.23.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiodynamic.html#id-1.2.23.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiodynamic.html#id-1.2.23.7.4.2"/> <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#id-1.2.24.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audioinvert.html#id-1.2.24.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audioinvert.html#id-1.2.24.7.4.2"/> <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#id-1.2.25.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiopanorama.html#id-1.2.25.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiopanorama.html#id-1.2.25.7.4.2"/> <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#id-1.2.26.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-audiokaraoke.html#id-1.2.26.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-audiokaraoke.html#id-1.2.26.7.4.2"/> <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#id-1.2.27.6.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-auparse.html#id-1.2.27.6.2.1.2"/> <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#id-1.2.28.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosink.html#id-1.2.28.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosink.html#id-1.2.28.8.4.2"/> <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="property" name="The “sync†property" link="gst-plugins-good-plugins-autoaudiosink.html#GstAutoAudioSink--sync"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autoaudiosrc.html#id-1.2.29.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autoaudiosrc.html#id-1.2.29.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autoaudiosrc.html#id-1.2.29.8.4.2"/> <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#id-1.2.30.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosink.html#id-1.2.30.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosink.html#id-1.2.30.8.4.2"/> <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="property" name="The “sync†property" link="gst-plugins-good-plugins-autovideosink.html#GstAutoVideoSink--sync"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-autovideosrc.html#id-1.2.31.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-autovideosrc.html#id-1.2.31.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-autovideosrc.html#id-1.2.31.8.4.2"/> <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#id-1.2.32.6.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avidemux.html#id-1.2.32.6.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avidemux.html#id-1.2.32.6.5.2"/> <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#id-1.2.33.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avimux.html#id-1.2.33.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avimux.html#id-1.2.33.8.4.2"/> <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#id-1.2.34.6.2"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-avisubtitle.html#id-1.2.34.6.3.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-avisubtitle.html#id-1.2.34.6.3.2"/> <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#id-1.2.35.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cacasink.html#id-1.2.35.7.2.2"/> <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#id-1.2.36.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cairooverlay.html#id-1.2.36.7.2.2"/> <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="Element Information" link="gst-plugins-good-plugins-capssetter.html#id-1.2.37.7.5.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-capssetter.html#id-1.2.37.7.5.1.2"/> <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#id-1.2.38.7.6"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-cutter.html#id-1.2.38.7.7.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-cutter.html#id-1.2.38.7.7.2"/> <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#id-1.2.39.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dcaparse.html#id-1.2.39.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dcaparse.html#id-1.2.39.6.4.2"/> <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#id-1.2.40.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterlace.html#id-1.2.40.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterlace.html#id-1.2.40.8.4.2"/> <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"/> @@ -509,26 +403,14 @@ <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#id-1.2.41.7.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-deinterleave.html#id-1.2.41.7.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-deinterleave.html#id-1.2.41.7.6.2"/> <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#id-1.2.42.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dicetv.html#id-1.2.42.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dicetv.html#id-1.2.42.8.4.2"/> <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#id-1.2.43.4.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-directsoundsink.html#id-1.2.43.4.2.2"/> <keyword type="struct" name="struct GstDirectSoundSink" link="gst-plugins-good-plugins-directsoundsink.html#GstDirectSoundSink"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dtmfsrc.html#id-1.2.44.7.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dtmfsrc.html#id-1.2.44.7.6.4.2"/> <keyword type="struct" name="struct GstDTMFSrc" link="gst-plugins-good-plugins-dtmfsrc.html#GstDTMFSrc-struct"/> <keyword type="property" name="The “interval†property" link="gst-plugins-good-plugins-dtmfsrc.html#GstDTMFSrc--interval"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-dv1394src.html#id-1.2.45.9.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dv1394src.html#id-1.2.45.9.2.2"/> <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"/> @@ -539,23 +421,13 @@ <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#id-1.2.46.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdec.html#id-1.2.46.7.2.2"/> <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#id-1.2.47.6.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-dvdemux.html#id-1.2.47.6.2.2"/> <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#id-1.2.48.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-edgetv.html#id-1.2.48.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-edgetv.html#id-1.2.48.6.4.2"/> <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#id-1.2.49.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-10bands.html#id-1.2.49.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-10bands.html#id-1.2.49.8.4.2"/> <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"/> @@ -567,24 +439,13 @@ <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#id-1.2.50.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-3bands.html#id-1.2.50.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-3bands.html#id-1.2.50.8.4.2"/> <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#id-1.2.51.8.3"/> - <keyword type="" name="Example code" link="gst-plugins-good-plugins-equalizer-nbands.html#id-1.2.51.8.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-equalizer-nbands.html#id-1.2.51.8.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-equalizer-nbands.html#id-1.2.51.8.5.2"/> <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#id-1.2.52.6.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacdec.html#id-1.2.52.6.2.2"/> <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#id-1.2.53.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacenc.html#id-1.2.53.8.2.2"/> <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"/> @@ -601,79 +462,36 @@ <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#id-1.2.54.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flacparse.html#id-1.2.54.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flacparse.html#id-1.2.54.7.5.2"/> <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#id-1.2.55.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flactag.html#id-1.2.55.7.2.2"/> <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#id-1.2.56.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvdemux.html#id-1.2.56.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvdemux.html#id-1.2.56.6.4.2"/> <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#id-1.2.57.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-flvmux.html#id-1.2.57.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flvmux.html#id-1.2.57.8.4.2"/> <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#id-1.2.58.6.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-flxdec.html#id-1.2.58.6.2.1.2"/> <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#id-1.2.59.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-gamma.html#id-1.2.59.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gamma.html#id-1.2.59.7.4.2"/> <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-gdkpixbufsink.html#id-1.2.60.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-gdkpixbufsink.html#id-1.2.60.7.2.2"/> <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#id-1.2.61.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom.html#id-1.2.61.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom.html#id-1.2.61.6.4.2"/> <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#id-1.2.62.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-goom2k1.html#id-1.2.62.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-goom2k1.html#id-1.2.62.6.4.2"/> <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#id-1.2.63.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-hdv1394src.html#id-1.2.63.8.2.2"/> <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#id-1.2.64.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-icydemux.html#id-1.2.64.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-icydemux.html#id-1.2.64.6.4.2"/> <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#id-1.2.65.7.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-id3demux.html#id-1.2.65.7.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3demux.html#id-1.2.65.7.6.2"/> <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#id-1.2.66.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-id3v2mux.html#id-1.2.66.7.2.2"/> <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#id-1.2.67.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-imagefreeze.html#id-1.2.67.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-imagefreeze.html#id-1.2.67.6.4.2"/> <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#id-1.2.68.7.6"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-interleave.html#id-1.2.68.7.7.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-interleave.html#id-1.2.68.7.7.2"/> <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#id-1.2.69.8.7"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-ismlmux.html#id-1.2.69.8.8.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ismlmux.html#id-1.2.69.8.8.1.2"/> <keyword type="struct" name="GstISMLMux" link="gst-plugins-good-plugins-ismlmux.html#GstISMLMux-struct"/> <keyword type="property" name="The “dts-method†property" link="gst-plugins-good-plugins-ismlmux.html#GstISMLMux--dts-method"/> <keyword type="property" name="The “faststart†property" link="gst-plugins-good-plugins-ismlmux.html#GstISMLMux--faststart"/> @@ -684,8 +502,6 @@ <keyword type="property" name="The “presentation-time†property" link="gst-plugins-good-plugins-ismlmux.html#GstISMLMux--presentation-time"/> <keyword type="property" name="The “streamable†property" link="gst-plugins-good-plugins-ismlmux.html#GstISMLMux--streamable"/> <keyword type="property" name="The “trak-timescale†property" link="gst-plugins-good-plugins-ismlmux.html#GstISMLMux--trak-timescale"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosrc.html#id-1.2.70.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosrc.html#id-1.2.70.7.2.2"/> <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"/> @@ -693,8 +509,6 @@ <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="property" name="The “port-pattern†property" link="gst-plugins-good-plugins-jackaudiosrc.html#GstJackAudioSrc--port-pattern"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jackaudiosink.html#id-1.2.71.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jackaudiosink.html#id-1.2.71.7.2.2"/> <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"/> @@ -702,42 +516,26 @@ <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="property" name="The “port-pattern†property" link="gst-plugins-good-plugins-jackaudiosink.html#GstJackAudioSink--port-pattern"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-jpegdec.html#id-1.2.72.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegdec.html#id-1.2.72.7.2.2"/> <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#id-1.2.73.9.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-jpegenc.html#id-1.2.73.9.2.2"/> <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#id-1.2.74.7.6"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-level.html#id-1.2.74.7.7.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-level.html#id-1.2.74.7.7.2"/> <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="property" name="The “post-messages†property" link="gst-plugins-good-plugins-level.html#GstLevel--post-messages"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-matroskamux.html#id-1.2.75.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskamux.html#id-1.2.75.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskamux.html#id-1.2.75.8.4.2"/> <keyword type="struct" name="struct 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#id-1.2.76.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-matroskademux.html#id-1.2.76.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-matroskademux.html#id-1.2.76.7.4.2"/> <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#id-1.2.77.8.7"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mj2mux.html#id-1.2.77.8.8.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mj2mux.html#id-1.2.77.8.8.1.2"/> <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"/> @@ -748,17 +546,8 @@ <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#id-1.2.78.4.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-monoscope.html#id-1.2.78.4.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-monoscope.html#id-1.2.78.4.4.2"/> <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#id-1.2.79.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mpegaudioparse.html#id-1.2.79.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mpegaudioparse.html#id-1.2.79.6.4.2"/> <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#id-1.2.80.8.7"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-mp4mux.html#id-1.2.80.8.8.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mp4mux.html#id-1.2.80.8.8.2"/> <keyword type="struct" name="GstMP4Mux" link="gst-plugins-good-plugins-mp4mux.html#GstMP4Mux-struct"/> <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"/> @@ -769,15 +558,8 @@ <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#id-1.2.81.6.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawdec.html#id-1.2.81.6.2.1.2"/> <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#id-1.2.82.7.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-mulawenc.html#id-1.2.82.7.2.1.2"/> <keyword type="struct" name="struct GstMuLawEnc" link="gst-plugins-good-plugins-mulawenc.html#GstMuLawEnc-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-multifilesink.html#id-1.2.83.7.11"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesink.html#id-1.2.83.7.12.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesink.html#id-1.2.83.7.12.2"/> <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"/> @@ -786,9 +568,8 @@ <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#id-1.2.84.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multifilesrc.html#id-1.2.84.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multifilesrc.html#id-1.2.84.7.5.2"/> + <keyword type="property" name="The “aggregate-gops†property" link="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--aggregate-gops"/> + <keyword type="property" name="The “max-file-duration†property" link="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--max-file-duration"/> <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"/> @@ -796,20 +577,12 @@ <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#id-1.2.85.7.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartdemux.html#id-1.2.85.7.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartdemux.html#id-1.2.85.7.6.2"/> <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#id-1.2.86.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-multipartmux.html#id-1.2.86.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multipartmux.html#id-1.2.86.7.4.2"/> <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#id-1.2.87.8.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-multiudpsink.html#id-1.2.87.8.2.1.2"/> <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"/> @@ -839,65 +612,39 @@ <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#id-1.2.88.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-optv.html#id-1.2.88.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-optv.html#id-1.2.88.7.4.2"/> <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#id-1.2.89.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4sink.html#id-1.2.89.8.2.2"/> <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#id-1.2.90.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-oss4src.html#id-1.2.90.8.2.2"/> <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#id-1.2.91.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssink.html#id-1.2.91.7.2.2"/> <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#id-1.2.92.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osssrc.html#id-1.2.92.8.2.2"/> <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#id-1.2.93.5.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosink.html#id-1.2.93.5.2.2"/> <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#id-1.2.94.5.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxaudiosrc.html#id-1.2.94.5.2.2"/> <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#id-1.2.95.5.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-osxvideosink.html#id-1.2.95.5.2.2"/> <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#id-1.2.96.6.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngdec.html#id-1.2.96.6.2.2"/> <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#id-1.2.97.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pngenc.html#id-1.2.97.8.2.2"/> <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#id-1.2.98.7.7"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-progressreport.html#id-1.2.98.7.8.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-progressreport.html#id-1.2.98.7.8.2"/> <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#id-1.2.99.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesink.html#id-1.2.99.8.2.2"/> <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"/> @@ -908,8 +655,6 @@ <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="property" name="The “current-device†property" link="gst-plugins-good-plugins-pulsesink.html#GstPulseSink--current-device"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-pulsesrc.html#id-1.2.100.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-pulsesrc.html#id-1.2.100.8.2.2"/> <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"/> @@ -921,19 +666,10 @@ <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="property" name="The “current-device†property" link="gst-plugins-good-plugins-pulsesrc.html#GstPulseSrc--current-device"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-quarktv.html#id-1.2.101.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-quarktv.html#id-1.2.101.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-quarktv.html#id-1.2.101.7.4.2"/> <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#id-1.2.102.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtdemux.html#id-1.2.102.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtdemux.html#id-1.2.102.7.5.2"/> <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#id-1.2.103.8.7"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmux.html#id-1.2.103.8.8.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmux.html#id-1.2.103.8.8.2"/> <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"/> @@ -944,9 +680,6 @@ <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#id-1.2.104.9.2"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-qtmoovrecover.html#id-1.2.104.9.3.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-qtmoovrecover.html#id-1.2.104.9.3.2"/> <keyword type="function" name="gst_qt_moov_recover_get_type ()" link="gst-plugins-good-plugins-qtmoovrecover.html#gst-qt-moov-recover-get-type"/> <keyword type="function" name="gst_qt_moov_recover_register ()" link="gst-plugins-good-plugins-qtmoovrecover.html#gst-qt-moov-recover-register"/> <keyword type="struct" name="struct GstQTMoovRecover" link="gst-plugins-good-plugins-qtmoovrecover.html#GstQTMoovRecover-struct"/> @@ -955,38 +688,22 @@ <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#id-1.2.105.7.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-radioactv.html#id-1.2.105.7.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-radioactv.html#id-1.2.105.7.6.2"/> <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="Example launch line" link="gst-plugins-good-plugins-revtv.html#id-1.2.106.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-revtv.html#id-1.2.106.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-revtv.html#id-1.2.106.7.4.2"/> <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#id-1.2.107.7.6"/> - <keyword type="" name="Acknowledgements" link="gst-plugins-good-plugins-rganalysis.html#id-1.2.107.7.7"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rganalysis.html#id-1.2.107.7.8.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rganalysis.html#id-1.2.107.7.8.2"/> <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#id-1.2.108.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rglimiter.html#id-1.2.108.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rglimiter.html#id-1.2.108.7.4.2"/> <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#id-1.2.109.8.8"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rgvolume.html#id-1.2.109.8.9.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rgvolume.html#id-1.2.109.8.9.2"/> <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"/> @@ -994,14 +711,9 @@ <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#id-1.2.110.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rippletv.html#id-1.2.110.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rippletv.html#id-1.2.110.7.4.2"/> <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#id-1.2.111.8.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpdec.html#id-1.2.111.8.2.1.2"/> <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"/> @@ -1013,51 +725,20 @@ <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="Example pipeline" link="gst-plugins-good-plugins-rtpac3depay.html#id-1.2.112.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpac3depay.html#id-1.2.112.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpac3depay.html#id-1.2.112.6.4.2"/> <keyword type="struct" name="struct GstRtpAC3Depay" link="gst-plugins-good-plugins-rtpac3depay.html#GstRtpAC3Depay-struct"/> - <keyword type="" name="Example pipeline" link="gst-plugins-good-plugins-rtpac3pay.html#id-1.2.113.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpac3pay.html#id-1.2.113.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpac3pay.html#id-1.2.113.6.4.2"/> <keyword type="struct" name="struct GstRtpAC3Pay" link="gst-plugins-good-plugins-rtpac3pay.html#GstRtpAC3Pay-struct"/> - <keyword type="" name="Example pipeline" link="gst-plugins-good-plugins-rtpamrdepay.html#id-1.2.114.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpamrdepay.html#id-1.2.114.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpamrdepay.html#id-1.2.114.6.4.2"/> <keyword type="struct" name="struct GstRtpAMRDepay" link="gst-plugins-good-plugins-rtpamrdepay.html#GstRtpAMRDepay-struct"/> - <keyword type="" name="Example pipeline" link="gst-plugins-good-plugins-rtpamrpay.html#id-1.2.115.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpamrpay.html#id-1.2.115.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpamrpay.html#id-1.2.115.6.4.2"/> <keyword type="struct" name="struct GstRtpAMRPay" link="gst-plugins-good-plugins-rtpamrpay.html#GstRtpAMRPay-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpbvdepay.html#id-1.2.116.3.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpbvdepay.html#id-1.2.116.3.2.1.2"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpbvpay.html#id-1.2.117.3.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpbvpay.html#id-1.2.117.3.2.1.2"/> - <keyword type="" name="Example pipeline" link="gst-plugins-good-plugins-rtpL16depay.html#id-1.2.118.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpL16depay.html#id-1.2.118.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpL16depay.html#id-1.2.118.6.4.2"/> <keyword type="struct" name="struct GstRtpL16Depay" link="gst-plugins-good-plugins-rtpL16depay.html#GstRtpL16Depay-struct"/> - <keyword type="" name="Example pipeline" link="gst-plugins-good-plugins-rtpL16pay.html#id-1.2.119.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpL16pay.html#id-1.2.119.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpL16pay.html#id-1.2.119.6.4.2"/> <keyword type="struct" name="struct GstRtpL16Pay" link="gst-plugins-good-plugins-rtpL16pay.html#GstRtpL16Pay-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpj2kpay.html#id-1.2.120.7.3.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpj2kpay.html#id-1.2.120.7.3.1.2"/> <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#id-1.2.121.7.4.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjpegpay.html#id-1.2.121.7.4.1.2"/> <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="Element Information" link="gst-plugins-good-plugins-rtpsbcpay.html#id-1.2.122.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpsbcpay.html#id-1.2.122.7.2.2"/> <keyword type="struct" name="struct GstRtpSBCPay" link="gst-plugins-good-plugins-rtpsbcpay.html#GstRtpSBCPay-struct"/> <keyword type="property" name="The “min-frames†property" link="gst-plugins-good-plugins-rtpsbcpay.html#GstRtpSBCPay--min-frames"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-rtspsrc.html#id-1.2.123.9.7"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtspsrc.html#id-1.2.123.9.8.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtspsrc.html#id-1.2.123.9.8.2"/> <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"/> @@ -1095,9 +776,6 @@ <keyword type="signal" name="The “select-stream†signal" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc-select-stream"/> <keyword type="signal" name="The “new-manager†signal" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc-new-manager"/> <keyword type="signal" name="The “request-rtcp-key†signal" link="gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc-request-rtcp-key"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-rtpbin.html#id-1.2.124.9.12"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpbin.html#id-1.2.124.9.13.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpbin.html#id-1.2.124.9.13.2"/> <keyword type="struct" name="struct GstRtpBin" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-struct"/> <keyword type="enum" name="enum RTPJitterBufferMode" link="gst-plugins-good-plugins-rtpbin.html#RTPJitterBufferMode"/> <keyword type="enum" name="enum GstRTCPSync" link="gst-plugins-good-plugins-rtpbin.html#GstRTCPSync"/> @@ -1114,6 +792,7 @@ <keyword type="property" name="The “drop-on-latency†property" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin--drop-on-latency"/> <keyword type="property" name="The “do-sync-event†property" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin--do-sync-event"/> <keyword type="property" name="The “do-retransmission†property" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin--do-retransmission"/> + <keyword type="property" name="The “rtp-profile†property" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin--rtp-profile"/> <keyword type="signal" name="The “clear-pt-map†signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-clear-pt-map"/> <keyword type="signal" name="The “get-internal-session†signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-get-internal-session"/> <keyword type="signal" name="The “on-bye-ssrc†signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-on-bye-ssrc"/> @@ -1136,11 +815,7 @@ <keyword type="signal" name="The “request-rtcp-encoder†signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-request-rtcp-encoder"/> <keyword type="signal" name="The “request-rtp-decoder†signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-request-rtp-decoder"/> <keyword type="signal" name="The “request-rtp-encoder†signal" link="gst-plugins-good-plugins-rtpbin.html#GstRtpBin-request-rtp-encoder"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpdtmfmux.html#id-1.2.125.6.3.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpdtmfmux.html#id-1.2.125.6.3.1.2"/> <keyword type="struct" name="struct GstRTPDTMFMux" link="gst-plugins-good-plugins-rtpdtmfmux.html#GstRTPDTMFMux-struct"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpdtmfsrc.html#id-1.2.126.7.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpdtmfsrc.html#id-1.2.126.7.6.4.2"/> <keyword type="struct" name="struct GstRTPDTMFSrc" link="gst-plugins-good-plugins-rtpdtmfsrc.html#GstRTPDTMFSrc-struct"/> <keyword type="property" name="The “clock-rate†property" link="gst-plugins-good-plugins-rtpdtmfsrc.html#GstRTPDTMFSrc--clock-rate"/> <keyword type="property" name="The “packet-redundancy†property" link="gst-plugins-good-plugins-rtpdtmfsrc.html#GstRTPDTMFSrc--packet-redundancy"/> @@ -1150,9 +825,6 @@ <keyword type="property" name="The “ssrc†property" link="gst-plugins-good-plugins-rtpdtmfsrc.html#GstRTPDTMFSrc--ssrc"/> <keyword type="property" name="The “timestamp†property" link="gst-plugins-good-plugins-rtpdtmfsrc.html#GstRTPDTMFSrc--timestamp"/> <keyword type="property" name="The “timestamp-offset†property" link="gst-plugins-good-plugins-rtpdtmfsrc.html#GstRTPDTMFSrc--timestamp-offset"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-rtpjitterbuffer.html#id-1.2.127.8.11"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpjitterbuffer.html#id-1.2.127.8.12.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpjitterbuffer.html#id-1.2.127.8.12.2"/> <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"/> @@ -1168,30 +840,23 @@ <keyword type="property" name="The “stats†property" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--stats"/> <keyword type="property" name="The “rtx-min-delay†property" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-min-delay"/> <keyword type="property" name="The “rtx-min-retry-timeout†property" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-min-retry-timeout"/> + <keyword type="property" name="The “rtx-max-retries†property" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-max-retries"/> + <keyword type="property" name="The “rtx-next-seqnum†property" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-next-seqnum"/> <keyword type="signal" name="The “clear-pt-map†signal" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer-clear-pt-map"/> <keyword type="signal" name="The “handle-sync†signal" link="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer-handle-sync"/> <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="Example pipelines" link="gst-plugins-good-plugins-rtpmux.html#id-1.2.128.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpmux.html#id-1.2.128.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpmux.html#id-1.2.128.7.4.2"/> <keyword type="struct" name="struct GstRTPMux" link="gst-plugins-good-plugins-rtpmux.html#GstRTPMux-struct"/> <keyword type="property" name="The “seqnum†property" link="gst-plugins-good-plugins-rtpmux.html#GstRTPMux--seqnum"/> <keyword type="property" name="The “seqnum-offset†property" link="gst-plugins-good-plugins-rtpmux.html#GstRTPMux--seqnum-offset"/> <keyword type="property" name="The “ssrc†property" link="gst-plugins-good-plugins-rtpmux.html#GstRTPMux--ssrc"/> <keyword type="property" name="The “timestamp-offset†property" link="gst-plugins-good-plugins-rtpmux.html#GstRTPMux--timestamp-offset"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-rtpptdemux.html#id-1.2.129.7.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpptdemux.html#id-1.2.129.7.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpptdemux.html#id-1.2.129.7.6.2"/> <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="Example pipelines" link="gst-plugins-good-plugins-rtpsession.html#id-1.2.130.8.11"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpsession.html#id-1.2.130.8.12.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpsession.html#id-1.2.130.8.12.2"/> <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"/> @@ -1206,6 +871,7 @@ <keyword type="property" name="The “rtcp-min-interval†property" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession--rtcp-min-interval"/> <keyword type="property" name="The “probation†property" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession--probation"/> <keyword type="property" name="The “stats†property" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession--stats"/> + <keyword type="property" name="The “rtp-profile†property" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession--rtp-profile"/> <keyword type="signal" name="The “clear-pt-map†signal" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession-clear-pt-map"/> <keyword type="signal" name="The “on-bye-ssrc†signal" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession-on-bye-ssrc"/> <keyword type="signal" name="The “on-bye-timeout†signal" link="gst-plugins-good-plugins-rtpsession.html#GstRtpSession-on-bye-timeout"/> @@ -1217,15 +883,10 @@ <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="Example pipelines" link="gst-plugins-good-plugins-rtpssrcdemux.html#id-1.2.131.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtpssrcdemux.html#id-1.2.131.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtpssrcdemux.html#id-1.2.131.7.5.2"/> <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="Element Information" link="gst-plugins-good-plugins-rtprtxsend.html#id-1.2.132.7.3.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtprtxsend.html#id-1.2.132.7.3.2.2"/> <keyword type="struct" name="struct GstRtpRtxSend" link="gst-plugins-good-plugins-rtprtxsend.html#GstRtpRtxSend-struct"/> <keyword type="property" name="The “rtx-payload-type†property" link="gst-plugins-good-plugins-rtprtxsend.html#GstRtpRtxSend--rtx-payload-type"/> <keyword type="property" name="The “max-size-time†property" link="gst-plugins-good-plugins-rtprtxsend.html#GstRtpRtxSend--max-size-time"/> @@ -1234,38 +895,22 @@ <keyword type="property" name="The “num-rtx-packets†property" link="gst-plugins-good-plugins-rtprtxsend.html#GstRtpRtxSend--num-rtx-packets"/> <keyword type="property" name="The “payload-type-map†property" link="gst-plugins-good-plugins-rtprtxsend.html#GstRtpRtxSend--payload-type-map"/> <keyword type="property" name="The “ssrc-map†property" link="gst-plugins-good-plugins-rtprtxsend.html#GstRtpRtxSend--ssrc-map"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-rtprtxreceive.html#id-1.2.133.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-rtprtxreceive.html#id-1.2.133.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-rtprtxreceive.html#id-1.2.133.7.4.2"/> <keyword type="struct" name="struct GstRtpRtxReceive" link="gst-plugins-good-plugins-rtprtxreceive.html#GstRtpRtxReceive-struct"/> <keyword type="property" name="The “rtx-payload-types†property" link="gst-plugins-good-plugins-rtprtxreceive.html#GstRtpRtxReceive--rtx-payload-types"/> <keyword type="property" name="The “num-rtx-requests†property" link="gst-plugins-good-plugins-rtprtxreceive.html#GstRtpRtxReceive--num-rtx-requests"/> <keyword type="property" name="The “num-rtx-packets†property" link="gst-plugins-good-plugins-rtprtxreceive.html#GstRtpRtxReceive--num-rtx-packets"/> <keyword type="property" name="The “num-rtx-assoc-packets†property" link="gst-plugins-good-plugins-rtprtxreceive.html#GstRtpRtxReceive--num-rtx-assoc-packets"/> <keyword type="property" name="The “payload-type-map†property" link="gst-plugins-good-plugins-rtprtxreceive.html#GstRtpRtxReceive--payload-type-map"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-sbcparse.html#id-1.2.134.6.2.1.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-sbcparse.html#id-1.2.134.6.2.1.2"/> <keyword type="struct" name="struct GstSbcParse" link="gst-plugins-good-plugins-sbcparse.html#GstSbcParse-struct"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-scaletempo.html#id-1.2.135.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-scaletempo.html#id-1.2.135.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-scaletempo.html#id-1.2.135.7.5.2"/> <keyword type="struct" name="struct GstScaletempo" link="gst-plugins-good-plugins-scaletempo.html#GstScaletempo-struct"/> <keyword type="property" name="The “overlap†property" link="gst-plugins-good-plugins-scaletempo.html#GstScaletempo--overlap"/> <keyword type="property" name="The “rate†property" link="gst-plugins-good-plugins-scaletempo.html#GstScaletempo--rate"/> <keyword type="property" name="The “search†property" link="gst-plugins-good-plugins-scaletempo.html#GstScaletempo--search"/> <keyword type="property" name="The “stride†property" link="gst-plugins-good-plugins-scaletempo.html#GstScaletempo--stride"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-shagadelictv.html#id-1.2.136.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shagadelictv.html#id-1.2.136.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shagadelictv.html#id-1.2.136.6.4.2"/> <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#id-1.2.137.7.6"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-shapewipe.html#id-1.2.137.7.7.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shapewipe.html#id-1.2.137.7.7.2"/> <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="Element Information" link="gst-plugins-good-plugins-shout2send.html#id-1.2.138.9.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-shout2send.html#id-1.2.138.9.2.2"/> <keyword type="struct" name="struct GstShout2send" link="gst-plugins-good-plugins-shout2send.html#GstShout2send-struct"/> <keyword type="property" name="The “description†property" link="gst-plugins-good-plugins-shout2send.html#GstShout2send--description"/> <keyword type="property" name="The “genre†property" link="gst-plugins-good-plugins-shout2send.html#GstShout2send--genre"/> @@ -1280,9 +925,6 @@ <keyword type="property" name="The “username†property" link="gst-plugins-good-plugins-shout2send.html#GstShout2send--username"/> <keyword type="property" name="The “public†property" link="gst-plugins-good-plugins-shout2send.html#GstShout2send--public"/> <keyword type="signal" name="The “connection-problem†signal" link="gst-plugins-good-plugins-shout2send.html#GstShout2send-connection-problem"/> - <keyword type="" name="Sample pipelines" link="gst-plugins-good-plugins-smpte.html#id-1.2.139.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smpte.html#id-1.2.139.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smpte.html#id-1.2.139.7.5.2"/> <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"/> @@ -1290,17 +932,12 @@ <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#id-1.2.140.7.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-smptealpha.html#id-1.2.140.7.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-smptealpha.html#id-1.2.140.7.6.2"/> <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#id-1.2.141.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-souphttpsrc.html#id-1.2.141.8.2.2"/> <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"/> @@ -1326,9 +963,6 @@ <keyword type="property" name="The “ssl-ca-file†property" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc--ssl-ca-file"/> <keyword type="property" name="The “ssl-strict†property" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc--ssl-strict"/> <keyword type="property" name="The “ssl-use-system-ca-file†property" link="gst-plugins-good-plugins-souphttpsrc.html#GstSoupHTTPSrc--ssl-use-system-ca-file"/> - <keyword type="" name="Example application" link="gst-plugins-good-plugins-spectrum.html#id-1.2.142.7.8"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-spectrum.html#id-1.2.142.7.9.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-spectrum.html#id-1.2.142.7.9.2"/> <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"/> @@ -1338,8 +972,6 @@ <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#id-1.2.143.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexenc.html#id-1.2.143.8.2.2"/> <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"/> @@ -1351,23 +983,12 @@ <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#id-1.2.144.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-speexdec.html#id-1.2.144.7.2.2"/> <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#id-1.2.145.8.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-splitfilesrc.html#id-1.2.145.8.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-splitfilesrc.html#id-1.2.145.8.5.2"/> <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 pipelines" link="gst-plugins-good-plugins-splitmuxsrc.html#id-1.2.146.8.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-splitmuxsrc.html#id-1.2.146.8.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-splitmuxsrc.html#id-1.2.146.8.5.2"/> <keyword type="struct" name="struct GstSplitMuxSrc" link="gst-plugins-good-plugins-splitmuxsrc.html#GstSplitMuxSrc-struct"/> <keyword type="property" name="The “location†property" link="gst-plugins-good-plugins-splitmuxsrc.html#GstSplitMuxSrc--location"/> - <keyword type="" name="Example pipelines" link="gst-plugins-good-plugins-splitmuxsink.html#id-1.2.147.8.6"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-splitmuxsink.html#id-1.2.147.8.7.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-splitmuxsink.html#id-1.2.147.8.7.2"/> <keyword type="struct" name="struct GstSplitMuxSink" link="gst-plugins-good-plugins-splitmuxsink.html#GstSplitMuxSink-struct"/> <keyword type="property" name="The “location†property" link="gst-plugins-good-plugins-splitmuxsink.html#GstSplitMuxSink--location"/> <keyword type="property" name="The “max-size-bytes†property" link="gst-plugins-good-plugins-splitmuxsink.html#GstSplitMuxSink--max-size-bytes"/> @@ -1375,19 +996,10 @@ <keyword type="property" name="The “mux-overhead†property" link="gst-plugins-good-plugins-splitmuxsink.html#GstSplitMuxSink--mux-overhead"/> <keyword type="property" name="The “muxer†property" link="gst-plugins-good-plugins-splitmuxsink.html#GstSplitMuxSink--muxer"/> <keyword type="property" name="The “sink†property" link="gst-plugins-good-plugins-splitmuxsink.html#GstSplitMuxSink--sink"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-streaktv.html#id-1.2.148.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-streaktv.html#id-1.2.148.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-streaktv.html#id-1.2.148.7.4.2"/> <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#id-1.2.149.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-taginject.html#id-1.2.149.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-taginject.html#id-1.2.149.7.4.2"/> <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#id-1.2.150.8.17"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsrc.html#id-1.2.150.8.18.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsrc.html#id-1.2.150.8.18.2"/> <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"/> @@ -1407,14 +1019,9 @@ <keyword type="property" name="The “used-socket†property" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc--used-socket"/> <keyword type="property" name="The “bind-address†property" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc--bind-address"/> <keyword type="property" name="The “address†property" link="gst-plugins-good-plugins-udpsrc.html#GstUDPSrc--address"/> - <keyword type="" name="Examples" link="gst-plugins-good-plugins-udpsink.html#id-1.2.151.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-udpsink.html#id-1.2.151.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-udpsink.html#id-1.2.151.8.4.2"/> <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#id-1.2.152.9.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2src.html#id-1.2.152.9.2.2"/> <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"/> @@ -1433,8 +1040,6 @@ <keyword type="property" name="The “force-aspect-ratio†property" link="gst-plugins-good-plugins-v4l2src.html#GstV4l2Src--force-aspect-ratio"/> <keyword type="property" name="The “pixel-aspect-ratio†property" link="gst-plugins-good-plugins-v4l2src.html#GstV4l2Src--pixel-aspect-ratio"/> <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#id-1.2.153.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2sink.html#id-1.2.153.8.2.2"/> <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"/> @@ -1459,21 +1064,13 @@ <keyword type="property" name="The “extra-controls†property" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink--extra-controls"/> <keyword type="property" name="The “force-aspect-ratio†property" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink--force-aspect-ratio"/> <keyword type="property" name="The “pixel-aspect-ratio†property" link="gst-plugins-good-plugins-v4l2sink.html#GstV4l2Sink--pixel-aspect-ratio"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-v4l2radio.html#id-1.2.154.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-v4l2radio.html#id-1.2.154.8.2.2"/> <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#id-1.2.155.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vertigotv.html#id-1.2.155.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vertigotv.html#id-1.2.155.8.4.2"/> <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#id-1.2.156.8.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videobalance.html#id-1.2.156.8.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videobalance.html#id-1.2.156.8.4.2"/> <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"/> @@ -1488,33 +1085,20 @@ <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#id-1.2.158.7.6"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videocrop.html#id-1.2.158.7.7.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videocrop.html#id-1.2.158.7.7.2"/> <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#id-1.2.159.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videoflip.html#id-1.2.159.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videoflip.html#id-1.2.159.7.4.2"/> <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#id-1.2.160.3.5"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-videomixer.html#id-1.2.160.3.6.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-videomixer.html#id-1.2.160.3.6.2"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-vp8dec.html#id-1.2.161.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8dec.html#id-1.2.161.7.2.2"/> <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#id-1.2.162.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-vp8enc.html#id-1.2.162.8.2.2"/> <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"/> @@ -1575,22 +1159,10 @@ <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="property" name="The “timebase†property" link="gst-plugins-good-plugins-vp8enc.html#GstVP8Enc--timebase"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-warptv.html#id-1.2.163.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-warptv.html#id-1.2.163.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-warptv.html#id-1.2.163.6.4.2"/> <keyword type="struct" name="struct GstWarpTV" link="gst-plugins-good-plugins-warptv.html#GstWarpTV-struct"/> - <keyword type="" name="Example launch line" link="gst-plugins-good-plugins-wavenc.html#id-1.2.164.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavenc.html#id-1.2.164.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavenc.html#id-1.2.164.7.4.2"/> <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#id-1.2.165.4.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-waveformsink.html#id-1.2.165.4.2.2"/> <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#id-1.2.166.6.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackdec.html#id-1.2.166.6.2.2"/> <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#id-1.2.167.8.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackenc.html#id-1.2.167.8.2.2"/> <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"/> @@ -1599,21 +1171,10 @@ <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#id-1.2.168.6.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavpackparse.html#id-1.2.168.6.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavpackparse.html#id-1.2.168.6.4.2"/> <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#id-1.2.169.7.4"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-wavparse.html#id-1.2.169.7.5.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-wavparse.html#id-1.2.169.7.5.2"/> <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#id-1.2.170.7.3"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-webmmux.html#id-1.2.170.7.4.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-webmmux.html#id-1.2.170.7.4.2"/> <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#id-1.2.171.7.2.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-ximagesrc.html#id-1.2.171.7.2.2"/> <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"/> @@ -1626,10 +1187,34 @@ <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#id-1.2.172.7.2"/> - <keyword type="" name="Element Information" link="gst-plugins-good-plugins-y4menc.html#id-1.2.172.7.3.1"/> - <keyword type="" name="Element Pads" link="gst-plugins-good-plugins-y4menc.html#id-1.2.172.7.3.2"/> <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"/> + <keyword type="constant" name="ALPHA_METHOD_GREEN" link="gst-plugins-good-plugins-alpha.html#ALPHA-METHOD-GREEN:CAPS"/> + <keyword type="constant" name="ALPHA_METHOD_BLUE" link="gst-plugins-good-plugins-alpha.html#ALPHA-METHOD-BLUE:CAPS"/> + <keyword type="constant" name="ALPHA_METHOD_CUSTOM" link="gst-plugins-good-plugins-alpha.html#ALPHA-METHOD-CUSTOM:CAPS"/> + <keyword type="constant" name="GST_MULTI_FILE_SINK_NEXT_BUFFER" link="gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-BUFFER:CAPS"/> + <keyword type="constant" name="GST_MULTI_FILE_SINK_NEXT_DISCONT" link="gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-DISCONT:CAPS"/> + <keyword type="constant" name="GST_MULTI_FILE_SINK_NEXT_KEY_FRAME" link="gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-KEY-FRAME:CAPS"/> + <keyword type="constant" name="GST_MULTI_FILE_SINK_NEXT_KEY_UNIT_EVENT" link="gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-KEY-UNIT-EVENT:CAPS"/> + <keyword type="constant" name="GST_MULTI_FILE_SINK_NEXT_MAX_SIZE" link="gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-MAX-SIZE:CAPS"/> + <keyword type="constant" name="GST_MULTI_FILE_SINK_NEXT_MAX_DURATION" link="gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-MAX-DURATION:CAPS"/> + <keyword type="constant" name="RTP_JITTER_BUFFER_MODE_NONE" link="gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-NONE:CAPS"/> + <keyword type="constant" name="RTP_JITTER_BUFFER_MODE_SLAVE" link="gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-SLAVE:CAPS"/> + <keyword type="constant" name="RTP_JITTER_BUFFER_MODE_BUFFER" link="gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-BUFFER:CAPS"/> + <keyword type="constant" name="RTP_JITTER_BUFFER_MODE_SYNCED" link="gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-SYNCED:CAPS"/> + <keyword type="constant" name="RTP_JITTER_BUFFER_MODE_LAST" link="gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-LAST:CAPS"/> + <keyword type="constant" name="GST_RTP_BIN_RTCP_SYNC_ALWAYS" link="gst-plugins-good-plugins-rtpbin.html#GST-RTP-BIN-RTCP-SYNC-ALWAYS:CAPS"/> + <keyword type="constant" name="GST_RTP_BIN_RTCP_SYNC_INITIAL" link="gst-plugins-good-plugins-rtpbin.html#GST-RTP-BIN-RTCP-SYNC-INITIAL:CAPS"/> + <keyword type="constant" name="GST_RTP_BIN_RTCP_SYNC_RTP" link="gst-plugins-good-plugins-rtpbin.html#GST-RTP-BIN-RTCP-SYNC-RTP:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_IDENTITY" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-IDENTITY:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_90R" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-90R:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_180" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-180:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_90L" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-90L:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_HORIZ" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-HORIZ:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_VERT" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-VERT:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_TRANS" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-TRANS:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_OTHER" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-OTHER:CAPS"/> + <keyword type="constant" name="GST_VIDEO_FLIP_METHOD_AUTO" link="gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-AUTO:CAPS"/> </functions> </book> diff --git a/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html b/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html index 1c984388f4f61762a25996e2875baae82eea9613..3165cf33dc841bfbada0d6a6fc9132aae80698dc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: 3gppmux</title> +<title>3gppmux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="ch01.html" title="gst-plugins-good Elements"> <link rel="next" href="gst-plugins-good-plugins-aacparse.html" title="aacparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -324,6 +324,7 @@ and muxes it into an 3gp file. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-3gppmux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-3gppmux.other_details"></a><h2>Types and Values</h2> @@ -411,7 +412,6 @@ and muxes it into an 3gp file. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-GstVideoMixerPad.html b/docs/plugins/html/gst-plugins-good-plugins-GstVideoMixerPad.html index a9ab78ff6ea4131fa057d08f0d99ce346e0d64c9..51812ec5f2d747e4542a542540f58c4669fd9b9c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-GstVideoMixerPad.html +++ b/docs/plugins/html/gst-plugins-good-plugins-GstVideoMixerPad.html @@ -2,12 +2,12 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: GstVideoMixerPad</title> +<title>GstVideoMixerPad: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch03.html" title="gst-plugins-good Base Classes"> <link rel="prev" href="GstIirEqualizer.html" title="GstIirEqualizer"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -37,13 +37,13 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-GstVideoMixerPad.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-GstVideoMixerPad.other_details"></a><h2>Types and Values</h2> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-aacparse.html b/docs/plugins/html/gst-plugins-good-plugins-aacparse.html index 596e621f93a15c47bb51d271563f995e51ea463a..edb1fb9d9636d478668428d313aafd6b953a7ce4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-aacparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-aacparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: aacparse</title> +<title>aacparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-3gppmux.html" title="3gppmux"> <link rel="next" href="gst-plugins-good-plugins-aasink.html" title="aasink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -160,6 +160,7 @@ can also estimate playback position and clip duration.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-aacparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-aacparse.other_details"></a><h2>Types and Values</h2> @@ -175,7 +176,6 @@ can also estimate playback position and clip duration.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-aasink.html b/docs/plugins/html/gst-plugins-good-plugins-aasink.html index 7a604ea018aa7e2602b996b729ff345c86fd78c0..3a7fafc2315872adb7a7f1f1386e488338303766 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-aasink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-aasink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: aasink</title> +<title>aasink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-aacparse.html" title="aacparse"> <link rel="next" href="gst-plugins-good-plugins-ac3parse.html" title="ac3parse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -210,6 +210,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-aasink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-aasink.other_details"></a><h2>Types and Values</h2> @@ -381,7 +382,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-aasink.html#GstAAS </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html b/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html index ee911e28fb2bd651d206c00c95e1cea942a41d49..90cba4e195d7700f5e5a89a5ff80beea7f01344c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: ac3parse</title> +<title>ac3parse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-aasink.html" title="aasink"> <link rel="next" href="gst-plugins-good-plugins-agingtv.html" title="agingtv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -173,6 +173,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-ac3parse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-ac3parse.other_details"></a><h2>Types and Values</h2> @@ -188,7 +189,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-agingtv.html b/docs/plugins/html/gst-plugins-good-plugins-agingtv.html index 9c7eee409565a8b0dc805661e292f39b881092b0..10bf678dda6b70ad3fb9c4b290958013137d44d1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-agingtv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-agingtv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: agingtv</title> +<title>agingtv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-ac3parse.html" title="ac3parse"> <link rel="next" href="gst-plugins-good-plugins-alpha.html" title="alpha"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -192,6 +192,7 @@ scratches and dust.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-agingtv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-agingtv.other_details"></a><h2>Types and Values</h2> @@ -239,7 +240,6 @@ scratches and dust.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-alawdec.html b/docs/plugins/html/gst-plugins-good-plugins-alawdec.html index 7be845cde8aae5bd5a82c58dff9a1bf27b608c54..a1f27677289ea8efc96c0f054b62ed5e2049409a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-alawdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-alawdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: alawdec</title> +<title>alawdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-alphacolor.html" title="alphacolor"> <link rel="next" href="gst-plugins-good-plugins-alawenc.html" title="alawenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -142,6 +142,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-alawdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-alawdec.other_details"></a><h2>Types and Values</h2> @@ -154,7 +155,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-alawenc.html b/docs/plugins/html/gst-plugins-good-plugins-alawenc.html index 904531f4c706db7ffe347d3da48fd1f69b4f7b08..f6d94bfa62aaa14572e3906f7d820c2cf467d4ad 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-alawenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-alawenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: alawenc</title> +<title>alawenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-alawdec.html" title="alawdec"> <link rel="next" href="gst-plugins-good-plugins-amrparse.html" title="amrparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -142,6 +142,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-alawenc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-alawenc.other_details"></a><h2>Types and Values</h2> @@ -154,7 +155,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-alpha.html b/docs/plugins/html/gst-plugins-good-plugins-alpha.html index d270d21ef8d2483d981fdea664606d91b55daebe..5291a1acc94c7c8e44f3e5ecd487b926d179d779 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-alpha.html +++ b/docs/plugins/html/gst-plugins-good-plugins-alpha.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: alpha</title> +<title>alpha: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-agingtv.html" title="agingtv"> <link rel="next" href="gst-plugins-good-plugins-alphacolor.html" title="alphacolor"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -147,7 +147,7 @@ the transparent color.</p> </table> </div> -<p> +<p> This pipeline adds a alpha channel to the SMPTE color bars with green as the transparent color and mixes the output with a snow video stream.</p> <div class="refsynopsisdiv"> @@ -237,6 +237,7 @@ Jan Schmidt <thaytan@noraisin.net></td> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-alpha.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-alpha.other_details"></a><h2>Types and Values</h2> @@ -383,7 +384,6 @@ Jan Schmidt <thaytan@noraisin.net></td> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html b/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html index fd5eecebeeae1ea5c5845041c3befa6981fa8949..35917e2332536f2c275abdfa2c43a47cb58d9da4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html +++ b/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: alphacolor</title> +<title>alphacolor: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-alpha.html" title="alpha"> <link rel="next" href="gst-plugins-good-plugins-alawdec.html" title="alawdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -75,12 +75,92 @@ alpha channel.</p> </table> </div> -<p></p> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.8.6.5.1.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-good-plugins-plugin-alphacolor.html#plugin-alphacolor">alphacolor</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Wim Taymans <wim.taymans@gmail.com></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Filter/Converter/Video</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.8.6.5.1.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>video/x-raw, format=(string){ RGBA, BGRA, ARGB, ABGR, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>video/x-raw, format=(string){ RGBA, BGRA, ARGB, ABGR, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> +</tr> +</tbody> +</table></div> +</div> +</div> <p> </p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-alphacolor.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-alphacolor.other_details"></a><h2>Types and Values</h2> @@ -93,7 +173,6 @@ alpha channel.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-amrparse.html b/docs/plugins/html/gst-plugins-good-plugins-amrparse.html index 49821dc78766e1f81ecaceb01d614c857af8ec7f..31ca2da4b4a3af37620c972f004009b2071d3895 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-amrparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-amrparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: amrparse</title> +<title>amrparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-alawenc.html" title="alawenc"> <link rel="next" href="gst-plugins-good-plugins-apedemux.html" title="apedemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -166,6 +166,7 @@ formats.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-amrparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-amrparse.other_details"></a><h2>Types and Values</h2> @@ -192,7 +193,6 @@ formats.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-apedemux.html b/docs/plugins/html/gst-plugins-good-plugins-apedemux.html index e000b6a651617fa0741249720b80584feaaf187d..85cf11a09fde0ff7fac1dc99ff541e80f747a58b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-apedemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-apedemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: apedemux</title> +<title>apedemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-amrparse.html" title="amrparse"> <link rel="next" href="gst-plugins-good-plugins-apev2mux.html" title="apev2mux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -168,6 +168,7 @@ the appropriate mime type set on buffers produced from apedemux. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-apedemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-apedemux.other_details"></a><h2>Types and Values</h2> @@ -180,7 +181,6 @@ the appropriate mime type set on buffers produced from apedemux. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html b/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html index da49dbbe3eda11f03230f1dc04a7cc95403f84f3..f14f7395a537963b0a7acfd54aedfbba716723e5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: apev2mux</title> +<title>apev2mux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-apedemux.html" title="apedemux"> <link rel="next" href="gst-plugins-good-plugins-aspectratiocrop.html" title="aspectratiocrop"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -149,6 +149,7 @@ GstApev2Mux implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-apev2mux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-apev2mux.other_details"></a><h2>Types and Values</h2> @@ -161,7 +162,6 @@ GstApev2Mux implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html b/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html index 78950f1f3c975929d197881a809c58d9d1180369..1446af5a04491f1325a399fc83edc2f028652f64 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html +++ b/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: aspectratiocrop</title> +<title>aspectratiocrop: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-apev2mux.html" title="apev2mux"> <link rel="next" href="gst-plugins-good-plugins-audioamplify.html" title="audioamplify"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -182,6 +182,7 @@ in pass-through mode.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-aspectratiocrop.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-aspectratiocrop.other_details"></a><h2>Types and Values</h2> @@ -207,7 +208,6 @@ in pass-through mode.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html b/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html index 705e4d9945abecb0051170091807cbe9dabf1d07..4ce0d7e5f92a0c08e5d77eb4188e1c3cb7e6c80e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audioamplify</title> +<title>audioamplify: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-aspectratiocrop.html" title="aspectratiocrop"> <link rel="next" href="gst-plugins-good-plugins-audiochebband.html" title="audiochebband"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -186,6 +186,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audioamplify.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audioamplify.other_details"></a><h2>Types and Values</h2> @@ -218,7 +219,6 @@ opposite side, wrap-positive pushes them back from the same side.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html b/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html index 322803a8970320182dc6b89ed0893e50807f9820..f577e0a2c3c7bd95ebd0cba62eecc68f09b7757e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiochebband</title> +<title>audiochebband: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audioamplify.html" title="audioamplify"> <link rel="next" href="gst-plugins-good-plugins-audiocheblimit.html" title="audiocheblimit"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -220,6 +220,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiochebband.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiochebband.other_details"></a><h2>Types and Values</h2> @@ -287,7 +288,6 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html b/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html index 33811adff83bea0b05c11a003542044588337f67..eb9260467c3cb9a5deb1d8e9f39709707865289c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiocheblimit</title> +<title>audiocheblimit: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audiochebband.html" title="audiochebband"> <link rel="next" href="gst-plugins-good-plugins-audiofirfilter.html" title="audiofirfilter"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -215,6 +215,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiocheblimit.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiocheblimit.other_details"></a><h2>Types and Values</h2> @@ -273,7 +274,6 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html b/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html index 1f62bdb1aa364a8df472ba750a27798bcd55bff7..ca66e803b8b2b41628b0a008eb12b2e3c65dc2f9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiodynamic</title> +<title>audiodynamic: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audioecho.html" title="audioecho"> <link rel="next" href="gst-plugins-good-plugins-audioinvert.html" title="audioinvert"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -198,6 +198,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiodynamic.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiodynamic.other_details"></a><h2>Types and Values</h2> @@ -246,7 +247,6 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audioecho.html b/docs/plugins/html/gst-plugins-good-plugins-audioecho.html index bc49d7b3c5c081f79b42044529700365c03e9d80..e9d55c242ccaa5c573b9c529d37c84dea68264b9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audioecho.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audioecho.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audioecho</title> +<title>audioecho: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audiowsinclimit.html" title="audiowsinclimit"> <link rel="next" href="gst-plugins-good-plugins-audiodynamic.html" title="audiodynamic"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -200,6 +200,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audioecho.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audioecho.other_details"></a><h2>Types and Values</h2> @@ -250,7 +251,6 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html b/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html index 3a7d238f7a82608e6436df42ba54dae56f798063..231b2f7b0abd4b0faf0ce0fd25105f2f823a08d0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiofirfilter</title> +<title>audiofirfilter: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audiocheblimit.html" title="audiocheblimit"> <link rel="next" href="gst-plugins-good-plugins-audioiirfilter.html" title="audioiirfilter"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -538,6 +538,7 @@ gint </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiofirfilter.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiofirfilter.other_details"></a><h2>Types and Values</h2> @@ -607,7 +608,6 @@ stop until the event is handled.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html b/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html index b14e6b83321e943146f8ead2aba498e7c8575533..de478c0b8b37b4e80ab204767169fbcdaec58ae4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audioiirfilter</title> +<title>audioiirfilter: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audiofirfilter.html" title="audiofirfilter"> <link rel="next" href="gst-plugins-good-plugins-audiowsincband.html" title="audiowsincband"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -487,6 +487,7 @@ gint </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audioiirfilter.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audioiirfilter.other_details"></a><h2>Types and Values</h2> @@ -555,7 +556,6 @@ stop until the event is handled.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html b/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html index 907b251a9b4e5ac646ccfc5956423d950e5095ac..a0aef06d21b1711911d3b91c6dd1da0160246e8f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audioinvert</title> +<title>audioinvert: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audiodynamic.html" title="audiodynamic"> <link rel="next" href="gst-plugins-good-plugins-audiopanorama.html" title="audiopanorama"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -180,6 +180,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audioinvert.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audioinvert.other_details"></a><h2>Types and Values</h2> @@ -203,7 +204,6 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html b/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html index cf71f8726d14f07a1658918df6b01c29cdc0f378..c80ee11f83583cc82521831f997fb0a2355717cc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiokaraoke</title> +<title>audiokaraoke: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audiopanorama.html" title="audiopanorama"> <link rel="next" href="gst-plugins-good-plugins-auparse.html" title="auparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -192,6 +192,7 @@ This plugin is useful for karaoke applications.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiokaraoke.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiokaraoke.other_details"></a><h2>Types and Values</h2> @@ -242,7 +243,6 @@ This plugin is useful for karaoke applications.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html b/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html index 8d6e1142f2c065a49165614ad5d585e727c68765..708f3b57562f2112f1a932bd51361e07c57a65d0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiopanorama</title> +<title>audiopanorama: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audioinvert.html" title="audioinvert"> <link rel="next" href="gst-plugins-good-plugins-audiokaraoke.html" title="audiokaraoke"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -187,6 +187,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiopanorama.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiopanorama.other_details"></a><h2>Types and Values</h2> @@ -220,7 +221,6 @@ a matter of taste which method should be chosen.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html b/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html index 09320356b16af6a38eac8c083f6525d6116497d5..3537592ee413b22c31cd51d94bf4b2e3327db80a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiowsincband</title> +<title>audiowsincband: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audioiirfilter.html" title="audioiirfilter"> <link rel="next" href="gst-plugins-good-plugins-audiowsinclimit.html" title="audiowsinclimit"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -207,6 +207,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiowsincband.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiowsincband.other_details"></a><h2>Types and Values</h2> @@ -263,7 +264,6 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html b/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html index feb09156779be7ed48f37d1e90bb51a01b7a3c5d..f5802239c8bc3cce817573acba5a561a184007fe 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html +++ b/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiowsinclimit</title> +<title>audiowsinclimit: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audiowsincband.html" title="audiowsincband"> <link rel="next" href="gst-plugins-good-plugins-audioecho.html" title="audioecho"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -207,6 +207,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiowsinclimit.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-audiowsinclimit.other_details"></a><h2>Types and Values</h2> @@ -263,7 +264,6 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-auparse.html b/docs/plugins/html/gst-plugins-good-plugins-auparse.html index 0dcc63610fcbba47813f9d117c137aac1aa76c62..d84ec479583eb6b695f8d9a359ccfc044745f4f3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-auparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-auparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: auparse</title> +<title>auparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-audiokaraoke.html" title="audiokaraoke"> <link rel="next" href="gst-plugins-good-plugins-autoaudiosink.html" title="autoaudiosink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -158,6 +158,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-auparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-auparse.other_details"></a><h2>Types and Values</h2> @@ -170,7 +171,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html b/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html index 0c8ae9ab6b5b28732c77cc353aff5988a68aa519..190daa2b4899a8894108831246ce10eba0faf398 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: autoaudiosink</title> +<title>autoaudiosink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-auparse.html" title="auparse"> <link rel="next" href="gst-plugins-good-plugins-autoaudiosrc.html" title="autoaudiosrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -173,6 +173,7 @@ of their element information, and also have a non-zero autoplugging rank.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-autoaudiosink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-autoaudiosink.other_details"></a><h2>Types and Values</h2> @@ -214,7 +215,6 @@ of their element information, and also have a non-zero autoplugging rank.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html b/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html index 961903a513aa95d670fcc9c2e367a01a27590cb9..d385d5568c11e74c09d81e40144447d0e1ef63c4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: autoaudiosrc</title> +<title>autoaudiosrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-autoaudiosink.html" title="autoaudiosink"> <link rel="next" href="gst-plugins-good-plugins-autovideosink.html" title="autovideosink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -161,6 +161,7 @@ of their element information, and also have a non-zero autoplugging rank.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-autoaudiosrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-autoaudiosrc.other_details"></a><h2>Types and Values</h2> @@ -186,7 +187,6 @@ of their element information, and also have a non-zero autoplugging rank.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html b/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html index 1847ca1023de4916bff67d403025df36ddfccc4d..ee252b48103ded2f23eef30c942c7e756028bcc2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: autovideosink</title> +<title>autovideosink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-autoaudiosrc.html" title="autoaudiosrc"> <link rel="next" href="gst-plugins-good-plugins-autovideosrc.html" title="autovideosrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -173,6 +173,7 @@ of their element information, and also have a non-zero autoplugging rank.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-autovideosink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-autovideosink.other_details"></a><h2>Types and Values</h2> @@ -214,7 +215,6 @@ of their element information, and also have a non-zero autoplugging rank.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html b/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html index c26febd5098b1953503e4297056b0eff3be2db65..8a78952c8cbf75929c63ea075fb930af3eada1b7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: autovideosrc</title> +<title>autovideosrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-autovideosink.html" title="autovideosink"> <link rel="next" href="gst-plugins-good-plugins-avidemux.html" title="avidemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -161,6 +161,7 @@ of their element information, and also have a non-zero autoplugging rank.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-autovideosrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-autovideosrc.other_details"></a><h2>Types and Values</h2> @@ -186,7 +187,6 @@ of their element information, and also have a non-zero autoplugging rank.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-avidemux.html b/docs/plugins/html/gst-plugins-good-plugins-avidemux.html index c7b5871ad9243e920888f63b128ac569d031f924..a509211de5e93a9413150ca9bb4fa31d48e417ca 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-avidemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-avidemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: avidemux</title> +<title>avidemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-autovideosrc.html" title="autovideosrc"> <link rel="next" href="gst-plugins-good-plugins-avimux.html" title="avimux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -669,6 +669,7 @@ right decoder elements/plugins installed. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-avidemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-avidemux.other_details"></a><h2>Types and Values</h2> @@ -681,7 +682,6 @@ right decoder elements/plugins installed. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-avimux.html b/docs/plugins/html/gst-plugins-good-plugins-avimux.html index cc507e6995f23d27418acaf8d716196a1e2c5724..9bef8a0bbeb54b5d1fbe63a9b47fdde2264abf04 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-avimux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-avimux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: avimux</title> +<title>avimux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-avidemux.html" title="avidemux"> <link rel="next" href="gst-plugins-good-plugins-avisubtitle.html" title="avisubtitle"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -307,6 +307,7 @@ only work if you have the necessary encoder elements installed of course. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-avimux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-avimux.other_details"></a><h2>Types and Values</h2> @@ -329,7 +330,6 @@ only work if you have the necessary encoder elements installed of course. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html b/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html index 88c299aa15b6c59eeab74b0a411903da021a8a51..175ddaa00b4e60716d747e34f0d9bbbbf309d298 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html +++ b/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: avisubtitle</title> +<title>avisubtitle: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-avimux.html" title="avimux"> <link rel="next" href="gst-plugins-good-plugins-cacasink.html" title="cacasink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -155,6 +155,7 @@ This plays an avi file with a video and subtitle stream. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-avisubtitle.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-avisubtitle.other_details"></a><h2>Types and Values</h2> @@ -167,7 +168,6 @@ This plays an avi file with a video and subtitle stream. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-cacasink.html b/docs/plugins/html/gst-plugins-good-plugins-cacasink.html index 4c4506940038cd41ccb21915655b77d341c17e19..7b6bcff63e782a03556440ac96c35d151c0f45d4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-cacasink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-cacasink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: cacasink</title> +<title>cacasink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-avisubtitle.html" title="avisubtitle"> <link rel="next" href="gst-plugins-good-plugins-cairooverlay.html" title="cairooverlay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -151,6 +151,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-cacasink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-cacasink.other_details"></a><h2>Types and Values</h2> @@ -199,7 +200,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html b/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html index fcb678220db39cf05db3f95e5344f546109d8e30..ae0dd93b7d5f2415dbcfe1179c5e85787a50d21e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: cairooverlay</title> +<title>cairooverlay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-cacasink.html" title="cacasink"> <link rel="next" href="gst-plugins-good-plugins-capssetter.html" title="capssetter"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -166,6 +166,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-cairooverlay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-cairooverlay.other_details"></a><h2>Types and Values</h2> @@ -246,7 +247,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-cairooverlay.html# </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-capssetter.html b/docs/plugins/html/gst-plugins-good-plugins-capssetter.html index e5418c6eadaeb8bd5352a27fd44a5ace0ce7631b..45133a73becb4edebe0cb565457b5a3019e534fe 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-capssetter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-capssetter.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: capssetter</title> +<title>capssetter: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-cairooverlay.html" title="cairooverlay"> <link rel="next" href="gst-plugins-good-plugins-cutter.html" title="cutter"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -186,6 +186,7 @@ alike.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-capssetter.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-capssetter.other_details"></a><h2>Types and Values</h2> @@ -223,7 +224,6 @@ alike.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-cutter.html b/docs/plugins/html/gst-plugins-good-plugins-cutter.html index 482f593aafb7fba72cd013a86a18ea9d10ebc9e4..963578c3c45debed11e036e650f4dd209491d3fa 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-cutter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-cutter.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: cutter</title> +<title>cutter: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-capssetter.html" title="capssetter"> <link rel="next" href="gst-plugins-good-plugins-dcaparse.html" title="dcaparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -209,6 +209,7 @@ silence is signalled by bus messages named</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-cutter.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-cutter.other_details"></a><h2>Types and Values</h2> @@ -263,7 +264,6 @@ silence is signalled by bus messages named</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html b/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html index 11b7408304f01c94735f2c84b538c63a2328ec3f..e8b57485ff25ca372680e42ee2442ac446c8ef28 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: dcaparse</title> +<title>dcaparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-cutter.html" title="cutter"> <link rel="next" href="gst-plugins-good-plugins-deinterlace.html" title="deinterlace"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -161,6 +161,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dcaparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dcaparse.other_details"></a><h2>Types and Values</h2> @@ -176,7 +177,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html b/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html index 4d4ff90dfb395c9d25f63b8a23893cd5c07b60a7..ab666c916d0ec3cffd65a8c1d587a69fdd8ef49f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html +++ b/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: deinterlace</title> +<title>deinterlace: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-dcaparse.html" title="dcaparse"> <link rel="next" href="gst-plugins-good-plugins-deinterleave.html" title="deinterleave"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -181,7 +181,7 @@ For this different algorithms can be selected which will be described later.</p> </tr> <tr> <td><p><span class="term"></span></p></td> -<td> video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> +<td> video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> </tr> </tbody> </table></div> @@ -209,7 +209,7 @@ For this different algorithms can be selected which will be described later.</p> </tr> <tr> <td><p><span class="term"></span></p></td> -<td> video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> +<td> video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> </tr> </tbody> </table></div> @@ -220,6 +220,7 @@ For this different algorithms can be selected which will be described later.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-deinterlace.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-deinterlace.other_details"></a><h2>Types and Values</h2> @@ -344,7 +345,6 @@ streams.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html b/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html index e4849e58ca3e0fc7a57ffdd7127aeb87dffe635f..7f6106dd66012372ec658ba7df3d5cfec8baa984 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html +++ b/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: deinterleave</title> +<title>deinterleave: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-deinterlace.html" title="deinterlace"> <link rel="next" href="gst-plugins-good-plugins-dicetv.html" title="dicetv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -192,6 +192,7 @@ channels exchanged. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-deinterleave.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-deinterleave.other_details"></a><h2>Types and Values</h2> @@ -221,7 +222,6 @@ if the output should be handled as Mono.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-dicetv.html b/docs/plugins/html/gst-plugins-good-plugins-dicetv.html index 1131713bcae0fc41339fc8c2fabc7d3abf514716..63d70ce3ecbc5512969a6a5f8bee703b6af528e7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dicetv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dicetv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: dicetv</title> +<title>dicetv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-deinterleave.html" title="deinterleave"> <link rel="next" href="gst-plugins-good-plugins-directsoundsink.html" title="directsoundsink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -195,6 +195,7 @@ consistent between each frame.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dicetv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dicetv.other_details"></a><h2>Types and Values</h2> @@ -252,7 +253,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-dicetv.html#GstDic </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html b/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html index 5fc84c4fb1265ba8b4736e6fdd5b1270f405470c..885c496f9cfb91bb57dc2f08d34eeea6ed43fb8a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: directsoundsink</title> +<title>directsoundsink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-dicetv.html" title="dicetv"> <link rel="next" href="gst-plugins-good-plugins-dtmfsrc.html" title="dtmfsrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -83,6 +83,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-directsoundsink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-directsoundsink.other_details"></a><h2>Types and Values</h2> @@ -125,7 +126,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html b/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html index c2b3516c8e22c68737433e2c3eb846515c14d456..a83c44f1197e341a14f914444964083c6d11210b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: dtmfsrc</title> +<title>dtmfsrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-directsoundsink.html" title="directsoundsink"> <link rel="next" href="gst-plugins-good-plugins-dv1394src.html" title="dv1394src"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -215,6 +215,7 @@ READY state, then a "dtmf-event-dropped" message is posted on the </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dtmfsrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dtmfsrc.other_details"></a><h2>Types and Values</h2> @@ -252,7 +253,6 @@ READY state, then a "dtmf-event-dropped" message is posted on the </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html b/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html index 246a7249ec7a30d149fda0dd4fbabe415dd2a2b1..927da93119e5892118a8626bae47f1a6cab4fe28 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: dv1394src</title> +<title>dv1394src: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-dtmfsrc.html" title="dtmfsrc"> <link rel="next" href="gst-plugins-good-plugins-dvdec.html" title="dvdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -196,6 +196,7 @@ GstDV1394Src implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dv1394src.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dv1394src.other_details"></a><h2>Types and Values</h2> @@ -312,7 +313,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-dv1394src.html#Gst </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-dvdec.html b/docs/plugins/html/gst-plugins-good-plugins-dvdec.html index dc0e08b68f4218cbf60c1c736440929b4398c832..8694459baf78f8cb5e2487b1ee3173e4a4d3955d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dvdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dvdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: dvdec</title> +<title>dvdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-dv1394src.html" title="dv1394src"> <link rel="next" href="gst-plugins-good-plugins-dvdemux.html" title="dvdemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -174,6 +174,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dvdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dvdec.other_details"></a><h2>Types and Values</h2> @@ -221,7 +222,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html b/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html index 8128b11c878f113aecb75b8008117a8709c3e983..c5f96e2985a9aa6d73b7cbd01c9ad391412d957d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: dvdemux</title> +<title>dvdemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-dvdec.html" title="dvdec"> <link rel="next" href="gst-plugins-good-plugins-edgetv.html" title="edgetv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -165,6 +165,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dvdemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-dvdemux.other_details"></a><h2>Types and Values</h2> @@ -177,7 +178,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-edgetv.html b/docs/plugins/html/gst-plugins-good-plugins-edgetv.html index 3f0d47811e51582f20b34fee7e97834bfc8ea0d7..b221a3c7d045283d9993fbb0224752044d808328 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-edgetv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-edgetv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: edgetv</title> +<title>edgetv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-dvdemux.html" title="dvdemux"> <link rel="next" href="gst-plugins-good-plugins-equalizer-10bands.html" title="equalizer-10bands"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -159,6 +159,7 @@ computer way.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-edgetv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-edgetv.other_details"></a><h2>Types and Values</h2> @@ -171,7 +172,6 @@ computer way.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 65eafff82e611ad99a60a58da01a24b03426f0e0..b4013538117e072821d1e558ba2b74ab428443d1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html +++ b/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: equalizer-10bands</title> +<title>equalizer-10bands: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-edgetv.html" title="edgetv"> <link rel="next" href="gst-plugins-good-plugins-equalizer-3bands.html" title="equalizer-3bands"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -230,6 +230,7 @@ frequency bands between 30 Hz and 15 kHz.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-equalizer-10bands.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-equalizer-10bands.other_details"></a><h2>Types and Values</h2> @@ -334,7 +335,6 @@ frequency bands between 30 Hz and 15 kHz.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 81684282553299cd6b08b349a2e2102e653c8409..76bb1022c8343da9dc157a5daf07c39321a0ef36 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html +++ b/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: equalizer-3bands</title> +<title>equalizer-3bands: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-equalizer-10bands.html" title="equalizer-10bands"> <link rel="next" href="gst-plugins-good-plugins-equalizer-nbands.html" title="equalizer-nbands"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -195,6 +195,7 @@ medium frequency and high frequency band.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-equalizer-3bands.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-equalizer-3bands.other_details"></a><h2>Types and Values</h2> @@ -236,7 +237,6 @@ medium frequency and high frequency band.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 24ee3bd1df287a8e95bd46c1cae0021c62eca93c..7592a6b9060907bb1bfe22799cb48b076482d6ff 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html +++ b/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: equalizer-nbands</title> +<title>equalizer-nbands: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-equalizer-3bands.html" title="equalizer-3bands"> <link rel="next" href="gst-plugins-good-plugins-flacdec.html" title="flacdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -273,6 +273,7 @@ the center frequency, band width and gain.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-equalizer-nbands.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-equalizer-nbands.other_details"></a><h2>Types and Values</h2> @@ -296,7 +297,6 @@ the center frequency, band width and gain.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-flacdec.html b/docs/plugins/html/gst-plugins-good-plugins-flacdec.html index 23bb0772bf733cd91d5a5a58e332d87135df7789..86d490bfd8cb0cb6e96541f9710c5b5d9637819a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flacdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flacdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flacdec</title> +<title>flacdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-equalizer-nbands.html" title="equalizer-nbands"> <link rel="next" href="gst-plugins-good-plugins-flacenc.html" title="flacenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -142,6 +142,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flacdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flacdec.other_details"></a><h2>Types and Values</h2> @@ -154,7 +155,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-flacenc.html b/docs/plugins/html/gst-plugins-good-plugins-flacenc.html index ac76e01a3a9061cd5ac12cf1ff168c6ef611ca40..979ed591acd90d4d6950330686800350456cf308 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flacenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flacenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flacenc</title> +<title>flacenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-flacdec.html" title="flacdec"> <link rel="next" href="gst-plugins-good-plugins-flacparse.html" title="flacparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -237,6 +237,7 @@ GstFlacEnc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flacenc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flacenc.other_details"></a><h2>Types and Values</h2> @@ -378,7 +379,6 @@ GstFlacEnc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-flacparse.html b/docs/plugins/html/gst-plugins-good-plugins-flacparse.html index 5cc867548dfdea7120f9d86d938c541047d6dfb7..7bb748585d0da485ab9199b5c7d3a22775294f2b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flacparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flacparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flacparse</title> +<title>flacparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-flacenc.html" title="flacenc"> <link rel="next" href="gst-plugins-good-plugins-flactag.html" title="flactag"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -186,6 +186,7 @@ buffer has the timestamp, duration, offset, and offset_end set. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flacparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flacparse.other_details"></a><h2>Types and Values</h2> @@ -212,7 +213,6 @@ buffer has the timestamp, duration, offset, and offset_end set. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-flactag.html b/docs/plugins/html/gst-plugins-good-plugins-flactag.html index ac542ce205932030a18bb93513ec0ff70aeebca9..e1e041590cdceeed5985b9f17c9c2bc8a364c385 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flactag.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flactag.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flactag</title> +<title>flactag: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-flacparse.html" title="flacparse"> <link rel="next" href="gst-plugins-good-plugins-flvdemux.html" title="flvdemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -148,6 +148,7 @@ GstFlacTag implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flactag.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flactag.other_details"></a><h2>Types and Values</h2> @@ -160,7 +161,6 @@ GstFlacTag implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html b/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html index 641ae27133c0ef6e9b078772af5bbc057c8960a1..9e7c88a91ab32339de52243bf5175efd38bd1a79 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flvdemux</title> +<title>flvdemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-flactag.html" title="flactag"> <link rel="next" href="gst-plugins-good-plugins-flvmux.html" title="flvmux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -224,6 +224,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flvdemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flvdemux.other_details"></a><h2>Types and Values</h2> @@ -236,7 +237,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-flvmux.html b/docs/plugins/html/gst-plugins-good-plugins-flvmux.html index 98cac5a931ffdbf80ba326bbd0c8a81d518641c5..b2f990841bda5868aa7365cd82369024955ff5b3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flvmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flvmux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flvmux</title> +<title>flvmux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-flvdemux.html" title="flvdemux"> <link rel="next" href="gst-plugins-good-plugins-flxdec.html" title="flxdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -254,6 +254,7 @@ GstFlvMux implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flvmux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flvmux.other_details"></a><h2>Types and Values</h2> @@ -285,7 +286,6 @@ duration)</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-flxdec.html b/docs/plugins/html/gst-plugins-good-plugins-flxdec.html index 778e92c8d1da566e1066fd3f3800b3971d63cbae..6514f1d6e8d517f1546d925c42a280f699b4140d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-flxdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-flxdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flxdec</title> +<title>flxdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-flvmux.html" title="flvmux"> <link rel="next" href="gst-plugins-good-plugins-gamma.html" title="gamma"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -142,6 +142,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flxdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-flxdec.other_details"></a><h2>Types and Values</h2> @@ -154,7 +155,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-gamma.html b/docs/plugins/html/gst-plugins-good-plugins-gamma.html index 31ebbf1ef202c9317998d6d9bce265be4c09b0b8..3b0fa6045fb26d027a5553d7c9a7681ae1c29099 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-gamma.html +++ b/docs/plugins/html/gst-plugins-good-plugins-gamma.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: gamma</title> +<title>gamma: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-flxdec.html" title="flxdec"> <link rel="next" href="gst-plugins-good-plugins-gdkpixbufsink.html" title="gdkpixbufsink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -185,6 +185,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-gamma.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-gamma.other_details"></a><h2>Types and Values</h2> @@ -207,7 +208,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html b/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html index b5a2bf8d6f997c9e56df337565d724c717fca354..e0a5a399d8956699e1d5ccdfd7445f6845c72c76 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: gdkpixbufsink</title> +<title>gdkpixbufsink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-gamma.html" title="gamma"> <link rel="next" href="gst-plugins-good-plugins-goom.html" title="goom"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -152,6 +152,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-gdkpixbufsink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-gdkpixbufsink.other_details"></a><h2>Types and Values</h2> @@ -189,7 +190,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-goom.html b/docs/plugins/html/gst-plugins-good-plugins-goom.html index 429b2a39dacafc938c2ac37ea57875044df1ec6a..57fcdd93934fde1e612c05b39077cf1923ea0573 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-goom.html +++ b/docs/plugins/html/gst-plugins-good-plugins-goom.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: goom</title> +<title>goom: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-gdkpixbufsink.html" title="gdkpixbufsink"> <link rel="next" href="gst-plugins-good-plugins-goom2k1.html" title="goom2k1"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -51,7 +51,8 @@ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> - <span class="lineart">╰──</span> GstGoom + <span class="lineart">╰──</span> GstAudioVisualizer-ExtGom + <span class="lineart">╰──</span> GstGoom </pre> </div> <div class="refsect1"> @@ -161,6 +162,7 @@ based on the incoming audio signal.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-goom.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-goom.other_details"></a><h2>Types and Values</h2> @@ -177,7 +179,6 @@ based on the incoming audio signal.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html b/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html index cfe36342ad39a2c8c4a889d9ad8cfa68ba9fc131..02efc0f99114020325257945ecbbbc31a68f9d40 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html +++ b/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: goom2k1</title> +<title>goom2k1: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-goom.html" title="goom"> <link rel="next" href="gst-plugins-good-plugins-hdv1394src.html" title="hdv1394src"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -51,7 +51,8 @@ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> - <span class="lineart">╰──</span> GstGoom + <span class="lineart">╰──</span> GstAudioVisualizer-ExtGom + <span class="lineart">╰──</span> GstGoom </pre> </div> <div class="refsect1"> @@ -162,6 +163,7 @@ visualisation. Also available is goom2k4, with a different look.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-goom2k1.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-goom2k1.other_details"></a><h2>Types and Values</h2> @@ -178,7 +180,6 @@ visualisation. Also available is goom2k4, with a different look.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html b/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html index 8459852dcbc99e5c09a32d0694fca6cfb8ce594f..b7e3c4a74f12ea101bf72e52874afa2851e3125e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html +++ b/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: hdv1394src</title> +<title>hdv1394src: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-goom2k1.html" title="goom2k1"> <link rel="next" href="gst-plugins-good-plugins-icydemux.html" title="icydemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -165,6 +165,7 @@ GstHDV1394Src implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-hdv1394src.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-hdv1394src.other_details"></a><h2>Types and Values</h2> @@ -221,7 +222,6 @@ GstHDV1394Src implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-icydemux.html b/docs/plugins/html/gst-plugins-good-plugins-icydemux.html index de2bde5e53b5a3ad103a7926d240e62a925193c1..256d069f9a55a85db756803157d46b087bbe23d1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-icydemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-icydemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: icydemux</title> +<title>icydemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-hdv1394src.html" title="hdv1394src"> <link rel="next" href="gst-plugins-good-plugins-id3demux.html" title="id3demux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -163,6 +163,7 @@ or giosrc instead of souphttpsrc should also work.) </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-icydemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-icydemux.other_details"></a><h2>Types and Values</h2> @@ -175,7 +176,6 @@ or giosrc instead of souphttpsrc should also work.) </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-id3demux.html b/docs/plugins/html/gst-plugins-good-plugins-id3demux.html index 58c953423de2912fb38e79a529eb4e23c9ed0dc5..3a72f4b9fb55e2caca5cb4ea29dd158d92872a86 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-id3demux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-id3demux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: id3demux</title> +<title>id3demux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-icydemux.html" title="icydemux"> <link rel="next" href="gst-plugins-good-plugins-id3v2mux.html" title="id3v2mux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -185,6 +185,7 @@ the appropriate mime type set on buffers produced from id3demux. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-id3demux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-id3demux.other_details"></a><h2>Types and Values</h2> @@ -207,7 +208,6 @@ the appropriate mime type set on buffers produced from id3demux. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html b/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html index 7025587e31f65939d67a4b450a9dbd8a8f190d10..909c1801195c48260755c32ce62db8eb70a98c17 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: id3v2mux</title> +<title>id3v2mux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-id3demux.html" title="id3demux"> <link rel="next" href="gst-plugins-good-plugins-imagefreeze.html" title="imagefreeze"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -149,6 +149,7 @@ GstId3v2Mux implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-id3v2mux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-id3v2mux.other_details"></a><h2>Types and Values</h2> @@ -161,7 +162,6 @@ GstId3v2Mux implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html b/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html index 4334362b5711353316187814f27ee15421aa2cc9..a76a799fbceb5f2b0ac768bbcdf5b0736eba0e50 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html +++ b/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: imagefreeze</title> +<title>imagefreeze: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-id3v2mux.html" title="id3v2mux"> <link rel="next" href="gst-plugins-good-plugins-interleave.html" title="interleave"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -158,6 +158,7 @@ by downstream, allows seeking and answers queries.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-imagefreeze.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-imagefreeze.other_details"></a><h2>Types and Values</h2> @@ -170,7 +171,6 @@ by downstream, allows seeking and answers queries.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-interleave.html b/docs/plugins/html/gst-plugins-good-plugins-interleave.html index 76e9021b25e6ddb4c49bafa3c19fd0ba17d41d3d..8b171da7e2c483ed0347d102bdce7a7a0587cd78 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-interleave.html +++ b/docs/plugins/html/gst-plugins-good-plugins-interleave.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: interleave</title> +<title>interleave: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-imagefreeze.html" title="imagefreeze"> <link rel="next" href="gst-plugins-good-plugins-ismlmux.html" title="ismlmux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -200,6 +200,7 @@ channels exchanged. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-interleave.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-interleave.other_details"></a><h2>Types and Values</h2> @@ -243,7 +244,6 @@ channel-positions property overwrites this property again.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html b/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html index efbc8497147febc1f92898d4b4b28bb5a50e3e06..945704725e41a7da9937867cdf183ee3ccb588d7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: ismlmux</title> +<title>ismlmux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-interleave.html" title="interleave"> <link rel="next" href="gst-plugins-good-plugins-jackaudiosrc.html" title="jackaudiosrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -288,6 +288,7 @@ and muxes it into an mj2 file. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-ismlmux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-ismlmux.other_details"></a><h2>Types and Values</h2> @@ -375,7 +376,6 @@ and muxes it into an mj2 file. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html index a3993e09c4667447f25318ba2dbf32de92435810..3de75053a34fed74629c7d692497a9d7ebad3530 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: jackaudiosink</title> +<title>jackaudiosink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-jackaudiosrc.html" title="jackaudiosrc"> <link rel="next" href="gst-plugins-good-plugins-jpegdec.html" title="jpegdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -166,6 +166,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jackaudiosink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jackaudiosink.other_details"></a><h2>Types and Values</h2> @@ -226,7 +227,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html index 85c15797573f669c44d29d8ab9b80883e89ebc69..fcb1a1fb8f346db47c1703498fae48a47dd86e1d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: jackaudiosrc</title> +<title>jackaudiosrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-ismlmux.html" title="ismlmux"> <link rel="next" href="gst-plugins-good-plugins-jackaudiosink.html" title="jackaudiosink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -167,6 +167,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jackaudiosrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jackaudiosrc.other_details"></a><h2>Types and Values</h2> @@ -227,7 +228,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html b/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html index 43bd68f17ac316516f72437fe14cfceb9d360af2..3e6647d8d14094024478e99391fc5c5ff40db40a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: jpegdec</title> +<title>jpegdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-jackaudiosink.html" title="jackaudiosink"> <link rel="next" href="gst-plugins-good-plugins-jpegenc.html" title="jpegenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -165,6 +165,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jpegdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jpegdec.other_details"></a><h2>Types and Values</h2> @@ -196,7 +197,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html b/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html index 367b2edcc0f4dfeb4c5afeb799c1221296c5ec57..50b4e9ebfba60e2e3aba65c5c5ab6cf70fc058e9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: jpegenc</title> +<title>jpegenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-jpegdec.html" title="jpegdec"> <link rel="next" href="gst-plugins-good-plugins-level.html" title="level"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -188,6 +188,7 @@ GstJpegEnc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jpegenc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-jpegenc.other_details"></a><h2>Types and Values</h2> @@ -253,7 +254,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-jpegenc.html#GstJp </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-level.html b/docs/plugins/html/gst-plugins-good-plugins-level.html index de1a3c8f9b6cd84b23cb1d599d7c87a41ff99c34..0b63b5da28d8693f8f3878b0b1b65cf36ad307ad 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-level.html +++ b/docs/plugins/html/gst-plugins-good-plugins-level.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: level</title> +<title>level: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-jpegenc.html" title="jpegenc"> <link rel="next" href="gst-plugins-good-plugins-matroskamux.html" title="matroskamux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -524,6 +524,7 @@ The message's structure contains these fields:</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-level.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-level.other_details"></a><h2>Types and Values</h2> @@ -579,12 +580,11 @@ The message's structure contains these fields:</p> </div> <p>Flags: Read / Write</p> <p>Default value: TRUE</p> -<p class="since">Since 1.1.0</p> +<p class="since">Since: 1.1.0</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html b/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html index aa3fa8b4b6b515c01147f4fb2479cdda405a5f35..b73a048b0a32e23fe3fc0bed2ec4660b8b5c052d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: matroskademux</title> +<title>matroskademux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-matroskamux.html" title="matroskamux"> <link rel="next" href="gst-plugins-good-plugins-mj2mux.html" title="mj2mux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -264,6 +264,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-matroskademux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-matroskademux.other_details"></a><h2>Types and Values</h2> @@ -286,7 +287,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html b/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html index 84e15c87aadee11adca596ec664836c70977be15..25d8112432804eb7c415c5c47f1be4164cdfbb69 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: matroskamux</title> +<title>matroskamux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-level.html" title="level"> <link rel="next" href="gst-plugins-good-plugins-matroskademux.html" title="matroskademux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -409,6 +409,7 @@ GstMatroskaMux implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-matroskamux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-matroskamux.other_details"></a><h2>Types and Values</h2> @@ -457,7 +458,6 @@ GstMatroskaMux implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html b/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html index 7f702d4d3d96c382d265c9790abdd89c40132ffc..6fef577dc4d26f6720c42d44ade2599568be9353 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: mj2mux</title> +<title>mj2mux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-matroskademux.html" title="matroskademux"> <link rel="next" href="gst-plugins-good-plugins-monoscope.html" title="monoscope"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -284,6 +284,7 @@ and muxes it into an mj2 file. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mj2mux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mj2mux.other_details"></a><h2>Types and Values</h2> @@ -371,7 +372,6 @@ and muxes it into an mj2 file. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-monoscope.html b/docs/plugins/html/gst-plugins-good-plugins-monoscope.html index 58711e0f5a38fe0ec8da71398915fd0a390f8053..248b80793af653951d2bdf43901635fdf3230bad 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-monoscope.html +++ b/docs/plugins/html/gst-plugins-good-plugins-monoscope.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: monoscope</title> +<title>monoscope: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-mj2mux.html" title="mj2mux"> <link rel="next" href="gst-plugins-good-plugins-mpegaudioparse.html" title="mpegaudioparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -147,6 +147,7 @@ curve of the audio signal like on an oscilloscope.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-monoscope.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-monoscope.other_details"></a><h2>Types and Values</h2> @@ -195,7 +196,6 @@ curve of the audio signal like on an oscilloscope.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html b/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html index fb126b6d7b8c2764eda58d1d878762832667127d..99f04f9f9c73aef8291b93d0f6b921329a1cfebf 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: mp4mux</title> +<title>mp4mux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-mpegaudioparse.html" title="mpegaudioparse"> <link rel="next" href="gst-plugins-good-plugins-mulawdec.html" title="mulawdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -319,6 +319,7 @@ and muxes it into an mp4 file. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mp4mux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mp4mux.other_details"></a><h2>Types and Values</h2> @@ -406,7 +407,6 @@ and muxes it into an mp4 file. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html b/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html index bad42bc9b5a76a65a2ad8be19e303e2f5d58582c..776fdb2ed3aa42fb31049f33a354e691294b6e2d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: mpegaudioparse</title> +<title>mpegaudioparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-monoscope.html" title="monoscope"> <link rel="next" href="gst-plugins-good-plugins-mp4mux.html" title="mp4mux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -157,6 +157,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mpegaudioparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mpegaudioparse.other_details"></a><h2>Types and Values</h2> @@ -172,7 +173,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html b/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html index 41ab3417e7087dfe346c6d8a118b8990266de918..ad5bc599a50051f492fff861fb316a14a27668a0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: mulawdec</title> +<title>mulawdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-mp4mux.html" title="mp4mux"> <link rel="next" href="gst-plugins-good-plugins-mulawenc.html" title="mulawenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -143,6 +143,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mulawdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mulawdec.other_details"></a><h2>Types and Values</h2> @@ -155,7 +156,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html b/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html index dc4842cee99c8ccfc20546552eebd81ed86f9867..b6cf143bc80d6c1c17620d7f201396f4a5fa1c00 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: mulawenc</title> +<title>mulawenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-mulawdec.html" title="mulawdec"> <link rel="next" href="gst-plugins-good-plugins-multifilesink.html" title="multifilesink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -143,6 +143,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mulawenc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-mulawenc.other_details"></a><h2>Types and Values</h2> @@ -155,7 +156,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html b/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html index 2a80d570fe1bfef952a07b0d22dfdd57415e6abc..7dd489900b9ec2643319be187fc97b8804fd2d14 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: multifilesink</title> +<title>multifilesink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-mulawenc.html" title="mulawenc"> <link rel="next" href="gst-plugins-good-plugins-multifilesrc.html" title="multifilesrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -73,6 +73,16 @@ <td class="property_name"><a class="link" href="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--max-file-size" title="The “max-file-size†property">max-file-size</a></td> <td class="property_flags">Read / Write</td> </tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--aggregate-gops" title="The “aggregate-gops†property">aggregate-gops</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">guint64</span></td> +<td class="property_name"><a class="link" href="gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--max-file-duration" title="The “max-file-duration†property">max-file-duration</a></td> +<td class="property_flags">Read / Write</td> +</tr> </tbody> </table></div> </div> @@ -240,6 +250,7 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multifilesink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multifilesink.other_details"></a><h2>Types and Values</h2> @@ -300,6 +311,14 @@ gst<span class="gtkdoc opt">-</span>launch<span class="gtkdoc opt">-</span><span </td> <td class="enum_member_annotations"> </td> </tr> +<tr> +<td class="enum_member_name"><p><a name="GST-MULTI-FILE-SINK-NEXT-MAX-DURATION:CAPS"></a>GST_MULTI_FILE_SINK_NEXT_MAX_DURATION</p></td> +<td class="enum_member_description"> +<p>New file when the configured maximum duration + would be exceeded with the next buffer or buffer list</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> </tbody> </table></div> </div> @@ -356,6 +375,27 @@ files start to be deleted to make room for new ones.</p> <p>Flags: Read / Write</p> <p>Default value: 2147483648</p> </div> +<hr> +<div class="refsect2"> +<a name="GstMultiFileSink--aggregate-gops"></a><h3>The <code class="literal">“aggregate-gopsâ€</code> property</h3> +<pre class="programlisting"> “aggregate-gops†<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Whether to aggregate complete GOPs before doing any processing. Set this +to TRUE to make sure each new file starts with a keyframe. This requires +the upstream element to flag buffers containing key units and delta +units correctly. At least the MPEG-PS and MPEG-TS muxers should be doing +this.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +<p class="since">Since: 1.6</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstMultiFileSink--max-file-duration"></a><h3>The <code class="literal">“max-file-durationâ€</code> property</h3> +<pre class="programlisting"> “max-file-duration†<span class="type">guint64</span></pre> +<p>Maximum file size before starting a new file in max-size mode.</p> +<p>Flags: Read / Write</p> +<p>Default value: 18446744073709551615</p> +</div> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multifilesink.see-also"></a><h2>See Also</h2> @@ -363,7 +403,6 @@ files start to be deleted to make room for new ones.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html b/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html index 3fcd37ca6137c9ab833a9def159658f0aca89260..5d49f3a438690cea062fd29af5750fc431372e1e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: multifilesrc</title> +<title>multifilesrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-multifilesink.html" title="multifilesink"> <link rel="next" href="gst-plugins-good-plugins-multipartdemux.html" title="multipartdemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -189,6 +189,7 @@ files named img.0000.png, img.0001.png, etc. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multifilesrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multifilesrc.other_details"></a><h2>Types and Values</h2> @@ -257,7 +258,6 @@ files named img.0000.png, img.0001.png, etc. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html b/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html index 3d0e6632cbc9aed4d104e9351f5c1b940e625096..c6fea3ba0ffa45d3ff00bb9b77ebefb369d544c4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: multipartdemux</title> +<title>multipartdemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-multifilesrc.html" title="multifilesrc"> <link rel="next" href="gst-plugins-good-plugins-multipartmux.html" title="multipartmux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -195,6 +195,7 @@ containing JPEG frames. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multipartdemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multipartdemux.other_details"></a><h2>Types and Values</h2> @@ -238,7 +239,6 @@ content is parsed, decoded, and pads are linked.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html b/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html index 7ae8d5407e13a93d9c9fde4f7948550501620f80..4adb3966199b1c955eefedc9f364382774acf5f9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: multipartmux</title> +<title>multipartmux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-multipartdemux.html" title="multipartdemux"> <link rel="next" href="gst-plugins-good-plugins-multiudpsink.html" title="multiudpsink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -176,6 +176,7 @@ stored to a file. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multipartmux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multipartmux.other_details"></a><h2>Types and Values</h2> @@ -197,7 +198,6 @@ stored to a file. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html b/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html index 300787a18cc6e5d2fbd2a337a70d947d7331cff4..e604c76e56b4c821905835b5f30405b431f1ad04 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: multiudpsink</title> +<title>multiudpsink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-multipartmux.html" title="multipartmux"> <link rel="next" href="gst-plugins-good-plugins-optv.html" title="optv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -296,6 +296,7 @@ It can be combined with rtp payload encoders to implement RTP streaming.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multiudpsink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-multiudpsink.other_details"></a><h2>Types and Values</h2> @@ -705,7 +706,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-multiudpsink.html# <a name="id-1.2.87.12.6.6"></a><h4>Returns</h4> <p> a GstStructure: bytes_sent, packets_sent, connect_time (in epoch seconds), disconnect_time (in epoch seconds)</p> -<p></p> </div> <p>Flags: Action</p> </div> @@ -762,7 +762,6 @@ clients.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-optv.html b/docs/plugins/html/gst-plugins-good-plugins-optv.html index 92ab8038d9b1853c83a9e2e7def5f4c99d2f22d3..0186b201c83eeeee2bf2b412f63960e9188cace7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-optv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-optv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: optv</title> +<title>optv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-multiudpsink.html" title="multiudpsink"> <link rel="next" href="gst-plugins-good-plugins-oss4sink.html" title="oss4sink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -188,6 +188,7 @@ various optical pattern.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-optv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-optv.other_details"></a><h2>Types and Values</h2> @@ -227,7 +228,6 @@ various optical pattern.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html b/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html index 4ff2671720cdbe87483dce6c0fb9b7ad488f8f5b..9a5162e9e745c25b5dd03021207ba6974c4ea207 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: oss4sink</title> +<title>oss4sink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-optv.html" title="optv"> <link rel="next" href="gst-plugins-good-plugins-oss4src.html" title="oss4src"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -170,6 +170,7 @@ GstOss4Sink implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-oss4sink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-oss4sink.other_details"></a><h2>Types and Values</h2> @@ -217,7 +218,6 @@ GstOss4Sink implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-oss4src.html b/docs/plugins/html/gst-plugins-good-plugins-oss4src.html index 1c3da2eb903ad39aae34be439a653f6ba883ec66..daa1e932637a628727aff75262835ce0c975f299 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-oss4src.html +++ b/docs/plugins/html/gst-plugins-good-plugins-oss4src.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: oss4src</title> +<title>oss4src: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-oss4sink.html" title="oss4sink"> <link rel="next" href="gst-plugins-good-plugins-osssink.html" title="osssink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -161,6 +161,7 @@ GstOss4Source implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-oss4src.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-oss4src.other_details"></a><h2>Types and Values</h2> @@ -191,7 +192,6 @@ GstOss4Source implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-osssink.html b/docs/plugins/html/gst-plugins-good-plugins-osssink.html index 9096fbd898b51c9f399c100de9764990573f5e3a..5904af6c54163e644dbaf78b45c1753c9cc5f7cb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osssink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osssink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: osssink</title> +<title>osssink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-oss4src.html" title="oss4src"> <link rel="next" href="gst-plugins-good-plugins-osssrc.html" title="osssrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -141,6 +141,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osssink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osssink.other_details"></a><h2>Types and Values</h2> @@ -163,7 +164,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-osssrc.html b/docs/plugins/html/gst-plugins-good-plugins-osssrc.html index 40e424490e97dcebc913ee6b9b019e0fb5cc47c9..30954069dc22fa88bd196e68f05fb00bbcc639ca 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osssrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osssrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: osssrc</title> +<title>osssrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-osssink.html" title="osssink"> <link rel="next" href="gst-plugins-good-plugins-osxaudiosink.html" title="osxaudiosink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -157,6 +157,7 @@ GstOssSrc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osssrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osssrc.other_details"></a><h2>Types and Values</h2> @@ -187,7 +188,6 @@ GstOssSrc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html b/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html index b94f1a5ada51444faa71d1b8686ec91e80c68cdc..cab8694eca6db9b77e0aff39ce200680dd513dc5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: osxaudiosink</title> +<title>osxaudiosink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-osssrc.html" title="osssrc"> <link rel="next" href="gst-plugins-good-plugins-osxaudiosrc.html" title="osxaudiosrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -99,6 +99,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osxaudiosink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osxaudiosink.other_details"></a><h2>Types and Values</h2> @@ -134,7 +135,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html b/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html index b837ba3e8fa2108a96f8a8d3467b217582f7a2ee..b02e6296155fcfb8fdd7c174c2905ad912d76fbb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: osxaudiosrc</title> +<title>osxaudiosrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-osxaudiosink.html" title="osxaudiosink"> <link rel="next" href="gst-plugins-good-plugins-osxvideosink.html" title="osxvideosink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -99,6 +99,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osxaudiosrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osxaudiosrc.other_details"></a><h2>Types and Values</h2> @@ -129,7 +130,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html b/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html index 9a482331754d9025f402ebf74db01e97c167ebcb..29696d12513b8090b871d0e6d9f59d8016ec16b5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: osxvideosink</title> +<title>osxvideosink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-osxaudiosrc.html" title="osxaudiosrc"> <link rel="next" href="gst-plugins-good-plugins-pngdec.html" title="pngdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -106,6 +106,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osxvideosink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-osxvideosink.other_details"></a><h2>Types and Values</h2> @@ -145,7 +146,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 4e408c87b64767856152071bc05f510af1900d67..4e044c4663c1e046c8270127317fd5a4e0dba6c4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: 1394</title> +<title>1394: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="next" href="gst-plugins-good-plugins-plugin-aasink.html" title="aasink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 8656418407c6d810e7c8eeb4de94ab44216f025a..72dbad46a273154b3e648afa91819e4457352a41 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: aasink</title> +<title>aasink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-1394.html" title="1394"> <link rel="next" href="gst-plugins-good-plugins-plugin-alaw.html" title="alaw"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 92f5137ff9cb4a4430508e9007200c2f80c0f000..f5fb2166725b2814e3a95dd30c919de96b6f5be3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: alaw</title> +<title>alaw: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-aasink.html" title="aasink"> <link rel="next" href="gst-plugins-good-plugins-plugin-alpha.html" title="alpha"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 96430b3b049ea9fab446b748bbb559c345dbdac8..09854d42948e5d0a127abddbf22a0342fe2c6fae 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: alpha</title> +<title>alpha: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-alaw.html" title="alaw"> <link rel="next" href="gst-plugins-good-plugins-plugin-alphacolor.html" title="alphacolor"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 0b14ba662af932b2fad5a7942db0f0a3e61cd70a..45b001ea7af5a78b84b290bd82c6659484f4e03e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: alphacolor</title> +<title>alphacolor: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-alpha.html" title="alpha"> <link rel="next" href="gst-plugins-good-plugins-plugin-apetag.html" title="apetag"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 01d255901d2a838deb97afdf244ee41419facec4..8a3ea494ec7701429f596b8018e9f7598f4d0df6 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: apetag</title> +<title>apetag: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-alphacolor.html" title="alphacolor"> <link rel="next" href="gst-plugins-good-plugins-plugin-audiofx.html" title="audiofx"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 2defc4e12377b71cc0c8de783426aaf4b2c05ce2..44d92e46c16a49b67f684e7a358724309632c647 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: audiofx</title> +<title>audiofx: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-apetag.html" title="apetag"> <link rel="next" href="gst-plugins-good-plugins-plugin-auparse.html" title="auparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -124,7 +124,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 4b64f63ee150ddd6d50bbafa1c53f0d690d5bb4c..1a9b43716b2ce58ff0760c7b1cc9ee7b28dd2833 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: auparse</title> +<title>auparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-audiofx.html" title="audiofx"> <link rel="next" href="gst-plugins-good-plugins-plugin-autodetect.html" title="autodetect"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 97fefc7b98595b545adbb0aa1911de058ac49512..375c4e54e33d2afacfe30d7d4cb7646a1b1b2a4d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: autodetect</title> +<title>autodetect: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-auparse.html" title="auparse"> <link rel="next" href="gst-plugins-good-plugins-plugin-avi.html" title="avi"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -88,7 +88,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 f53adb841a8cdd8cbfd7139f9863783210ff2d0c..1ec8429466a64240ff8dd89c459231001c82c975 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: avi</title> +<title>avi: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-autodetect.html" title="autodetect"> <link rel="next" href="gst-plugins-good-plugins-plugin-cacasink.html" title="cacasink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -84,7 +84,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 0c27c6b5fa49e2815f340f69e797353e82ab73bc..279a8daa8e42526e8b2542dfd205543cbec71af3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: cacasink</title> +<title>cacasink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-avi.html" title="avi"> <link rel="next" href="gst-plugins-good-plugins-plugin-cairo.html" title="cairo"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 11a59e009e7b0f29ae5beef7f2376b36f71446e3..99b46e530d4e9613b26cdcf33cd6259309487c19 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: cairo</title> +<title>cairo: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-cacasink.html" title="cacasink"> <link rel="next" href="gst-plugins-good-plugins-plugin-cutter.html" title="cutter"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 675c7eb4eb3dcad367aaa2578d9dd3770250a5f1..bf0f600c4ada8c07fbd49ab035f5736dbe9347f0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: cutter</title> +<title>cutter: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-cairo.html" title="cairo"> <link rel="next" href="gst-plugins-good-plugins-plugin-debug.html" title="debug"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 38d7348cadc67687338b9343a4d60d404d48df9e..64fc84e85b57e822eca8f1a873c659a76258304b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: debug</title> +<title>debug: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-cutter.html" title="cutter"> <link rel="next" href="gst-plugins-good-plugins-plugin-deinterlace.html" title="deinterlace"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -108,7 +108,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 24952c1eae26906d41f683ea9437b991532370b8..91e6c1ad46584e5830119387c5607971c908ba44 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: deinterlace</title> +<title>deinterlace: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-debug.html" title="debug"> <link rel="next" href="gst-plugins-good-plugins-plugin-directsound.html" title="directsound"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 8079a15970be96659858014a69ab52b778f08240..de26db136da1d0745db64a171bcb045c43d96461 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: directsound</title> +<title>directsound: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-deinterlace.html" title="deinterlace"> <link rel="next" href="gst-plugins-good-plugins-plugin-dtmf.html" title="dtmf"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html b/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html index 159191bbfb62fa44a8e9b09fe57df12fbf4234ea..5780553a75e6dec2104c9552d807aba157cb1c35 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: dtmf</title> +<title>dtmf: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-directsound.html" title="directsound"> <link rel="next" href="gst-plugins-good-plugins-plugin-dv.html" title="dv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -84,7 +84,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 e5fc50de4296b12206d1b88523fdb0b31addda40..92505a981838d7bbf3a004beeb66728df5e9ab7a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: dv</title> +<title>dv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-dtmf.html" title="dtmf"> <link rel="next" href="gst-plugins-good-plugins-plugin-equalizer.html" title="equalizer"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 30b9cbe59ba222e8b8bfcd64c34052e5948b1386..bc44d9de3f1197fe5d7d6cb998cceeee737be045 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: effectv</title> +<title>effectv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-equalizer.html" title="equalizer"> <link rel="next" href="gst-plugins-good-plugins-plugin-flac.html" title="flac"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -120,7 +120,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 7912178b378605b62d314618b8b23aa350aab59f..680aa8fddaf89861bac245c4218c4d38dde2ec68 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: equalizer</title> +<title>equalizer: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-dv.html" title="dv"> <link rel="next" href="gst-plugins-good-plugins-plugin-effectv.html" title="effectv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -84,7 +84,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 fc1dcbfa348070cc6b50492941ad271627d6ea1a..d39be73b09006a977148a64c2793f9c003620c77 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flac</title> +<title>flac: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-effectv.html" title="effectv"> <link rel="next" href="gst-plugins-good-plugins-plugin-flv.html" title="flv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -84,7 +84,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 341709ccc1d5a643e8ece95584f82f3730c97ce4..f6445033ab1d9e88c8a0bbeb6baaa65c412e13f6 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flv</title> +<title>flv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-flac.html" title="flac"> <link rel="next" href="gst-plugins-good-plugins-plugin-flxdec.html" title="flxdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 290c4b111adb7dc44b44026a38bd68880f88d612..10bdb0ed413296dc7de503baf3e1d3f374ee9a52 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: flxdec</title> +<title>flxdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-flv.html" title="flv"> <link rel="next" href="gst-plugins-good-plugins-plugin-gdkpixbuf.html" title="gdkpixbuf"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 6642837a83d5b35ab99ff532ea25a3b31dec73cd..68ad67a34f24324edd2bea8227b279618e48cd89 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: gdkpixbuf</title> +<title>gdkpixbuf: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-flxdec.html" title="flxdec"> <link rel="next" href="gst-plugins-good-plugins-plugin-goom.html" title="goom"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -84,7 +84,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 2564c04ee2a5ee5ba4db682b49ad81f05a2f8057..986ecdc09c57286fa5b5658f6349d203fe44ece9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: goom</title> +<title>goom: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-gdkpixbuf.html" title="gdkpixbuf"> <link rel="next" href="gst-plugins-good-plugins-plugin-goom2k1.html" title="goom2k1"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 5a0fd00fa770ed265487fe08aac31f3261794855..8e043dd99757059d47014b0d228efa43e1bef1ad 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: goom2k1</title> +<title>goom2k1: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-goom.html" title="goom"> <link rel="next" href="gst-plugins-good-plugins-plugin-icydemux.html" title="icydemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 627626587765a20fc72656434df7bc8a21634e7d..21c619a1eec1c225d52598e0652a2219eba01706 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: icydemux</title> +<title>icydemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-goom2k1.html" title="goom2k1"> <link rel="next" href="gst-plugins-good-plugins-plugin-id3demux.html" title="id3demux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 1e94ae026cf455db268b9415980d65fb2df69f84..f40a28780b73c43af05741fb720dadf04bcbf0f0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: id3demux</title> +<title>id3demux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-icydemux.html" title="icydemux"> <link rel="next" href="gst-plugins-good-plugins-plugin-imagefreeze.html" title="imagefreeze"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 f291ef49242533ef0eae8b8a92ee6b8ef757790a..2967a3c425410aaaa7de1083df85cd3755d69f1c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: imagefreeze</title> +<title>imagefreeze: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-id3demux.html" title="id3demux"> <link rel="next" href="gst-plugins-good-plugins-plugin-interleave.html" title="interleave"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 80404b2c84f18895f6e46e10ec41b084d372df94..be61788637d6c6aab246b83158aac733a69ae91c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: interleave</title> +<title>interleave: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-imagefreeze.html" title="imagefreeze"> <link rel="next" href="gst-plugins-good-plugins-plugin-isomp4.html" title="isomp4"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 eb07660b469bc0ba40719be6d7e85e938c59c3d4..642c583e14e26b854cf08bda5a0620eb3c46b981 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: isomp4</title> +<title>isomp4: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-interleave.html" title="interleave"> <link rel="next" href="gst-plugins-good-plugins-plugin-jack.html" title="jack"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -104,7 +104,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 b7403c224721eedb8c3d8dd735d4b618bf8637f1..e247886910361b7ec4b215c135545548ffbf3a7b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: jack</title> +<title>jack: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-isomp4.html" title="isomp4"> <link rel="next" href="gst-plugins-good-plugins-plugin-jpeg.html" title="jpeg"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 2291d920a142c4ace7dcf15c1d2c971caf8c4121..9f07e0af4044e08691c7c379467ff5dcbf5f5755 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: jpeg</title> +<title>jpeg: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-jack.html" title="jack"> <link rel="next" href="gst-plugins-good-plugins-plugin-level.html" title="level"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 f0c4061ce2cf5655d4aa5a27efdddbcec5319ccd..1fe2d5e6417a5894796a3526abcb695c6627da9f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: level</title> +<title>level: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-jpeg.html" title="jpeg"> <link rel="next" href="gst-plugins-good-plugins-plugin-matroska.html" title="matroska"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 c89bc3875f6549b97e9d41aecea195ebefee7f87..882221e873caf9878734b6328ef614af9ce89fd2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: matroska</title> +<title>matroska: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-level.html" title="level"> <link rel="next" href="gst-plugins-good-plugins-plugin-monoscope.html" title="monoscope"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -88,7 +88,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 6820a081adb0e79e39ee6428e19e16d1b78dcd07..fee7f1a9a4a66569d83a1ce6c7e86a0c1985dfc8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: monoscope</title> +<title>monoscope: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-matroska.html" title="matroska"> <link rel="next" href="gst-plugins-good-plugins-plugin-mulaw.html" title="mulaw"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 b0b9a87c7ce40d8ddb04f54d91094835d0fef64f..ee75eca74b3077f41afd59cd2627a8c3d9f4aca0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: mulaw</title> +<title>mulaw: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-monoscope.html" title="monoscope"> <link rel="next" href="gst-plugins-good-plugins-plugin-multifile.html" title="multifile"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 a651ea0017c505f42c9f596b1741e1f18a416369..4c5cecba731ca6896e1ce61d1417f8827f59c14c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: multifile</title> +<title>multifile: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-mulaw.html" title="mulaw"> <link rel="next" href="gst-plugins-good-plugins-plugin-multipart.html" title="multipart"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -92,7 +92,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 819e4f729d5f6da73d2db8bdea1174b4648c50ff..fcc75995a357f6647c11faf86c7e17ec59192d09 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: multipart</title> +<title>multipart: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-multifile.html" title="multifile"> <link rel="next" href="gst-plugins-good-plugins-plugin-navigationtest.html" title="navigationtest"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 c2ab4bf9b9edf4a22686f33c10ec53b8d5acce71..945144deec0031492352fc83f71761c7a4f2f334 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: navigationtest</title> +<title>navigationtest: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-multipart.html" title="multipart"> <link rel="next" href="gst-plugins-good-plugins-plugin-oss4.html" title="oss4"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 e40548001717d91a6831aaa4f7c5fab7cf7b15ee..982cbd8ea241c9805c959f3b4faa5fc25d3415af 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: oss4</title> +<title>oss4: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-navigationtest.html" title="navigationtest"> <link rel="next" href="gst-plugins-good-plugins-plugin-ossaudio.html" title="ossaudio"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 e2c49220db6c9526a577469df126faf76895e7fa..4e1ab07e14e6d18cbda8c8909a9f4831e91702a1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: ossaudio</title> +<title>ossaudio: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-oss4.html" title="oss4"> <link rel="next" href="gst-plugins-good-plugins-plugin-osxaudio.html" title="osxaudio"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 27897e77d373b695c692647de552dfcd85e6cdd2..eed909f46f72c921d417b880d58cb8c1d0053924 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: osxaudio</title> +<title>osxaudio: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-ossaudio.html" title="ossaudio"> <link rel="next" href="gst-plugins-good-plugins-plugin-osxvideo.html" title="osxvideo"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 6af4cd335deb7eb0a3bfb574eff95ef4f78cbe78..a5de807ce91541686974fbda32f4673c517db673 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: osxvideo</title> +<title>osxvideo: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-osxaudio.html" title="osxaudio"> <link rel="next" href="gst-plugins-good-plugins-plugin-png.html" title="png"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 02a40ab7d4bd3f49ea256e9d61d75ce8e642bc52..39d6daf75b4310dbc5cdddbc7aa0bb4560aec482 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: png</title> +<title>png: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-osxvideo.html" title="osxvideo"> <link rel="next" href="gst-plugins-good-plugins-plugin-pulseaudio.html" title="pulseaudio"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 de47f578e5ef719996caa77e3de42ac3a04bd9f3..e469e63c82d5a9f5cccd9cfcb045c2028297cebf 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: pulseaudio</title> +<title>pulseaudio: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-png.html" title="png"> <link rel="next" href="gst-plugins-good-plugins-plugin-replaygain.html" title="replaygain"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 baca5beec6b3ec88f467be0f08955a2d37ea400e..f03c36e4a9649cc89c008b953ea05e52ca4faaa1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: replaygain</title> +<title>replaygain: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-pulseaudio.html" title="pulseaudio"> <link rel="next" href="gst-plugins-good-plugins-plugin-rtp.html" title="rtp"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -84,7 +84,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 469e74b243227038b22a63b455c58a8dba06fc94..aa2fcc0f08033495a0ff2e2462517dfdb55a8c6f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtp</title> +<title>rtp: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-replaygain.html" title="replaygain"> <link rel="next" href="gst-plugins-good-plugins-plugin-rtpmanager.html" title="rtpmanager"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -376,7 +376,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 bec12032b02c32bc05f5d17d14c8f6c755f7a3e8..4156eb2839e72e93996a06498857a3c433b2a7a7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpmanager</title> +<title>rtpmanager: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-rtp.html" title="rtp"> <link rel="next" href="gst-plugins-good-plugins-plugin-rtsp.html" title="rtsp"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -112,7 +112,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 541081b492ddba7bcc5e0dbac69dd17515c786a3..9d8836884f170aaec4c7bcdfc9548a6b4aa28632 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtsp</title> +<title>rtsp: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-rtpmanager.html" title="rtpmanager"> <link rel="next" href="gst-plugins-good-plugins-plugin-shapewipe.html" title="shapewipe"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 e1709d0bc15320b1c6c80df35650c36c0ba73cae..0c718ba3468564bf8a4551f31a54e111c575833a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: shapewipe</title> +<title>shapewipe: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-rtsp.html" title="rtsp"> <link rel="next" href="gst-plugins-good-plugins-plugin-shout2send.html" title="shout2send"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 4b2b6819137c2ab4c9904b294e4a0806d3202016..205680900f9915d4c80e2c1f6dc0e731127ba04b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2send.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2send.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: shout2send</title> +<title>shout2send: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-shapewipe.html" title="shapewipe"> <link rel="next" href="gst-plugins-good-plugins-plugin-smpte.html" title="smpte"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 8144b1139da778c783cec94c66bddf56751f9c8e..7ebf1062cc70b49bd26bb09166c246473367258c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: smpte</title> +<title>smpte: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-shout2send.html" title="shout2send"> <link rel="next" href="gst-plugins-good-plugins-plugin-soup.html" title="soup"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 fc38f60bd8f3c2f0d1bbfa53ab66880c376ede72..b86fd55b35baf9605ae1d93d0cac2a5aa7e173c8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: soup</title> +<title>soup: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-smpte.html" title="smpte"> <link rel="next" href="gst-plugins-good-plugins-plugin-spectrum.html" title="spectrum"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 d59aa31d4e005c02fc01e5cb044208d80021bdf0..28d45c0ba569e95463bd85498e751d33dc0b1fb4 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: spectrum</title> +<title>spectrum: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-soup.html" title="soup"> <link rel="next" href="gst-plugins-good-plugins-plugin-speex.html" title="speex"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 db5908894607f742550cb0f0f8924b3bb25ab61e..348b6ebdc39e3ea32c930331d90eca2412c30c18 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: speex</title> +<title>speex: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-spectrum.html" title="spectrum"> <link rel="next" href="gst-plugins-good-plugins-plugin-taglib.html" title="taglib"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 a13b5e37cadc05b1469893f56e66cb30bf463598..22776165d12559df37d29d3df1079cb13e29a706 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: taglib</title> +<title>taglib: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-speex.html" title="speex"> <link rel="next" href="gst-plugins-good-plugins-plugin-udp.html" title="udp"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 a8e7cd75049ce1a00bda6731a1aea2ca47bcfc8f..4bfb407b8532f38464a920ff3961f00be34c08c7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: udp</title> +<title>udp: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-taglib.html" title="taglib"> <link rel="next" href="gst-plugins-good-plugins-plugin-video4linux2.html" title="video4linux2"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -88,7 +88,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 1452e3963dc3d8e6cccc1e12a270d09b435e5b26..bd1199a1a090191b1623af9630ba87e6c1117d1d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: video4linux2</title> +<title>video4linux2: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-udp.html" title="udp"> <link rel="next" href="gst-plugins-good-plugins-plugin-videobox.html" title="videobox"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -84,7 +84,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 3ece1a0a11ddb76d05894394903aae51f9b9ca5c..5e73d5bde1f210c5dbfb6f2c5ee6f6fa2cd7d78f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videobox</title> +<title>videobox: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-video4linux2.html" title="video4linux2"> <link rel="next" href="gst-plugins-good-plugins-plugin-videocrop.html" title="videocrop"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 85ce1f67545de4a31d269b5bdbca19571e2502d1..a32c68ac036a22a66c77486a345461fd2873a366 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videocrop</title> +<title>videocrop: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-videobox.html" title="videobox"> <link rel="next" href="gst-plugins-good-plugins-plugin-videofilter.html" title="videofilter"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 917cd1b0a6587c77ad4663d68267c0370d963db0..f87f106ebca3d2443b90c5726191f54c51cba104 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videofilter</title> +<title>videofilter: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-videocrop.html" title="videocrop"> <link rel="next" href="gst-plugins-good-plugins-plugin-videomixer.html" title="videomixer"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -88,7 +88,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 edb5a2bf0cf6a59c7c2d4f9649676111fdc16033..5b64ac50179808a42a021be9660c10be0dc608ba 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videomixer</title> +<title>videomixer: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-videofilter.html" title="videofilter"> <link rel="next" href="gst-plugins-good-plugins-plugin-vpx.html" title="vpx"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 5f07f679fcf35519015f5e3f8c5c106075357503..27587a33f004cd0a8de2336eede1740f2e8602e8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: vpx</title> +<title>vpx: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-videomixer.html" title="videomixer"> <link rel="next" href="gst-plugins-good-plugins-plugin-waveform.html" title="waveform"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -88,7 +88,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 75159ec233cbd3e16ce1674d326f89776f01873b..7088bcfcf26bdd1a391421fb28b81ccbc1725c13 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: waveform</title> +<title>waveform: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-vpx.html" title="vpx"> <link rel="next" href="gst-plugins-good-plugins-plugin-wavenc.html" title="wavenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 7168a3bd997869ac63e3c161f0598271eacb0824..080d6ef71ff84d3d5967647aa4f25a800479d9d6 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: wavenc</title> +<title>wavenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-waveform.html" title="waveform"> <link rel="next" href="gst-plugins-good-plugins-plugin-wavpack.html" title="wavpack"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 77c94056d621edda377cd172e6b60910053dcf0f..70e8e10581a936a084a51ec4de04a10eda197a0f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: wavpack</title> +<title>wavpack: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-wavenc.html" title="wavenc"> <link rel="next" href="gst-plugins-good-plugins-plugin-wavparse.html" title="wavparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -80,7 +80,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 241f294b587fd66e2e3524275d441db6a74e9940..782ab7dc56c68cf63332ce524d28b143af5bb5a9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: wavparse</title> +<title>wavparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-wavpack.html" title="wavpack"> <link rel="next" href="gst-plugins-good-plugins-plugin-ximagesrc.html" title="ximagesrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 0fa76d90f5bf288461eb995e6b890d10ae2dcff6..3c76dab5e0409f78e08ad6fda70eb0e412104313 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: ximagesrc</title> +<title>ximagesrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-wavparse.html" title="wavparse"> <link rel="next" href="gst-plugins-good-plugins-plugin-y4menc.html" title="y4menc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file 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 dfb791bbe758fb7fba274d7f2981a39c16aa6879..0906334641b1e154c4c8f1888e82dd57115e4a95 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: y4menc</title> +<title>y4menc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch02.html" title="gst-plugins-good Plugins"> <link rel="prev" href="gst-plugins-good-plugins-plugin-ximagesrc.html" title="ximagesrc"> <link rel="next" href="ch03.html" title="gst-plugins-good Base Classes"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,7 +42,7 @@ </tr> <tr> <td><p><span class="term">version</span></p></td> -<td>1.5.0.1</td> +<td>1.5.1</td> </tr> <tr> <td><p><span class="term">run-time license</span></p></td> @@ -50,7 +50,7 @@ </tr> <tr> <td><p><span class="term">package</span></p></td> -<td>GStreamer Good Plug-ins git</td> +<td>GStreamer Good Plug-ins source release</td> </tr> <tr> <td><p><span class="term">origin</span></p></td> @@ -74,7 +74,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-pngdec.html b/docs/plugins/html/gst-plugins-good-plugins-pngdec.html index 89ef11b48c4af5c2c9f968efc8093e8f115aa3ad..80493f5dd04ec4f0d1f888d70ae3937a66a5b213 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-pngdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-pngdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: pngdec</title> +<title>pngdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-osxvideosink.html" title="osxvideosink"> <link rel="next" href="gst-plugins-good-plugins-pngenc.html" title="pngenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -142,6 +142,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-pngdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-pngdec.other_details"></a><h2>Types and Values</h2> @@ -154,7 +155,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-pngenc.html b/docs/plugins/html/gst-plugins-good-plugins-pngenc.html index 35642f6692f42c4912dc4be8551181c227678835..b1ee519f77fad812fdc9bbfda2509a1bdf8f5d19 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-pngenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-pngenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: pngenc</title> +<title>pngenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-pngdec.html" title="pngdec"> <link rel="next" href="gst-plugins-good-plugins-progressreport.html" title="progressreport"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -172,6 +172,7 @@ GstPngEnc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-pngenc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-pngenc.other_details"></a><h2>Types and Values</h2> @@ -203,7 +204,6 @@ GstPngEnc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-progressreport.html b/docs/plugins/html/gst-plugins-good-plugins-progressreport.html index 6f02b59d02f9c33767f9b19b8a9355dab1d05e8d..d061a4e0a6deae5090d16f774ef7d715b67f560e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-progressreport.html +++ b/docs/plugins/html/gst-plugins-good-plugins-progressreport.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: progressreport</title> +<title>progressreport: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-pngenc.html" title="pngenc"> <link rel="next" href="gst-plugins-good-plugins-pulsesink.html" title="pulsesink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -226,6 +226,7 @@ a whole).</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-progressreport.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-progressreport.other_details"></a><h2>Types and Values</h2> @@ -273,7 +274,6 @@ a whole).</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html b/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html index fa81cc88263b1b945265b77df52c9db5885e868c..3433cfb47cbcfac1cbad7a18c4fef1303844e49e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: pulsesink</title> +<title>pulsesink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-progressreport.html" title="progressreport"> <link rel="next" href="gst-plugins-good-plugins-pulsesrc.html" title="pulsesrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -219,6 +219,7 @@ GstPulseSink implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-pulsesink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-pulsesink.other_details"></a><h2>Types and Values</h2> @@ -305,7 +306,6 @@ GstPulseSink implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html b/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html index d7d97ad810bffba56d17540996a33f574d8946ef..5b656472f5133e1ece57b1999d639956355e03c9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: pulsesrc</title> +<title>pulsesrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-pulsesink.html" title="pulsesink"> <link rel="next" href="gst-plugins-good-plugins-quarktv.html" title="quarktv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -206,6 +206,7 @@ GstPulseSrc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-pulsesrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-pulsesrc.other_details"></a><h2>Types and Values</h2> @@ -300,7 +301,6 @@ GstPulseSrc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html b/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html index 9005630399f3161c7561508ca2d3f45bb16d3933..dda9043490e735c98fc35f759b72655bdfdacb34 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: qtdemux</title> +<title>qtdemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-quarktv.html" title="quarktv"> <link rel="next" href="gst-plugins-good-plugins-qtmux.html" title="qtmux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -237,6 +237,7 @@ right decoder elements/plugins installed. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-qtdemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-qtdemux.other_details"></a><h2>Types and Values</h2> @@ -283,7 +284,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-qtdemux.html#GstQT </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html b/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html index 4ecaa58a0536246dd2c985b3c792ea2ec1ea7fa0..d88934a430658d35280d8b9b6b583fbde1a1eac8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html +++ b/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: qtmoovrecover</title> +<title>qtmoovrecover: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-qtmux.html" title="qtmux"> <link rel="next" href="gst-plugins-good-plugins-radioactv.html" title="radioactv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -191,10 +191,6 @@ TODO gst_qt_moov_recover_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> -<div class="refsect3"> -<a name="id-1.2.104.10.2.5"></a><h4>Returns</h4> -<p></p> -</div> </div> <hr> <div class="refsect2"> @@ -203,10 +199,6 @@ gst_qt_moov_recover_get_type (<em class="parameter"><code><span class="type">voi gst_qt_moov_recover_register (<em class="parameter"><code><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPlugin.html"><span class="type">GstPlugin</span></a> *plugin</code></em>);</pre> <p> </p> -<div class="refsect3"> -<a name="id-1.2.104.10.3.5"></a><h4>Returns</h4> -<p></p> -</div> </div> </div> <div class="refsect1"> @@ -264,7 +256,6 @@ gst_qt_moov_recover_register (<em class="parameter"><code><a href="http://gstrea </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-qtmux.html b/docs/plugins/html/gst-plugins-good-plugins-qtmux.html index a9b0e38ed38251c4e80abb07cfda1cc8f099e02a..07be5792b0b008fb1cbb9534b5103bb21c356ce3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-qtmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-qtmux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: qtmux</title> +<title>qtmux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-qtdemux.html" title="qtdemux"> <link rel="next" href="gst-plugins-good-plugins-qtmoovrecover.html" title="qtmoovrecover"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -386,6 +386,7 @@ Records a video stream captured from a v4l2 device and muxes it into a qt file. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-qtmux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-qtmux.other_details"></a><h2>Types and Values</h2> @@ -473,7 +474,6 @@ Records a video stream captured from a v4l2 device and muxes it into a qt file. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-quarktv.html b/docs/plugins/html/gst-plugins-good-plugins-quarktv.html index c70ab4e265bfaacd07a9b43f0656ee23679e7749..6023ea6c67a3a305a3194ff47f228e50c292487d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-quarktv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-quarktv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: quarktv</title> +<title>quarktv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-pulsesrc.html" title="pulsesrc"> <link rel="next" href="gst-plugins-good-plugins-qtdemux.html" title="qtdemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -175,6 +175,7 @@ the last frames randomly.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-quarktv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-quarktv.other_details"></a><h2>Types and Values</h2> @@ -192,13 +193,12 @@ the last frames randomly.</p> <pre class="programlisting"> “planes†<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> <p>Number of planes.</p> <p>Flags: Read / Write</p> -<p>Allowed values: [0,64]</p> +<p>Allowed values: [1,64]</p> <p>Default value: 16</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-radioactv.html b/docs/plugins/html/gst-plugins-good-plugins-radioactv.html index 35312366c80a13a2c58952152ed3bb980c6673c0..bb6a3155f20b19ca3c72fc0810becc45ef6fd92e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-radioactv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-radioactv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: radioactv</title> +<title>radioactv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-qtmoovrecover.html" title="qtmoovrecover"> <link rel="next" href="gst-plugins-good-plugins-revtv.html" title="revtv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -197,6 +197,7 @@ previous frame displayed. The effect of strobe2 is stronger than strobe1.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-radioactv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-radioactv.other_details"></a><h2>Types and Values</h2> @@ -244,7 +245,6 @@ previous frame displayed. The effect of strobe2 is stronger than strobe1.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-revtv.html b/docs/plugins/html/gst-plugins-good-plugins-revtv.html index 76af6a169e8e822a92bec8ea29f8bad46d752ec5..6cd088f2c64e02b2b3ca6b771d0e8b0d37ae1f1c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-revtv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-revtv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: revtv</title> +<title>revtv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-radioactv.html" title="radioactv"> <link rel="next" href="gst-plugins-good-plugins-rganalysis.html" title="rganalysis"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -188,6 +188,7 @@ of the video along each line.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-revtv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-revtv.other_details"></a><h2>Types and Values</h2> @@ -229,7 +230,6 @@ of the video along each line.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html b/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html index adec8b716f429d07873972e3c6f610b349a7765f..31be2ec944c344604bb6dbab30c8b0cd58946469 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rganalysis</title> +<title>rganalysis: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-revtv.html" title="revtv"> <link rel="next" href="gst-plugins-good-plugins-rglimiter.html" title="rglimiter"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -254,6 +254,7 @@ and Frank Klemm. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rganalysis.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rganalysis.other_details"></a><h2>Types and Values</h2> @@ -354,7 +355,6 @@ tag, which allows to store the used value alongside the gain values.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html b/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html index f9735c1810f1dc07c4d8d071f0f54f3c2451b381..4ab733bfe320edbea30551221d0ba2d76fb9a712 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rglimiter</title> +<title>rglimiter: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rganalysis.html" title="rganalysis"> <link rel="next" href="gst-plugins-good-plugins-rgvolume.html" title="rgvolume"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -179,6 +179,7 @@ Playback of a file </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rglimiter.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rglimiter.other_details"></a><h2>Types and Values</h2> @@ -204,7 +205,6 @@ Playback of a file </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html b/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html index 6e201c7979e17199b3a1ff0b3ac9364b2afb402b..5c1357a3243062ebc8be3c4f24dcb3d758e1d2aa 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rgvolume</title> +<title>rgvolume: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rglimiter.html" title="rglimiter"> <link rel="next" href="gst-plugins-good-plugins-rippletv.html" title="rippletv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -227,6 +227,7 @@ element applies -6 dB hard limiting as mentioned in the ReplayGain standard.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rgvolume.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rgvolume.other_details"></a><h2>Types and Values</h2> @@ -349,7 +350,6 @@ these simple formulas:</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rippletv.html b/docs/plugins/html/gst-plugins-good-plugins-rippletv.html index e700d7394c9697301ddff80341b9a15cd3d7b834..97adc618e2e3f2b25839d42214a2e8d806534aba 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rippletv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rippletv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rippletv</title> +<title>rippletv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rgvolume.html" title="rgvolume"> <link rel="next" href="gst-plugins-good-plugins-rtpdec.html" title="rtpdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -182,6 +182,7 @@ by motion or random rain drops.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rippletv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rippletv.other_details"></a><h2>Types and Values</h2> @@ -212,7 +213,6 @@ by motion or random rain drops.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html index d245e97e0360c90a70f67128df6f731bfdf25913..fc0fb3bcc4802b22d3e2aa4cb81f5921f7fbb35e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpL16depay</title> +<title>rtpL16depay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpbvpay.html" title="rtpbvpay"> <link rel="next" href="gst-plugins-good-plugins-rtpL16pay.html" title="rtpL16pay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -163,6 +163,7 @@ the rtpL16pay example to create the RTP stream. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpL16depay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpL16depay.other_details"></a><h2>Types and Values</h2> @@ -179,7 +180,6 @@ the rtpL16pay example to create the RTP stream. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html index 7e29fe04f39870150d8a002e27fc49ef49df4c6a..56d5663061f81c1258909eb77a9c779c2c8899e1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpL16pay</title> +<title>rtpL16pay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpL16depay.html" title="rtpL16depay"> <link rel="next" href="gst-plugins-good-plugins-rtpj2kpay.html" title="rtpj2kpay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -168,6 +168,7 @@ the rtpL16depay example to depayload and play the RTP stream. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpL16pay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpL16pay.other_details"></a><h2>Types and Values</h2> @@ -184,7 +185,6 @@ the rtpL16depay example to depayload and play the RTP stream. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html index 86aa3396d6b22274fee50cfb01a4d7b63097f6b1..4c13d985fc77677f4246d7035f108675a117c96f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpac3depay</title> +<title>rtpac3depay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpdec.html" title="rtpdec"> <link rel="next" href="gst-plugins-good-plugins-rtpac3pay.html" title="rtpac3pay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -159,6 +159,7 @@ the rtpac3pay example to create the RTP stream. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpac3depay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpac3depay.other_details"></a><h2>Types and Values</h2> @@ -175,7 +176,6 @@ the rtpac3pay example to create the RTP stream. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html index 5523da8b88fddd1b33e730dd2aa9ce77b4f637cb..6b7d1837c4b69566f1c086c658d0707a2fbf0e1f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpac3pay</title> +<title>rtpac3pay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpac3depay.html" title="rtpac3depay"> <link rel="next" href="gst-plugins-good-plugins-rtpamrdepay.html" title="rtpamrdepay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -163,6 +163,7 @@ the rtpac3depay example to depayload and decode the RTP stream. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpac3pay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpac3pay.other_details"></a><h2>Types and Values</h2> @@ -179,7 +180,6 @@ the rtpac3depay example to depayload and decode the RTP stream. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html index b7716d43c46c6f8ddf710742bd2ca75e7153a08a..c83a972229a80213afc3baf3b878671121a9403f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpamrdepay</title> +<title>rtpamrdepay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpac3pay.html" title="rtpac3pay"> <link rel="next" href="gst-plugins-good-plugins-rtpamrpay.html" title="rtpamrpay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -167,6 +167,7 @@ the rtpamrpay example to create the RTP stream. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpamrdepay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpamrdepay.other_details"></a><h2>Types and Values</h2> @@ -183,7 +184,6 @@ the rtpamrpay example to create the RTP stream. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html index d5d4d5367c211b3b4e542bd904123c996f781895..bc28880057be331899f6a5d4673992a891e9754e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpamrpay</title> +<title>rtpamrpay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpamrdepay.html" title="rtpamrdepay"> <link rel="next" href="gst-plugins-good-plugins-rtpbvdepay.html" title="rtpbvdepay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -167,6 +167,7 @@ the rtpamrdepay example to depayload and decode the RTP stream. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpamrpay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpamrpay.other_details"></a><h2>Types and Values</h2> @@ -183,7 +184,6 @@ the rtpamrdepay example to depayload and decode the RTP stream. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html b/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html index 8edb983d541c1d2763a4bd38b1d40ee307f971fc..fa52ea23073786f159d71876eadd2ae7d8a44b61 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpbin</title> +<title>rtpbin: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtspsrc.html" title="rtspsrc"> <link rel="next" href="gst-plugins-good-plugins-rtpdtmfmux.html" title="rtpdtmfmux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -110,6 +110,11 @@ <td class="property_name"><a class="link" href="gst-plugins-good-plugins-rtpbin.html#GstRtpBin--do-retransmission" title="The “do-retransmission†property">do-retransmission</a></td> <td class="property_flags">Read / Write</td> </tr> +<tr> +<td class="property_type"><span class="type">GstRTPProfile</span></td> +<td class="property_name"><a class="link" href="gst-plugins-good-plugins-rtpbin.html#GstRtpBin--rtp-profile" title="The “rtp-profile†property">rtp-profile</a></td> +<td class="property_flags">Read / Write</td> +</tr> </tbody> </table></div> </div> @@ -625,6 +630,7 @@ on port 5007. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpbin.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpbin.other_details"></a><h2>Types and Values</h2> @@ -835,6 +841,15 @@ set the <span class="type">“do-retransmissionâ€</span> property on the <p>Flags: Read / Write</p> <p>Default value: FALSE</p> </div> +<hr> +<div class="refsect2"> +<a name="GstRtpBin--rtp-profile"></a><h3>The <code class="literal">“rtp-profileâ€</code> property</h3> +<pre class="programlisting"> “rtp-profile†<span class="type">GstRTPProfile</span></pre> +<p>Sets the default RTP profile of newly created RTP sessions. The +profile can be changed afterwards on a per-session basis.</p> +<p>Flags: Read / Write</p> +<p>Default value: GST_RTP_PROFILE_AVPF</p> +</div> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpbin.signal-details"></a><h2>Signal Details</h2> @@ -1513,7 +1528,7 @@ This signal can, for example, be used to configure <em class="parameter"><code>j </table></div> </div> <p>Flags: Run Last</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -1554,7 +1569,7 @@ element will be added to the bin.</p> </table></div> </div> <p>Flags: Run Last</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -1595,7 +1610,7 @@ element will be added to the bin.</p> </table></div> </div> <p>Flags: Run Last</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -1636,7 +1651,7 @@ element will be added to the bin if not previously added.</p> </table></div> </div> <p>Flags: Run Last</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -1677,7 +1692,7 @@ element will be added to the bin if not previously added.</p> </table></div> </div> <p>Flags: Run Last</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -1718,7 +1733,7 @@ element will be added to the bin if not previously added.</p> </table></div> </div> <p>Flags: Run Last</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -1759,7 +1774,7 @@ element will be added to the bin if not previously added.</p> </table></div> </div> <p>Flags: Run Last</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> </div> <div class="refsect1"> @@ -1768,7 +1783,6 @@ element will be added to the bin if not previously added.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html index 40669e3af7f7b56ec160365c75e94f702c13620a..4528e0dc7c1818e61204d7e6de529df62a6efaaa 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpbvdepay</title> +<title>rtpbvdepay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpamrpay.html" title="rtpamrpay"> <link rel="next" href="gst-plugins-good-plugins-rtpbvpay.html" title="rtpbvpay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -124,6 +124,7 @@ For detailed information see: http://www.rfc-editor.org/rfc/rfc4298.txt</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpbvdepay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpbvdepay.other_details"></a><h2>Types and Values</h2> @@ -134,7 +135,6 @@ For detailed information see: http://www.rfc-editor.org/rfc/rfc4298.txt</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html index 8b26f3ef2e1254751114eab216922548abe309a5..736e1562733b68d5f725878374a566bcc2a01a34 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpbvpay</title> +<title>rtpbvpay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpbvdepay.html" title="rtpbvdepay"> <link rel="next" href="gst-plugins-good-plugins-rtpL16depay.html" title="rtpL16depay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -124,6 +124,7 @@ For detailed information see: http://www.rfc-editor.org/rfc/rfc4298.txt</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpbvpay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpbvpay.other_details"></a><h2>Types and Values</h2> @@ -134,7 +135,6 @@ For detailed information see: http://www.rfc-editor.org/rfc/rfc4298.txt</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html b/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html index 7a977c3dbfcb198fbe26a026c607e970e1a70614..ecd863dc4bca197696fe157e0896ad1ca3d28ba0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpdec</title> +<title>rtpdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rippletv.html" title="rippletv"> <link rel="next" href="gst-plugins-good-plugins-rtpac3depay.html" title="rtpac3depay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -267,6 +267,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpdec.other_details"></a><h2>Types and Values</h2> @@ -617,7 +618,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-rtpdec.html#GstRTP </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html b/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html index b864818feb3f825ce98ed3ba9af1c5626a84f4bc..197739563a7a5010e6349c05009f1ffb8c5db281 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpdtmfmux</title> +<title>rtpdtmfmux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpbin.html" title="rtpbin"> <link rel="next" href="gst-plugins-good-plugins-rtpdtmfsrc.html" title="rtpdtmfsrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -173,6 +173,7 @@ DTMF signal can replace the recorded audio while the tone is being sent.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpdtmfmux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpdtmfmux.other_details"></a><h2>Types and Values</h2> @@ -188,7 +189,6 @@ DTMF signal can replace the recorded audio while the tone is being sent.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html b/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html index 315321f6c8d5ac9e26a4d41c4997b7759c0268fa..a418f923e032598f720e57cb74c18046303144ff 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpdtmfsrc</title> +<title>rtpdtmfsrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpdtmfmux.html" title="rtpdtmfmux"> <link rel="next" href="gst-plugins-good-plugins-rtpjitterbuffer.html" title="rtpjitterbuffer"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -252,6 +252,7 @@ READY state, then a "dtmf-event-dropped" message is posted on the </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpdtmfsrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpdtmfsrc.other_details"></a><h2>Types and Values</h2> @@ -348,7 +349,6 @@ READY state, then a "dtmf-event-dropped" message is posted on the </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html index 00eb2cb55f49fb01cd0522be8614536ed58ead4c..b78b6f3fd9e0a70b7074e9b8e37eb4d718dd8bad 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpj2kpay</title> +<title>rtpj2kpay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpL16pay.html" title="rtpL16pay"> <link rel="next" href="gst-plugins-good-plugins-rtpjpegpay.html" title="rtpjpegpay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -163,6 +163,7 @@ codestream.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpj2kpay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpj2kpay.other_details"></a><h2>Types and Values</h2> @@ -185,7 +186,6 @@ codestream.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html b/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html index 6f336caab6605f363a2b6d0ba25567393d2083c7..ee576663836c8266683229a5918559acec184529 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpjitterbuffer</title> +<title>rtpjitterbuffer: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpdtmfsrc.html" title="rtpdtmfsrc"> <link rel="next" href="gst-plugins-good-plugins-rtpmux.html" title="rtpmux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -114,6 +114,16 @@ <td class="property_name"><a class="link" href="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-min-retry-timeout" title="The “rtx-min-retry-timeout†property">rtx-min-retry-timeout</a></td> <td class="property_flags">Read / Write</td> </tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-max-retries" title="The “rtx-max-retries†property">rtx-max-retries</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-next-seqnum" title="The “rtx-next-seqnum†property">rtx-next-seqnum</a></td> +<td class="property_flags">Read / Write</td> +</tr> </tbody> </table></div> </div> @@ -352,6 +362,7 @@ out-of-order RTP packets. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpjitterbuffer.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpjitterbuffer.other_details"></a><h2>Types and Values</h2> @@ -422,7 +433,7 @@ This is mainly used to ensure interstream synchronisation.</p> late and should be retransmitted.</p> <p>Flags: Read / Write</p> <p>Default value: FALSE</p> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -434,7 +445,7 @@ of time before sending a retransmission event.</p> <p>Flags: Read / Write</p> <p>Allowed values: >= G_MAXULONG</p> <p>Default value: -1</p> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -447,7 +458,7 @@ reordering.</p> <p>Flags: Read / Write</p> <p>Allowed values: >= G_MAXULONG</p> <p>Default value: 3</p> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -459,7 +470,7 @@ latency and the observed round trip time.</p> <p>Flags: Read / Write</p> <p>Allowed values: >= G_MAXULONG</p> <p>Default value: -1</p> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -499,7 +510,7 @@ with name application/x-rtp-jitterbuffer-stats with the following fields:</p> </p></li> </ul></div> <p>Flags: Read</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -509,7 +520,7 @@ with name application/x-rtp-jitterbuffer-stats with the following fields:</p> of time before sending a retransmission event.</p> <p>Flags: Read / Write</p> <p>Default value: 0</p> -<p class="since">Since 1.6</p> +<p class="since">Since: 1.6</p> </div> <hr> <div class="refsect2"> @@ -520,6 +531,31 @@ of time before sending a retransmission event.</p> <p>Allowed values: >= G_MAXULONG</p> <p>Default value: -1</p> </div> +<hr> +<div class="refsect2"> +<a name="GstRtpJitterBuffer--rtx-max-retries"></a><h3>The <code class="literal">“rtx-max-retriesâ€</code> property</h3> +<pre class="programlisting"> “rtx-max-retries†<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>The maximum number of retries to request a retransmission.</p> +<p>This implies that as maximum (rtx-max-retries + 1) retransmissions will be requested. +When -1 is used, the number of retransmission request will not be limited.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= G_MAXULONG</p> +<p>Default value: -1</p> +<p class="since">Since: 1.6</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstRtpJitterBuffer--rtx-next-seqnum"></a><h3>The <code class="literal">“rtx-next-seqnumâ€</code> property</h3> +<pre class="programlisting"> “rtx-next-seqnum†<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Estimate when the next packet should arrive and schedule a retransmission +request for it. +This is, when packet N arrives, a GstRTPRetransmission event is schedule +for packet N+1. So it will be requested if it does not arrive at the expected time. +The expected time is calculated using the dts of N and the packet spacing.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +<p class="since">Since: 1.6</p> +</div> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpjitterbuffer.signal-details"></a><h2>Signal Details</h2> @@ -696,14 +732,12 @@ useful in buffering mode.</p> <div class="refsect3"> <a name="id-1.2.127.12.6.6"></a><h4>Returns</h4> <p> the time of the last pushed packet.</p> -<p></p> </div> <p>Flags: Action</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html index 3aa906d8ee4bb1a4d99b18f56b2efbc92de299cd..ebb5c60b76d633778bbd4955d22db23cb5f41136 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpjpegpay</title> +<title>rtpjpegpay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpj2kpay.html" title="rtpj2kpay"> <link rel="next" href="gst-plugins-good-plugins-rtpsbcpay.html" title="rtpsbcpay"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -180,6 +180,7 @@ the actual JPEG entropy scan.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpjpegpay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpjpegpay.other_details"></a><h2>Types and Values</h2> @@ -220,7 +221,6 @@ the actual JPEG entropy scan.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html b/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html index 38420348dfc4a97f5240862be8061c9063b6c1cf..85b2ef4f2cf4c2ac5b83a7a926d7bfdd6ccd0ce5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpmux</title> +<title>rtpmux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpjitterbuffer.html" title="rtpjitterbuffer"> <link rel="next" href="gst-plugins-good-plugins-rtpptdemux.html" title="rtpptdemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -204,6 +204,7 @@ so they can be sent on the same port. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpmux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpmux.other_details"></a><h2>Types and Values</h2> @@ -255,7 +256,6 @@ so they can be sent on the same port. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html b/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html index 5b6a6ef84c7377e8548b1a8aa075ce44243ee0ab..286eb558c9c894f288b309ed610303add068d7f6 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpptdemux</title> +<title>rtpptdemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpmux.html" title="rtpmux"> <link rel="next" href="gst-plugins-good-plugins-rtpsession.html" title="rtpsession"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -200,6 +200,7 @@ payload type to fakesink, discarding the other payload types. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpptdemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpptdemux.other_details"></a><h2>Types and Values</h2> @@ -365,7 +366,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-rtpptdemux.html#Gs </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html b/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html index 710a1a70fbcede88fff1fdfac7d7622fd53ca0cf..74aea642fa153764fd5b556801733b39c312dfb2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtprtxreceive</title> +<title>rtprtxreceive: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtprtxsend.html" title="rtprtxsend"> <link rel="next" href="gst-plugins-good-plugins-sbcparse.html" title="sbcparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -324,6 +324,7 @@ You should hear a clear sound. (after a few seconds the two streams wave feel sy </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtprtxreceive.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtprtxreceive.other_details"></a><h2>Types and Values</h2> @@ -381,7 +382,6 @@ You should hear a clear sound. (after a few seconds the two streams wave feel sy </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html b/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html index 9b3f55e117ab0e0ab8da3781cc056d708eece6e3..9d136f3366ff0300e7a2d607590a5e6ffa8e2df2 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtprtxsend</title> +<title>rtprtxsend: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpssrcdemux.html" title="rtpssrcdemux"> <link rel="next" href="gst-plugins-good-plugins-rtprtxreceive.html" title="rtprtxreceive"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -199,6 +199,7 @@ this as an auxiliary stream. RTX is SSRC-multiplexed</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtprtxsend.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtprtxsend.other_details"></a><h2>Types and Values</h2> @@ -268,7 +269,6 @@ this as an auxiliary stream. RTX is SSRC-multiplexed</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html b/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html index fd17b1276761ac92e6599e04bb67a24c00438a60..c8ec23a3225e82ed59026b0ec7034c3b10632e19 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpsbcpay</title> +<title>rtpsbcpay: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpjpegpay.html" title="rtpjpegpay"> <link rel="next" href="gst-plugins-good-plugins-rtspsrc.html" title="rtspsrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -158,6 +158,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpsbcpay.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpsbcpay.other_details"></a><h2>Types and Values</h2> @@ -181,7 +182,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html b/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html index 4e0d2f34e47fd7f7b34b6b8bb7f1e293b94c4c76..7fb46851297ef0eb7a8be85f37fe2117bfb49c0b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpsession</title> +<title>rtpsession: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpptdemux.html" title="rtpptdemux"> <link rel="next" href="gst-plugins-good-plugins-rtpssrcdemux.html" title="rtpssrcdemux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -111,6 +111,11 @@ <td class="property_name"><a class="link" href="gst-plugins-good-plugins-rtpsession.html#GstRtpSession--stats" title="The “stats†property">stats</a></td> <td class="property_flags">Read</td> </tr> +<tr> +<td class="property_type"><span class="type">GstRTPProfile</span></td> +<td class="property_name"><a class="link" href="gst-plugins-good-plugins-rtpsession.html#GstRtpSession--rtp-profile" title="The “rtp-profile†property">rtp-profile</a></td> +<td class="property_flags">Read / Write</td> +</tr> </tbody> </table></div> </div> @@ -513,6 +518,7 @@ keep (see <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstr </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpsession.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpsession.other_details"></a><h2>Types and Values</h2> @@ -531,7 +537,7 @@ keep (see <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstr <p>The bandwidth of the session in bytes per second (0 for auto-discover).</p> <p>Flags: Read / Write</p> <p>Allowed values: >= 0</p> -<p>Default value: 64000</p> +<p>Default value: 0</p> </div> <hr> <div class="refsect2"> @@ -571,7 +577,7 @@ keep (see <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstr <p>The RTCP bandwidth of the session in bytes per second (or as a real fraction of the RTP bandwidth if < 1.0).</p> <p>Flags: Read / Write</p> <p>Allowed values: >= 0</p> -<p>Default value: 3200</p> +<p>Default value: 0.05</p> </div> <hr> <div class="refsect2"> @@ -629,6 +635,14 @@ keep (see <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstr <p>Various statistics.</p> <p>Flags: Read</p> </div> +<hr> +<div class="refsect2"> +<a name="GstRtpSession--rtp-profile"></a><h3>The <code class="literal">“rtp-profileâ€</code> property</h3> +<pre class="programlisting"> “rtp-profile†<span class="type">GstRTPProfile</span></pre> +<p>RTP profile to use.</p> +<p>Flags: Read / Write</p> +<p>Default value: GST_RTP_PROFILE_AVP</p> +</div> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpsession.signal-details"></a><h2>Signal Details</h2> @@ -1029,7 +1043,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-rtpsession.html#Gs </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html b/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html index 2ab3d656ab519f04ac27a7672acf5957f4163787..5a40e51c1d85d74c33e57147ef59d0216fea6e21 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtpssrcdemux</title> +<title>rtpssrcdemux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpsession.html" title="rtpsession"> <link rel="next" href="gst-plugins-good-plugins-rtprtxsend.html" title="rtprtxsend"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -237,6 +237,7 @@ to fakesink, discarding the other SSRCs. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpssrcdemux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtpssrcdemux.other_details"></a><h2>Types and Values</h2> @@ -374,7 +375,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-rtpssrcdemux.html# </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html b/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html index 420754dbe7174ae59e020c9374e448563a3ca09a..ed25e8b1ac2b1a391a3cc9b5d4d82c2066e2b89c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: rtspsrc</title> +<title>rtspsrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtpsbcpay.html" title="rtpsbcpay"> <link rel="next" href="gst-plugins-good-plugins-rtpbin.html" title="rtpbin"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -379,6 +379,7 @@ fakesink. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtspsrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-rtspsrc.other_details"></a><h2>Types and Values</h2> @@ -582,7 +583,7 @@ keep alive and then this property needs to be set to FALSE.</p> "proxy" property contains a user-id already, that will take precedence.</p> <p>Flags: Read / Write</p> <p>Default value: ""</p> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -592,7 +593,7 @@ keep alive and then this property needs to be set to FALSE.</p> "proxy" property contains a password already, that will take precedence.</p> <p>Flags: Read / Write</p> <p>Default value: ""</p> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -665,7 +666,7 @@ user_function (<a class="link" href="gst-plugins-good-plugins-rtspsrc.html#GstRT do any state changes on <em class="parameter"><code>rtspsrc</code></em> because this might deadlock. If you want to modify the state as a result of this signal, post a -<span class="type">GST_MESSAGE_REQUEST_STATE</span> message on the bus or signal the main thread +<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstMessage.html#GST-MESSAGE-REQUEST-STATE:CAPS"><span class="type">GST_MESSAGE_REQUEST_STATE</span></a> message on the bus or signal the main thread in some other way.</p> <div class="refsect3"> <a name="id-1.2.123.13.2.6"></a><h4>Parameters</h4> @@ -699,7 +700,7 @@ in some other way.</p> </tbody> </table></div> </div> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -715,7 +716,7 @@ streams in the SDP. <em class="parameter"><code>sdp</code></em> do any state changes on <em class="parameter"><code>rtspsrc</code></em> because this might deadlock. If you want to modify the state as a result of this signal, post a -<span class="type">GST_MESSAGE_REQUEST_STATE</span> message on the bus or signal the main thread +<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstMessage.html#GST-MESSAGE-REQUEST-STATE:CAPS"><span class="type">GST_MESSAGE_REQUEST_STATE</span></a> message on the bus or signal the main thread in some other way.</p> <div class="refsect3"> <a name="id-1.2.123.13.3.6"></a><h4>Parameters</h4> @@ -744,7 +745,7 @@ in some other way.</p> </tbody> </table></div> </div> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -794,10 +795,9 @@ user_function (<a class="link" href="gst-plugins-good-plugins-rtspsrc.html#GstRT <a name="id-1.2.123.13.4.6"></a><h4>Returns</h4> <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when the stream should be selected, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> when the stream is to be ignored.</p> -<p></p> </div> <p>Flags: Run First</p> -<p class="since">Since 1.2</p> +<p class="since">Since: 1.2</p> </div> <hr> <div class="refsect2"> @@ -836,7 +836,7 @@ properties were configured.</p> </table></div> </div> <p>Flags: Run First</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -876,12 +876,11 @@ and authentication, and return them wrapped in a GstCaps.</p> </table></div> </div> <p>Flags: Run Last</p> -<p class="since">Since 1.4</p> +<p class="since">Since: 1.4</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html b/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html index 1252d28ecc3b7398f641b5c4d6d58069e931b0b6..408d668be98741dfa60ab27a33d2613b5e74cd84 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: sbcparse</title> +<title>sbcparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-rtprtxreceive.html" title="rtprtxreceive"> <link rel="next" href="gst-plugins-good-plugins-scaletempo.html" title="scaletempo"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -144,6 +144,7 @@ frames and timestamp them properly.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-sbcparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-sbcparse.other_details"></a><h2>Types and Values</h2> @@ -160,7 +161,6 @@ frames and timestamp them properly.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html b/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html index adce20db292b2b639ec5287c3fbf92422dc89883..93f78cacddf1168cab409773ac6208cd1e3feda5 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html +++ b/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: scaletempo</title> +<title>scaletempo: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-sbcparse.html" title="sbcparse"> <link rel="next" href="gst-plugins-good-plugins-shagadelictv.html" title="shagadelictv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -238,6 +238,7 @@ the algoritm looks. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-scaletempo.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-scaletempo.other_details"></a><h2>Types and Values</h2> @@ -288,7 +289,6 @@ the algoritm looks. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html b/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html index 44b2ae1ab8b1418c696311e640ed58e3ea7108ad..545b0ab2a39da77b15fe9a21f2dd3a8feabf1935 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: shagadelictv</title> +<title>shagadelictv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-scaletempo.html" title="scaletempo"> <link rel="next" href="gst-plugins-good-plugins-shapewipe.html" title="shapewipe"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -158,6 +158,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-shagadelictv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-shagadelictv.other_details"></a><h2>Types and Values</h2> @@ -170,7 +171,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html b/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html index 84e518aa5baf8630b39ad67c8ac9275b880c09f3..34a8835d0d7ab30ac4277d52c77451b4663406e1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html +++ b/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: shapewipe</title> +<title>shapewipe: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-shagadelictv.html" title="shagadelictv"> <link rel="next" href="gst-plugins-good-plugins-shout2send.html" title="shout2send"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -212,6 +212,7 @@ can be added by the border property.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-shapewipe.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-shapewipe.other_details"></a><h2>Types and Values</h2> @@ -244,7 +245,6 @@ can be added by the border property.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-shout2send.html b/docs/plugins/html/gst-plugins-good-plugins-shout2send.html index f5130eaade3b1fa153599f0152cab5e752d8fc80..459bf886fca2465590e3aeb94d88ecc545395198 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-shout2send.html +++ b/docs/plugins/html/gst-plugins-good-plugins-shout2send.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: shout2send</title> +<title>shout2send: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-shapewipe.html" title="shapewipe"> <link rel="next" href="gst-plugins-good-plugins-smpte.html" title="smpte"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -225,6 +225,14 @@ GstShout2send implements <td><p><span class="term"></span></p></td> <td> audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</td> </tr> +<tr> +<td><p><span class="term"></span></p></td> +<td> video/webm</td> +</tr> +<tr> +<td><p><span class="term"></span></p></td> +<td> audio/webm</td> +</tr> </tbody> </table></div> </div> @@ -234,6 +242,7 @@ GstShout2send implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-shout2send.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-shout2send.other_details"></a><h2>Types and Values</h2> @@ -380,7 +389,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-shout2send.html#Gs </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-smpte.html b/docs/plugins/html/gst-plugins-good-plugins-smpte.html index 06ea9c031f9bdb04b914565b45ea4597bf364ea1..5c09e48494ec58c701ef71bb031e90cfbb8099c0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-smpte.html +++ b/docs/plugins/html/gst-plugins-good-plugins-smpte.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: smpte</title> +<title>smpte: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-shout2send.html" title="shout2send"> <link rel="next" href="gst-plugins-good-plugins-smptealpha.html" title="smptealpha"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -231,6 +231,7 @@ edges of the transition are smoothed with a 20000 big border. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-smpte.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-smpte.other_details"></a><h2>Types and Values</h2> @@ -296,7 +297,6 @@ edges of the transition are smoothed with a 20000 big border. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html b/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html index fb17dbcda3056f266aa9ef47f0735c7f4fd6fe1b..977b972a1310e4962ce54853012ad906db2e2b6b 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html +++ b/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: smptealpha</title> +<title>smptealpha: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-smpte.html" title="smpte"> <link rel="next" href="gst-plugins-good-plugins-souphttpsrc.html" title="souphttpsrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -246,6 +246,7 @@ transparent image. The edges of the transition are smoothed with a </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-smptealpha.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-smptealpha.other_details"></a><h2>Types and Values</h2> @@ -303,7 +304,6 @@ transparent image. The edges of the transition are smoothed with a </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html b/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html index 9037c4d78d8edd899be3410b1f1353ad175cddef..b2875c00fd1abfa41084076ebafb6e0e65c9bdf3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: souphttpsrc</title> +<title>souphttpsrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-smptealpha.html" title="smptealpha"> <link rel="next" href="gst-plugins-good-plugins-spectrum.html" title="spectrum"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -272,6 +272,7 @@ GstSoupHTTPSrc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-souphttpsrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-souphttpsrc.other_details"></a><h2>Types and Values</h2> @@ -478,7 +479,6 @@ GstSoupHTTPSrc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-spectrum.html b/docs/plugins/html/gst-plugins-good-plugins-spectrum.html index 2e4444adaa1e8d60f0d5f0a66bf7336957c7e599..8cd0712fbf2ab7e3dc43ce26f2abd0e929fe8b8c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-spectrum.html +++ b/docs/plugins/html/gst-plugins-good-plugins-spectrum.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: spectrum</title> +<title>spectrum: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-souphttpsrc.html" title="souphttpsrc"> <link rel="next" href="gst-plugins-good-plugins-speexenc.html" title="speexenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -506,6 +506,7 @@ channels and the second dimension are the values.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-spectrum.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-spectrum.other_details"></a><h2>Types and Values</h2> @@ -587,7 +588,6 @@ channels and the second dimension are the values.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-speexdec.html b/docs/plugins/html/gst-plugins-good-plugins-speexdec.html index a5b3fd926e342d6a884cd05b7ada1a683bceaf58..14b0c7ccb1df49afb705a383148923cb6a321025 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-speexdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-speexdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: speexdec</title> +<title>speexdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-speexenc.html" title="speexenc"> <link rel="next" href="gst-plugins-good-plugins-splitfilesrc.html" title="splitfilesrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -158,6 +158,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-speexdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-speexdec.other_details"></a><h2>Types and Values</h2> @@ -180,7 +181,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-speexenc.html b/docs/plugins/html/gst-plugins-good-plugins-speexenc.html index 3c186bd074ab33bfb6e568b337a61be38f5890a1..c53ebf47574b6886660ac92c3b544babbdb94eeb 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-speexenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-speexenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: speexenc</title> +<title>speexenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-spectrum.html" title="spectrum"> <link rel="next" href="gst-plugins-good-plugins-speexdec.html" title="speexdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -217,6 +217,7 @@ GstSpeexEnc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-speexenc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-speexenc.other_details"></a><h2>Types and Values</h2> @@ -316,7 +317,6 @@ GstSpeexEnc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html b/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html index d28c0adc1546da3c49fc25cdac9b928536c39ee8..531633164274e954849b26db9d9690433ef55cd7 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: splitfilesrc</title> +<title>splitfilesrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-speexdec.html" title="speexdec"> <link rel="next" href="gst-plugins-good-plugins-splitmuxsrc.html" title="splitmuxsrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -174,6 +174,7 @@ directories). The results will be sorted.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-splitfilesrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-splitfilesrc.other_details"></a><h2>Types and Values</h2> @@ -200,7 +201,6 @@ directories). The results will be sorted.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html b/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html index c0e0881dd6d89ffd0782d5fefcdb10b4e069dd15..acf5fd2c187e2d10ba11eec9b9bf549afa4f2667 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: splitmuxsink</title> +<title>splitmuxsink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-splitmuxsrc.html" title="splitmuxsrc"> <link rel="next" href="gst-plugins-good-plugins-streaktv.html" title="streaktv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -248,6 +248,7 @@ and 1MB maximum size. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-splitmuxsink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-splitmuxsink.other_details"></a><h2>Types and Values</h2> @@ -309,7 +310,6 @@ and 1MB maximum size. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html b/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html index 2fa2630b7677b99f440108177c58d296ff37331a..f49f28d346c844cda805feb05a5ba45be510bebc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: splitmuxsrc</title> +<title>splitmuxsrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-splitfilesrc.html" title="splitfilesrc"> <link rel="next" href="gst-plugins-good-plugins-splitmuxsink.html" title="splitmuxsink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -221,6 +221,7 @@ as a single larger bytestream.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-splitmuxsrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-splitmuxsrc.other_details"></a><h2>Types and Values</h2> @@ -243,7 +244,6 @@ as a single larger bytestream.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-streaktv.html b/docs/plugins/html/gst-plugins-good-plugins-streaktv.html index 80c7724177dc37044e3073076357fea0cf36826a..178dc12cf3092c6095de14ce3f354f372271a735 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-streaktv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-streaktv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: streaktv</title> +<title>streaktv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-splitmuxsink.html" title="splitmuxsink"> <link rel="next" href="gst-plugins-good-plugins-taginject.html" title="taginject"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -174,6 +174,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-streaktv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-streaktv.other_details"></a><h2>Types and Values</h2> @@ -196,7 +197,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-taginject.html b/docs/plugins/html/gst-plugins-good-plugins-taginject.html index 565d93816d533cbadc2fc1ccd61d99d536159962..99150ad98b07a4f71f945e8ff0a8d1d061dc3715 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-taginject.html +++ b/docs/plugins/html/gst-plugins-good-plugins-taginject.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: taginject</title> +<title>taginject: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-streaktv.html" title="streaktv"> <link rel="next" href="gst-plugins-good-plugins-udpsrc.html" title="udpsrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -186,6 +186,7 @@ unmodified.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-taginject.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-taginject.other_details"></a><h2>Types and Values</h2> @@ -207,7 +208,6 @@ unmodified.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-udpsink.html b/docs/plugins/html/gst-plugins-good-plugins-udpsink.html index 9330deb49c9d02b441899a3f2227a8768045cde4..43d12778bee2c054fc7f4b9dae870a17982de9c9 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-udpsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-udpsink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: udpsink</title> +<title>udpsink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-udpsrc.html" title="udpsrc"> <link rel="next" href="gst-plugins-good-plugins-v4l2src.html" title="v4l2src"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -166,6 +166,7 @@ It can be combined with RTP payloaders to implement RTP streaming.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-udpsink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-udpsink.other_details"></a><h2>Types and Values</h2> @@ -201,7 +202,6 @@ It can be combined with RTP payloaders to implement RTP streaming.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html b/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html index 801d009a05c4ff5bb48dbc92d347e2804f2fb31e..de2bd3c8d3d9cfc4baf336af9d188bcb4dffbd92 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: udpsrc</title> +<title>udpsrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-taginject.html" title="taginject"> <link rel="next" href="gst-plugins-good-plugins-udpsink.html" title="udpsink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -321,6 +321,7 @@ above mentioned pipeline should dump data packets to the console. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-udpsrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-udpsrc.other_details"></a><h2>Types and Values</h2> @@ -485,7 +486,6 @@ above mentioned pipeline should dump data packets to the console. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html b/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html index 0e2e03379c8f5b2e198da362faeac415f39cceeb..b6aa0dbcff77160b6ba37186f75bb76c2e9b3370 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html +++ b/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: v4l2radio</title> +<title>v4l2radio: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-v4l2sink.html" title="v4l2sink"> <link rel="next" href="gst-plugins-good-plugins-vertigotv.html" title="vertigotv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -124,6 +124,7 @@ GstV4l2Radio implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-v4l2radio.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-v4l2radio.other_details"></a><h2>Types and Values</h2> @@ -155,7 +156,6 @@ GstV4l2Radio implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html b/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html index bc5c790b0e742ceade391462b85c7ab5af537724..6bc01279183c6ca692395ead38640bc2fa17151d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: v4l2sink</title> +<title>v4l2sink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-v4l2src.html" title="v4l2src"> <link rel="next" href="gst-plugins-good-plugins-v4l2radio.html" title="v4l2radio"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -306,6 +306,7 @@ GstV4l2Sink implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-v4l2sink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-v4l2sink.other_details"></a><h2>Types and Values</h2> @@ -505,7 +506,6 @@ GstV4l2Sink implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html b/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html index 9384f28e0656f7509ec79803d2b4aefee767c2d0..cabfd081b56c1928a372f42b92a7f7e82c3df802 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html +++ b/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: v4l2src</title> +<title>v4l2src: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-udpsink.html" title="udpsink"> <link rel="next" href="gst-plugins-good-plugins-v4l2sink.html" title="v4l2sink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -287,6 +287,7 @@ GstV4l2Src implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-v4l2src.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-v4l2src.other_details"></a><h2>Types and Values</h2> @@ -466,7 +467,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-v4l2src.html#GstV4 </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html b/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html index 0395001daa0091ad1abcc504b758734a246bfcbe..d811a1cc86a2d039aaafafe54b4a12d614600afe 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: vertigotv</title> +<title>vertigotv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-v4l2radio.html" title="v4l2radio"> <link rel="next" href="gst-plugins-good-plugins-videobalance.html" title="videobalance"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -197,6 +197,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-vertigotv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-vertigotv.other_details"></a><h2>Types and Values</h2> @@ -263,7 +264,6 @@ user_function (<a class="link" href="gst-plugins-good-plugins-vertigotv.html#Gst </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-videobalance.html b/docs/plugins/html/gst-plugins-good-plugins-videobalance.html index 505cdcd909fb0cdacf110e2e8d5182c187370c83..487dfc016b89020f491b0f7a51d90f7cb0a4323f 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videobalance.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videobalance.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videobalance</title> +<title>videobalance: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-vertigotv.html" title="vertigotv"> <link rel="next" href="gst-plugins-good-plugins-videobox.html" title="videobox"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -207,6 +207,7 @@ saturation to 0.0. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videobalance.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videobalance.other_details"></a><h2>Types and Values</h2> @@ -256,7 +257,6 @@ saturation to 0.0. </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-videobox.html b/docs/plugins/html/gst-plugins-good-plugins-videobox.html index 3dfa42553900b4a51dcc4a1e7b3dbe9b45ac815a..9ea84e712eb265ad63f2234e7fc550789d19fe6c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videobox.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videobox.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videobox</title> +<title>videobox: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-videobalance.html" title="videobalance"> <link rel="next" href="gst-plugins-good-plugins-videocrop.html" title="videocrop"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -145,12 +145,92 @@ but nothing stops you from doing so.</p> </table> </div> -<p></p> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.157.7.9.1.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-good-plugins-plugin-videobox.html#plugin-videobox">videobox</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Wim Taymans <wim@fluendo.com></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Filter/Effect/Video</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.157.7.9.1.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>video/x-raw, format=(string){ AYUV, ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx, RGB, BGR, Y444, Y42B, YUY2, YVYU, UYVY, I420, YV12, Y41B, GRAY8, GRAY16_BE, GRAY16_LE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>video/x-raw, format=(string){ AYUV, ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx, RGB, BGR, Y444, Y42B, YUY2, YVYU, UYVY, I420, YV12, Y41B, GRAY8, GRAY16_BE, GRAY16_LE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> +</tr> +</tbody> +</table></div> +</div> +</div> <p> </p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videobox.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videobox.other_details"></a><h2>Types and Values</h2> @@ -236,7 +316,6 @@ video to be centered in the output.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-videocrop.html b/docs/plugins/html/gst-plugins-good-plugins-videocrop.html index d953a8330c539a50b1497b16492f05ca3d1ff28f..a0eb16627ca34896545f9d83670b33f200fdf2d3 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videocrop.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videocrop.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videocrop</title> +<title>videocrop: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-videobox.html" title="videobox"> <link rel="next" href="gst-plugins-good-plugins-videoflip.html" title="videoflip"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -204,6 +204,7 @@ most use cases, but it might matter for yours.</p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videocrop.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videocrop.other_details"></a><h2>Types and Values</h2> @@ -258,7 +259,6 @@ most use cases, but it might matter for yours.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-videoflip.html b/docs/plugins/html/gst-plugins-good-plugins-videoflip.html index 47e041858edffd8e8d6750e87fd746345673f19b..5fac678331cd753d6393b52b4ea81188498360cc 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videoflip.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videoflip.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videoflip</title> +<title>videoflip: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-videocrop.html" title="videocrop"> <link rel="next" href="gst-plugins-good-plugins-videomixer.html" title="videomixer"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -180,6 +180,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videoflip.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videoflip.other_details"></a><h2>Types and Values</h2> @@ -281,7 +282,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-videomixer.html b/docs/plugins/html/gst-plugins-good-plugins-videomixer.html index 56be28130687496366ba6fe69966517c1cfe37ae..06e6adb820ac06f1aeac26d70230b19ec4701e4d 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-videomixer.html +++ b/docs/plugins/html/gst-plugins-good-plugins-videomixer.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: videomixer</title> +<title>videomixer: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-videoflip.html" title="videoflip"> <link rel="next" href="gst-plugins-good-plugins-vp8dec.html" title="vp8dec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -222,13 +222,13 @@ framerate of the output video is 10 frames per second. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videomixer.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-videomixer.other_details"></a><h2>Types and Values</h2> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html b/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html index 64a3f4b7c923ec8369212aa77f05776c5c947f89..a0b230cc6aa2c296d8cfe93a6615c0dde65689e6 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: vp8dec</title> +<title>vp8dec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-videomixer.html" title="videomixer"> <link rel="next" href="gst-plugins-good-plugins-vp8enc.html" title="vp8enc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -180,6 +180,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-vp8dec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-vp8dec.other_details"></a><h2>Types and Values</h2> @@ -237,7 +238,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html b/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html index b5e7f8906ea430443f1b6f4a2a3fedc96199a017..3c47e8013027bf5ca0da4b9b4fc10c14e86165ab 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: vp8enc</title> +<title>vp8enc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-vp8dec.html" title="vp8dec"> <link rel="next" href="gst-plugins-good-plugins-warptv.html" title="warptv"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -429,7 +429,7 @@ GstVP8Enc implements </tr> <tr> <td><p><span class="term">details</span></p></td> -<td>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> +<td>video/x-raw, format=(string)I420, width=(int)[ 1, 16383 ], height=(int)[ 1, 16383 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td> </tr> </tbody> </table></div> @@ -464,6 +464,7 @@ GstVP8Enc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-vp8enc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-vp8enc.other_details"></a><h2>Types and Values</h2> @@ -980,7 +981,6 @@ GstVP8Enc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-warptv.html b/docs/plugins/html/gst-plugins-good-plugins-warptv.html index 703e238398864ba78bd3983ff781ef35d515a14e..9b58af56455beab58a2d73578773912da828a982 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-warptv.html +++ b/docs/plugins/html/gst-plugins-good-plugins-warptv.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: warptv</title> +<title>warptv: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-vp8enc.html" title="vp8enc"> <link rel="next" href="gst-plugins-good-plugins-wavenc.html" title="wavenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -158,6 +158,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-warptv.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-warptv.other_details"></a><h2>Types and Values</h2> @@ -170,7 +171,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html b/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html index a860b12fc7c2027fe1c2155692fb918d67156047..478b51adc7560f5b7e6627cfbd8978799e95e22e 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html +++ b/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: waveformsink</title> +<title>waveformsink: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-wavenc.html" title="wavenc"> <link rel="next" href="gst-plugins-good-plugins-wavpackdec.html" title="wavpackdec"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -83,6 +83,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-waveformsink.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-waveformsink.other_details"></a><h2>Types and Values</h2> @@ -132,7 +133,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavenc.html b/docs/plugins/html/gst-plugins-good-plugins-wavenc.html index 95f26338f3902499cb7f912d98f350c9fc5c4fa5..4bc4c7e5c4de484d9cc6189b92d68fd683588723 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: wavenc</title> +<title>wavenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-warptv.html" title="warptv"> <link rel="next" href="gst-plugins-good-plugins-waveformsink.html" title="waveformsink"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -186,6 +186,7 @@ GstWavEnc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavenc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavenc.other_details"></a><h2>Types and Values</h2> @@ -198,7 +199,6 @@ GstWavEnc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html b/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html index 71a803f2775c47506870c0e1b08674cbbaa2bf47..bb1586dd0422ec54d0238101c813305fae2c39a8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: wavpackdec</title> +<title>wavpackdec: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-waveformsink.html" title="waveformsink"> <link rel="next" href="gst-plugins-good-plugins-wavpackenc.html" title="wavpackenc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -150,6 +150,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavpackdec.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavpackdec.other_details"></a><h2>Types and Values</h2> @@ -162,7 +163,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html b/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html index 82ed6db43a813fc358d4718a0aaaa5f46890c82e..980f5701c3cfd856046d015c5c7064205fa4089c 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: wavpackenc</title> +<title>wavpackenc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-wavpackdec.html" title="wavpackdec"> <link rel="next" href="gst-plugins-good-plugins-wavpackparse.html" title="wavpackparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -221,6 +221,7 @@ GstWavpackEnc implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavpackenc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavpackenc.other_details"></a><h2>Types and Values</h2> @@ -294,7 +295,6 @@ GstWavpackEnc implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html b/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html index dc19e0ac977f4a5e2c8669208758fcecf16ec44d..3afa07dcab0a2586e805ccb52e9cb45ab67dadd1 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: wavpackparse</title> +<title>wavpackparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-wavpackenc.html" title="wavpackenc"> <link rel="next" href="gst-plugins-good-plugins-wavparse.html" title="wavparse"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -161,6 +161,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavpackparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavpackparse.other_details"></a><h2>Types and Values</h2> @@ -176,7 +177,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-wavparse.html b/docs/plugins/html/gst-plugins-good-plugins-wavparse.html index 62fe47b11c2334c8a2b146a0ac13130e5910f8c9..9f11eb5767e485a666f37759818d6d0e6d3fc98a 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-wavparse.html +++ b/docs/plugins/html/gst-plugins-good-plugins-wavparse.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: wavparse</title> +<title>wavparse: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-wavpackparse.html" title="wavpackparse"> <link rel="next" href="gst-plugins-good-plugins-webmmux.html" title="webmmux"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -290,6 +290,7 @@ wav file is assumed to contain raw uncompressed samples. </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavparse.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-wavparse.other_details"></a><h2>Types and Values</h2> @@ -315,7 +316,6 @@ in there and hopes it doesn't break too much.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-webmmux.html b/docs/plugins/html/gst-plugins-good-plugins-webmmux.html index b509eaa9fa790d4cb3e56271e25328df94bdbe74..edc65c579d1b09c8dcaefc018c38cb58b6cdceb0 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-webmmux.html +++ b/docs/plugins/html/gst-plugins-good-plugins-webmmux.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: webmmux</title> +<title>webmmux: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-wavparse.html" title="wavparse"> <link rel="next" href="gst-plugins-good-plugins-ximagesrc.html" title="ximagesrc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -265,6 +265,7 @@ GstWebMMux implements </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-webmmux.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-webmmux.other_details"></a><h2>Types and Values</h2> @@ -277,7 +278,6 @@ GstWebMMux implements </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html b/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html index 5156a8cba06d75b3cdd755cffe790fb04fc2f356..7540b7c344960168152bfe5943b17ea3181704d8 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: ximagesrc</title> +<title>ximagesrc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-webmmux.html" title="webmmux"> <link rel="next" href="gst-plugins-good-plugins-y4menc.html" title="y4menc"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -189,6 +189,7 @@ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-ximagesrc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-ximagesrc.other_details"></a><h2>Types and Values</h2> @@ -296,7 +297,6 @@ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-good-plugins-y4menc.html b/docs/plugins/html/gst-plugins-good-plugins-y4menc.html index 1e848143dcf99a9fa081a8ef7b953ce4c77fa9c8..a03455cfd913bc62a9b8be7197648f13da437c31 100644 --- a/docs/plugins/html/gst-plugins-good-plugins-y4menc.html +++ b/docs/plugins/html/gst-plugins-good-plugins-y4menc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GStreamer Good Plugins 1.0 Plugins Reference Manual: y4menc</title> +<title>y4menc: GStreamer Good Plugins 1.0 Plugins Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="up" href="ch01.html" title="gst-plugins-good Elements"> <link rel="prev" href="gst-plugins-good-plugins-ximagesrc.html" title="ximagesrc"> <link rel="next" href="ch02.html" title="gst-plugins-good Plugins"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -165,6 +165,7 @@ gst-launch-0.10 videotestsrc num-buffers=250 \ </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-y4menc.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="gst-plugins-good-plugins-y4menc.other_details"></a><h2>Types and Values</h2> @@ -177,7 +178,6 @@ gst-launch-0.10 videotestsrc num-buffers=250 \ </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/index.html b/docs/plugins/html/index.html index b273ee58288626ae093c86e52818339ef72204bb..0fc7a6e420e65c8172dd3b343015cb374346f60e 100644 --- a/docs/plugins/html/index.html +++ b/docs/plugins/html/index.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GStreamer Good Plugins 1.0 Plugins Reference Manual"> <link rel="next" href="ch01.html" title="gst-plugins-good Elements"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -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.5.0.1) + for GStreamer Good Plugins 1.0 (1.5.1) 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> @@ -543,214 +543,214 @@ the splitmuxsink element.</span> <dt><span class="chapter"><a href="ch02.html">gst-plugins-good Plugins</a></span></dt> <dd><dl> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-1394.html">1394</a></span><span class="refpurpose">Source for video data via IEEE1394 interface</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-1394.html">1394</a></span><span class="refpurpose"> — Source for video data via IEEE1394 interface</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-aasink.html">aasink</a></span><span class="refpurpose">ASCII Art video sink</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-aasink.html">aasink</a></span><span class="refpurpose"> — ASCII Art video sink</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alaw.html">alaw</a></span><span class="refpurpose">ALaw audio conversion routines</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alaw.html">alaw</a></span><span class="refpurpose"> — ALaw audio conversion routines</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alpha.html">alpha</a></span><span class="refpurpose">adds an alpha channel to video - constant or via chroma-keying</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alpha.html">alpha</a></span><span class="refpurpose"> — adds an alpha channel to video - constant or via chroma-keying</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alphacolor.html">alphacolor</a></span><span class="refpurpose">RGBA from/to AYUV colorspace conversion preserving the alpha channel</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alphacolor.html">alphacolor</a></span><span class="refpurpose"> — RGBA from/to AYUV colorspace conversion preserving the alpha channel</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-apetag.html">apetag</a></span><span class="refpurpose">APEv1/2 tag reader</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-apetag.html">apetag</a></span><span class="refpurpose"> — APEv1/2 tag reader</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-audiofx.html">audiofx</a></span><span class="refpurpose">Audio effects plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-audiofx.html">audiofx</a></span><span class="refpurpose"> — Audio effects plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-auparse.html">auparse</a></span><span class="refpurpose">parses au streams</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-auparse.html">auparse</a></span><span class="refpurpose"> — parses au streams</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-autodetect.html">autodetect</a></span><span class="refpurpose">Plugin contains auto-detection plugins for video/audio in- and outputs</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-autodetect.html">autodetect</a></span><span class="refpurpose"> — Plugin contains auto-detection plugins for video/audio in- and outputs</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-avi.html">avi</a></span><span class="refpurpose">AVI stream handling</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-avi.html">avi</a></span><span class="refpurpose"> — AVI stream handling</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cacasink.html">cacasink</a></span><span class="refpurpose">Colored ASCII Art video sink</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cacasink.html">cacasink</a></span><span class="refpurpose"> — Colored ASCII Art video sink</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cairo.html">cairo</a></span><span class="refpurpose">Cairo-based elements</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cairo.html">cairo</a></span><span class="refpurpose"> — Cairo-based elements</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cutter.html">cutter</a></span><span class="refpurpose">Audio Cutter to split audio into non-silent bits</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-cutter.html">cutter</a></span><span class="refpurpose"> — Audio Cutter to split audio into non-silent bits</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-debug.html">debug</a></span><span class="refpurpose">elements for testing and debugging</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-debug.html">debug</a></span><span class="refpurpose"> — elements for testing and debugging</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-deinterlace.html">deinterlace</a></span><span class="refpurpose">Deinterlacer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-deinterlace.html">deinterlace</a></span><span class="refpurpose"> — Deinterlacer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-directsound.html">directsound</a></span><span class="refpurpose">DirectSound plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-directsound.html">directsound</a></span><span class="refpurpose"> — DirectSound plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-dtmf.html">dtmf</a></span><span class="refpurpose">DTMF plugins</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-dtmf.html">dtmf</a></span><span class="refpurpose"> — DTMF plugins</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-dv.html">dv</a></span><span class="refpurpose">DV demuxer and decoder based on libdv (libdv.sf.net)</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-dv.html">dv</a></span><span class="refpurpose"> — DV demuxer and decoder based on libdv (libdv.sf.net)</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-equalizer.html">equalizer</a></span><span class="refpurpose">GStreamer audio equalizers</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-equalizer.html">equalizer</a></span><span class="refpurpose"> — GStreamer audio equalizers</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-effectv.html">effectv</a></span><span class="refpurpose">effect plugins from the effectv project</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-effectv.html">effectv</a></span><span class="refpurpose"> — effect plugins from the effectv project</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flac.html">flac</a></span><span class="refpurpose">The FLAC Lossless compressor Codec</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flac.html">flac</a></span><span class="refpurpose"> — The FLAC Lossless compressor Codec</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flv.html">flv</a></span><span class="refpurpose">FLV muxing and demuxing plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flv.html">flv</a></span><span class="refpurpose"> — FLV muxing and demuxing plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flxdec.html">flxdec</a></span><span class="refpurpose">FLC/FLI/FLX video decoder</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-flxdec.html">flxdec</a></span><span class="refpurpose"> — FLC/FLI/FLX video decoder</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-gdkpixbuf.html">gdkpixbuf</a></span><span class="refpurpose">GdkPixbuf-based image decoder, overlay and sink</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-gdkpixbuf.html">gdkpixbuf</a></span><span class="refpurpose"> — GdkPixbuf-based image decoder, overlay and sink</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-goom.html">goom</a></span><span class="refpurpose">GOOM visualization filter</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-goom.html">goom</a></span><span class="refpurpose"> — GOOM visualization filter</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-goom2k1.html">goom2k1</a></span><span class="refpurpose">GOOM 2k1 visualization filter</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-goom2k1.html">goom2k1</a></span><span class="refpurpose"> — GOOM 2k1 visualization filter</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-icydemux.html">icydemux</a></span><span class="refpurpose">Demux ICY tags from a stream</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-icydemux.html">icydemux</a></span><span class="refpurpose"> — Demux ICY tags from a stream</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-id3demux.html">id3demux</a></span><span class="refpurpose">Demux ID3v1 and ID3v2 tags from a file</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-id3demux.html">id3demux</a></span><span class="refpurpose"> — Demux ID3v1 and ID3v2 tags from a file</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-imagefreeze.html">imagefreeze</a></span><span class="refpurpose">Still frame stream generator</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-imagefreeze.html">imagefreeze</a></span><span class="refpurpose"> — Still frame stream generator</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-interleave.html">interleave</a></span><span class="refpurpose">Audio interleaver/deinterleaver</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-interleave.html">interleave</a></span><span class="refpurpose"> — Audio interleaver/deinterleaver</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-isomp4.html">isomp4</a></span><span class="refpurpose">ISO base media file format support (mp4, 3gpp, qt, mj2)</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-isomp4.html">isomp4</a></span><span class="refpurpose"> — ISO base media file format support (mp4, 3gpp, qt, mj2)</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-jack.html">jack</a></span><span class="refpurpose">JACK audio elements</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-jack.html">jack</a></span><span class="refpurpose"> — JACK audio elements</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-jpeg.html">jpeg</a></span><span class="refpurpose">JPeg plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-jpeg.html">jpeg</a></span><span class="refpurpose"> — JPeg plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-level.html">level</a></span><span class="refpurpose">Audio level plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-level.html">level</a></span><span class="refpurpose"> — Audio level plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-matroska.html">matroska</a></span><span class="refpurpose">Matroska and WebM stream handling</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-matroska.html">matroska</a></span><span class="refpurpose"> — Matroska and WebM stream handling</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-monoscope.html">monoscope</a></span><span class="refpurpose">Monoscope visualization</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-monoscope.html">monoscope</a></span><span class="refpurpose"> — Monoscope visualization</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-mulaw.html">mulaw</a></span><span class="refpurpose">MuLaw audio conversion routines</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-mulaw.html">mulaw</a></span><span class="refpurpose"> — MuLaw audio conversion routines</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-multifile.html">multifile</a></span><span class="refpurpose">Reads/Writes buffers from/to sequentially named files</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-multifile.html">multifile</a></span><span class="refpurpose"> — Reads/Writes buffers from/to sequentially named files</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-multipart.html">multipart</a></span><span class="refpurpose">multipart stream manipulation</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-multipart.html">multipart</a></span><span class="refpurpose"> — multipart stream manipulation</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-navigationtest.html">navigationtest</a></span><span class="refpurpose">Template for a video filter</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-navigationtest.html">navigationtest</a></span><span class="refpurpose"> — Template for a video filter</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-oss4.html">oss4</a></span><span class="refpurpose">Open Sound System (OSS) version 4 support for GStreamer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-oss4.html">oss4</a></span><span class="refpurpose"> — Open Sound System (OSS) version 4 support for GStreamer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-ossaudio.html">ossaudio</a></span><span class="refpurpose">OSS (Open Sound System) support for GStreamer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-ossaudio.html">ossaudio</a></span><span class="refpurpose"> — OSS (Open Sound System) support for GStreamer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-osxaudio.html">osxaudio</a></span><span class="refpurpose">OSX (Mac OS X) audio support for GStreamer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-osxaudio.html">osxaudio</a></span><span class="refpurpose"> — OSX (Mac OS X) audio support for GStreamer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-osxvideo.html">osxvideo</a></span><span class="refpurpose">OSX native video output plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-osxvideo.html">osxvideo</a></span><span class="refpurpose"> — OSX native video output plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-png.html">png</a></span><span class="refpurpose">PNG plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-png.html">png</a></span><span class="refpurpose"> — PNG plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-pulseaudio.html">pulseaudio</a></span><span class="refpurpose">PulseAudio plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-pulseaudio.html">pulseaudio</a></span><span class="refpurpose"> — PulseAudio plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-replaygain.html">replaygain</a></span><span class="refpurpose">ReplayGain volume normalization</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-replaygain.html">replaygain</a></span><span class="refpurpose"> — ReplayGain volume normalization</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtp.html">rtp</a></span><span class="refpurpose">Real-time protocol plugins</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtp.html">rtp</a></span><span class="refpurpose"> — Real-time protocol plugins</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtpmanager.html">rtpmanager</a></span><span class="refpurpose">RTP session management plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtpmanager.html">rtpmanager</a></span><span class="refpurpose"> — RTP session management plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtsp.html">rtsp</a></span><span class="refpurpose">transfer data via RTSP</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-rtsp.html">rtsp</a></span><span class="refpurpose"> — transfer data via RTSP</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-shapewipe.html">shapewipe</a></span><span class="refpurpose">Shape Wipe transition filter</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-shapewipe.html">shapewipe</a></span><span class="refpurpose"> — Shape Wipe transition filter</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-shout2send.html">shout2send</a></span><span class="refpurpose">Sends data to an icecast server using libshout2</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-shout2send.html">shout2send</a></span><span class="refpurpose"> — Sends data to an icecast server using libshout2</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-smpte.html">smpte</a></span><span class="refpurpose">Apply the standard SMPTE transitions on video images</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-smpte.html">smpte</a></span><span class="refpurpose"> — Apply the standard SMPTE transitions on video images</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-soup.html">soup</a></span><span class="refpurpose">libsoup HTTP client src/sink</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-soup.html">soup</a></span><span class="refpurpose"> — libsoup HTTP client src/sink</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-spectrum.html">spectrum</a></span><span class="refpurpose">Run an FFT on the audio signal, output spectrum data</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-spectrum.html">spectrum</a></span><span class="refpurpose"> — Run an FFT on the audio signal, output spectrum data</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-speex.html">speex</a></span><span class="refpurpose">Speex plugin library</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-speex.html">speex</a></span><span class="refpurpose"> — Speex plugin library</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-taglib.html">taglib</a></span><span class="refpurpose">Tag writing plug-in based on taglib</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-taglib.html">taglib</a></span><span class="refpurpose"> — Tag writing plug-in based on taglib</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-udp.html">udp</a></span><span class="refpurpose">transfer data via UDP</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-udp.html">udp</a></span><span class="refpurpose"> — transfer data via UDP</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-video4linux2.html">video4linux2</a></span><span class="refpurpose">elements for Video 4 Linux</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-video4linux2.html">video4linux2</a></span><span class="refpurpose"> — elements for Video 4 Linux</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videobox.html">videobox</a></span><span class="refpurpose">resizes a video by adding borders or cropping</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videobox.html">videobox</a></span><span class="refpurpose"> — resizes a video by adding borders or cropping</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videocrop.html">videocrop</a></span><span class="refpurpose">Crops video into a user-defined region</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videocrop.html">videocrop</a></span><span class="refpurpose"> — Crops video into a user-defined region</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videofilter.html">videofilter</a></span><span class="refpurpose">Video filters plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videofilter.html">videofilter</a></span><span class="refpurpose"> — Video filters plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videomixer.html">videomixer</a></span><span class="refpurpose">Video mixer</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-videomixer.html">videomixer</a></span><span class="refpurpose"> — Video mixer</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-vpx.html">vpx</a></span><span class="refpurpose">VP8 plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-vpx.html">vpx</a></span><span class="refpurpose"> — VP8 plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-waveform.html">waveform</a></span><span class="refpurpose">WaveForm API based plugin</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-waveform.html">waveform</a></span><span class="refpurpose"> — WaveForm API based plugin</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavenc.html">wavenc</a></span><span class="refpurpose">Encode raw audio into WAV</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavenc.html">wavenc</a></span><span class="refpurpose"> — Encode raw audio into WAV</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavpack.html">wavpack</a></span><span class="refpurpose">Wavpack lossless/lossy audio format handling</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavpack.html">wavpack</a></span><span class="refpurpose"> — Wavpack lossless/lossy audio format handling</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavparse.html">wavparse</a></span><span class="refpurpose">Parse a .wav file into raw audio</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-wavparse.html">wavparse</a></span><span class="refpurpose"> — Parse a .wav file into raw audio</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-ximagesrc.html">ximagesrc</a></span><span class="refpurpose">X11 video input plugin using standard Xlib calls</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-ximagesrc.html">ximagesrc</a></span><span class="refpurpose"> — X11 video input plugin using standard Xlib calls</span> </dt> <dt> -<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-y4menc.html">y4menc</a></span><span class="refpurpose">Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</span> +<span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-y4menc.html">y4menc</a></span><span class="refpurpose"> — Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</span> </dt> </dl></dd> <dt><span class="chapter"><a href="ch03.html">gst-plugins-good Base Classes</a></span></dt> @@ -765,7 +765,6 @@ the splitmuxsink element.</span> </dl></div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/plugins/html/index.sgml b/docs/plugins/html/index.sgml index 153f82271c2359bc8a798affe80c101e652fc166..6250c7fc2ea586d540e2ef0aa3d9913948c2ac50 100644 --- a/docs/plugins/html/index.sgml +++ b/docs/plugins/html/index.sgml @@ -86,6 +86,10 @@ <ANCHOR id="gst-plugins-good-plugins-alpha.other_details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#gst-plugins-good-plugins-alpha.other_details"> <ANCHOR id="GstAlpha-struct" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#GstAlpha-struct"> <ANCHOR id="GstAlphaMethod" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#GstAlphaMethod"> +<ANCHOR id="ALPHA-METHOD-SET:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#ALPHA-METHOD-SET:CAPS"> +<ANCHOR id="ALPHA-METHOD-GREEN:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#ALPHA-METHOD-GREEN:CAPS"> +<ANCHOR id="ALPHA-METHOD-BLUE:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#ALPHA-METHOD-BLUE:CAPS"> +<ANCHOR id="ALPHA-METHOD-CUSTOM:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#ALPHA-METHOD-CUSTOM:CAPS"> <ANCHOR id="gst-plugins-good-plugins-alpha.property-details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#gst-plugins-good-plugins-alpha.property-details"> <ANCHOR id="GstAlpha--alpha" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#GstAlpha--alpha"> <ANCHOR id="GstAlpha--angle" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-alpha.html#GstAlpha--angle"> @@ -1040,6 +1044,12 @@ <ANCHOR id="gst-plugins-good-plugins-multifilesink.other_details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#gst-plugins-good-plugins-multifilesink.other_details"> <ANCHOR id="GstMultiFileSink-struct" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink-struct"> <ANCHOR id="GstMultiFileSinkNext" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSinkNext"> +<ANCHOR id="GST-MULTI-FILE-SINK-NEXT-BUFFER:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-BUFFER:CAPS"> +<ANCHOR id="GST-MULTI-FILE-SINK-NEXT-DISCONT:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-DISCONT:CAPS"> +<ANCHOR id="GST-MULTI-FILE-SINK-NEXT-KEY-FRAME:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-KEY-FRAME:CAPS"> +<ANCHOR id="GST-MULTI-FILE-SINK-NEXT-KEY-UNIT-EVENT:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-KEY-UNIT-EVENT:CAPS"> +<ANCHOR id="GST-MULTI-FILE-SINK-NEXT-MAX-SIZE:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-MAX-SIZE:CAPS"> +<ANCHOR id="GST-MULTI-FILE-SINK-NEXT-MAX-DURATION:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GST-MULTI-FILE-SINK-NEXT-MAX-DURATION:CAPS"> <ANCHOR id="gst-plugins-good-plugins-multifilesink.property-details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#gst-plugins-good-plugins-multifilesink.property-details"> <ANCHOR id="GstMultiFileSink--location" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--location"> <ANCHOR id="GstMultiFileSink--index" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--index"> @@ -1047,6 +1057,8 @@ <ANCHOR id="GstMultiFileSink--post-messages" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--post-messages"> <ANCHOR id="GstMultiFileSink--max-files" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--max-files"> <ANCHOR id="GstMultiFileSink--max-file-size" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--max-file-size"> +<ANCHOR id="GstMultiFileSink--aggregate-gops" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--aggregate-gops"> +<ANCHOR id="GstMultiFileSink--max-file-duration" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#GstMultiFileSink--max-file-duration"> <ANCHOR id="gst-plugins-good-plugins-multifilesink.see-also" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesink.html#gst-plugins-good-plugins-multifilesink.see-also"> <ANCHOR id="gst-plugins-good-plugins-multifilesrc" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html"> <ANCHOR id="gst-plugins-good-plugins-multifilesrc.properties" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-multifilesrc.html#gst-plugins-good-plugins-multifilesrc.properties"> @@ -1627,7 +1639,15 @@ <ANCHOR id="gst-plugins-good-plugins-rtpbin.other_details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#gst-plugins-good-plugins-rtpbin.other_details"> <ANCHOR id="GstRtpBin-struct" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin-struct"> <ANCHOR id="RTPJitterBufferMode" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#RTPJitterBufferMode"> +<ANCHOR id="RTP-JITTER-BUFFER-MODE-NONE:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-NONE:CAPS"> +<ANCHOR id="RTP-JITTER-BUFFER-MODE-SLAVE:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-SLAVE:CAPS"> +<ANCHOR id="RTP-JITTER-BUFFER-MODE-BUFFER:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-BUFFER:CAPS"> +<ANCHOR id="RTP-JITTER-BUFFER-MODE-SYNCED:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-SYNCED:CAPS"> +<ANCHOR id="RTP-JITTER-BUFFER-MODE-LAST:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#RTP-JITTER-BUFFER-MODE-LAST:CAPS"> <ANCHOR id="GstRTCPSync" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRTCPSync"> +<ANCHOR id="GST-RTP-BIN-RTCP-SYNC-ALWAYS:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GST-RTP-BIN-RTCP-SYNC-ALWAYS:CAPS"> +<ANCHOR id="GST-RTP-BIN-RTCP-SYNC-INITIAL:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GST-RTP-BIN-RTCP-SYNC-INITIAL:CAPS"> +<ANCHOR id="GST-RTP-BIN-RTCP-SYNC-RTP:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GST-RTP-BIN-RTCP-SYNC-RTP:CAPS"> <ANCHOR id="gst-plugins-good-plugins-rtpbin.property-details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#gst-plugins-good-plugins-rtpbin.property-details"> <ANCHOR id="GstRtpBin--do-lost" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin--do-lost"> <ANCHOR id="GstRtpBin--latency" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin--latency"> @@ -1642,6 +1662,7 @@ <ANCHOR id="GstRtpBin--drop-on-latency" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin--drop-on-latency"> <ANCHOR id="GstRtpBin--do-sync-event" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin--do-sync-event"> <ANCHOR id="GstRtpBin--do-retransmission" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin--do-retransmission"> +<ANCHOR id="GstRtpBin--rtp-profile" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin--rtp-profile"> <ANCHOR id="gst-plugins-good-plugins-rtpbin.signal-details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#gst-plugins-good-plugins-rtpbin.signal-details"> <ANCHOR id="GstRtpBin-clear-pt-map" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin-clear-pt-map"> <ANCHOR id="GstRtpBin-get-internal-session" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpbin.html#GstRtpBin-get-internal-session"> @@ -1719,6 +1740,8 @@ <ANCHOR id="GstRtpJitterBuffer--stats" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--stats"> <ANCHOR id="GstRtpJitterBuffer--rtx-min-delay" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-min-delay"> <ANCHOR id="GstRtpJitterBuffer--rtx-min-retry-timeout" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-min-retry-timeout"> +<ANCHOR id="GstRtpJitterBuffer--rtx-max-retries" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-max-retries"> +<ANCHOR id="GstRtpJitterBuffer--rtx-next-seqnum" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer--rtx-next-seqnum"> <ANCHOR id="gst-plugins-good-plugins-rtpjitterbuffer.signal-details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html#gst-plugins-good-plugins-rtpjitterbuffer.signal-details"> <ANCHOR id="GstRtpJitterBuffer-clear-pt-map" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer-clear-pt-map"> <ANCHOR id="GstRtpJitterBuffer-handle-sync" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpjitterbuffer.html#GstRtpJitterBuffer-handle-sync"> @@ -1778,6 +1801,7 @@ <ANCHOR id="GstRtpSession--rtcp-min-interval" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html#GstRtpSession--rtcp-min-interval"> <ANCHOR id="GstRtpSession--probation" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html#GstRtpSession--probation"> <ANCHOR id="GstRtpSession--stats" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html#GstRtpSession--stats"> +<ANCHOR id="GstRtpSession--rtp-profile" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html#GstRtpSession--rtp-profile"> <ANCHOR id="gst-plugins-good-plugins-rtpsession.signal-details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html#gst-plugins-good-plugins-rtpsession.signal-details"> <ANCHOR id="GstRtpSession-clear-pt-map" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html#GstRtpSession-clear-pt-map"> <ANCHOR id="GstRtpSession-on-bye-ssrc" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-rtpsession.html#GstRtpSession-on-bye-ssrc"> @@ -2281,6 +2305,15 @@ <ANCHOR id="gst-plugins-good-plugins-videoflip.other_details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#gst-plugins-good-plugins-videoflip.other_details"> <ANCHOR id="GstVideoFlip-struct" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GstVideoFlip-struct"> <ANCHOR id="GstVideoFlipMethod" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GstVideoFlipMethod"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-IDENTITY:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-IDENTITY:CAPS"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-90R:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-90R:CAPS"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-180:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-180:CAPS"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-90L:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-90L:CAPS"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-HORIZ:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-HORIZ:CAPS"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-VERT:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-VERT:CAPS"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-TRANS:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-TRANS:CAPS"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-OTHER:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-OTHER:CAPS"> +<ANCHOR id="GST-VIDEO-FLIP-METHOD-AUTO:CAPS" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GST-VIDEO-FLIP-METHOD-AUTO:CAPS"> <ANCHOR id="gst-plugins-good-plugins-videoflip.property-details" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#gst-plugins-good-plugins-videoflip.property-details"> <ANCHOR id="GstVideoFlip--method" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videoflip.html#GstVideoFlip--method"> <ANCHOR id="gst-plugins-good-plugins-videomixer" href="gst-plugins-good-plugins-1.0/gst-plugins-good-plugins-videomixer.html"> diff --git a/docs/plugins/html/style.css b/docs/plugins/html/style.css index c141ddd2914c09b7bcaad499357c411916c4c833..367542097b0e0b34f1a6cb7ee25d8de3ad0bb8d5 100644 --- a/docs/plugins/html/style.css +++ b/docs/plugins/html/style.css @@ -60,7 +60,7 @@ a:hover div.informaltable table { border-collapse: separate; - border-spacing: 1em 0.5em; + border-spacing: 1em 0.3em; border: none; } @@ -148,6 +148,8 @@ div.table table th h4 { color: #555753; + margin-top: 1em; + margin-bottom: 1em; } hr @@ -166,17 +168,16 @@ dl.toc dt padding-bottom: 0.25em; } -dl.toc > dd > dl > dt +dl.toc > dt { padding-top: 0.25em; padding-bottom: 0.25em; + font-weight: bold; } -dl.toc > dt +dl.toc > dl { - padding-top: 1em; padding-bottom: 0.5em; - font-weight: bold; } .parameter @@ -346,7 +347,9 @@ acronym,abbr } @media screen { - sup a.footnote + /* these have a <sup> as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote { position: relative; top: 0em ! important; diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index c79af6a856a1bed8ebd8e92710f1aa723a99f050..cafa3b1934bf3da6490764d8ce35fcd0645e4555 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -3,10 +3,10 @@ <description>Source for video data via IEEE1394 interface</description> <filename>../../ext/raw1394/.libs/libgst1394.so</filename> <basename>libgst1394.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index 0089eb4c2d31976774ee2fc6b0c6d0c9b5f8c3ff..99ceb50a5daa4c2d922125ac93a43289dbd3cbfc 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -3,10 +3,10 @@ <description>ASCII Art video sink</description> <filename>../../ext/aalib/.libs/libgstaasink.so</filename> <basename>libgstaasink.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index fcfca87180f07737b46478fae04fae1f79f23062..960f68389c9a2c819e4554979acf0eef373f0365 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -3,10 +3,10 @@ <description>ALaw audio conversion routines</description> <filename>../../gst/law/.libs/libgstalaw.so</filename> <basename>libgstalaw.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 487c946031ef5dfb7c0011dda77e3b6f12b81b06..c52a262cd5e996e5db15e980d57a16e0c09036f6 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -3,10 +3,10 @@ <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.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index 2f98652b86f0fba62679f68dd9370d642a5bbcc9..58e36949ea2f6e3b7bc8a2a0ce644fb323167786 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -3,10 +3,10 @@ <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.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index b148194bab02a45fd43ceb2db13c2a31fba13b77..5c87b4efb0bdd4edf5ff7526f2404a0eebcfcb6e 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -3,10 +3,10 @@ <description>APEv1/2 tag reader</description> <filename>../../gst/apetag/.libs/libgstapetag.so</filename> <basename>libgstapetag.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index 26e0fd46d3cd76ff22cc4057a39ea5cd92941594..4da2f7e3fd5269bcd974b061e210e02b9f604230 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -3,10 +3,10 @@ <description>Audio effects plugin</description> <filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename> <basename>libgstaudiofx.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-audioparsers.xml b/docs/plugins/inspect/plugin-audioparsers.xml index 9bde293604ceac2c078a697c75ea06de3563394b..ae4de689e37d61bca38b91fb0c656c9b9699bfd6 100644 --- a/docs/plugins/inspect/plugin-audioparsers.xml +++ b/docs/plugins/inspect/plugin-audioparsers.xml @@ -3,10 +3,10 @@ <description>Parsers for various audio formats</description> <filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename> <basename>libgstaudioparsers.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index 7e287d991d8876bc2209dfd2f48e5428a264e3e5..7ac3b7341c4afe37bc839e9ae9de8a233d04fe20 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -3,10 +3,10 @@ <description>parses au streams</description> <filename>../../gst/auparse/.libs/libgstauparse.so</filename> <basename>libgstauparse.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 05e272c52f1ed2bc05e3ca84589c2e50f9cf1a1e..321225badf61d1bd2cd7eb56c931aa623f88deac 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -3,10 +3,10 @@ <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.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index 3a52e9441dd2aced960e895ed311653d80071ac5..cd9d95e211feac9c9828c0f645fe3660011f65ab 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -3,10 +3,10 @@ <description>AVI stream handling</description> <filename>../../gst/avi/.libs/libgstavi.so</filename> <basename>libgstavi.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index 6d0610595324200ad0eaf30b9e383176ec878d26..c98e937de165699b4f415d8ca37fda93632c8e46 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -3,10 +3,10 @@ <description>Colored ASCII Art video sink</description> <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename> <basename>libgstcacasink.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 575623e86153accd13505be82a5042fa0a44f859..46bb314f09dad8b46a208bc1d391e4e7effd1ed6 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -3,10 +3,10 @@ <description>Cairo-based elements</description> <filename>../../ext/cairo/.libs/libgstcairo.so</filename> <basename>libgstcairo.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index e14bf3089b9cbf7ffebac13c807ec139106f9f66..461bd15c67c2d538e173fbfca6470a4eb30383f0 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -3,10 +3,10 @@ <description>Audio Cutter to split audio into non-silent bits</description> <filename>../../gst/cutter/.libs/libgstcutter.so</filename> <basename>libgstcutter.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index b5fb69aa92f13c0a21c5aca19967080ccde39bcc..9b2b2fdbdef8dc6696d9f7a0eaa4954826372e8a 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -3,10 +3,10 @@ <description>elements for testing and debugging</description> <filename>../../gst/debugutils/.libs/libgstdebug.so</filename> <basename>libgstdebug.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-deinterlace.xml b/docs/plugins/inspect/plugin-deinterlace.xml index f165913feb0fe70537454b9a8ca9c45eae08e12d..a8a9655e529c9afb3aaa146a2da992d01ce8cfad 100644 --- a/docs/plugins/inspect/plugin-deinterlace.xml +++ b/docs/plugins/inspect/plugin-deinterlace.xml @@ -3,10 +3,10 @@ <description>Deinterlacer</description> <filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename> <basename>libgstdeinterlace.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw, format=(string){ AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string){ AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw, format=(string){ AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string){ AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-dtmf.xml b/docs/plugins/inspect/plugin-dtmf.xml index 13881b583e3c0cfa138a2da870cdf3c0ba7358fe..aa60f481aae2a6b5f9aa4b92d235bb983fb4ce55 100644 --- a/docs/plugins/inspect/plugin-dtmf.xml +++ b/docs/plugins/inspect/plugin-dtmf.xml @@ -3,10 +3,10 @@ <description>DTMF plugins</description> <filename>../../gst/dtmf/.libs/libgstdtmf.so</filename> <basename>libgstdtmf.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index b6202e90f860ff651d9533f657b1ed968b74a390..cf8fb7f53fdb11872361de7f204b6cad27e4aa1d 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -3,10 +3,10 @@ <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.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index b2c9b6bdfeb9b5a64e92de42e0350fdf8323fe17..b9a0155e9c628b99a05d39f3dfa584e1ca7d8ea5 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -3,10 +3,10 @@ <description>effect plugins from the effectv project</description> <filename>../../gst/effectv/.libs/libgsteffectv.so</filename> <basename>libgsteffectv.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index 82be962235c6b4809bffca2899a375173c4f0f0e..7edf165e484cbac9970625c072fe524e7979d967 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -3,10 +3,10 @@ <description>GStreamer audio equalizers</description> <filename>../../gst/equalizer/.libs/libgstequalizer.so</filename> <basename>libgstequalizer.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index b2bfe5684893cbc65bd525eb506d342ffdb05883..8173f733c46e09c55293e9f0e10051fdaf6d254f 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -3,10 +3,10 @@ <description>The FLAC Lossless compressor Codec</description> <filename>../../ext/flac/.libs/libgstflac.so</filename> <basename>libgstflac.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml index 134a630f6a2e3432e7d25e4f3dc3698702f52f86..3c337b018ced9dc120ec656b8f7a714999c92155 100644 --- a/docs/plugins/inspect/plugin-flv.xml +++ b/docs/plugins/inspect/plugin-flv.xml @@ -3,10 +3,10 @@ <description>FLV muxing and demuxing plugin</description> <filename>../../gst/flv/.libs/libgstflv.so</filename> <basename>libgstflv.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index a385d9036de352ae9bec104bfcf045f7f19d3162..9cfa9ff946aacdb10f4f0ad646ada8f07771facf 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -3,10 +3,10 @@ <description>FLC/FLI/FLX video decoder</description> <filename>../../gst/flx/.libs/libgstflxdec.so</filename> <basename>libgstflxdec.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index a523b36a6767bfc5106711292f45d70b167a7c3a..655531c56140d887ef5714b0ce26fa072b9f25b5 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -3,10 +3,10 @@ <description>GdkPixbuf-based image decoder, overlay and sink</description> <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename> <basename>libgstgdkpixbuf.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index 7da920b9d29336739a12e6ddac52650b2f8e538f..da2c84f43b70400283687da2f9d0881e486a7d95 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -3,10 +3,10 @@ <description>GOOM visualization filter</description> <filename>../../gst/goom/.libs/libgstgoom.so</filename> <basename>libgstgoom.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index 8b62acc124e3c76db28570ba9aaec4735c2fdfaf..97b08027187bbccea3943f149149338c0cce3bff 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -3,10 +3,10 @@ <description>GOOM 2k1 visualization filter</description> <filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename> <basename>libgstgoom2k1.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index 6f9139c8facd1b13db41c925c0f3972d35edb61b..f49b6a1c33f5912ea3ec64a1eba238e4f61f102c 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -3,10 +3,10 @@ <description>Demux ICY tags from a stream</description> <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename> <basename>libgsticydemux.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 6bd0335fdd56ae5e251c72720c17b3ae90198218..e6c9cac67bcb33c2b4c3948a8e53c281a445785d 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -3,10 +3,10 @@ <description>Demux ID3v1 and ID3v2 tags from a file</description> <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename> <basename>libgstid3demux.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml index 85d5ef33eb0e654c32195fa61331945a45267c3e..7c70a5a5b84fee121b0782dd04085440819dc321 100644 --- a/docs/plugins/inspect/plugin-imagefreeze.xml +++ b/docs/plugins/inspect/plugin-imagefreeze.xml @@ -3,10 +3,10 @@ <description>Still frame stream generator</description> <filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename> <basename>libgstimagefreeze.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index f53ccc596fc75be0687a18280a7a3c447297638a..e81df35e972e0410b2cd0e01eb64e4d5d435040e 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -3,10 +3,10 @@ <description>Audio interleaver/deinterleaver</description> <filename>../../gst/interleave/.libs/libgstinterleave.so</filename> <basename>libgstinterleave.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-isomp4.xml b/docs/plugins/inspect/plugin-isomp4.xml index 2a65084a588861e20bddbbd3e0d86a4e5f885bbc..3731983d2b8e0a4c2ec0c6f21be39d0b6ef3caac 100644 --- a/docs/plugins/inspect/plugin-isomp4.xml +++ b/docs/plugins/inspect/plugin-isomp4.xml @@ -3,10 +3,10 @@ <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.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index f123bbd87371602fe13e126b9b42cae2eca9e50f..0c94582ead3a17d87bbc050121524c0d1439e6ac 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -3,10 +3,10 @@ <description>JACK audio elements</description> <filename>../../ext/jack/.libs/libgstjack.so</filename> <basename>libgstjack.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 1da3629790c085438d2219e136a5e011686258d0..cf512a764e1b2caf6a8c4e7263d14a675528712f 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -3,10 +3,10 @@ <description>JPeg plugin library</description> <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename> <basename>libgstjpeg.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index 89f406a401370715c7c3b7d5965952ad76cada1c..449cf40e60fa2d01b36fd8bd6028311723f71a5f 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -3,10 +3,10 @@ <description>Audio level plugin</description> <filename>../../gst/level/.libs/libgstlevel.so</filename> <basename>libgstlevel.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index ca478d740c90a7d7107be32cb932c8c1d3d7c27c..7f0591183761af5ecff571e4c569d1adbe9d8349 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -3,10 +3,10 @@ <description>Matroska and WebM stream handling</description> <filename>../../gst/matroska/.libs/libgstmatroska.so</filename> <basename>libgstmatroska.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index 4487e2c1130c8c6ff806c10412204e3c013e700a..60aec9beed6cae1fad2736f0d9689ced3deffd1a 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -3,10 +3,10 @@ <description>MuLaw audio conversion routines</description> <filename>../../gst/law/.libs/libgstmulaw.so</filename> <basename>libgstmulaw.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 8637606480ba2b5a670184fb29db12252b2973b4..acc028f98d9d07582ee11342d0ceea48067c1f8a 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -3,10 +3,10 @@ <description>Reads/Writes buffers from/to sequentially named files</description> <filename>../../gst/multifile/.libs/libgstmultifile.so</filename> <basename>libgstmultifile.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index 9ef2d91027ab21ea71e9939a7728de757ab68fc5..8d6145dbeef7ccb0ed9326eab63b3fa7eeefdf10 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -3,10 +3,10 @@ <description>multipart stream manipulation</description> <filename>../../gst/multipart/.libs/libgstmultipart.so</filename> <basename>libgstmultipart.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index d6e5bbae5d76aac7657bd347d172566006ac9273..133fc3e75284894bdfef83a4a6c9af7f4db42e77 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -3,10 +3,10 @@ <description>Template for a video filter</description> <filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename> <basename>libgstnavigationtest.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml index f119ad861b9c3313555d2ba48b7661a1ec1405ec..13a27817dad2e86607aa704e48e64ccb5a7ddfe7 100644 --- a/docs/plugins/inspect/plugin-oss4.xml +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -3,10 +3,10 @@ <description>Open Sound System (OSS) version 4 support for GStreamer</description> <filename>../../sys/oss4/.libs/libgstoss4audio.so</filename> <basename>libgstoss4audio.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index 6d2f3486e5414157e3d90d1f533558bea6f9b258..0ab71dcf7436a010a30c62bf4f0dc1de8e2a68cc 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -3,10 +3,10 @@ <description>OSS (Open Sound System) support for GStreamer</description> <filename>../../sys/oss/.libs/libgstossaudio.so</filename> <basename>libgstossaudio.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index 3a01f48a38fe2b19c0ccc74cfe333ee34cc9cab4..8084bb757a76215334b09efd15c8b1dbffb02f81 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -3,10 +3,10 @@ <description>PNG plugin library</description> <filename>../../ext/libpng/.libs/libgstpng.so</filename> <basename>libgstpng.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index 8728d2d910c740d18a2e1b6bdc178383b9e7f7c6..784720a691f3d7aa8bc55f5e9d417e48e8cd9bdb 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -3,10 +3,10 @@ <description>PulseAudio plugin library</description> <filename>../../ext/pulse/.libs/libgstpulse.so</filename> <basename>libgstpulse.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 8912ca1272506c7a0273bcebd11914e5cfc1673a..b0a9b35f011707b9ed6ad0452f1f11b1f6e47131 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -3,10 +3,10 @@ <description>ReplayGain volume normalization</description> <filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename> <basename>libgstreplaygain.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index 8a21d33a20194fcbbd490ca15403b2bc37649eca..1ebd5442ffd939a597f0b751ab268a3c781c19ed 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -3,10 +3,10 @@ <description>Real-time protocol plugins</description> <filename>../../gst/rtp/.libs/libgstrtp.so</filename> <basename>libgstrtp.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -425,7 +425,7 @@ <name>src</name> <direction>source</direction> <presence>always</presence> - <details>audio/x-adpcm, channels=(int)1, rate=(int)8000, bitrate=(int){ 16000, 24000, 32000, 40000 }, layout=(string)g726</details> + <details>audio/x-adpcm, channels=(int)1, rate=(int)8000, bitrate=(int){ 16000, 24000, 32000, 40000 }, block_align=(int){ 2, 3, 4, 5 }, layout=(string)g726</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-rtpmanager.xml b/docs/plugins/inspect/plugin-rtpmanager.xml index a244700664f5d2222ba95d4a589199a8d3c5a3b1..0d7aa02ecd4317b3cac71f3a114ba74f550b022b 100644 --- a/docs/plugins/inspect/plugin-rtpmanager.xml +++ b/docs/plugins/inspect/plugin-rtpmanager.xml @@ -3,10 +3,10 @@ <description>RTP session management plugin library</description> <filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename> <basename>libgstrtpmanager.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 233dbd6985d0441ebea620420c25f5bd9493d143..a8ec61c4861ab861b3fe5089dc18df17bfff35a5 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -3,10 +3,10 @@ <description>transfer data via RTSP</description> <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename> <basename>libgstrtsp.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-shapewipe.xml b/docs/plugins/inspect/plugin-shapewipe.xml index cb509c3adfedfb2cf590c405455e92351321e151..c7b3a8fc7502ef4e0689a395b1a4bb5295e4e3b2 100644 --- a/docs/plugins/inspect/plugin-shapewipe.xml +++ b/docs/plugins/inspect/plugin-shapewipe.xml @@ -3,10 +3,10 @@ <description>Shape Wipe transition filter</description> <filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename> <basename>libgstshapewipe.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index 3d9dccf347eac137f10a4a6fb460f3ef00566698..7abf0cb56a8cfb4da24865797e40cb09de7d193b 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.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>libshout2</package> @@ -20,7 +20,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>application/ogg; audio/ogg; video/ogg; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details> + <details>application/ogg; audio/ogg; video/ogg; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]; video/webm; audio/webm</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index 3684ef6d49733ec9c293cbf4458c89d23d28874b..76577dff6534846e9fea7832ca4a7f326f60781b 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -3,10 +3,10 @@ <description>Apply the standard SMPTE transitions on video images</description> <filename>../../gst/smpte/.libs/libgstsmpte.so</filename> <basename>libgstsmpte.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index 3bd96d9a5401656a2c1b2463de80818753c20a3b..835344088e31bea6c1ac3f481c650a06a313d4af 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -3,10 +3,10 @@ <description>libsoup HTTP client src/sink</description> <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename> <basename>libgstsouphttpsrc.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index c87c10ef9dffa122fbd1a099b028baa4b27421ba..1a8c97aa60900b1761f665603bfe5f368ff1d2a7 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -3,10 +3,10 @@ <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.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index e3f9b9341a6403499415be1c84616b6c3ae7cdce..6fae5bc8568115cc979e4b7559d7aeae3bda2845 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -3,10 +3,10 @@ <description>Speex plugin library</description> <filename>../../ext/speex/.libs/libgstspeex.so</filename> <basename>libgstspeex.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index ec4ad0526d62a3d7c5fa50091cc836a925c28222..263749931e27e6d5c4c129f3c6d96b0003a0db3f 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,10 +3,10 @@ <description>Tag writing plug-in based on taglib</description> <filename>../../ext/taglib/.libs/libgsttaglib.so</filename> <basename>libgsttaglib.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index 809610737d95db7496bd0490a38ebc040ef74510..76515e9bce6323a11a039a3b7f07bf66429fab28 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -3,10 +3,10 @@ <description>transfer data via UDP</description> <filename>../../gst/udp/.libs/libgstudp.so</filename> <basename>libgstudp.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index 14e759c1372512ef8d7508e6b01e4d7ac6db6b12..768e4d579afa03a282cfcb3e5c9e872ddcc16bac 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -3,10 +3,10 @@ <description>elements for Video 4 Linux</description> <filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename> <basename>libgstvideo4linux2.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index fa158c87bbff525bdd644c85893e9656cc9a035a..ff2523ea9a272eecb8a6793526d5470e50c73536 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -3,10 +3,10 @@ <description>resizes a video by adding borders or cropping</description> <filename>../../gst/videobox/.libs/libgstvideobox.so</filename> <basename>libgstvideobox.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index 875cd01a826514ff446af0c11fad4e14eca31206..880646091111e8f92cb94cba7987d2c048e4e47a 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -3,10 +3,10 @@ <description>Crops video into a user-defined region</description> <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename> <basename>libgstvideocrop.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-videofilter.xml b/docs/plugins/inspect/plugin-videofilter.xml index 3230ba52a1a04a3596b6ab3b42d563d00f05afa1..ef18287ddca3e5b0833ae1e658d9e284b71b7756 100644 --- a/docs/plugins/inspect/plugin-videofilter.xml +++ b/docs/plugins/inspect/plugin-videofilter.xml @@ -3,10 +3,10 @@ <description>Video filters plugin</description> <filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename> <basename>libgstvideofilter.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index e6f66868df58393393bf936c8e44da2d1773b8b5..e42d6af282d6687ebddc8cba79f66180be3c36da 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -3,10 +3,10 @@ <description>Video mixer</description> <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename> <basename>libgstvideomixer.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-vpx.xml b/docs/plugins/inspect/plugin-vpx.xml index 2d1fe94082632b997ddaddd8d4a1712268d36a68..53169c196db830ff56b7c6a2335081142be2003a 100644 --- a/docs/plugins/inspect/plugin-vpx.xml +++ b/docs/plugins/inspect/plugin-vpx.xml @@ -3,10 +3,10 @@ <description>VP8 plugin</description> <filename>../../ext/vpx/.libs/libgstvpx.so</filename> <basename>libgstvpx.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -41,7 +41,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw, format=(string)I420, width=(int)[ 1, 16383 ], height=(int)[ 1, 16383 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> <name>src</name> diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index d43712e7dbc1f2f8f556db5d57056dc9a11bcd93..ff0c25a02cfa94a4a22ae0380c85de65a275c51f 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -3,10 +3,10 @@ <description>Encode raw audio into WAV</description> <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename> <basename>libgstwavenc.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index cc5ed80f8163f06399867bcc6808045bee87d084..8bc233929a9fac254a7224ab91b9524110130bc3 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -3,10 +3,10 @@ <description>Wavpack lossless/lossy audio format handling</description> <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> <basename>libgstwavpack.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index 7343dc88c47b34bcb233ab594b6833e14906af70..b8da52903513438f0c136c9a3411c85cc9abe779 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -3,10 +3,10 @@ <description>Parse a .wav file into raw audio</description> <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename> <basename>libgstwavparse.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index 3555f934f1e831440c8e3d0c41b1a05c0a1ee79c..4822b553014515e25ff4487ced45427fde3afeee 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -3,10 +3,10 @@ <description>X11 video input plugin using standard Xlib calls</description> <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename> <basename>libgstximagesrc.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index abecedce2b4a26fa88e0d77f9398d8a1020888d2..ee15eb789ead8b2de963b8002e5a8615b4d6e5d1 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -3,10 +3,10 @@ <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description> <filename>../../gst/y4m/.libs/libgsty4menc.so</filename> <basename>libgsty4menc.so</basename> - <version>1.5.0.1</version> + <version>1.5.1</version> <license>LGPL</license> <source>gst-plugins-good</source> - <package>GStreamer Good Plug-ins git</package> + <package>GStreamer Good Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> diff --git a/gst-plugins-good.doap b/gst-plugins-good.doap index df295ceb3f048ef763af550d7cbb2064f5da6f8d..17c398eeb6ec189a481de4e8dc8ed6e799c25f5b 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.5.1</revision> + <branch>1.5</branch> + <name></name> + <created>2015-06-07</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.5.1.tar.xz" /> + </Version> + </release> + <release> <Version> <revision>1.4.0</revision> diff --git a/gst-plugins-good.spec b/gst-plugins-good.spec index acb204ed5f3925df489055fbf9c7c5d08d041ad8..7ce6fc0f5b9152ec75513beae42620d35cffae48 100644 --- a/gst-plugins-good.spec +++ b/gst-plugins-good.spec @@ -4,8 +4,8 @@ %define gst_minver 0.11.0 Name: %{gstreamer}-plugins-good -Version: 1.5.0.1 -Release: 0.20150513.125648.gst +Version: 1.5.1 +Release: 1.gst Summary: GStreamer plug-ins with good code and licensing Group: Applications/Multimedia diff --git a/gst/audiofx/audiopanoramaorc-dist.c b/gst/audiofx/audiopanoramaorc-dist.c index 3d5999a61ec741960fb1f94b6cb574718c162485..12d6aa0e882766f80a636140b53aa2cb4f33299f 100644 --- a/gst/audiofx/audiopanoramaorc-dist.c +++ b/gst/audiofx/audiopanoramaorc-dist.c @@ -264,7 +264,7 @@ audiopanoramam_orc_process_s16_ch1_none (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 39, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 49, 95, 110, 111, 110, 101, 11, 4, 4, 12, 2, 2, 195, 0, 4, 4, 2, 0, }; @@ -390,7 +390,7 @@ audiopanoramam_orc_process_f32_ch1_none (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 39, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 49, 95, 110, 111, 110, 101, 11, 8, 8, 12, 4, 4, 194, 0, 4, 4, 2, 0, }; @@ -502,7 +502,7 @@ audiopanoramam_orc_process_s16_ch2_none (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 39, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 50, 95, 110, 111, 110, 101, 11, 4, 4, 12, 4, 4, 21, 1, 79, 0, 4, 2, 0, }; @@ -614,7 +614,7 @@ audiopanoramam_orc_process_f32_ch2_none (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 39, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 50, 95, 110, 111, 110, 101, 11, 8, 8, 12, 8, 8, 21, 1, 112, 0, 4, 2, 0, }; @@ -842,7 +842,7 @@ audiopanoramam_orc_process_s16_ch1_psy (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 38, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 49, 95, 112, 115, 121, 11, 4, 4, 12, 2, 2, 17, 4, 17, 4, 20, 8, 20, 4, 20, 4, 153, 33, 4, 211, 33, 33, 202, 34, 33, 25, 202, 33, 33, 24, 194, 32, 33, 34, 21, 1, 210, 32, 32, @@ -1053,7 +1053,7 @@ audiopanoramam_orc_process_f32_ch1_psy (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 38, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 49, 95, 112, 115, 121, 11, 8, 8, 12, 4, 4, 17, 4, 17, 4, 20, 4, 20, 4, 202, 33, 4, 25, 202, 32, 4, 24, 194, 0, 32, 33, 2, 0, @@ -1355,7 +1355,7 @@ audiopanoramam_orc_process_s16_ch2_psy_right (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 44, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 50, 95, 112, 115, 121, 95, 114, 105, 103, 104, 116, 11, 4, 4, 12, 4, 4, 17, 4, 17, 4, 20, 8, 20, 4, 20, 4, 20, 4, 21, 1, 153, 32, 4, 21, 1, 211, 32, 32, 192, 33, 32, 193, 34, @@ -1675,7 +1675,7 @@ audiopanoramam_orc_process_s16_ch2_psy_left (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 43, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 50, 95, 112, 115, 121, 95, 108, 101, 102, 116, 11, 4, 4, 12, 4, 4, 17, 4, 17, 4, 20, 8, 20, 4, 20, 4, 20, 4, 21, 1, 153, 32, 4, 21, 1, 211, 32, 32, 192, 33, 32, 193, 35, 32, @@ -1945,7 +1945,7 @@ audiopanoramam_orc_process_f32_ch2_psy_right (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 44, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 50, 95, 112, 115, 121, 95, 114, 105, 103, 104, 116, 11, 8, 8, 12, 8, 8, 17, 4, 17, 4, 20, 4, 20, 4, 20, 4, 192, 32, 4, 193, 33, 4, 202, 34, 32, 25, 202, 32, 32, 24, 200, 33, 34, @@ -2205,7 +2205,7 @@ audiopanoramam_orc_process_f32_ch2_psy_left (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 43, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 50, 95, 112, 115, 121, 95, 108, 101, 102, 116, 11, 8, 8, 12, 8, 8, 17, 4, 17, 4, 20, 4, 20, 4, 20, 4, 192, 32, 4, 193, 34, 4, 202, 33, 34, 24, 202, 34, 34, 25, 200, 32, 33, 32, @@ -2433,7 +2433,7 @@ audiopanoramam_orc_process_s16_ch1_sim_right (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 44, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 49, 95, 115, 105, 109, 95, 114, 105, 103, 104, 116, 11, 4, 4, 12, 2, 2, 17, 4, 20, 8, 20, 4, 20, 4, 153, 33, 4, 211, 33, 33, 202, 34, 33, 24, 194, 32, 33, 34, 21, 1, 210, 32, 32, @@ -2655,7 +2655,7 @@ audiopanoramam_orc_process_s16_ch1_sim_left (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 43, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 49, 95, 115, 105, 109, 95, 108, 101, 102, 116, 11, 4, 4, 12, 2, 2, 17, 4, 20, 8, 20, 4, 20, 4, 153, 34, 4, 211, 34, 34, 202, 33, 34, 24, 194, 32, 33, 34, 21, 1, 210, 32, 32, 21, @@ -2909,7 +2909,7 @@ audiopanoramam_orc_process_s16_ch2_sim_right (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 44, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 50, 95, 115, 105, 109, 95, 114, 105, 103, 104, 116, 11, 4, 4, 12, 4, 4, 17, 4, 20, 8, 20, 4, 20, 4, 21, 1, 153, 32, 4, 21, 1, 211, 32, 32, 192, 33, 32, 193, 34, 32, 202, 34, 34, @@ -3168,7 +3168,7 @@ audiopanoramam_orc_process_s16_ch2_sim_left (gint16 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 43, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 115, - 49, + 49, 54, 95, 99, 104, 50, 95, 115, 105, 109, 95, 108, 101, 102, 116, 11, 4, 4, 12, 4, 4, 17, 4, 20, 8, 20, 4, 20, 4, 21, 1, 153, 32, 4, 21, 1, 211, 32, 32, 192, 33, 32, 193, 34, 32, 202, 33, 33, 24, @@ -3355,7 +3355,7 @@ audiopanoramam_orc_process_f32_ch1_sim_right (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 44, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 49, 95, 115, 105, 109, 95, 114, 105, 103, 104, 116, 11, 8, 8, 12, 4, 4, 17, 4, 20, 4, 20, 4, 112, 32, 4, 202, 33, 4, 24, 194, 0, 32, 33, 2, 0, @@ -3529,7 +3529,7 @@ audiopanoramam_orc_process_f32_ch1_sim_left (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 43, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 49, 95, 115, 105, 109, 95, 108, 101, 102, 116, 11, 8, 8, 12, 4, 4, 17, 4, 20, 4, 20, 4, 202, 32, 4, 24, 112, 33, 4, 194, 0, 32, 33, 2, 0, @@ -3725,7 +3725,7 @@ audiopanoramam_orc_process_f32_ch2_sim_right (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 44, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 50, 95, 115, 105, 109, 95, 114, 105, 103, 104, 116, 11, 8, 8, 12, 8, 8, 17, 4, 20, 4, 20, 4, 192, 32, 4, 193, 33, 4, 202, 33, 33, 24, 194, 0, 32, 33, 2, 0, @@ -3923,7 +3923,7 @@ audiopanoramam_orc_process_f32_ch2_sim_left (gfloat * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 43, 97, 117, 100, 105, 111, 112, 97, 110, 111, 114, 97, 109, 97, 109, 95, 111, 114, 99, 95, 112, 114, 111, 99, 101, 115, 115, 95, 102, - 51, + 51, 50, 95, 99, 104, 50, 95, 115, 105, 109, 95, 108, 101, 102, 116, 11, 8, 8, 12, 8, 8, 17, 4, 20, 4, 20, 4, 192, 32, 4, 193, 33, 4, 202, 32, 32, 24, 194, 0, 32, 33, 2, 0, diff --git a/gst/audioparsers/gstaacparse.c b/gst/audioparsers/gstaacparse.c index 04cefe2e7f4c53f706053f2e1ed8b389432532a7..9a0b80e9ac30d51e21dd8136d90538672d490e3a 100644 --- a/gst/audioparsers/gstaacparse.c +++ b/gst/audioparsers/gstaacparse.c @@ -82,7 +82,7 @@ static const gint loas_sample_rate_table[32] = { static const gint loas_channels_table[32] = { 0, 1, 2, 3, 4, 5, 6, 8, - 0, 0, 0, 0, 0, 0, 0, 0 + 0, 0, 0, 7, 8, 0, 8, 0 }; static gboolean gst_aac_parse_start (GstBaseParse * parse); @@ -308,6 +308,12 @@ gst_aac_parse_sink_setcaps (GstBaseParse * parse, GstCaps * caps) aacparse->sample_rate = gst_codec_utils_aac_get_sample_rate_from_index (sr_idx); aacparse->channels = (map.data[1] & 0x78) >> 3; + if (aacparse->channels == 7) + aacparse->channels = 8; + else if (aacparse->channels == 11) + aacparse->channels = 7; + else if (aacparse->channels == 12 || aacparse->channels == 14) + aacparse->channels = 8; aacparse->header_type = DSPAAC_HEADER_NONE; aacparse->mpegversion = 4; aacparse->frame_samples = (map.data[1] & 4) ? 960 : 1024; @@ -759,8 +765,11 @@ gst_aac_parse_parse_adts_header (GstAacParse * aacparse, const guint8 * data, *rate = gst_codec_utils_aac_get_sample_rate_from_index (sr_idx); } - if (channels) + if (channels) { *channels = ((data[2] & 0x01) << 2) | ((data[3] & 0xc0) >> 6); + if (*channels == 7) + *channels = 8; + } if (version) *version = (data[1] & 0x08) ? 2 : 4; @@ -1046,6 +1055,10 @@ gst_aac_parse_get_audio_channel_configuration (gint num_channels) return (guint8) 7U; else return G_MAXUINT8; + + /* FIXME: Add support for configurations 11, 12 and 14 from + * ISO/IEC 14496-3:2009/PDAM 4 based on the actual channel layout + */ } /** diff --git a/gst/deinterlace/tvtime-dist.c b/gst/deinterlace/tvtime-dist.c index 9ac33461deb5ef33f5ad689f229d9f1be24ca001..d92ce306fa975c1b3695bfdbe111edc1fb3a51e5 100644 --- a/gst/deinterlace/tvtime-dist.c +++ b/gst/deinterlace/tvtime-dist.c @@ -713,7 +713,7 @@ deinterlace_line_linear_blend (guint8 * ORC_RESTRICT d1, static const orc_uint8 bc[] = { 1, 9, 29, 100, 101, 105, 110, 116, 101, 114, 108, 97, 99, 101, 95, 108, 105, 110, 101, 95, 108, 105, 110, 101, 97, 114, 95, 98, 108, 101, 110, - 100, + 100, 11, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 14, 2, 2, 0, 0, 0, 20, 2, 20, 2, 20, 2, 150, 32, 4, 150, 33, 5, 150, 34, 6, 70, 32, 32, 33, 70, 34, 34, 34, 70, 32, 32, 34, 70, 32, 32, diff --git a/gst/goom/Makefile.am b/gst/goom/Makefile.am index a0e6424d45c842eb82aa039c608ed91709534574..1ffa734014f1325f99b5cc3d9663a72a0fde5839 100644 --- a/gst/goom/Makefile.am +++ b/gst/goom/Makefile.am @@ -35,10 +35,11 @@ libgstgoom_la_SOURCES = \ goom.h goom_typedefs.h goom_graphic.h \ goom_config_param.h goom_visual_fx.h goom_filters.h \ goom_tools.h goom_tools.h goom_config.h \ + gstaudiovisualizer.c gstaudiovisualizer.h \ $(ARCH_FILES) libgstgoom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) $(ARCH_CFLAGS) $(ORC_CFLAGS) -libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) $(ORC_LIBS) +libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) $(LIBM) $(ORC_LIBS) libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstgoom_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) diff --git a/gst/goom/Makefile.in b/gst/goom/Makefile.in index 80d12758ac79cf3ad7b6561764b31e287508c6ad..705446a4c79376a4457ee6cb17897cee7c61db57 100644 --- a/gst/goom/Makefile.in +++ b/gst/goom/Makefile.in @@ -162,8 +162,8 @@ am__libgstgoom_la_SOURCES_DIST = gstgoom.c gstgoom.h drawmethods.c \ motif_goom2.h plugin_info.c goom_plugin_info.h goom_tools.c \ config_param.c filters.c goom_core.c graphic.c goom.h \ goom_typedefs.h goom_graphic.h goom_config_param.h \ - goom_filters.h goom_tools.h goom_config.h mmx.c xmmx.c mmx.h \ - xmmx.h + goom_filters.h goom_tools.h goom_config.h gstaudiovisualizer.c \ + gstaudiovisualizer.h mmx.c xmmx.c mmx.h xmmx.h am__objects_1 = libgstgoom_la-mmx.lo libgstgoom_la-xmmx.lo @HAVE_CPU_I386_TRUE@am__objects_2 = $(am__objects_1) am_libgstgoom_la_OBJECTS = libgstgoom_la-gstgoom.lo \ @@ -175,7 +175,7 @@ am_libgstgoom_la_OBJECTS = libgstgoom_la-gstgoom.lo \ libgstgoom_la-plugin_info.lo libgstgoom_la-goom_tools.lo \ libgstgoom_la-config_param.lo libgstgoom_la-filters.lo \ libgstgoom_la-goom_core.lo libgstgoom_la-graphic.lo \ - $(am__objects_2) + libgstgoom_la-gstaudiovisualizer.lo $(am__objects_2) libgstgoom_la_OBJECTS = $(am_libgstgoom_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -597,10 +597,11 @@ libgstgoom_la_SOURCES = \ goom.h goom_typedefs.h goom_graphic.h \ goom_config_param.h goom_visual_fx.h goom_filters.h \ goom_tools.h goom_tools.h goom_config.h \ + gstaudiovisualizer.c gstaudiovisualizer.h \ $(ARCH_FILES) libgstgoom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) $(ARCH_CFLAGS) $(ORC_CFLAGS) -libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) $(ORC_LIBS) +libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) $(LIBM) $(ORC_LIBS) libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstgoom_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) EXTRA_DIST = $(PPC_FILES) $(MMX_FILES) @@ -691,6 +692,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-goom_core.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-goom_tools.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-graphic.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-gstaudiovisualizer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-gstgoom.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-ifs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-lines.Plo@am__quote@ @@ -846,6 +848,13 @@ libgstgoom_la-graphic.lo: graphic.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstgoom_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstgoom_la_CFLAGS) $(CFLAGS) -c -o libgstgoom_la-graphic.lo `test -f 'graphic.c' || echo '$(srcdir)/'`graphic.c +libgstgoom_la-gstaudiovisualizer.lo: gstaudiovisualizer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstgoom_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstgoom_la_CFLAGS) $(CFLAGS) -MT libgstgoom_la-gstaudiovisualizer.lo -MD -MP -MF $(DEPDIR)/libgstgoom_la-gstaudiovisualizer.Tpo -c -o libgstgoom_la-gstaudiovisualizer.lo `test -f 'gstaudiovisualizer.c' || echo '$(srcdir)/'`gstaudiovisualizer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgstgoom_la-gstaudiovisualizer.Tpo $(DEPDIR)/libgstgoom_la-gstaudiovisualizer.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstaudiovisualizer.c' object='libgstgoom_la-gstaudiovisualizer.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstgoom_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstgoom_la_CFLAGS) $(CFLAGS) -c -o libgstgoom_la-gstaudiovisualizer.lo `test -f 'gstaudiovisualizer.c' || echo '$(srcdir)/'`gstaudiovisualizer.c + libgstgoom_la-mmx.lo: mmx.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstgoom_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstgoom_la_CFLAGS) $(CFLAGS) -MT libgstgoom_la-mmx.lo -MD -MP -MF $(DEPDIR)/libgstgoom_la-mmx.Tpo -c -o libgstgoom_la-mmx.lo `test -f 'mmx.c' || echo '$(srcdir)/'`mmx.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgstgoom_la-mmx.Tpo $(DEPDIR)/libgstgoom_la-mmx.Plo diff --git a/gst/goom/gstaudiovisualizer.c b/gst/goom/gstaudiovisualizer.c new file mode 100644 index 0000000000000000000000000000000000000000..1abccbec086de91ef7b2db8519a2f7e301d55972 --- /dev/null +++ b/gst/goom/gstaudiovisualizer.c @@ -0,0 +1,1436 @@ +/* GStreamer + * Copyright (C) <2011> Stefan Kost <ensonic@users.sf.net> + * Copyright (C) <2015> Luis de Bethencourt <luis@debethencourt.com> + * + * gstaudiovisualizer.h: class for audio visualisation elements + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ +/** + * SECTION:gstaudiovisualizer + * + * A class for scopes (visualizers). It takes care of re-fitting the audio-rate + * to video-rate and handles renegotiation (downstream video size changes). + * + * It also provides several background shading effects. These effects are + * applied to a previous picture before the render() implementation can draw a + * new frame. + */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include <string.h> + +#include <gst/video/video.h> +#include <gst/video/gstvideometa.h> +#include <gst/video/gstvideopool.h> + +#include "gstaudiovisualizer.h" + +GST_DEBUG_CATEGORY_STATIC (audio_visualizer_debug); +#define GST_CAT_DEFAULT (audio_visualizer_debug) + +#define DEFAULT_SHADER GST_AUDIO_VISUALIZER_SHADER_FADE +#define DEFAULT_SHADE_AMOUNT 0x000a0a0a + +enum +{ + PROP_0, + PROP_SHADER, + PROP_SHADE_AMOUNT +}; + +static GstBaseTransformClass *parent_class = NULL; + +static void gst_audio_visualizer_class_init (GstAudioVisualizerClass * klass); +static void gst_audio_visualizer_init (GstAudioVisualizer * scope, + GstAudioVisualizerClass * g_class); +static void gst_audio_visualizer_set_property (GObject * object, + guint prop_id, const GValue * value, GParamSpec * pspec); +static void gst_audio_visualizer_get_property (GObject * object, + guint prop_id, GValue * value, GParamSpec * pspec); +static void gst_audio_visualizer_dispose (GObject * object); + +static gboolean gst_audio_visualizer_src_negotiate (GstAudioVisualizer * scope); +static gboolean gst_audio_visualizer_src_setcaps (GstAudioVisualizer * + scope, GstCaps * caps); +static gboolean gst_audio_visualizer_sink_setcaps (GstAudioVisualizer * + scope, GstCaps * caps); + +static GstFlowReturn gst_audio_visualizer_chain (GstPad * pad, + GstObject * parent, GstBuffer * buffer); + +static gboolean gst_audio_visualizer_src_event (GstPad * pad, + GstObject * parent, GstEvent * event); +static gboolean gst_audio_visualizer_sink_event (GstPad * pad, + GstObject * parent, GstEvent * event); + +static gboolean gst_audio_visualizer_src_query (GstPad * pad, + GstObject * parent, GstQuery * query); + +static GstStateChangeReturn gst_audio_visualizer_change_state (GstElement * + element, GstStateChange transition); + +static gboolean gst_audio_visualizer_do_bufferpool (GstAudioVisualizer * scope, + GstCaps * outcaps); + +static gboolean +default_decide_allocation (GstAudioVisualizer * scope, GstQuery * query); + +#define GST_AUDIO_VISUALIZER_GET_PRIVATE(obj) \ + (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GST_TYPE_AUDIO_VISUALIZER, GstAudioVisualizerPrivate)) + +struct _GstAudioVisualizerPrivate +{ + gboolean negotiated; + + GstBufferPool *pool; + gboolean pool_active; + GstAllocator *allocator; + GstAllocationParams params; + GstQuery *query; + + /* pads */ + GstPad *srcpad, *sinkpad; + + GstAudioVisualizerShader shader_type; + GstAudioVisualizerShaderFunc shader; + guint32 shade_amount; + + GstAdapter *adapter; + + GstBuffer *inbuf; + GstBuffer *tempbuf; + GstVideoFrame tempframe; + + guint spf; /* samples per video frame */ + guint64 frame_duration; + + /* QoS stuff *//* with LOCK */ + gdouble proportion; + GstClockTime earliest_time; + + guint dropped; /* frames dropped / not dropped */ + guint processed; + + /* configuration mutex */ + GMutex config_lock; + + GstSegment segment; +}; + +/* shading functions */ + +#define GST_TYPE_AUDIO_VISUALIZER_SHADER (gst_audio_visualizer_shader_get_type()) +static GType +gst_audio_visualizer_shader_get_type (void) +{ + static GType shader_type = 0; + static const GEnumValue shaders[] = { + {GST_AUDIO_VISUALIZER_SHADER_NONE, "None", "none"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE, "Fade", "fade"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP, "Fade and move up", + "fade-and-move-up"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN, "Fade and move down", + "fade-and-move-down"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT, "Fade and move left", + "fade-and-move-left"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT, + "Fade and move right", + "fade-and-move-right"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT, + "Fade and move horizontally out", "fade-and-move-horiz-out"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN, + "Fade and move horizontally in", "fade-and-move-horiz-in"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT, + "Fade and move vertically out", "fade-and-move-vert-out"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN, + "Fade and move vertically in", "fade-and-move-vert-in"}, + {0, NULL, NULL}, + }; + + if (G_UNLIKELY (shader_type == 0)) { + /* TODO: rename when exporting it as a library */ + shader_type = + g_enum_register_static ("GstAudioVisualizerShader-ExtGoom", shaders); + } + return shader_type; +} + +/* we're only supporting GST_VIDEO_FORMAT_xRGB right now) */ +#if G_BYTE_ORDER == G_LITTLE_ENDIAN + +#define SHADE(_d, _s, _i, _r, _g, _b) \ +G_STMT_START { \ + _d[_i * 4 + 0] = (_s[_i * 4 + 0] > _b) ? _s[_i * 4 + 0] - _b : 0; \ + _d[_i * 4 + 1] = (_s[_i * 4 + 1] > _g) ? _s[_i * 4 + 1] - _g : 0; \ + _d[_i * 4 + 2] = (_s[_i * 4 + 2] > _r) ? _s[_i * 4 + 2] - _r : 0; \ + _d[_i * 4 + 3] = 0; \ +} G_STMT_END + +#else /* G_BYTE_ORDER == G_LITTLE_ENDIAN */ + +#define SHADE(_d, _s, _i, _r, _g, _b) \ +G_STMT_START { \ + _d[_i * 4 + 0] = 0; \ + _d[_i * 4 + 1] = (_s[_i * 4 + 1] > _r) ? _s[_i * 4 + 1] - _r : 0; \ + _d[_i * 4 + 2] = (_s[_i * 4 + 2] > _g) ? _s[_i * 4 + 2] - _g : 0; \ + _d[_i * 4 + 3] = (_s[_i * 4 + 3] > _b) ? _s[_i * 4 + 3] - _b : 0; \ +} G_STMT_END + +#endif + +static void +shader_fade (GstAudioVisualizer * scope, const GstVideoFrame * sframe, + GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 0; j < height; j++) { + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + s += ss; + d += ds; + } +} + +static void +shader_fade_and_move_up (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 1; j < height; j++) { + s += ss; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + } +} + +static void +shader_fade_and_move_down (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 1; j < height; j++) { + d += ds; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + s += ss; + } +} + +static void +shader_fade_and_move_left (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + width -= 1; + s += 4; + + /* move to the left */ + for (j = 0; j < height; j++) { + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + s += ss; + } +} + +static void +shader_fade_and_move_right (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + width -= 1; + d += 4; + + /* move to the right */ + for (j = 0; j < height; j++) { + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + s += ss; + } +} + +static void +shader_fade_and_move_horiz_out (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + /* move upper half up */ + for (j = 0; j < height / 2; j++) { + s += ss; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + } + /* move lower half down */ + for (j = 0; j < height / 2; j++) { + d += ds; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + s += ss; + } +} + +static void +shader_fade_and_move_horiz_in (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + /* move upper half down */ + for (j = 0; j < height / 2; j++) { + d += ds; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + s += ss; + } + /* move lower half up */ + for (j = 0; j < height / 2; j++) { + s += ss; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + } +} + +static void +shader_fade_and_move_vert_out (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *s1, *d, *d1; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 0; j < height; j++) { + /* move left half to the left */ + s1 = s + 1; + for (i = 0; i < width / 2; i++) { + SHADE (d, s1, i, r, g, b); + } + /* move right half to the right */ + d1 = d + 1; + for (; i < width - 1; i++) { + SHADE (d1, s, i, r, g, b); + } + s += ss; + d += ds; + } +} + +static void +shader_fade_and_move_vert_in (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *s1, *d, *d1; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 0; j < height; j++) { + /* move left half to the right */ + d1 = d + 1; + for (i = 0; i < width / 2; i++) { + SHADE (d1, s, i, r, g, b); + } + /* move right half to the left */ + s1 = s + 1; + for (; i < width - 1; i++) { + SHADE (d, s1, i, r, g, b); + } + s += ss; + d += ds; + } +} + +static void +gst_audio_visualizer_change_shader (GstAudioVisualizer * scope) +{ + switch (scope->priv->shader_type) { + case GST_AUDIO_VISUALIZER_SHADER_NONE: + scope->priv->shader = NULL; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE: + scope->priv->shader = shader_fade; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP: + scope->priv->shader = shader_fade_and_move_up; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN: + scope->priv->shader = shader_fade_and_move_down; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT: + scope->priv->shader = shader_fade_and_move_left; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT: + scope->priv->shader = shader_fade_and_move_right; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT: + scope->priv->shader = shader_fade_and_move_horiz_out; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN: + scope->priv->shader = shader_fade_and_move_horiz_in; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT: + scope->priv->shader = shader_fade_and_move_vert_out; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN: + scope->priv->shader = shader_fade_and_move_vert_in; + break; + default: + GST_ERROR ("invalid shader function"); + scope->priv->shader = NULL; + break; + } +} + +/* class */ + +GType +gst_audio_visualizer_get_type (void) +{ + static volatile gsize audio_visualizer_type = 0; + + if (g_once_init_enter (&audio_visualizer_type)) { + static const GTypeInfo audio_visualizer_info = { + sizeof (GstAudioVisualizerClass), + NULL, + NULL, + (GClassInitFunc) gst_audio_visualizer_class_init, + NULL, + NULL, + sizeof (GstAudioVisualizer), + 0, + (GInstanceInitFunc) gst_audio_visualizer_init, + }; + GType _type; + + /* TODO: rename when exporting it as a library */ + _type = g_type_register_static (GST_TYPE_ELEMENT, + "GstAudioVisualizer-ExtGom", &audio_visualizer_info, + G_TYPE_FLAG_ABSTRACT); + g_once_init_leave (&audio_visualizer_type, _type); + } + return (GType) audio_visualizer_type; +} + +static void +gst_audio_visualizer_class_init (GstAudioVisualizerClass * klass) +{ + GObjectClass *gobject_class = (GObjectClass *) klass; + GstElementClass *element_class = (GstElementClass *) klass; + + g_type_class_add_private (klass, sizeof (GstAudioVisualizerPrivate)); + + parent_class = g_type_class_peek_parent (klass); + + GST_DEBUG_CATEGORY_INIT (audio_visualizer_debug, + "audiovisualizer-goom", 0, "audio visualisation class"); + + gobject_class->set_property = gst_audio_visualizer_set_property; + gobject_class->get_property = gst_audio_visualizer_get_property; + gobject_class->dispose = gst_audio_visualizer_dispose; + + element_class->change_state = + GST_DEBUG_FUNCPTR (gst_audio_visualizer_change_state); + + klass->decide_allocation = GST_DEBUG_FUNCPTR (default_decide_allocation); + + g_object_class_install_property (gobject_class, PROP_SHADER, + g_param_spec_enum ("shader", "shader type", + "Shader function to apply on each frame", + GST_TYPE_AUDIO_VISUALIZER_SHADER, DEFAULT_SHADER, + G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS)); + g_object_class_install_property (gobject_class, PROP_SHADE_AMOUNT, + g_param_spec_uint ("shade-amount", "shade amount", + "Shading color to use (big-endian ARGB)", 0, G_MAXUINT32, + DEFAULT_SHADE_AMOUNT, + G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS)); +} + +static void +gst_audio_visualizer_init (GstAudioVisualizer * scope, + GstAudioVisualizerClass * g_class) +{ + GstPadTemplate *pad_template; + + scope->priv = GST_AUDIO_VISUALIZER_GET_PRIVATE (scope); + + /* create the sink and src pads */ + pad_template = + gst_element_class_get_pad_template (GST_ELEMENT_CLASS (g_class), "sink"); + g_return_if_fail (pad_template != NULL); + scope->priv->sinkpad = gst_pad_new_from_template (pad_template, "sink"); + gst_pad_set_chain_function (scope->priv->sinkpad, + GST_DEBUG_FUNCPTR (gst_audio_visualizer_chain)); + gst_pad_set_event_function (scope->priv->sinkpad, + GST_DEBUG_FUNCPTR (gst_audio_visualizer_sink_event)); + gst_element_add_pad (GST_ELEMENT (scope), scope->priv->sinkpad); + + pad_template = + gst_element_class_get_pad_template (GST_ELEMENT_CLASS (g_class), "src"); + g_return_if_fail (pad_template != NULL); + scope->priv->srcpad = gst_pad_new_from_template (pad_template, "src"); + gst_pad_set_event_function (scope->priv->srcpad, + GST_DEBUG_FUNCPTR (gst_audio_visualizer_src_event)); + gst_pad_set_query_function (scope->priv->srcpad, + GST_DEBUG_FUNCPTR (gst_audio_visualizer_src_query)); + gst_element_add_pad (GST_ELEMENT (scope), scope->priv->srcpad); + + scope->priv->adapter = gst_adapter_new (); + scope->priv->inbuf = gst_buffer_new (); + + /* properties */ + scope->priv->shader_type = DEFAULT_SHADER; + gst_audio_visualizer_change_shader (scope); + scope->priv->shade_amount = DEFAULT_SHADE_AMOUNT; + + /* reset the initial video state */ + gst_video_info_init (&scope->vinfo); + scope->priv->frame_duration = GST_CLOCK_TIME_NONE; + + /* reset the initial state */ + gst_audio_info_init (&scope->ainfo); + gst_video_info_init (&scope->vinfo); + + g_mutex_init (&scope->priv->config_lock); +} + +static void +gst_audio_visualizer_set_property (GObject * object, guint prop_id, + const GValue * value, GParamSpec * pspec) +{ + GstAudioVisualizer *scope = GST_AUDIO_VISUALIZER (object); + + switch (prop_id) { + case PROP_SHADER: + scope->priv->shader_type = g_value_get_enum (value); + gst_audio_visualizer_change_shader (scope); + break; + case PROP_SHADE_AMOUNT: + scope->priv->shade_amount = g_value_get_uint (value); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); + break; + } +} + +static void +gst_audio_visualizer_get_property (GObject * object, guint prop_id, + GValue * value, GParamSpec * pspec) +{ + GstAudioVisualizer *scope = GST_AUDIO_VISUALIZER (object); + + switch (prop_id) { + case PROP_SHADER: + g_value_set_enum (value, scope->priv->shader_type); + break; + case PROP_SHADE_AMOUNT: + g_value_set_uint (value, scope->priv->shade_amount); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); + break; + } +} + +static void +gst_audio_visualizer_dispose (GObject * object) +{ + GstAudioVisualizer *scope = GST_AUDIO_VISUALIZER (object); + + if (scope->priv->adapter) { + g_object_unref (scope->priv->adapter); + scope->priv->adapter = NULL; + } + if (scope->priv->inbuf) { + gst_buffer_unref (scope->priv->inbuf); + scope->priv->inbuf = NULL; + } + if (scope->priv->tempbuf) { + gst_video_frame_unmap (&scope->priv->tempframe); + gst_buffer_unref (scope->priv->tempbuf); + scope->priv->tempbuf = NULL; + } + if (scope->priv->config_lock.p) { + g_mutex_clear (&scope->priv->config_lock); + scope->priv->config_lock.p = NULL; + } + G_OBJECT_CLASS (parent_class)->dispose (object); +} + +static void +gst_audio_visualizer_reset (GstAudioVisualizer * scope) +{ + gst_adapter_clear (scope->priv->adapter); + gst_segment_init (&scope->priv->segment, GST_FORMAT_UNDEFINED); + + GST_OBJECT_LOCK (scope); + scope->priv->proportion = 1.0; + scope->priv->earliest_time = -1; + scope->priv->dropped = 0; + scope->priv->processed = 0; + GST_OBJECT_UNLOCK (scope); +} + +static gboolean +gst_audio_visualizer_sink_setcaps (GstAudioVisualizer * scope, GstCaps * caps) +{ + GstAudioInfo info; + + if (!gst_audio_info_from_caps (&info, caps)) + goto wrong_caps; + + scope->ainfo = info; + + GST_DEBUG_OBJECT (scope, "audio: channels %d, rate %d", + GST_AUDIO_INFO_CHANNELS (&info), GST_AUDIO_INFO_RATE (&info)); + + if (!gst_audio_visualizer_src_negotiate (scope)) { + goto not_negotiated; + } + + return TRUE; + + /* Errors */ +wrong_caps: + { + GST_WARNING_OBJECT (scope, "could not parse caps"); + return FALSE; + } +not_negotiated: + { + GST_WARNING_OBJECT (scope, "failed to negotiate"); + return FALSE; + } +} + +static gboolean +gst_audio_visualizer_src_setcaps (GstAudioVisualizer * scope, GstCaps * caps) +{ + GstVideoInfo info; + GstAudioVisualizerClass *klass; + gboolean res; + + if (!gst_video_info_from_caps (&info, caps)) + goto wrong_caps; + + klass = GST_AUDIO_VISUALIZER_CLASS (G_OBJECT_GET_CLASS (scope)); + + scope->vinfo = info; + + scope->priv->frame_duration = gst_util_uint64_scale_int (GST_SECOND, + GST_VIDEO_INFO_FPS_D (&info), GST_VIDEO_INFO_FPS_N (&info)); + scope->priv->spf = + gst_util_uint64_scale_int (GST_AUDIO_INFO_RATE (&scope->ainfo), + GST_VIDEO_INFO_FPS_D (&info), GST_VIDEO_INFO_FPS_N (&info)); + scope->req_spf = scope->priv->spf; + + if (scope->priv->tempbuf) { + gst_video_frame_unmap (&scope->priv->tempframe); + gst_buffer_unref (scope->priv->tempbuf); + } + scope->priv->tempbuf = gst_buffer_new_wrapped (g_malloc0 (scope->vinfo.size), + scope->vinfo.size); + gst_video_frame_map (&scope->priv->tempframe, &scope->vinfo, + scope->priv->tempbuf, GST_MAP_READWRITE); + + if (klass->setup && !klass->setup (scope)) + goto setup_failed; + + GST_DEBUG_OBJECT (scope, "video: dimension %dx%d, framerate %d/%d", + GST_VIDEO_INFO_WIDTH (&info), GST_VIDEO_INFO_HEIGHT (&info), + GST_VIDEO_INFO_FPS_N (&info), GST_VIDEO_INFO_FPS_D (&info)); + GST_DEBUG_OBJECT (scope, "blocks: spf %u, req_spf %u", + scope->priv->spf, scope->req_spf); + + gst_pad_set_caps (scope->priv->srcpad, caps); + + /* find a pool for the negotiated caps now */ + res = gst_audio_visualizer_do_bufferpool (scope, caps); + gst_caps_unref (caps); + + return res; + + /* ERRORS */ +wrong_caps: + { + gst_caps_unref (caps); + GST_DEBUG_OBJECT (scope, "error parsing caps"); + return FALSE; + } + +setup_failed: + { + GST_WARNING_OBJECT (scope, "failed to set up"); + return FALSE; + } +} + +static gboolean +gst_audio_visualizer_src_negotiate (GstAudioVisualizer * scope) +{ + GstCaps *othercaps, *target; + GstStructure *structure; + GstCaps *templ; + gboolean ret; + + templ = gst_pad_get_pad_template_caps (scope->priv->srcpad); + + GST_DEBUG_OBJECT (scope, "performing negotiation"); + + /* see what the peer can do */ + othercaps = gst_pad_peer_query_caps (scope->priv->srcpad, NULL); + if (othercaps) { + target = gst_caps_intersect (othercaps, templ); + gst_caps_unref (othercaps); + gst_caps_unref (templ); + + if (gst_caps_is_empty (target)) + goto no_format; + + target = gst_caps_truncate (target); + } else { + target = templ; + } + + target = gst_caps_make_writable (target); + structure = gst_caps_get_structure (target, 0); + gst_structure_fixate_field_nearest_int (structure, "width", 320); + gst_structure_fixate_field_nearest_int (structure, "height", 200); + gst_structure_fixate_field_nearest_fraction (structure, "framerate", 25, 1); + + target = gst_caps_fixate (target); + + GST_DEBUG_OBJECT (scope, "final caps are %" GST_PTR_FORMAT, target); + + ret = gst_audio_visualizer_src_setcaps (scope, target); + + return ret; + +no_format: + { + gst_caps_unref (target); + return FALSE; + } +} + +/* takes ownership of the pool, allocator and query */ +static gboolean +gst_audio_visualizer_set_allocation (GstAudioVisualizer * scope, + GstBufferPool * pool, GstAllocator * allocator, + GstAllocationParams * params, GstQuery * query) +{ + GstAllocator *oldalloc; + GstBufferPool *oldpool; + GstQuery *oldquery; + GstAudioVisualizerPrivate *priv = scope->priv; + + GST_OBJECT_LOCK (scope); + oldpool = priv->pool; + priv->pool = pool; + priv->pool_active = FALSE; + + oldalloc = priv->allocator; + priv->allocator = allocator; + + oldquery = priv->query; + priv->query = query; + + if (params) + priv->params = *params; + else + gst_allocation_params_init (&priv->params); + GST_OBJECT_UNLOCK (scope); + + if (oldpool) { + GST_DEBUG_OBJECT (scope, "deactivating old pool %p", oldpool); + gst_buffer_pool_set_active (oldpool, FALSE); + gst_object_unref (oldpool); + } + if (oldalloc) { + gst_object_unref (oldalloc); + } + if (oldquery) { + gst_query_unref (oldquery); + } + return TRUE; +} + +static gboolean +gst_audio_visualizer_do_bufferpool (GstAudioVisualizer * scope, + GstCaps * outcaps) +{ + GstQuery *query; + gboolean result = TRUE; + GstBufferPool *pool = NULL; + GstAudioVisualizerClass *klass; + GstAllocator *allocator; + GstAllocationParams params; + + /* not passthrough, we need to allocate */ + /* find a pool for the negotiated caps now */ + GST_DEBUG_OBJECT (scope, "doing allocation query"); + query = gst_query_new_allocation (outcaps, TRUE); + + if (!gst_pad_peer_query (scope->priv->srcpad, query)) { + /* not a problem, we use the query defaults */ + GST_DEBUG_OBJECT (scope, "allocation query failed"); + } + + klass = GST_AUDIO_VISUALIZER_GET_CLASS (scope); + + GST_DEBUG_OBJECT (scope, "calling decide_allocation"); + g_assert (klass->decide_allocation != NULL); + result = klass->decide_allocation (scope, query); + + GST_DEBUG_OBJECT (scope, "ALLOCATION (%d) params: %" GST_PTR_FORMAT, result, + query); + + if (!result) + goto no_decide_allocation; + + /* we got configuration from our peer or the decide_allocation method, + * parse them */ + if (gst_query_get_n_allocation_params (query) > 0) { + gst_query_parse_nth_allocation_param (query, 0, &allocator, ¶ms); + } else { + allocator = NULL; + gst_allocation_params_init (¶ms); + } + + if (gst_query_get_n_allocation_pools (query) > 0) + gst_query_parse_nth_allocation_pool (query, 0, &pool, NULL, NULL, NULL); + + /* now store */ + result = + gst_audio_visualizer_set_allocation (scope, pool, allocator, ¶ms, + query); + + return result; + + /* Errors */ +no_decide_allocation: + { + GST_WARNING_OBJECT (scope, "Subclass failed to decide allocation"); + gst_query_unref (query); + + return result; + } +} + +static gboolean +default_decide_allocation (GstAudioVisualizer * scope, GstQuery * query) +{ + GstCaps *outcaps; + GstBufferPool *pool; + guint size, min, max; + GstAllocator *allocator; + GstAllocationParams params; + GstStructure *config; + gboolean update_allocator; + gboolean update_pool; + + gst_query_parse_allocation (query, &outcaps, NULL); + + /* we got configuration from our peer or the decide_allocation method, + * parse them */ + if (gst_query_get_n_allocation_params (query) > 0) { + /* try the allocator */ + gst_query_parse_nth_allocation_param (query, 0, &allocator, ¶ms); + update_allocator = TRUE; + } else { + allocator = NULL; + gst_allocation_params_init (¶ms); + update_allocator = FALSE; + } + + if (gst_query_get_n_allocation_pools (query) > 0) { + gst_query_parse_nth_allocation_pool (query, 0, &pool, &size, &min, &max); + update_pool = TRUE; + } else { + pool = NULL; + size = GST_VIDEO_INFO_SIZE (&scope->vinfo); + min = max = 0; + update_pool = FALSE; + } + + if (pool == NULL) { + /* we did not get a pool, make one ourselves then */ + pool = gst_video_buffer_pool_new (); + } + + config = gst_buffer_pool_get_config (pool); + gst_buffer_pool_config_set_params (config, outcaps, size, min, max); + gst_buffer_pool_config_set_allocator (config, allocator, ¶ms); + gst_buffer_pool_config_add_option (config, GST_BUFFER_POOL_OPTION_VIDEO_META); + gst_buffer_pool_set_config (pool, config); + + if (update_allocator) + gst_query_set_nth_allocation_param (query, 0, allocator, ¶ms); + else + gst_query_add_allocation_param (query, allocator, ¶ms); + + if (allocator) + gst_object_unref (allocator); + + if (update_pool) + gst_query_set_nth_allocation_pool (query, 0, pool, size, min, max); + else + gst_query_add_allocation_pool (query, pool, size, min, max); + + if (pool) + gst_object_unref (pool); + + return TRUE; +} + +static GstFlowReturn +default_prepare_output_buffer (GstAudioVisualizer * scope, GstBuffer ** outbuf) +{ + GstAudioVisualizerPrivate *priv; + + priv = scope->priv; + + g_assert (priv->pool != NULL); + + /* we can't reuse the input buffer */ + if (!priv->pool_active) { + GST_DEBUG_OBJECT (scope, "setting pool %p active", priv->pool); + if (!gst_buffer_pool_set_active (priv->pool, TRUE)) + goto activate_failed; + priv->pool_active = TRUE; + } + GST_DEBUG_OBJECT (scope, "using pool alloc"); + + return gst_buffer_pool_acquire_buffer (priv->pool, outbuf, NULL); + + /* ERRORS */ +activate_failed: + { + GST_ELEMENT_ERROR (scope, RESOURCE, SETTINGS, + ("failed to activate bufferpool"), ("failed to activate bufferpool")); + return GST_FLOW_ERROR; + } +} + +static GstFlowReturn +gst_audio_visualizer_chain (GstPad * pad, GstObject * parent, + GstBuffer * buffer) +{ + GstFlowReturn ret = GST_FLOW_OK; + GstAudioVisualizer *scope; + GstAudioVisualizerClass *klass; + GstBuffer *inbuf; + guint64 dist, ts; + guint avail, sbpf; + gpointer adata; + gint bps, channels, rate; + + scope = GST_AUDIO_VISUALIZER (parent); + klass = GST_AUDIO_VISUALIZER_CLASS (G_OBJECT_GET_CLASS (scope)); + + GST_LOG_OBJECT (scope, "chainfunc called"); + + /* resync on DISCONT */ + if (GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_DISCONT)) { + gst_adapter_clear (scope->priv->adapter); + } + + /* Make sure have an output format */ + if (gst_pad_check_reconfigure (scope->priv->srcpad)) { + if (!gst_audio_visualizer_src_negotiate (scope)) { + gst_pad_mark_reconfigure (scope->priv->srcpad); + goto not_negotiated; + } + } + + channels = GST_AUDIO_INFO_CHANNELS (&scope->ainfo); + rate = GST_AUDIO_INFO_RATE (&scope->ainfo); + bps = GST_AUDIO_INFO_BPS (&scope->ainfo); + + if (bps == 0) { + ret = GST_FLOW_NOT_NEGOTIATED; + goto beach; + } + + gst_adapter_push (scope->priv->adapter, buffer); + + g_mutex_lock (&scope->priv->config_lock); + + /* this is what we want */ + sbpf = scope->req_spf * channels * sizeof (gint16); + + inbuf = scope->priv->inbuf; + /* FIXME: the timestamp in the adapter would be different */ + gst_buffer_copy_into (inbuf, buffer, GST_BUFFER_COPY_METADATA, 0, -1); + + /* this is what we have */ + avail = gst_adapter_available (scope->priv->adapter); + GST_LOG_OBJECT (scope, "avail: %u, bpf: %u", avail, sbpf); + while (avail >= sbpf) { + GstBuffer *outbuf; + GstVideoFrame outframe; + + /* get timestamp of the current adapter content */ + ts = gst_adapter_prev_pts (scope->priv->adapter, &dist); + if (GST_CLOCK_TIME_IS_VALID (ts)) { + /* convert bytes to time */ + dist /= bps; + ts += gst_util_uint64_scale_int (dist, GST_SECOND, rate); + } + + /* check for QoS, don't compute buffers that are known to be late */ + if (GST_CLOCK_TIME_IS_VALID (ts)) { + GstClockTime earliest_time; + gdouble proportion; + gint64 qostime; + + qostime = + gst_segment_to_running_time (&scope->priv->segment, + GST_FORMAT_TIME, ts) + scope->priv->frame_duration; + + GST_OBJECT_LOCK (scope); + earliest_time = scope->priv->earliest_time; + proportion = scope->priv->proportion; + GST_OBJECT_UNLOCK (scope); + + if (GST_CLOCK_TIME_IS_VALID (earliest_time) && qostime <= earliest_time) { + GstClockTime stream_time, jitter; + GstMessage *qos_msg; + + GST_DEBUG_OBJECT (scope, + "QoS: skip ts: %" GST_TIME_FORMAT ", earliest: %" GST_TIME_FORMAT, + GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); + + ++scope->priv->dropped; + stream_time = gst_segment_to_stream_time (&scope->priv->segment, + GST_FORMAT_TIME, ts); + jitter = GST_CLOCK_DIFF (qostime, earliest_time); + qos_msg = gst_message_new_qos (GST_OBJECT (scope), FALSE, qostime, + stream_time, ts, GST_BUFFER_DURATION (buffer)); + gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); + gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, + scope->priv->processed, scope->priv->dropped); + gst_element_post_message (GST_ELEMENT (scope), qos_msg); + + goto skip; + } + } + + ++scope->priv->processed; + + g_mutex_unlock (&scope->priv->config_lock); + ret = default_prepare_output_buffer (scope, &outbuf); + g_mutex_lock (&scope->priv->config_lock); + /* recheck as the value could have changed */ + sbpf = scope->req_spf * channels * sizeof (gint16); + + /* no buffer allocated, we don't care why. */ + if (ret != GST_FLOW_OK) + break; + + /* sync controlled properties */ + if (GST_CLOCK_TIME_IS_VALID (ts)) + gst_object_sync_values (GST_OBJECT (scope), ts); + + GST_BUFFER_TIMESTAMP (outbuf) = ts; + GST_BUFFER_DURATION (outbuf) = scope->priv->frame_duration; + + /* this can fail as the data size we need could have changed */ + if (!(adata = (gpointer) gst_adapter_map (scope->priv->adapter, sbpf))) + break; + + gst_video_frame_map (&outframe, &scope->vinfo, outbuf, GST_MAP_READWRITE); + + if (scope->priv->shader) { + gst_video_frame_copy (&outframe, &scope->priv->tempframe); + } else { + /* gst_video_frame_clear() or is output frame already cleared */ + gint i; + + for (i = 0; i < scope->vinfo.finfo->n_planes; i++) { + memset (outframe.data[i], 0, outframe.map[i].size); + } + } + + gst_buffer_replace_all_memory (inbuf, + gst_memory_new_wrapped (GST_MEMORY_FLAG_READONLY, adata, sbpf, 0, + sbpf, NULL, NULL)); + + /* call class->render() vmethod */ + if (klass->render) { + if (!klass->render (scope, inbuf, &outframe)) { + ret = GST_FLOW_ERROR; + gst_video_frame_unmap (&outframe); + goto beach; + } else { + /* run various post processing (shading and geometric transformation) */ + /* FIXME: SHADER assumes 32bpp */ + if (scope->priv->shader && + GST_VIDEO_INFO_COMP_PSTRIDE (&scope->vinfo, 0) == 4) { + scope->priv->shader (scope, &outframe, &scope->priv->tempframe); + } + } + } + gst_video_frame_unmap (&outframe); + + g_mutex_unlock (&scope->priv->config_lock); + ret = gst_pad_push (scope->priv->srcpad, outbuf); + outbuf = NULL; + g_mutex_lock (&scope->priv->config_lock); + + skip: + /* recheck as the value could have changed */ + sbpf = scope->req_spf * channels * sizeof (gint16); + GST_LOG_OBJECT (scope, "avail: %u, bpf: %u", avail, sbpf); + /* we want to take less or more, depending on spf : req_spf */ + if (avail - sbpf >= sbpf) { + gst_adapter_flush (scope->priv->adapter, sbpf); + gst_adapter_unmap (scope->priv->adapter); + } else if (avail >= sbpf) { + /* just flush a bit and stop */ + gst_adapter_flush (scope->priv->adapter, (avail - sbpf)); + gst_adapter_unmap (scope->priv->adapter); + break; + } + avail = gst_adapter_available (scope->priv->adapter); + + if (ret != GST_FLOW_OK) + break; + } + + g_mutex_unlock (&scope->priv->config_lock); + +beach: + return ret; + + /* ERRORS */ +not_negotiated: + { + GST_DEBUG_OBJECT (scope, "Failed to renegotiate"); + return GST_FLOW_NOT_NEGOTIATED; + } +} + +static gboolean +gst_audio_visualizer_src_event (GstPad * pad, GstObject * parent, + GstEvent * event) +{ + gboolean res; + GstAudioVisualizer *scope; + + scope = GST_AUDIO_VISUALIZER (parent); + + switch (GST_EVENT_TYPE (event)) { + case GST_EVENT_QOS: + { + gdouble proportion; + GstClockTimeDiff diff; + GstClockTime timestamp; + + gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); + + /* save stuff for the _chain() function */ + GST_OBJECT_LOCK (scope); + scope->priv->proportion = proportion; + if (diff >= 0) + /* we're late, this is a good estimate for next displayable + * frame (see part-qos.txt) */ + scope->priv->earliest_time = timestamp + 2 * diff + + scope->priv->frame_duration; + else + scope->priv->earliest_time = timestamp + diff; + GST_OBJECT_UNLOCK (scope); + + res = gst_pad_push_event (scope->priv->sinkpad, event); + break; + } + case GST_EVENT_RECONFIGURE: + /* dont't forward */ + gst_event_unref (event); + res = TRUE; + break; + default: + res = gst_pad_event_default (pad, parent, event); + break; + } + + return res; +} + +static gboolean +gst_audio_visualizer_sink_event (GstPad * pad, GstObject * parent, + GstEvent * event) +{ + gboolean res; + GstAudioVisualizer *scope; + + scope = GST_AUDIO_VISUALIZER (parent); + + switch (GST_EVENT_TYPE (event)) { + case GST_EVENT_CAPS: + { + GstCaps *caps; + + gst_event_parse_caps (event, &caps); + res = gst_audio_visualizer_sink_setcaps (scope, caps); + gst_event_unref (event); + break; + } + case GST_EVENT_FLUSH_STOP: + gst_audio_visualizer_reset (scope); + res = gst_pad_push_event (scope->priv->srcpad, event); + break; + case GST_EVENT_SEGMENT: + { + /* the newsegment values are used to clip the input samples + * and to convert the incomming timestamps to running time so + * we can do QoS */ + gst_event_copy_segment (event, &scope->priv->segment); + + res = gst_pad_push_event (scope->priv->srcpad, event); + break; + } + default: + res = gst_pad_event_default (pad, parent, event); + break; + } + + return res; +} + +static gboolean +gst_audio_visualizer_src_query (GstPad * pad, GstObject * parent, + GstQuery * query) +{ + gboolean res = FALSE; + GstAudioVisualizer *scope; + + scope = GST_AUDIO_VISUALIZER (parent); + + switch (GST_QUERY_TYPE (query)) { + case GST_QUERY_LATENCY: + { + /* We need to send the query upstream and add the returned latency to our + * own */ + GstClockTime min_latency, max_latency; + gboolean us_live; + GstClockTime our_latency; + guint max_samples; + gint rate = GST_AUDIO_INFO_RATE (&scope->ainfo); + + if (rate == 0) + break; + + if ((res = gst_pad_peer_query (scope->priv->sinkpad, query))) { + gst_query_parse_latency (query, &us_live, &min_latency, &max_latency); + + GST_DEBUG_OBJECT (scope, "Peer latency: min %" + GST_TIME_FORMAT " max %" GST_TIME_FORMAT, + GST_TIME_ARGS (min_latency), GST_TIME_ARGS (max_latency)); + + /* the max samples we must buffer buffer */ + max_samples = MAX (scope->req_spf, scope->priv->spf); + our_latency = gst_util_uint64_scale_int (max_samples, GST_SECOND, rate); + + GST_DEBUG_OBJECT (scope, "Our latency: %" GST_TIME_FORMAT, + GST_TIME_ARGS (our_latency)); + + /* we add some latency but only if we need to buffer more than what + * upstream gives us */ + min_latency += our_latency; + if (max_latency != -1) + max_latency += our_latency; + + GST_DEBUG_OBJECT (scope, "Calculated total latency : min %" + GST_TIME_FORMAT " max %" GST_TIME_FORMAT, + GST_TIME_ARGS (min_latency), GST_TIME_ARGS (max_latency)); + + gst_query_set_latency (query, TRUE, min_latency, max_latency); + } + break; + } + default: + res = gst_pad_query_default (pad, parent, query); + break; + } + + return res; +} + +static GstStateChangeReturn +gst_audio_visualizer_change_state (GstElement * element, + GstStateChange transition) +{ + GstStateChangeReturn ret; + GstAudioVisualizer *scope; + + scope = GST_AUDIO_VISUALIZER (element); + + switch (transition) { + case GST_STATE_CHANGE_READY_TO_PAUSED: + gst_audio_visualizer_reset (scope); + break; + default: + break; + } + + ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); + + switch (transition) { + case GST_STATE_CHANGE_PAUSED_TO_READY: + gst_audio_visualizer_set_allocation (scope, NULL, NULL, NULL, NULL); + break; + case GST_STATE_CHANGE_READY_TO_NULL: + break; + default: + break; + } + + return ret; +} diff --git a/gst/goom/gstaudiovisualizer.h b/gst/goom/gstaudiovisualizer.h new file mode 100644 index 0000000000000000000000000000000000000000..0fdb1fa3dbe7a89fb9cf9f7851e552c92f94827e --- /dev/null +++ b/gst/goom/gstaudiovisualizer.h @@ -0,0 +1,105 @@ +/* GStreamer + * Copyright (C) <2011> Stefan Kost <ensonic@users.sf.net> + * Copyright (C) <2015> Luis de Bethencourt <luis@debethencourt.com> + * + * gstaudiovisualizer.c: base class for audio visualisation elements + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#ifndef __GST_AUDIO_VISUALIZER_H__ +#define __GST_AUDIO_VISUALIZER_H__ + +#include <gst/gst.h> +#include <gst/base/gstbasetransform.h> + +#include <gst/video/video.h> +#include <gst/audio/audio.h> +#include <gst/base/gstadapter.h> + +G_BEGIN_DECLS +#define GST_TYPE_AUDIO_VISUALIZER (gst_audio_visualizer_get_type()) +#define GST_AUDIO_VISUALIZER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizer)) +#define GST_AUDIO_VISUALIZER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizerClass)) +#define GST_AUDIO_VISUALIZER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizerClass)) +#define GST_IS_SYNAESTHESIA(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_AUDIO_VISUALIZER)) +#define GST_IS_SYNAESTHESIA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_AUDIO_VISUALIZER)) +typedef struct _GstAudioVisualizer GstAudioVisualizer; +typedef struct _GstAudioVisualizerClass GstAudioVisualizerClass; +typedef struct _GstAudioVisualizerPrivate GstAudioVisualizerPrivate; + +typedef void (*GstAudioVisualizerShaderFunc)(GstAudioVisualizer *scope, const GstVideoFrame *s, GstVideoFrame *d); + +/** + * GstAudioVisualizerShader: + * @GST_AUDIO_VISUALIZER_SHADER_NONE: no shading + * @GST_AUDIO_VISUALIZER_SHADER_FADE: plain fading + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP: fade and move up + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN: fade and move down + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT: fade and move left + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT: fade and move right + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT: fade and move horizontally out + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN: fade and move horizontally in + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT: fade and move vertically out + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN: fade and move vertically in + * + * Different types of supported background shading functions. + */ +typedef enum { + GST_AUDIO_VISUALIZER_SHADER_NONE, + GST_AUDIO_VISUALIZER_SHADER_FADE, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN +} GstAudioVisualizerShader; + +struct _GstAudioVisualizer +{ + GstElement parent; + + guint req_spf; /* min samples per frame wanted by the subclass */ + + /* video state */ + GstVideoInfo vinfo; + + /* audio state */ + GstAudioInfo ainfo; + + /* <private> */ + GstAudioVisualizerPrivate *priv; +}; + +struct _GstAudioVisualizerClass +{ + GstElementClass parent_class; + + /* virtual function, called whenever the format changes */ + gboolean (*setup) (GstAudioVisualizer * scope); + + /* virtual function for rendering a frame */ + gboolean (*render) (GstAudioVisualizer * scope, GstBuffer * audio, GstVideoFrame * video); + + gboolean (*decide_allocation) (GstAudioVisualizer * scope, GstQuery *query); +}; + +GType gst_audio_visualizer_get_type (void); + +G_END_DECLS +#endif /* __GST_AUDIO_VISUALIZER_H__ */ diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index 02715f9d7d378ff391e8cbd61bfae869879c8d7e..6700f75c9dfc81f6927762b09a615bcae0a19d8e 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -2,6 +2,7 @@ * Copyright (C) <2001> Richard Boulton <richard@tartarus.org> * (C) <2006> Wim Taymans <wim at fluendo dot com> * (C) <2011> Wim Taymans <wim.taymans at gmail dot com> + * (C) <2015> Luis de Bethencourt <luis@debethencourt.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -39,10 +40,7 @@ #endif #include <string.h> -#include <gst/gst.h> #include "gstgoom.h" -#include <gst/video/video.h> -#include <gst/audio/audio.h> #include "goom.h" #if HAVE_ORC @@ -54,8 +52,6 @@ GST_DEBUG_CATEGORY (goom_debug); #define DEFAULT_WIDTH 320 #define DEFAULT_HEIGHT 240 -#define DEFAULT_FPS_N 25 -#define DEFAULT_FPS_D 1 /* signals and args */ enum @@ -66,7 +62,7 @@ enum enum { - PROP_0 + ARG_0 /* FILL ME */ }; @@ -97,34 +93,23 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", static void gst_goom_finalize (GObject * object); -static void gst_goom_reset (GstGoom * goom); -static GstStateChangeReturn gst_goom_change_state (GstElement * element, - GstStateChange transition); +static gboolean gst_goom_setup (GstAudioVisualizer * base); +static gboolean gst_goom_render (GstAudioVisualizer * base, GstBuffer * audio, + GstVideoFrame * video); -static GstFlowReturn gst_goom_chain (GstPad * pad, GstObject * parent, - GstBuffer * buffer); -static gboolean gst_goom_src_event (GstPad * pad, GstObject * parent, - GstEvent * event); -static gboolean gst_goom_sink_event (GstPad * pad, GstObject * parent, - GstEvent * event); - -static gboolean gst_goom_src_query (GstPad * pad, GstObject * parent, - GstQuery * query); - -static gboolean gst_goom_src_negotiate (GstGoom * goom); - -#define gst_goom_parent_class parent_class -G_DEFINE_TYPE (GstGoom, gst_goom, GST_TYPE_ELEMENT); +G_DEFINE_TYPE (GstGoom, gst_goom, GST_TYPE_AUDIO_VISUALIZER); static void gst_goom_class_init (GstGoomClass * klass) { GObjectClass *gobject_class; GstElementClass *gstelement_class; + GstAudioVisualizerClass *visualizer_class; gobject_class = (GObjectClass *) klass; gstelement_class = (GstElementClass *) klass; + visualizer_class = (GstAudioVisualizerClass *) klass; gobject_class->finalize = gst_goom_finalize; @@ -137,40 +122,18 @@ gst_goom_class_init (GstGoomClass * klass) gst_element_class_add_pad_template (gstelement_class, gst_static_pad_template_get (&src_template)); - gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_goom_change_state); + visualizer_class->setup = GST_DEBUG_FUNCPTR (gst_goom_setup); + visualizer_class->render = GST_DEBUG_FUNCPTR (gst_goom_render); } static void gst_goom_init (GstGoom * goom) { - /* create the sink and src pads */ - goom->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); - gst_pad_set_chain_function (goom->sinkpad, - GST_DEBUG_FUNCPTR (gst_goom_chain)); - gst_pad_set_event_function (goom->sinkpad, - GST_DEBUG_FUNCPTR (gst_goom_sink_event)); - gst_element_add_pad (GST_ELEMENT (goom), goom->sinkpad); - - goom->srcpad = gst_pad_new_from_static_template (&src_template, "src"); - gst_pad_set_event_function (goom->srcpad, - GST_DEBUG_FUNCPTR (gst_goom_src_event)); - gst_pad_set_query_function (goom->srcpad, - GST_DEBUG_FUNCPTR (gst_goom_src_query)); - gst_element_add_pad (GST_ELEMENT (goom), goom->srcpad); - - goom->adapter = gst_adapter_new (); - goom->width = DEFAULT_WIDTH; goom->height = DEFAULT_HEIGHT; - goom->fps_n = DEFAULT_FPS_N; /* desired frame rate */ - goom->fps_d = DEFAULT_FPS_D; /* desired frame rate */ goom->channels = 0; - goom->rate = 0; - goom->duration = 0; goom->plugin = goom_init (goom->width, goom->height); - - gst_goom_reset (goom); } static void @@ -181,512 +144,50 @@ gst_goom_finalize (GObject * object) goom_close (goom->plugin); goom->plugin = NULL; - g_object_unref (goom->adapter); - if (goom->pool) - gst_object_unref (goom->pool); - - G_OBJECT_CLASS (parent_class)->finalize (object); -} - -static void -gst_goom_reset (GstGoom * goom) -{ - gst_adapter_clear (goom->adapter); - gst_segment_init (&goom->segment, GST_FORMAT_UNDEFINED); - - GST_OBJECT_LOCK (goom); - goom->proportion = 1.0; - goom->earliest_time = GST_CLOCK_TIME_NONE; - GST_OBJECT_UNLOCK (goom); - - goom->dropped = 0; - goom->processed = 0; + G_OBJECT_CLASS (gst_goom_parent_class)->finalize (object); } static gboolean -gst_goom_sink_setcaps (GstGoom * goom, GstCaps * caps) +gst_goom_setup (GstAudioVisualizer * base) { - GstStructure *structure; + GstGoom *goom = GST_GOOM (base); - structure = gst_caps_get_structure (caps, 0); - - gst_structure_get_int (structure, "channels", &goom->channels); - gst_structure_get_int (structure, "rate", &goom->rate); - - goom->bps = goom->channels * sizeof (gint16); - - return gst_goom_src_negotiate (goom); -} - -static gboolean -gst_goom_src_setcaps (GstGoom * goom, GstCaps * caps) -{ - GstStructure *structure; - gboolean res; - - structure = gst_caps_get_structure (caps, 0); - if (!gst_structure_get_int (structure, "width", &goom->width) || - !gst_structure_get_int (structure, "height", &goom->height) || - !gst_structure_get_fraction (structure, "framerate", &goom->fps_n, - &goom->fps_d)) - goto error; - - goom_set_resolution (goom->plugin, goom->width, goom->height); - - /* size of the output buffer in bytes, depth is always 4 bytes */ - goom->outsize = goom->width * goom->height * 4; - goom->duration = - gst_util_uint64_scale_int (GST_SECOND, goom->fps_d, goom->fps_n); - goom->spf = gst_util_uint64_scale_int (goom->rate, goom->fps_d, goom->fps_n); - goom->bpf = goom->spf * goom->bps; - - GST_DEBUG_OBJECT (goom, "dimension %dx%d, framerate %d/%d, spf %d", - goom->width, goom->height, goom->fps_n, goom->fps_d, goom->spf); - - res = gst_pad_set_caps (goom->srcpad, caps); - - return res; - - /* ERRORS */ -error: - { - GST_DEBUG_OBJECT (goom, "error parsing caps"); - return FALSE; - } -} - -static gboolean -gst_goom_src_negotiate (GstGoom * goom) -{ - GstCaps *othercaps, *target; - GstStructure *structure; - GstCaps *templ; - GstQuery *query; - GstBufferPool *pool; - GstStructure *config; - guint size, min, max; - - templ = gst_pad_get_pad_template_caps (goom->srcpad); - - GST_DEBUG_OBJECT (goom, "performing negotiation"); - - /* see what the peer can do */ - othercaps = gst_pad_peer_query_caps (goom->srcpad, NULL); - if (othercaps) { - target = gst_caps_intersect (othercaps, templ); - gst_caps_unref (othercaps); - gst_caps_unref (templ); - - if (gst_caps_is_empty (target)) - goto no_format; - - target = gst_caps_truncate (target); - } else { - target = templ; - } - - target = gst_caps_make_writable (target); - structure = gst_caps_get_structure (target, 0); - gst_structure_fixate_field_nearest_int (structure, "width", DEFAULT_WIDTH); - gst_structure_fixate_field_nearest_int (structure, "height", DEFAULT_HEIGHT); - gst_structure_fixate_field_nearest_fraction (structure, "framerate", - DEFAULT_FPS_N, DEFAULT_FPS_D); - - gst_goom_src_setcaps (goom, target); - - /* try to get a bufferpool now */ - /* find a pool for the negotiated caps now */ - query = gst_query_new_allocation (target, TRUE); - - if (!gst_pad_peer_query (goom->srcpad, query)) { - /* no problem, we use the query defaults */ - GST_DEBUG_OBJECT (goom, "ALLOCATION query failed"); - } - - if (gst_query_get_n_allocation_pools (query) > 0) { - /* we got configuration from our peer, parse them */ - gst_query_parse_nth_allocation_pool (query, 0, &pool, &size, &min, &max); - } else { - pool = NULL; - size = goom->outsize; - min = max = 0; - } - - if (pool == NULL) { - /* we did not get a pool, make one ourselves then */ - pool = gst_buffer_pool_new (); - } - - config = gst_buffer_pool_get_config (pool); - gst_buffer_pool_config_set_params (config, target, size, min, max); - gst_buffer_pool_set_config (pool, config); - - if (goom->pool) { - gst_buffer_pool_set_active (goom->pool, FALSE); - gst_object_unref (goom->pool); - } - goom->pool = pool; - - /* and activate */ - gst_buffer_pool_set_active (pool, TRUE); - - gst_caps_unref (target); + goom->width = GST_VIDEO_INFO_WIDTH (&base->vinfo); + goom->height = GST_VIDEO_INFO_HEIGHT (&base->vinfo); return TRUE; - -no_format: - { - gst_caps_unref (target); - return FALSE; - } -} - -static gboolean -gst_goom_src_event (GstPad * pad, GstObject * parent, GstEvent * event) -{ - gboolean res; - GstGoom *goom; - - goom = GST_GOOM (parent); - - switch (GST_EVENT_TYPE (event)) { - case GST_EVENT_QOS: - { - gdouble proportion; - GstClockTimeDiff diff; - GstClockTime timestamp; - - gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); - - /* save stuff for the _chain() function */ - GST_OBJECT_LOCK (goom); - goom->proportion = proportion; - if (diff >= 0) - /* we're late, this is a good estimate for next displayable - * frame (see part-qos.txt) */ - goom->earliest_time = timestamp + 2 * diff + goom->duration; - else - goom->earliest_time = timestamp + diff; - GST_OBJECT_UNLOCK (goom); - - res = gst_pad_event_default (pad, parent, event); - break; - } - default: - res = gst_pad_event_default (pad, parent, event); - break; - } - - return res; -} - -static gboolean -gst_goom_sink_event (GstPad * pad, GstObject * parent, GstEvent * event) -{ - gboolean res; - GstGoom *goom; - - goom = GST_GOOM (parent); - - switch (GST_EVENT_TYPE (event)) { - case GST_EVENT_CAPS: - { - GstCaps *caps; - - gst_event_parse_caps (event, &caps); - res = gst_goom_sink_setcaps (goom, caps); - gst_event_unref (event); - break; - } - case GST_EVENT_FLUSH_STOP: - gst_goom_reset (goom); - res = gst_pad_event_default (pad, parent, event); - break; - case GST_EVENT_SEGMENT: - { - /* the newsegment values are used to clip the input samples - * and to convert the incomming timestamps to running time so - * we can do QoS */ - gst_event_copy_segment (event, &goom->segment); - - res = gst_pad_event_default (pad, parent, event); - break; - } - default: - res = gst_pad_event_default (pad, parent, event); - break; - } - - return res; } static gboolean -gst_goom_src_query (GstPad * pad, GstObject * parent, GstQuery * query) -{ - gboolean res = FALSE; - GstGoom *goom; - - goom = GST_GOOM (parent); - - switch (GST_QUERY_TYPE (query)) { - case GST_QUERY_LATENCY: - { - /* We need to send the query upstream and add the returned latency to our - * own */ - GstClockTime min_latency, max_latency; - gboolean us_live; - GstClockTime our_latency; - guint max_samples; - - if (goom->rate == 0) - break; - - if ((res = gst_pad_peer_query (goom->sinkpad, query))) { - gst_query_parse_latency (query, &us_live, &min_latency, &max_latency); - - GST_DEBUG_OBJECT (goom, "Peer latency: min %" - GST_TIME_FORMAT " max %" GST_TIME_FORMAT, - GST_TIME_ARGS (min_latency), GST_TIME_ARGS (max_latency)); - - /* the max samples we must buffer buffer */ - max_samples = MAX (GOOM_SAMPLES, goom->spf); - our_latency = - gst_util_uint64_scale_int (max_samples, GST_SECOND, goom->rate); - - GST_DEBUG_OBJECT (goom, "Our latency: %" GST_TIME_FORMAT, - GST_TIME_ARGS (our_latency)); - - /* we add some latency but only if we need to buffer more than what - * upstream gives us */ - min_latency += our_latency; - if (max_latency != -1) - max_latency += our_latency; - - GST_DEBUG_OBJECT (goom, "Calculated total latency : min %" - GST_TIME_FORMAT " max %" GST_TIME_FORMAT, - GST_TIME_ARGS (min_latency), GST_TIME_ARGS (max_latency)); - - gst_query_set_latency (query, TRUE, min_latency, max_latency); - } - break; +gst_goom_render (GstAudioVisualizer * base, GstBuffer * audio, + GstVideoFrame * video) +{ + GstGoom *goom = GST_GOOM (base); + GstMapInfo amap; + gint16 datain[2][GOOM_SAMPLES]; + gint16 *adata; + gint i; + + /* get next GOOM_SAMPLES, we have at least this amount of samples */ + gst_buffer_map (audio, &amap, GST_MAP_READ); + adata = (gint16 *) amap.data; + + if (goom->channels == 2) { + for (i = 0; i < GOOM_SAMPLES; i++) { + datain[0][i] = *adata++; + datain[1][i] = *adata++; } - default: - res = gst_pad_query_default (pad, parent, query); - break; - } - - return res; -} - -/* make sure we are negotiated */ -static GstFlowReturn -ensure_negotiated (GstGoom * goom) -{ - if (gst_pad_check_reconfigure (goom->srcpad)) { - if (!gst_goom_src_negotiate (goom)) - return GST_FLOW_NOT_NEGOTIATED; - } - return GST_FLOW_OK; -} - - -static GstFlowReturn -gst_goom_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer) -{ - GstGoom *goom; - GstFlowReturn ret; - GstBuffer *outbuf = NULL; - - goom = GST_GOOM (parent); - if (goom->bps == 0) { - gst_buffer_unref (buffer); - ret = GST_FLOW_NOT_NEGOTIATED; - goto beach; - } - - /* Make sure have an output format */ - ret = ensure_negotiated (goom); - if (ret != GST_FLOW_OK) { - gst_buffer_unref (buffer); - goto beach; - } - - /* don't try to combine samples from discont buffer */ - if (GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_DISCONT)) { - gst_adapter_clear (goom->adapter); - } - - GST_DEBUG_OBJECT (goom, - "Input buffer has %" G_GSIZE_FORMAT " samples, time=%" G_GUINT64_FORMAT, - gst_buffer_get_size (buffer) / goom->bps, GST_BUFFER_TIMESTAMP (buffer)); - - /* Collect samples until we have enough for an output frame */ - gst_adapter_push (goom->adapter, buffer); - - ret = GST_FLOW_OK; - - while (TRUE) { - const guint16 *data; - guchar *out_frame; - gint i; - guint avail, to_flush; - guint64 dist, timestamp; - - avail = gst_adapter_available (goom->adapter); - GST_DEBUG_OBJECT (goom, "avail now %u", avail); - - /* we need GOOM_SAMPLES to get a meaningful result from goom. */ - if (avail < (GOOM_SAMPLES * goom->bps)) - break; - - /* we also need enough samples to produce one frame at least */ - if (avail < goom->bpf) - break; - - GST_DEBUG_OBJECT (goom, "processing buffer"); - - /* get timestamp of the current adapter byte */ - timestamp = gst_adapter_prev_pts (goom->adapter, &dist); - if (GST_CLOCK_TIME_IS_VALID (timestamp)) { - /* convert bytes to time */ - dist /= goom->bps; - timestamp += gst_util_uint64_scale_int (dist, GST_SECOND, goom->rate); - } - - /* check for QoS, don't compute buffers that are known to be late */ - if (GST_CLOCK_TIME_IS_VALID (timestamp)) { - GstClockTime earliest_time; - gdouble proportion; - gint64 qostime; - - qostime = gst_segment_to_running_time (&goom->segment, GST_FORMAT_TIME, - timestamp) + goom->duration; - - GST_OBJECT_LOCK (goom); - earliest_time = goom->earliest_time; - proportion = goom->proportion; - GST_OBJECT_UNLOCK (goom); - - if (GST_CLOCK_TIME_IS_VALID (earliest_time) && qostime <= earliest_time) { - GstClockTime stream_time, jitter; - GstMessage *qos_msg; - - GST_WARNING_OBJECT (goom, - "QoS: skip ts: %" GST_TIME_FORMAT ", earliest: %" GST_TIME_FORMAT, - GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); - - goom->dropped++; - stream_time = gst_segment_to_stream_time (&goom->segment, - GST_FORMAT_TIME, timestamp); - jitter = GST_CLOCK_DIFF (qostime, earliest_time); - qos_msg = gst_message_new_qos (GST_OBJECT (goom), FALSE, qostime, - stream_time, timestamp, GST_BUFFER_DURATION (buffer)); - gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); - gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, - goom->processed, goom->dropped); - gst_element_post_message (GST_ELEMENT (goom), qos_msg); - goto skip; - } - } - - goom->processed++; - - /* get next GOOM_SAMPLES, we have at least this amount of samples */ - data = - (const guint16 *) gst_adapter_map (goom->adapter, - GOOM_SAMPLES * goom->bps); - - if (goom->channels == 2) { - for (i = 0; i < GOOM_SAMPLES; i++) { - goom->datain[0][i] = *data++; - goom->datain[1][i] = *data++; - } - } else { - for (i = 0; i < GOOM_SAMPLES; i++) { - goom->datain[0][i] = *data; - goom->datain[1][i] = *data++; - } - } - - /* alloc a buffer if we don't have one yet, this happens - * when we pushed a buffer in this while loop before */ - if (outbuf == NULL) { - GST_DEBUG_OBJECT (goom, "allocating output buffer"); - ret = gst_buffer_pool_acquire_buffer (goom->pool, &outbuf, NULL); - if (ret != GST_FLOW_OK) { - gst_adapter_unmap (goom->adapter); - goto beach; - } + } else { + for (i = 0; i < GOOM_SAMPLES; i++) { + datain[0][i] = *adata; + datain[1][i] = *adata++; } - - GST_BUFFER_TIMESTAMP (outbuf) = timestamp; - GST_BUFFER_DURATION (outbuf) = goom->duration; - - out_frame = (guchar *) goom_update (goom->plugin, goom->datain, 0, 0); - gst_buffer_fill (outbuf, 0, out_frame, goom->outsize); - - gst_adapter_unmap (goom->adapter); - - GST_DEBUG ("Pushing frame with time=%" GST_TIME_FORMAT ", duration=%" - GST_TIME_FORMAT, GST_TIME_ARGS (timestamp), - GST_TIME_ARGS (goom->duration)); - - ret = gst_pad_push (goom->srcpad, outbuf); - outbuf = NULL; - - skip: - /* Now flush the samples we needed for this frame, which might be more than - * the samples we used (GOOM_SAMPLES). */ - to_flush = goom->bpf; - - GST_DEBUG_OBJECT (goom, "finished frame, flushing %u bytes from input", - to_flush); - gst_adapter_flush (goom->adapter, to_flush); - - if (ret != GST_FLOW_OK) - break; } - if (outbuf != NULL) - gst_buffer_unref (outbuf); + video->data[0] = goom_update (goom->plugin, datain, 0, 0); + gst_buffer_unmap (audio, &amap); -beach: - - return ret; -} - -static GstStateChangeReturn -gst_goom_change_state (GstElement * element, GstStateChange transition) -{ - GstGoom *goom = GST_GOOM (element); - GstStateChangeReturn ret; - - switch (transition) { - case GST_STATE_CHANGE_NULL_TO_READY: - break; - case GST_STATE_CHANGE_READY_TO_PAUSED: - gst_goom_reset (goom); - break; - default: - break; - } - - ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); - - switch (transition) { - case GST_STATE_CHANGE_PAUSED_TO_READY: - if (goom->pool) { - gst_buffer_pool_set_active (goom->pool, FALSE); - gst_object_replace ((GstObject **) & goom->pool, NULL); - } - break; - case GST_STATE_CHANGE_READY_TO_NULL: - break; - default: - break; - } - - return ret; + return TRUE; } static gboolean diff --git a/gst/goom/gstgoom.h b/gst/goom/gstgoom.h index 5d1b82afb208f3cd5c8db942d1c077ce9fac24b4..f8cb434d179e2628f117ca4908c1dfbe7ef5b3b8 100644 --- a/gst/goom/gstgoom.h +++ b/gst/goom/gstgoom.h @@ -1,5 +1,6 @@ /* gstgoom.c: implementation of goom drawing element * Copyright (C) <2001> Richard Boulton <richard@tartarus.org> + * Copyright (C) <2015> Luis de Bethencourt <luis@debethencourt.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -20,12 +21,11 @@ #ifndef __GST_GOOM_H__ #define __GST_GOOM_H__ -G_BEGIN_DECLS - -#include <gst/gst.h> -#include <gst/base/gstadapter.h> +#include "gstaudiovisualizer.h" #include "goom.h" +G_BEGIN_DECLS + #define GOOM_SAMPLES 512 #define GST_TYPE_GOOM (gst_goom_get_type()) @@ -39,52 +39,26 @@ typedef struct _GstGoomClass GstGoomClass; struct _GstGoom { - GstElement element; - - /* pads */ - GstPad *sinkpad, *srcpad; - GstAdapter *adapter; + GstAudioVisualizer parent; /* input tracking */ - gint rate; gint channels; - guint bps; /* video state */ - gint fps_n; - gint fps_d; gint width; gint height; - GstClockTime duration; - guint outsize; - GstBufferPool *pool; - - guint dropped; /* frames dropped / not dropped */ - guint processed; - - /* samples per frame */ - guint spf; - /* bytes per frame */ - guint bpf; /* goom stuff */ - gint16 datain[2][GOOM_SAMPLES]; PluginInfo *plugin; - - /* segment state */ - GstSegment segment; - - /* QoS stuff *//* with LOCK */ - gdouble proportion; - GstClockTime earliest_time; }; struct _GstGoomClass { - GstElementClass parent_class; + GstAudioVisualizerClass parent_class; }; GType gst_goom_get_type (void); +gboolean gst_goom_plugin_init (GstPlugin * plugin); G_END_DECLS diff --git a/gst/goom2k1/Makefile.am b/gst/goom2k1/Makefile.am index dc92766f69ffd96f59597a3241dfb3400ee819a8..3da8ac8cac25fc8da15ce2342bddc892fb76ba56 100644 --- a/gst/goom2k1/Makefile.am +++ b/gst/goom2k1/Makefile.am @@ -3,9 +3,11 @@ plugin_LTLIBRARIES = libgstgoom2k1.la GOOM_FILTER_FILES = filters.c GOOM_FILTER_CFLAGS = -UMMX -UUSE_ASM -noinst_HEADERS = gstgoom.h filters.h goom_core.h goom_tools.h graphic.h lines.h +noinst_HEADERS = gstgoom.h filters.h goom_core.h goom_tools.h graphic.h lines.h \ + gstaudiovisualizer.h -libgstgoom2k1_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lines.c +libgstgoom2k1_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c \ + lines.c gstaudiovisualizer.c libgstgoom2k1_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) \ -Dgst_goom_get_type=gst_goom2k1_get_type \ @@ -22,7 +24,7 @@ libgstgoom2k1_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CF -DzoomFilterDestroy=zoomFilterDestroy2k1 \ -DzoomFilterNew=zoomFilterNew2k1 -libgstgoom2k1_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) +libgstgoom2k1_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) libgstgoom2k1_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstgoom2k1_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) diff --git a/gst/goom2k1/Makefile.in b/gst/goom2k1/Makefile.in index f8d72c41f9fff287b1d9b62a6eb5d49cc73ddf10..450bc1fd94a58c8542a658ebe5b339ac9973aaa0 100644 --- a/gst/goom2k1/Makefile.in +++ b/gst/goom2k1/Makefile.in @@ -157,7 +157,8 @@ libgstgoom2k1_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ am__objects_1 = libgstgoom2k1_la-filters.lo am_libgstgoom2k1_la_OBJECTS = libgstgoom2k1_la-gstgoom.lo \ libgstgoom2k1_la-goom_core.lo $(am__objects_1) \ - libgstgoom2k1_la-graphic.lo libgstgoom2k1_la-lines.lo + libgstgoom2k1_la-graphic.lo libgstgoom2k1_la-lines.lo \ + libgstgoom2k1_la-gstaudiovisualizer.lo libgstgoom2k1_la_OBJECTS = $(am_libgstgoom2k1_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -555,8 +556,12 @@ top_srcdir = @top_srcdir@ plugin_LTLIBRARIES = libgstgoom2k1.la GOOM_FILTER_FILES = filters.c GOOM_FILTER_CFLAGS = -UMMX -UUSE_ASM -noinst_HEADERS = gstgoom.h filters.h goom_core.h goom_tools.h graphic.h lines.h -libgstgoom2k1_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lines.c +noinst_HEADERS = gstgoom.h filters.h goom_core.h goom_tools.h graphic.h lines.h \ + gstaudiovisualizer.h + +libgstgoom2k1_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c \ + lines.c gstaudiovisualizer.c + libgstgoom2k1_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS) \ -Dgst_goom_get_type=gst_goom2k1_get_type \ -Dgoom_init=goom2k1_init \ @@ -572,7 +577,7 @@ libgstgoom2k1_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CF -DzoomFilterDestroy=zoomFilterDestroy2k1 \ -DzoomFilterNew=zoomFilterNew2k1 -libgstgoom2k1_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) +libgstgoom2k1_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) libgstgoom2k1_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstgoom2k1_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) EXTRA_DIST = filters.c @@ -658,6 +663,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-filters.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-goom_core.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-graphic.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-gstaudiovisualizer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-gstgoom.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-lines.Plo@am__quote@ @@ -720,6 +726,13 @@ libgstgoom2k1_la-lines.lo: lines.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstgoom2k1_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstgoom2k1_la_CFLAGS) $(CFLAGS) -c -o libgstgoom2k1_la-lines.lo `test -f 'lines.c' || echo '$(srcdir)/'`lines.c +libgstgoom2k1_la-gstaudiovisualizer.lo: gstaudiovisualizer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstgoom2k1_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstgoom2k1_la_CFLAGS) $(CFLAGS) -MT libgstgoom2k1_la-gstaudiovisualizer.lo -MD -MP -MF $(DEPDIR)/libgstgoom2k1_la-gstaudiovisualizer.Tpo -c -o libgstgoom2k1_la-gstaudiovisualizer.lo `test -f 'gstaudiovisualizer.c' || echo '$(srcdir)/'`gstaudiovisualizer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgstgoom2k1_la-gstaudiovisualizer.Tpo $(DEPDIR)/libgstgoom2k1_la-gstaudiovisualizer.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstaudiovisualizer.c' object='libgstgoom2k1_la-gstaudiovisualizer.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(libgstgoom2k1_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstgoom2k1_la_CFLAGS) $(CFLAGS) -c -o libgstgoom2k1_la-gstaudiovisualizer.lo `test -f 'gstaudiovisualizer.c' || echo '$(srcdir)/'`gstaudiovisualizer.c + mostlyclean-libtool: -rm -f *.lo diff --git a/gst/goom2k1/gstaudiovisualizer.c b/gst/goom2k1/gstaudiovisualizer.c new file mode 100644 index 0000000000000000000000000000000000000000..d807ad54cb9de75d714efb877e0a54276e7dc316 --- /dev/null +++ b/gst/goom2k1/gstaudiovisualizer.c @@ -0,0 +1,1436 @@ +/* GStreamer + * Copyright (C) <2011> Stefan Kost <ensonic@users.sf.net> + * Copyright (C) <2015> Luis de Bethencourt <luis@debethencourt.com> + * + * gstaudiovisualizer.h: class for audio visualisation elements + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ +/** + * SECTION:gstaudiovisualizer + * + * A class for scopes (visualizers). It takes care of re-fitting the audio-rate + * to video-rate and handles renegotiation (downstream video size changes). + * + * It also provides several background shading effects. These effects are + * applied to a previous picture before the render() implementation can draw a + * new frame. + */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include <string.h> + +#include <gst/video/video.h> +#include <gst/video/gstvideometa.h> +#include <gst/video/gstvideopool.h> + +#include "gstaudiovisualizer.h" + +GST_DEBUG_CATEGORY_STATIC (audio_visualizer_debug); +#define GST_CAT_DEFAULT (audio_visualizer_debug) + +#define DEFAULT_SHADER GST_AUDIO_VISUALIZER_SHADER_FADE +#define DEFAULT_SHADE_AMOUNT 0x000a0a0a + +enum +{ + PROP_0, + PROP_SHADER, + PROP_SHADE_AMOUNT +}; + +static GstBaseTransformClass *parent_class = NULL; + +static void gst_audio_visualizer_class_init (GstAudioVisualizerClass * klass); +static void gst_audio_visualizer_init (GstAudioVisualizer * scope, + GstAudioVisualizerClass * g_class); +static void gst_audio_visualizer_set_property (GObject * object, + guint prop_id, const GValue * value, GParamSpec * pspec); +static void gst_audio_visualizer_get_property (GObject * object, + guint prop_id, GValue * value, GParamSpec * pspec); +static void gst_audio_visualizer_dispose (GObject * object); + +static gboolean gst_audio_visualizer_src_negotiate (GstAudioVisualizer * scope); +static gboolean gst_audio_visualizer_src_setcaps (GstAudioVisualizer * + scope, GstCaps * caps); +static gboolean gst_audio_visualizer_sink_setcaps (GstAudioVisualizer * + scope, GstCaps * caps); + +static GstFlowReturn gst_audio_visualizer_chain (GstPad * pad, + GstObject * parent, GstBuffer * buffer); + +static gboolean gst_audio_visualizer_src_event (GstPad * pad, + GstObject * parent, GstEvent * event); +static gboolean gst_audio_visualizer_sink_event (GstPad * pad, + GstObject * parent, GstEvent * event); + +static gboolean gst_audio_visualizer_src_query (GstPad * pad, + GstObject * parent, GstQuery * query); + +static GstStateChangeReturn gst_audio_visualizer_change_state (GstElement * + element, GstStateChange transition); + +static gboolean gst_audio_visualizer_do_bufferpool (GstAudioVisualizer * scope, + GstCaps * outcaps); + +static gboolean +default_decide_allocation (GstAudioVisualizer * scope, GstQuery * query); + +#define GST_AUDIO_VISUALIZER_GET_PRIVATE(obj) \ + (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GST_TYPE_AUDIO_VISUALIZER, GstAudioVisualizerPrivate)) + +struct _GstAudioVisualizerPrivate +{ + gboolean negotiated; + + GstBufferPool *pool; + gboolean pool_active; + GstAllocator *allocator; + GstAllocationParams params; + GstQuery *query; + + /* pads */ + GstPad *srcpad, *sinkpad; + + GstAudioVisualizerShader shader_type; + GstAudioVisualizerShaderFunc shader; + guint32 shade_amount; + + GstAdapter *adapter; + + GstBuffer *inbuf; + GstBuffer *tempbuf; + GstVideoFrame tempframe; + + guint spf; /* samples per video frame */ + guint64 frame_duration; + + /* QoS stuff *//* with LOCK */ + gdouble proportion; + GstClockTime earliest_time; + + guint dropped; /* frames dropped / not dropped */ + guint processed; + + /* configuration mutex */ + GMutex config_lock; + + GstSegment segment; +}; + +/* shading functions */ + +#define GST_TYPE_AUDIO_VISUALIZER_SHADER (gst_audio_visualizer_shader_get_type()) +static GType +gst_audio_visualizer_shader_get_type (void) +{ + static GType shader_type = 0; + static const GEnumValue shaders[] = { + {GST_AUDIO_VISUALIZER_SHADER_NONE, "None", "none"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE, "Fade", "fade"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP, "Fade and move up", + "fade-and-move-up"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN, "Fade and move down", + "fade-and-move-down"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT, "Fade and move left", + "fade-and-move-left"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT, + "Fade and move right", + "fade-and-move-right"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT, + "Fade and move horizontally out", "fade-and-move-horiz-out"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN, + "Fade and move horizontally in", "fade-and-move-horiz-in"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT, + "Fade and move vertically out", "fade-and-move-vert-out"}, + {GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN, + "Fade and move vertically in", "fade-and-move-vert-in"}, + {0, NULL, NULL}, + }; + + if (G_UNLIKELY (shader_type == 0)) { + /* TODO: rename when exporting it as a library */ + shader_type = + g_enum_register_static ("GstAudioVisualizerShader-ExtGoom2k1", shaders); + } + return shader_type; +} + +/* we're only supporting GST_VIDEO_FORMAT_xRGB right now) */ +#if G_BYTE_ORDER == G_LITTLE_ENDIAN + +#define SHADE(_d, _s, _i, _r, _g, _b) \ +G_STMT_START { \ + _d[_i * 4 + 0] = (_s[_i * 4 + 0] > _b) ? _s[_i * 4 + 0] - _b : 0; \ + _d[_i * 4 + 1] = (_s[_i * 4 + 1] > _g) ? _s[_i * 4 + 1] - _g : 0; \ + _d[_i * 4 + 2] = (_s[_i * 4 + 2] > _r) ? _s[_i * 4 + 2] - _r : 0; \ + _d[_i * 4 + 3] = 0; \ +} G_STMT_END + +#else /* G_BYTE_ORDER == G_LITTLE_ENDIAN */ + +#define SHADE(_d, _s, _i, _r, _g, _b) \ +G_STMT_START { \ + _d[_i * 4 + 0] = 0; \ + _d[_i * 4 + 1] = (_s[_i * 4 + 1] > _r) ? _s[_i * 4 + 1] - _r : 0; \ + _d[_i * 4 + 2] = (_s[_i * 4 + 2] > _g) ? _s[_i * 4 + 2] - _g : 0; \ + _d[_i * 4 + 3] = (_s[_i * 4 + 3] > _b) ? _s[_i * 4 + 3] - _b : 0; \ +} G_STMT_END + +#endif + +static void +shader_fade (GstAudioVisualizer * scope, const GstVideoFrame * sframe, + GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 0; j < height; j++) { + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + s += ss; + d += ds; + } +} + +static void +shader_fade_and_move_up (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 1; j < height; j++) { + s += ss; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + } +} + +static void +shader_fade_and_move_down (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 1; j < height; j++) { + d += ds; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + s += ss; + } +} + +static void +shader_fade_and_move_left (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + width -= 1; + s += 4; + + /* move to the left */ + for (j = 0; j < height; j++) { + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + s += ss; + } +} + +static void +shader_fade_and_move_right (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + width -= 1; + d += 4; + + /* move to the right */ + for (j = 0; j < height; j++) { + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + s += ss; + } +} + +static void +shader_fade_and_move_horiz_out (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + /* move upper half up */ + for (j = 0; j < height / 2; j++) { + s += ss; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + } + /* move lower half down */ + for (j = 0; j < height / 2; j++) { + d += ds; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + s += ss; + } +} + +static void +shader_fade_and_move_horiz_in (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *d; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + /* move upper half down */ + for (j = 0; j < height / 2; j++) { + d += ds; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + s += ss; + } + /* move lower half up */ + for (j = 0; j < height / 2; j++) { + s += ss; + for (i = 0; i < width; i++) { + SHADE (d, s, i, r, g, b); + } + d += ds; + } +} + +static void +shader_fade_and_move_vert_out (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *s1, *d, *d1; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 0; j < height; j++) { + /* move left half to the left */ + s1 = s + 1; + for (i = 0; i < width / 2; i++) { + SHADE (d, s1, i, r, g, b); + } + /* move right half to the right */ + d1 = d + 1; + for (; i < width - 1; i++) { + SHADE (d1, s, i, r, g, b); + } + s += ss; + d += ds; + } +} + +static void +shader_fade_and_move_vert_in (GstAudioVisualizer * scope, + const GstVideoFrame * sframe, GstVideoFrame * dframe) +{ + guint i, j; + guint r = (scope->priv->shade_amount >> 16) & 0xff; + guint g = (scope->priv->shade_amount >> 8) & 0xff; + guint b = (scope->priv->shade_amount >> 0) & 0xff; + guint8 *s, *s1, *d, *d1; + gint ss, ds, width, height; + + s = GST_VIDEO_FRAME_PLANE_DATA (sframe, 0); + ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); + d = GST_VIDEO_FRAME_PLANE_DATA (dframe, 0); + ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); + + width = GST_VIDEO_FRAME_WIDTH (sframe); + height = GST_VIDEO_FRAME_HEIGHT (sframe); + + for (j = 0; j < height; j++) { + /* move left half to the right */ + d1 = d + 1; + for (i = 0; i < width / 2; i++) { + SHADE (d1, s, i, r, g, b); + } + /* move right half to the left */ + s1 = s + 1; + for (; i < width - 1; i++) { + SHADE (d, s1, i, r, g, b); + } + s += ss; + d += ds; + } +} + +static void +gst_audio_visualizer_change_shader (GstAudioVisualizer * scope) +{ + switch (scope->priv->shader_type) { + case GST_AUDIO_VISUALIZER_SHADER_NONE: + scope->priv->shader = NULL; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE: + scope->priv->shader = shader_fade; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP: + scope->priv->shader = shader_fade_and_move_up; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN: + scope->priv->shader = shader_fade_and_move_down; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT: + scope->priv->shader = shader_fade_and_move_left; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT: + scope->priv->shader = shader_fade_and_move_right; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT: + scope->priv->shader = shader_fade_and_move_horiz_out; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN: + scope->priv->shader = shader_fade_and_move_horiz_in; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT: + scope->priv->shader = shader_fade_and_move_vert_out; + break; + case GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN: + scope->priv->shader = shader_fade_and_move_vert_in; + break; + default: + GST_ERROR ("invalid shader function"); + scope->priv->shader = NULL; + break; + } +} + +/* class */ + +GType +gst_audio_visualizer_get_type (void) +{ + static volatile gsize audio_visualizer_type = 0; + + if (g_once_init_enter (&audio_visualizer_type)) { + static const GTypeInfo audio_visualizer_info = { + sizeof (GstAudioVisualizerClass), + NULL, + NULL, + (GClassInitFunc) gst_audio_visualizer_class_init, + NULL, + NULL, + sizeof (GstAudioVisualizer), + 0, + (GInstanceInitFunc) gst_audio_visualizer_init, + }; + GType _type; + + /* TODO: rename when exporting it as a library */ + _type = g_type_register_static (GST_TYPE_ELEMENT, + "GstAudioVisualizer-ExtGoom2k1", &audio_visualizer_info, + G_TYPE_FLAG_ABSTRACT); + g_once_init_leave (&audio_visualizer_type, _type); + } + return (GType) audio_visualizer_type; +} + +static void +gst_audio_visualizer_class_init (GstAudioVisualizerClass * klass) +{ + GObjectClass *gobject_class = (GObjectClass *) klass; + GstElementClass *element_class = (GstElementClass *) klass; + + g_type_class_add_private (klass, sizeof (GstAudioVisualizerPrivate)); + + parent_class = g_type_class_peek_parent (klass); + + GST_DEBUG_CATEGORY_INIT (audio_visualizer_debug, + "audiovisualizer-goom2k1", 0, "audio visualisation class"); + + gobject_class->set_property = gst_audio_visualizer_set_property; + gobject_class->get_property = gst_audio_visualizer_get_property; + gobject_class->dispose = gst_audio_visualizer_dispose; + + element_class->change_state = + GST_DEBUG_FUNCPTR (gst_audio_visualizer_change_state); + + klass->decide_allocation = GST_DEBUG_FUNCPTR (default_decide_allocation); + + g_object_class_install_property (gobject_class, PROP_SHADER, + g_param_spec_enum ("shader", "shader type", + "Shader function to apply on each frame", + GST_TYPE_AUDIO_VISUALIZER_SHADER, DEFAULT_SHADER, + G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS)); + g_object_class_install_property (gobject_class, PROP_SHADE_AMOUNT, + g_param_spec_uint ("shade-amount", "shade amount", + "Shading color to use (big-endian ARGB)", 0, G_MAXUINT32, + DEFAULT_SHADE_AMOUNT, + G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS)); +} + +static void +gst_audio_visualizer_init (GstAudioVisualizer * scope, + GstAudioVisualizerClass * g_class) +{ + GstPadTemplate *pad_template; + + scope->priv = GST_AUDIO_VISUALIZER_GET_PRIVATE (scope); + + /* create the sink and src pads */ + pad_template = + gst_element_class_get_pad_template (GST_ELEMENT_CLASS (g_class), "sink"); + g_return_if_fail (pad_template != NULL); + scope->priv->sinkpad = gst_pad_new_from_template (pad_template, "sink"); + gst_pad_set_chain_function (scope->priv->sinkpad, + GST_DEBUG_FUNCPTR (gst_audio_visualizer_chain)); + gst_pad_set_event_function (scope->priv->sinkpad, + GST_DEBUG_FUNCPTR (gst_audio_visualizer_sink_event)); + gst_element_add_pad (GST_ELEMENT (scope), scope->priv->sinkpad); + + pad_template = + gst_element_class_get_pad_template (GST_ELEMENT_CLASS (g_class), "src"); + g_return_if_fail (pad_template != NULL); + scope->priv->srcpad = gst_pad_new_from_template (pad_template, "src"); + gst_pad_set_event_function (scope->priv->srcpad, + GST_DEBUG_FUNCPTR (gst_audio_visualizer_src_event)); + gst_pad_set_query_function (scope->priv->srcpad, + GST_DEBUG_FUNCPTR (gst_audio_visualizer_src_query)); + gst_element_add_pad (GST_ELEMENT (scope), scope->priv->srcpad); + + scope->priv->adapter = gst_adapter_new (); + scope->priv->inbuf = gst_buffer_new (); + + /* properties */ + scope->priv->shader_type = DEFAULT_SHADER; + gst_audio_visualizer_change_shader (scope); + scope->priv->shade_amount = DEFAULT_SHADE_AMOUNT; + + /* reset the initial video state */ + gst_video_info_init (&scope->vinfo); + scope->priv->frame_duration = GST_CLOCK_TIME_NONE; + + /* reset the initial state */ + gst_audio_info_init (&scope->ainfo); + gst_video_info_init (&scope->vinfo); + + g_mutex_init (&scope->priv->config_lock); +} + +static void +gst_audio_visualizer_set_property (GObject * object, guint prop_id, + const GValue * value, GParamSpec * pspec) +{ + GstAudioVisualizer *scope = GST_AUDIO_VISUALIZER (object); + + switch (prop_id) { + case PROP_SHADER: + scope->priv->shader_type = g_value_get_enum (value); + gst_audio_visualizer_change_shader (scope); + break; + case PROP_SHADE_AMOUNT: + scope->priv->shade_amount = g_value_get_uint (value); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); + break; + } +} + +static void +gst_audio_visualizer_get_property (GObject * object, guint prop_id, + GValue * value, GParamSpec * pspec) +{ + GstAudioVisualizer *scope = GST_AUDIO_VISUALIZER (object); + + switch (prop_id) { + case PROP_SHADER: + g_value_set_enum (value, scope->priv->shader_type); + break; + case PROP_SHADE_AMOUNT: + g_value_set_uint (value, scope->priv->shade_amount); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); + break; + } +} + +static void +gst_audio_visualizer_dispose (GObject * object) +{ + GstAudioVisualizer *scope = GST_AUDIO_VISUALIZER (object); + + if (scope->priv->adapter) { + g_object_unref (scope->priv->adapter); + scope->priv->adapter = NULL; + } + if (scope->priv->inbuf) { + gst_buffer_unref (scope->priv->inbuf); + scope->priv->inbuf = NULL; + } + if (scope->priv->tempbuf) { + gst_video_frame_unmap (&scope->priv->tempframe); + gst_buffer_unref (scope->priv->tempbuf); + scope->priv->tempbuf = NULL; + } + if (scope->priv->config_lock.p) { + g_mutex_clear (&scope->priv->config_lock); + scope->priv->config_lock.p = NULL; + } + G_OBJECT_CLASS (parent_class)->dispose (object); +} + +static void +gst_audio_visualizer_reset (GstAudioVisualizer * scope) +{ + gst_adapter_clear (scope->priv->adapter); + gst_segment_init (&scope->priv->segment, GST_FORMAT_UNDEFINED); + + GST_OBJECT_LOCK (scope); + scope->priv->proportion = 1.0; + scope->priv->earliest_time = -1; + scope->priv->dropped = 0; + scope->priv->processed = 0; + GST_OBJECT_UNLOCK (scope); +} + +static gboolean +gst_audio_visualizer_sink_setcaps (GstAudioVisualizer * scope, GstCaps * caps) +{ + GstAudioInfo info; + + if (!gst_audio_info_from_caps (&info, caps)) + goto wrong_caps; + + scope->ainfo = info; + + GST_DEBUG_OBJECT (scope, "audio: channels %d, rate %d", + GST_AUDIO_INFO_CHANNELS (&info), GST_AUDIO_INFO_RATE (&info)); + + if (!gst_audio_visualizer_src_negotiate (scope)) { + goto not_negotiated; + } + + return TRUE; + + /* Errors */ +wrong_caps: + { + GST_WARNING_OBJECT (scope, "could not parse caps"); + return FALSE; + } +not_negotiated: + { + GST_WARNING_OBJECT (scope, "failed to negotiate"); + return FALSE; + } +} + +static gboolean +gst_audio_visualizer_src_setcaps (GstAudioVisualizer * scope, GstCaps * caps) +{ + GstVideoInfo info; + GstAudioVisualizerClass *klass; + gboolean res; + + if (!gst_video_info_from_caps (&info, caps)) + goto wrong_caps; + + klass = GST_AUDIO_VISUALIZER_CLASS (G_OBJECT_GET_CLASS (scope)); + + scope->vinfo = info; + + scope->priv->frame_duration = gst_util_uint64_scale_int (GST_SECOND, + GST_VIDEO_INFO_FPS_D (&info), GST_VIDEO_INFO_FPS_N (&info)); + scope->priv->spf = + gst_util_uint64_scale_int (GST_AUDIO_INFO_RATE (&scope->ainfo), + GST_VIDEO_INFO_FPS_D (&info), GST_VIDEO_INFO_FPS_N (&info)); + scope->req_spf = scope->priv->spf; + + if (scope->priv->tempbuf) { + gst_video_frame_unmap (&scope->priv->tempframe); + gst_buffer_unref (scope->priv->tempbuf); + } + scope->priv->tempbuf = gst_buffer_new_wrapped (g_malloc0 (scope->vinfo.size), + scope->vinfo.size); + gst_video_frame_map (&scope->priv->tempframe, &scope->vinfo, + scope->priv->tempbuf, GST_MAP_READWRITE); + + if (klass->setup && !klass->setup (scope)) + goto setup_failed; + + GST_DEBUG_OBJECT (scope, "video: dimension %dx%d, framerate %d/%d", + GST_VIDEO_INFO_WIDTH (&info), GST_VIDEO_INFO_HEIGHT (&info), + GST_VIDEO_INFO_FPS_N (&info), GST_VIDEO_INFO_FPS_D (&info)); + GST_DEBUG_OBJECT (scope, "blocks: spf %u, req_spf %u", + scope->priv->spf, scope->req_spf); + + gst_pad_set_caps (scope->priv->srcpad, caps); + + /* find a pool for the negotiated caps now */ + res = gst_audio_visualizer_do_bufferpool (scope, caps); + gst_caps_unref (caps); + + return res; + + /* ERRORS */ +wrong_caps: + { + gst_caps_unref (caps); + GST_DEBUG_OBJECT (scope, "error parsing caps"); + return FALSE; + } + +setup_failed: + { + GST_WARNING_OBJECT (scope, "failed to set up"); + return FALSE; + } +} + +static gboolean +gst_audio_visualizer_src_negotiate (GstAudioVisualizer * scope) +{ + GstCaps *othercaps, *target; + GstStructure *structure; + GstCaps *templ; + gboolean ret; + + templ = gst_pad_get_pad_template_caps (scope->priv->srcpad); + + GST_DEBUG_OBJECT (scope, "performing negotiation"); + + /* see what the peer can do */ + othercaps = gst_pad_peer_query_caps (scope->priv->srcpad, NULL); + if (othercaps) { + target = gst_caps_intersect (othercaps, templ); + gst_caps_unref (othercaps); + gst_caps_unref (templ); + + if (gst_caps_is_empty (target)) + goto no_format; + + target = gst_caps_truncate (target); + } else { + target = templ; + } + + target = gst_caps_make_writable (target); + structure = gst_caps_get_structure (target, 0); + gst_structure_fixate_field_nearest_int (structure, "width", 320); + gst_structure_fixate_field_nearest_int (structure, "height", 200); + gst_structure_fixate_field_nearest_fraction (structure, "framerate", 25, 1); + + target = gst_caps_fixate (target); + + GST_DEBUG_OBJECT (scope, "final caps are %" GST_PTR_FORMAT, target); + + ret = gst_audio_visualizer_src_setcaps (scope, target); + + return ret; + +no_format: + { + gst_caps_unref (target); + return FALSE; + } +} + +/* takes ownership of the pool, allocator and query */ +static gboolean +gst_audio_visualizer_set_allocation (GstAudioVisualizer * scope, + GstBufferPool * pool, GstAllocator * allocator, + GstAllocationParams * params, GstQuery * query) +{ + GstAllocator *oldalloc; + GstBufferPool *oldpool; + GstQuery *oldquery; + GstAudioVisualizerPrivate *priv = scope->priv; + + GST_OBJECT_LOCK (scope); + oldpool = priv->pool; + priv->pool = pool; + priv->pool_active = FALSE; + + oldalloc = priv->allocator; + priv->allocator = allocator; + + oldquery = priv->query; + priv->query = query; + + if (params) + priv->params = *params; + else + gst_allocation_params_init (&priv->params); + GST_OBJECT_UNLOCK (scope); + + if (oldpool) { + GST_DEBUG_OBJECT (scope, "deactivating old pool %p", oldpool); + gst_buffer_pool_set_active (oldpool, FALSE); + gst_object_unref (oldpool); + } + if (oldalloc) { + gst_object_unref (oldalloc); + } + if (oldquery) { + gst_query_unref (oldquery); + } + return TRUE; +} + +static gboolean +gst_audio_visualizer_do_bufferpool (GstAudioVisualizer * scope, + GstCaps * outcaps) +{ + GstQuery *query; + gboolean result = TRUE; + GstBufferPool *pool = NULL; + GstAudioVisualizerClass *klass; + GstAllocator *allocator; + GstAllocationParams params; + + /* not passthrough, we need to allocate */ + /* find a pool for the negotiated caps now */ + GST_DEBUG_OBJECT (scope, "doing allocation query"); + query = gst_query_new_allocation (outcaps, TRUE); + + if (!gst_pad_peer_query (scope->priv->srcpad, query)) { + /* not a problem, we use the query defaults */ + GST_DEBUG_OBJECT (scope, "allocation query failed"); + } + + klass = GST_AUDIO_VISUALIZER_GET_CLASS (scope); + + GST_DEBUG_OBJECT (scope, "calling decide_allocation"); + g_assert (klass->decide_allocation != NULL); + result = klass->decide_allocation (scope, query); + + GST_DEBUG_OBJECT (scope, "ALLOCATION (%d) params: %" GST_PTR_FORMAT, result, + query); + + if (!result) + goto no_decide_allocation; + + /* we got configuration from our peer or the decide_allocation method, + * parse them */ + if (gst_query_get_n_allocation_params (query) > 0) { + gst_query_parse_nth_allocation_param (query, 0, &allocator, ¶ms); + } else { + allocator = NULL; + gst_allocation_params_init (¶ms); + } + + if (gst_query_get_n_allocation_pools (query) > 0) + gst_query_parse_nth_allocation_pool (query, 0, &pool, NULL, NULL, NULL); + + /* now store */ + result = + gst_audio_visualizer_set_allocation (scope, pool, allocator, ¶ms, + query); + + return result; + + /* Errors */ +no_decide_allocation: + { + GST_WARNING_OBJECT (scope, "Subclass failed to decide allocation"); + gst_query_unref (query); + + return result; + } +} + +static gboolean +default_decide_allocation (GstAudioVisualizer * scope, GstQuery * query) +{ + GstCaps *outcaps; + GstBufferPool *pool; + guint size, min, max; + GstAllocator *allocator; + GstAllocationParams params; + GstStructure *config; + gboolean update_allocator; + gboolean update_pool; + + gst_query_parse_allocation (query, &outcaps, NULL); + + /* we got configuration from our peer or the decide_allocation method, + * parse them */ + if (gst_query_get_n_allocation_params (query) > 0) { + /* try the allocator */ + gst_query_parse_nth_allocation_param (query, 0, &allocator, ¶ms); + update_allocator = TRUE; + } else { + allocator = NULL; + gst_allocation_params_init (¶ms); + update_allocator = FALSE; + } + + if (gst_query_get_n_allocation_pools (query) > 0) { + gst_query_parse_nth_allocation_pool (query, 0, &pool, &size, &min, &max); + update_pool = TRUE; + } else { + pool = NULL; + size = GST_VIDEO_INFO_SIZE (&scope->vinfo); + min = max = 0; + update_pool = FALSE; + } + + if (pool == NULL) { + /* we did not get a pool, make one ourselves then */ + pool = gst_video_buffer_pool_new (); + } + + config = gst_buffer_pool_get_config (pool); + gst_buffer_pool_config_set_params (config, outcaps, size, min, max); + gst_buffer_pool_config_set_allocator (config, allocator, ¶ms); + gst_buffer_pool_config_add_option (config, GST_BUFFER_POOL_OPTION_VIDEO_META); + gst_buffer_pool_set_config (pool, config); + + if (update_allocator) + gst_query_set_nth_allocation_param (query, 0, allocator, ¶ms); + else + gst_query_add_allocation_param (query, allocator, ¶ms); + + if (allocator) + gst_object_unref (allocator); + + if (update_pool) + gst_query_set_nth_allocation_pool (query, 0, pool, size, min, max); + else + gst_query_add_allocation_pool (query, pool, size, min, max); + + if (pool) + gst_object_unref (pool); + + return TRUE; +} + +static GstFlowReturn +default_prepare_output_buffer (GstAudioVisualizer * scope, GstBuffer ** outbuf) +{ + GstAudioVisualizerPrivate *priv; + + priv = scope->priv; + + g_assert (priv->pool != NULL); + + /* we can't reuse the input buffer */ + if (!priv->pool_active) { + GST_DEBUG_OBJECT (scope, "setting pool %p active", priv->pool); + if (!gst_buffer_pool_set_active (priv->pool, TRUE)) + goto activate_failed; + priv->pool_active = TRUE; + } + GST_DEBUG_OBJECT (scope, "using pool alloc"); + + return gst_buffer_pool_acquire_buffer (priv->pool, outbuf, NULL); + + /* ERRORS */ +activate_failed: + { + GST_ELEMENT_ERROR (scope, RESOURCE, SETTINGS, + ("failed to activate bufferpool"), ("failed to activate bufferpool")); + return GST_FLOW_ERROR; + } +} + +static GstFlowReturn +gst_audio_visualizer_chain (GstPad * pad, GstObject * parent, + GstBuffer * buffer) +{ + GstFlowReturn ret = GST_FLOW_OK; + GstAudioVisualizer *scope; + GstAudioVisualizerClass *klass; + GstBuffer *inbuf; + guint64 dist, ts; + guint avail, sbpf; + gpointer adata; + gint bps, channels, rate; + + scope = GST_AUDIO_VISUALIZER (parent); + klass = GST_AUDIO_VISUALIZER_CLASS (G_OBJECT_GET_CLASS (scope)); + + GST_LOG_OBJECT (scope, "chainfunc called"); + + /* resync on DISCONT */ + if (GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_DISCONT)) { + gst_adapter_clear (scope->priv->adapter); + } + + /* Make sure have an output format */ + if (gst_pad_check_reconfigure (scope->priv->srcpad)) { + if (!gst_audio_visualizer_src_negotiate (scope)) { + gst_pad_mark_reconfigure (scope->priv->srcpad); + goto not_negotiated; + } + } + + channels = GST_AUDIO_INFO_CHANNELS (&scope->ainfo); + rate = GST_AUDIO_INFO_RATE (&scope->ainfo); + bps = GST_AUDIO_INFO_BPS (&scope->ainfo); + + if (bps == 0) { + ret = GST_FLOW_NOT_NEGOTIATED; + goto beach; + } + + gst_adapter_push (scope->priv->adapter, buffer); + + g_mutex_lock (&scope->priv->config_lock); + + /* this is what we want */ + sbpf = scope->req_spf * channels * sizeof (gint16); + + inbuf = scope->priv->inbuf; + /* FIXME: the timestamp in the adapter would be different */ + gst_buffer_copy_into (inbuf, buffer, GST_BUFFER_COPY_METADATA, 0, -1); + + /* this is what we have */ + avail = gst_adapter_available (scope->priv->adapter); + GST_LOG_OBJECT (scope, "avail: %u, bpf: %u", avail, sbpf); + while (avail >= sbpf) { + GstBuffer *outbuf; + GstVideoFrame outframe; + + /* get timestamp of the current adapter content */ + ts = gst_adapter_prev_pts (scope->priv->adapter, &dist); + if (GST_CLOCK_TIME_IS_VALID (ts)) { + /* convert bytes to time */ + dist /= bps; + ts += gst_util_uint64_scale_int (dist, GST_SECOND, rate); + } + + /* check for QoS, don't compute buffers that are known to be late */ + if (GST_CLOCK_TIME_IS_VALID (ts)) { + GstClockTime earliest_time; + gdouble proportion; + gint64 qostime; + + qostime = + gst_segment_to_running_time (&scope->priv->segment, + GST_FORMAT_TIME, ts) + scope->priv->frame_duration; + + GST_OBJECT_LOCK (scope); + earliest_time = scope->priv->earliest_time; + proportion = scope->priv->proportion; + GST_OBJECT_UNLOCK (scope); + + if (GST_CLOCK_TIME_IS_VALID (earliest_time) && qostime <= earliest_time) { + GstClockTime stream_time, jitter; + GstMessage *qos_msg; + + GST_DEBUG_OBJECT (scope, + "QoS: skip ts: %" GST_TIME_FORMAT ", earliest: %" GST_TIME_FORMAT, + GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); + + ++scope->priv->dropped; + stream_time = gst_segment_to_stream_time (&scope->priv->segment, + GST_FORMAT_TIME, ts); + jitter = GST_CLOCK_DIFF (qostime, earliest_time); + qos_msg = gst_message_new_qos (GST_OBJECT (scope), FALSE, qostime, + stream_time, ts, GST_BUFFER_DURATION (buffer)); + gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); + gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, + scope->priv->processed, scope->priv->dropped); + gst_element_post_message (GST_ELEMENT (scope), qos_msg); + + goto skip; + } + } + + ++scope->priv->processed; + + g_mutex_unlock (&scope->priv->config_lock); + ret = default_prepare_output_buffer (scope, &outbuf); + g_mutex_lock (&scope->priv->config_lock); + /* recheck as the value could have changed */ + sbpf = scope->req_spf * channels * sizeof (gint16); + + /* no buffer allocated, we don't care why. */ + if (ret != GST_FLOW_OK) + break; + + /* sync controlled properties */ + if (GST_CLOCK_TIME_IS_VALID (ts)) + gst_object_sync_values (GST_OBJECT (scope), ts); + + GST_BUFFER_TIMESTAMP (outbuf) = ts; + GST_BUFFER_DURATION (outbuf) = scope->priv->frame_duration; + + /* this can fail as the data size we need could have changed */ + if (!(adata = (gpointer) gst_adapter_map (scope->priv->adapter, sbpf))) + break; + + gst_video_frame_map (&outframe, &scope->vinfo, outbuf, GST_MAP_READWRITE); + + if (scope->priv->shader) { + gst_video_frame_copy (&outframe, &scope->priv->tempframe); + } else { + /* gst_video_frame_clear() or is output frame already cleared */ + gint i; + + for (i = 0; i < scope->vinfo.finfo->n_planes; i++) { + memset (outframe.data[i], 0, outframe.map[i].size); + } + } + + gst_buffer_replace_all_memory (inbuf, + gst_memory_new_wrapped (GST_MEMORY_FLAG_READONLY, adata, sbpf, 0, + sbpf, NULL, NULL)); + + /* call class->render() vmethod */ + if (klass->render) { + if (!klass->render (scope, inbuf, &outframe)) { + ret = GST_FLOW_ERROR; + gst_video_frame_unmap (&outframe); + goto beach; + } else { + /* run various post processing (shading and geometric transformation) */ + /* FIXME: SHADER assumes 32bpp */ + if (scope->priv->shader && + GST_VIDEO_INFO_COMP_PSTRIDE (&scope->vinfo, 0) == 4) { + scope->priv->shader (scope, &outframe, &scope->priv->tempframe); + } + } + } + gst_video_frame_unmap (&outframe); + + g_mutex_unlock (&scope->priv->config_lock); + ret = gst_pad_push (scope->priv->srcpad, outbuf); + outbuf = NULL; + g_mutex_lock (&scope->priv->config_lock); + + skip: + /* recheck as the value could have changed */ + sbpf = scope->req_spf * channels * sizeof (gint16); + GST_LOG_OBJECT (scope, "avail: %u, bpf: %u", avail, sbpf); + /* we want to take less or more, depending on spf : req_spf */ + if (avail - sbpf >= sbpf) { + gst_adapter_flush (scope->priv->adapter, sbpf); + gst_adapter_unmap (scope->priv->adapter); + } else if (avail >= sbpf) { + /* just flush a bit and stop */ + gst_adapter_flush (scope->priv->adapter, (avail - sbpf)); + gst_adapter_unmap (scope->priv->adapter); + break; + } + avail = gst_adapter_available (scope->priv->adapter); + + if (ret != GST_FLOW_OK) + break; + } + + g_mutex_unlock (&scope->priv->config_lock); + +beach: + return ret; + + /* ERRORS */ +not_negotiated: + { + GST_DEBUG_OBJECT (scope, "Failed to renegotiate"); + return GST_FLOW_NOT_NEGOTIATED; + } +} + +static gboolean +gst_audio_visualizer_src_event (GstPad * pad, GstObject * parent, + GstEvent * event) +{ + gboolean res; + GstAudioVisualizer *scope; + + scope = GST_AUDIO_VISUALIZER (parent); + + switch (GST_EVENT_TYPE (event)) { + case GST_EVENT_QOS: + { + gdouble proportion; + GstClockTimeDiff diff; + GstClockTime timestamp; + + gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); + + /* save stuff for the _chain() function */ + GST_OBJECT_LOCK (scope); + scope->priv->proportion = proportion; + if (diff >= 0) + /* we're late, this is a good estimate for next displayable + * frame (see part-qos.txt) */ + scope->priv->earliest_time = timestamp + 2 * diff + + scope->priv->frame_duration; + else + scope->priv->earliest_time = timestamp + diff; + GST_OBJECT_UNLOCK (scope); + + res = gst_pad_push_event (scope->priv->sinkpad, event); + break; + } + case GST_EVENT_RECONFIGURE: + /* dont't forward */ + gst_event_unref (event); + res = TRUE; + break; + default: + res = gst_pad_event_default (pad, parent, event); + break; + } + + return res; +} + +static gboolean +gst_audio_visualizer_sink_event (GstPad * pad, GstObject * parent, + GstEvent * event) +{ + gboolean res; + GstAudioVisualizer *scope; + + scope = GST_AUDIO_VISUALIZER (parent); + + switch (GST_EVENT_TYPE (event)) { + case GST_EVENT_CAPS: + { + GstCaps *caps; + + gst_event_parse_caps (event, &caps); + res = gst_audio_visualizer_sink_setcaps (scope, caps); + gst_event_unref (event); + break; + } + case GST_EVENT_FLUSH_STOP: + gst_audio_visualizer_reset (scope); + res = gst_pad_push_event (scope->priv->srcpad, event); + break; + case GST_EVENT_SEGMENT: + { + /* the newsegment values are used to clip the input samples + * and to convert the incomming timestamps to running time so + * we can do QoS */ + gst_event_copy_segment (event, &scope->priv->segment); + + res = gst_pad_push_event (scope->priv->srcpad, event); + break; + } + default: + res = gst_pad_event_default (pad, parent, event); + break; + } + + return res; +} + +static gboolean +gst_audio_visualizer_src_query (GstPad * pad, GstObject * parent, + GstQuery * query) +{ + gboolean res = FALSE; + GstAudioVisualizer *scope; + + scope = GST_AUDIO_VISUALIZER (parent); + + switch (GST_QUERY_TYPE (query)) { + case GST_QUERY_LATENCY: + { + /* We need to send the query upstream and add the returned latency to our + * own */ + GstClockTime min_latency, max_latency; + gboolean us_live; + GstClockTime our_latency; + guint max_samples; + gint rate = GST_AUDIO_INFO_RATE (&scope->ainfo); + + if (rate == 0) + break; + + if ((res = gst_pad_peer_query (scope->priv->sinkpad, query))) { + gst_query_parse_latency (query, &us_live, &min_latency, &max_latency); + + GST_DEBUG_OBJECT (scope, "Peer latency: min %" + GST_TIME_FORMAT " max %" GST_TIME_FORMAT, + GST_TIME_ARGS (min_latency), GST_TIME_ARGS (max_latency)); + + /* the max samples we must buffer buffer */ + max_samples = MAX (scope->req_spf, scope->priv->spf); + our_latency = gst_util_uint64_scale_int (max_samples, GST_SECOND, rate); + + GST_DEBUG_OBJECT (scope, "Our latency: %" GST_TIME_FORMAT, + GST_TIME_ARGS (our_latency)); + + /* we add some latency but only if we need to buffer more than what + * upstream gives us */ + min_latency += our_latency; + if (max_latency != -1) + max_latency += our_latency; + + GST_DEBUG_OBJECT (scope, "Calculated total latency : min %" + GST_TIME_FORMAT " max %" GST_TIME_FORMAT, + GST_TIME_ARGS (min_latency), GST_TIME_ARGS (max_latency)); + + gst_query_set_latency (query, TRUE, min_latency, max_latency); + } + break; + } + default: + res = gst_pad_query_default (pad, parent, query); + break; + } + + return res; +} + +static GstStateChangeReturn +gst_audio_visualizer_change_state (GstElement * element, + GstStateChange transition) +{ + GstStateChangeReturn ret; + GstAudioVisualizer *scope; + + scope = GST_AUDIO_VISUALIZER (element); + + switch (transition) { + case GST_STATE_CHANGE_READY_TO_PAUSED: + gst_audio_visualizer_reset (scope); + break; + default: + break; + } + + ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); + + switch (transition) { + case GST_STATE_CHANGE_PAUSED_TO_READY: + gst_audio_visualizer_set_allocation (scope, NULL, NULL, NULL, NULL); + break; + case GST_STATE_CHANGE_READY_TO_NULL: + break; + default: + break; + } + + return ret; +} diff --git a/gst/goom2k1/gstaudiovisualizer.h b/gst/goom2k1/gstaudiovisualizer.h new file mode 100644 index 0000000000000000000000000000000000000000..0fdb1fa3dbe7a89fb9cf9f7851e552c92f94827e --- /dev/null +++ b/gst/goom2k1/gstaudiovisualizer.h @@ -0,0 +1,105 @@ +/* GStreamer + * Copyright (C) <2011> Stefan Kost <ensonic@users.sf.net> + * Copyright (C) <2015> Luis de Bethencourt <luis@debethencourt.com> + * + * gstaudiovisualizer.c: base class for audio visualisation elements + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#ifndef __GST_AUDIO_VISUALIZER_H__ +#define __GST_AUDIO_VISUALIZER_H__ + +#include <gst/gst.h> +#include <gst/base/gstbasetransform.h> + +#include <gst/video/video.h> +#include <gst/audio/audio.h> +#include <gst/base/gstadapter.h> + +G_BEGIN_DECLS +#define GST_TYPE_AUDIO_VISUALIZER (gst_audio_visualizer_get_type()) +#define GST_AUDIO_VISUALIZER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizer)) +#define GST_AUDIO_VISUALIZER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizerClass)) +#define GST_AUDIO_VISUALIZER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj),GST_TYPE_AUDIO_VISUALIZER,GstAudioVisualizerClass)) +#define GST_IS_SYNAESTHESIA(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_AUDIO_VISUALIZER)) +#define GST_IS_SYNAESTHESIA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_AUDIO_VISUALIZER)) +typedef struct _GstAudioVisualizer GstAudioVisualizer; +typedef struct _GstAudioVisualizerClass GstAudioVisualizerClass; +typedef struct _GstAudioVisualizerPrivate GstAudioVisualizerPrivate; + +typedef void (*GstAudioVisualizerShaderFunc)(GstAudioVisualizer *scope, const GstVideoFrame *s, GstVideoFrame *d); + +/** + * GstAudioVisualizerShader: + * @GST_AUDIO_VISUALIZER_SHADER_NONE: no shading + * @GST_AUDIO_VISUALIZER_SHADER_FADE: plain fading + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP: fade and move up + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN: fade and move down + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT: fade and move left + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT: fade and move right + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT: fade and move horizontally out + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN: fade and move horizontally in + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT: fade and move vertically out + * @GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN: fade and move vertically in + * + * Different types of supported background shading functions. + */ +typedef enum { + GST_AUDIO_VISUALIZER_SHADER_NONE, + GST_AUDIO_VISUALIZER_SHADER_FADE, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT, + GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN +} GstAudioVisualizerShader; + +struct _GstAudioVisualizer +{ + GstElement parent; + + guint req_spf; /* min samples per frame wanted by the subclass */ + + /* video state */ + GstVideoInfo vinfo; + + /* audio state */ + GstAudioInfo ainfo; + + /* <private> */ + GstAudioVisualizerPrivate *priv; +}; + +struct _GstAudioVisualizerClass +{ + GstElementClass parent_class; + + /* virtual function, called whenever the format changes */ + gboolean (*setup) (GstAudioVisualizer * scope); + + /* virtual function for rendering a frame */ + gboolean (*render) (GstAudioVisualizer * scope, GstBuffer * audio, GstVideoFrame * video); + + gboolean (*decide_allocation) (GstAudioVisualizer * scope, GstQuery *query); +}; + +GType gst_audio_visualizer_get_type (void); + +G_END_DECLS +#endif /* __GST_AUDIO_VISUALIZER_H__ */ diff --git a/gst/goom2k1/gstgoom.c b/gst/goom2k1/gstgoom.c index 7f37b32f3395a88ceae33d8b8c6efad6dee4e29a..b22c8a7389d98c09a55f254335cae34e15f8f207 100644 --- a/gst/goom2k1/gstgoom.c +++ b/gst/goom2k1/gstgoom.c @@ -1,6 +1,7 @@ /* gstgoom.c: implementation of goom drawing element * Copyright (C) <2001> Richard Boulton <richard@tartarus.org> * (C) <2006> Wim Taymans <wim at fluendo dot com> + * (C) <2015> Luis de Bethencourt <luis@debethencourt.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -39,10 +40,7 @@ #endif #include <string.h> -#include <gst/gst.h> #include "gstgoom.h" -#include <gst/video/video.h> -#include <gst/audio/audio.h> #include "goom_core.h" GST_DEBUG_CATEGORY_STATIC (goom_debug); @@ -53,19 +51,6 @@ GST_DEBUG_CATEGORY_STATIC (goom_debug); #define DEFAULT_FPS_N 25 #define DEFAULT_FPS_D 1 -/* signals and args */ -enum -{ - /* FILL ME */ - LAST_SIGNAL -}; - -enum -{ - PROP_0 - /* FILL ME */ -}; - static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, @@ -93,41 +78,28 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", static void gst_goom_finalize (GObject * object); -static GstStateChangeReturn gst_goom_change_state (GstElement * element, - GstStateChange transition); +static gboolean gst_goom_setup (GstAudioVisualizer * base); +static gboolean gst_goom_render (GstAudioVisualizer * base, GstBuffer * audio, + GstVideoFrame * video); -static GstFlowReturn gst_goom_chain (GstPad * pad, GstObject * parent, - GstBuffer * buffer); -static gboolean gst_goom_src_event (GstPad * pad, GstObject * parent, - GstEvent * event); -static gboolean gst_goom_sink_event (GstPad * pad, GstObject * parent, - GstEvent * event); - -static gboolean gst_goom_src_query (GstPad * pad, GstObject * parent, - GstQuery * query); - -static gboolean gst_goom_src_negotiate (GstGoom * goom); - -#define gst_goom_parent_class parent_class typedef GstGoom GstGoom2k1; typedef GstGoomClass GstGoom2k1Class; -G_DEFINE_TYPE (GstGoom2k1, gst_goom, GST_TYPE_ELEMENT); + +G_DEFINE_TYPE (GstGoom2k1, gst_goom, GST_TYPE_AUDIO_VISUALIZER); static void gst_goom_class_init (GstGoomClass * klass) { GObjectClass *gobject_class; GstElementClass *gstelement_class; + GstAudioVisualizerClass *visualizer_class; gobject_class = (GObjectClass *) klass; gstelement_class = (GstElementClass *) klass; - - parent_class = g_type_class_peek_parent (klass); + visualizer_class = (GstAudioVisualizerClass *) klass; gobject_class->finalize = gst_goom_finalize; - gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_goom_change_state); - gst_element_class_set_static_metadata (gstelement_class, "GOOM: what a GOOM! 2k1 edition", "Visualization", "Takes frames of data and outputs video frames using the GOOM 2k1 filter", @@ -138,35 +110,17 @@ gst_goom_class_init (GstGoomClass * klass) gst_static_pad_template_get (&src_template)); GST_DEBUG_CATEGORY_INIT (goom_debug, "goom", 0, "goom visualisation element"); + + visualizer_class->setup = GST_DEBUG_FUNCPTR (gst_goom_setup); + visualizer_class->render = GST_DEBUG_FUNCPTR (gst_goom_render); } static void gst_goom_init (GstGoom * goom) { - /* create the sink and src pads */ - goom->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); - gst_pad_set_chain_function (goom->sinkpad, - GST_DEBUG_FUNCPTR (gst_goom_chain)); - gst_pad_set_event_function (goom->sinkpad, - GST_DEBUG_FUNCPTR (gst_goom_sink_event)); - gst_element_add_pad (GST_ELEMENT (goom), goom->sinkpad); - - goom->srcpad = gst_pad_new_from_static_template (&src_template, "src"); - gst_pad_set_event_function (goom->srcpad, - GST_DEBUG_FUNCPTR (gst_goom_src_event)); - gst_pad_set_query_function (goom->srcpad, - GST_DEBUG_FUNCPTR (gst_goom_src_query)); - gst_element_add_pad (GST_ELEMENT (goom), goom->srcpad); - - goom->adapter = gst_adapter_new (); - goom->width = DEFAULT_WIDTH; goom->height = DEFAULT_HEIGHT; - goom->fps_n = DEFAULT_FPS_N; /* desired frame rate */ - goom->fps_d = DEFAULT_FPS_D; /* desired frame rate */ goom->channels = 0; - goom->rate = 0; - goom->duration = 0; goom_init (&(goom->goomdata), goom->width, goom->height); } @@ -178,509 +132,52 @@ gst_goom_finalize (GObject * object) goom_close (&(goom->goomdata)); - g_object_unref (goom->adapter); - - G_OBJECT_CLASS (parent_class)->finalize (object); -} - -static void -gst_goom_reset (GstGoom * goom) -{ - gst_adapter_clear (goom->adapter); - gst_segment_init (&goom->segment, GST_FORMAT_UNDEFINED); - - GST_OBJECT_LOCK (goom); - goom->proportion = 1.0; - goom->earliest_time = GST_CLOCK_TIME_NONE; - GST_OBJECT_UNLOCK (goom); - - goom->dropped = 0; - goom->processed = 0; -} - -static gboolean -gst_goom_sink_setcaps (GstGoom * goom, GstCaps * caps) -{ - GstStructure *structure; - gboolean res; - - structure = gst_caps_get_structure (caps, 0); - - res = gst_structure_get_int (structure, "channels", &goom->channels); - res &= gst_structure_get_int (structure, "rate", &goom->rate); - if (!res) - return FALSE; - - goom->bps = goom->channels * sizeof (gint16); - - return gst_goom_src_negotiate (goom); + G_OBJECT_CLASS (gst_goom_parent_class)->finalize (object); } static gboolean -gst_goom_src_setcaps (GstGoom * goom, GstCaps * caps) +gst_goom_setup (GstAudioVisualizer * base) { - GstStructure *structure; - - structure = gst_caps_get_structure (caps, 0); + GstGoom *goom = GST_GOOM (base); - if (!gst_structure_get_int (structure, "width", &goom->width) || - !gst_structure_get_int (structure, "height", &goom->height) || - !gst_structure_get_fraction (structure, "framerate", &goom->fps_n, - &goom->fps_d)) - goto error; + goom->width = GST_VIDEO_INFO_WIDTH (&base->vinfo); + goom->height = GST_VIDEO_INFO_HEIGHT (&base->vinfo); goom_set_resolution (&(goom->goomdata), goom->width, goom->height); - /* size of the output buffer in bytes, depth is always 4 bytes */ - goom->outsize = goom->width * goom->height * 4; - goom->duration = - gst_util_uint64_scale_int (GST_SECOND, goom->fps_d, goom->fps_n); - goom->spf = gst_util_uint64_scale_int (goom->rate, goom->fps_d, goom->fps_n); - goom->bpf = goom->spf * goom->bps; - - GST_DEBUG_OBJECT (goom, "dimension %dx%d, framerate %d/%d, spf %d", - goom->width, goom->height, goom->fps_n, goom->fps_d, goom->spf); - - return gst_pad_set_caps (goom->srcpad, caps); - - /* ERRORS */ -error: - { - GST_DEBUG_OBJECT (goom, "error parsing caps"); - return FALSE; - } -} - -static gboolean -gst_goom_src_negotiate (GstGoom * goom) -{ - GstCaps *othercaps, *target; - GstStructure *structure; - GstCaps *templ; - GstQuery *query; - GstBufferPool *pool = NULL; - GstStructure *config; - guint size, min, max; - - templ = gst_pad_get_pad_template_caps (goom->srcpad); - - GST_DEBUG_OBJECT (goom, "performing negotiation"); - - /* see what the peer can do */ - othercaps = gst_pad_peer_query_caps (goom->srcpad, NULL); - if (othercaps) { - target = gst_caps_intersect (othercaps, templ); - gst_caps_unref (templ); - gst_caps_unref (othercaps); - - if (gst_caps_is_empty (target)) - goto no_format; - - target = gst_caps_truncate (target); - } else { - target = gst_caps_copy (templ); - } - - structure = gst_caps_get_structure (target, 0); - gst_structure_fixate_field_nearest_int (structure, "width", DEFAULT_WIDTH); - gst_structure_fixate_field_nearest_int (structure, "height", DEFAULT_HEIGHT); - gst_structure_fixate_field_nearest_fraction (structure, "framerate", - DEFAULT_FPS_N, DEFAULT_FPS_D); - - gst_goom_src_setcaps (goom, target); - - /* find a pool for the negotiated caps now */ - query = gst_query_new_allocation (target, TRUE); - - if (!gst_pad_peer_query (goom->srcpad, query)) { - /* no problem, we use the query defaults */ - GST_DEBUG_OBJECT (goom, "ALLOCATION query failed"); - } - - if (gst_query_get_n_allocation_pools (query) > 0) { - /* we got configuration from our peer, parse them */ - gst_query_parse_nth_allocation_pool (query, 0, &pool, &size, &min, &max); - } else { - pool = NULL; - size = goom->outsize; - min = max = 0; - } - - if (pool == NULL) { - /* we did not get a pool, make one ourselves then */ - pool = gst_buffer_pool_new (); - } - - config = gst_buffer_pool_get_config (pool); - gst_buffer_pool_config_set_params (config, target, size, min, max); - gst_buffer_pool_set_config (pool, config); - - if (goom->pool) { - gst_buffer_pool_set_active (goom->pool, FALSE); - gst_object_unref (goom->pool); - } - goom->pool = pool; - - /* and activate */ - gst_buffer_pool_set_active (pool, TRUE); - - gst_caps_unref (target); - return TRUE; - -no_format: - { - gst_caps_unref (target); - return FALSE; - } } static gboolean -gst_goom_src_event (GstPad * pad, GstObject * parent, GstEvent * event) -{ - gboolean res; - GstGoom *goom; - - goom = GST_GOOM (parent); - - switch (GST_EVENT_TYPE (event)) { - case GST_EVENT_QOS: - { - gdouble proportion; - GstClockTimeDiff diff; - GstClockTime timestamp; - - gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); - - /* save stuff for the _chain() function */ - GST_OBJECT_LOCK (goom); - goom->proportion = proportion; - if (diff >= 0) - /* we're late, this is a good estimate for next displayable - * frame (see part-qos.txt) */ - goom->earliest_time = timestamp + 2 * diff + goom->duration; - else - goom->earliest_time = timestamp + diff; - GST_OBJECT_UNLOCK (goom); - - res = gst_pad_event_default (pad, parent, event); - break; +gst_goom_render (GstAudioVisualizer * base, GstBuffer * audio, + GstVideoFrame * video) +{ + GstGoom *goom = GST_GOOM (base); + GstMapInfo amap; + gint16 datain[2][GOOM_SAMPLES]; + gint16 *adata; + gint i; + + /* get next GOOM_SAMPLES, we have at least this amount of samples */ + gst_buffer_map (audio, &amap, GST_MAP_READ); + adata = (gint16 *) amap.data; + + if (goom->channels == 2) { + for (i = 0; i < GOOM_SAMPLES; i++) { + datain[0][i] = *adata++; + datain[1][i] = *adata++; } - default: - res = gst_pad_event_default (pad, parent, event); - break; - } - - return res; -} - -static gboolean -gst_goom_sink_event (GstPad * pad, GstObject * parent, GstEvent * event) -{ - gboolean res; - GstGoom *goom; - - goom = GST_GOOM (parent); - - switch (GST_EVENT_TYPE (event)) { - case GST_EVENT_CAPS: - { - GstCaps *caps; - - gst_event_parse_caps (event, &caps); - res = gst_goom_sink_setcaps (goom, caps); - gst_event_unref (event); - break; - } - case GST_EVENT_FLUSH_STOP: - gst_goom_reset (goom); - res = gst_pad_event_default (pad, parent, event); - break; - case GST_EVENT_SEGMENT: - { - /* the newsegment values are used to clip the input samples - * and to convert the incomming timestamps to running time so - * we can do QoS */ - gst_event_copy_segment (event, &goom->segment); - - res = gst_pad_event_default (pad, parent, event); - break; - } - default: - res = gst_pad_event_default (pad, parent, event); - break; - } - - return res; -} - -static gboolean -gst_goom_src_query (GstPad * pad, GstObject * parent, GstQuery * query) -{ - gboolean res; - GstGoom *goom; - - goom = GST_GOOM (parent); - - switch (GST_QUERY_TYPE (query)) { - case GST_QUERY_LATENCY: - { - /* We need to send the query upstream and add the returned latency to our - * own */ - GstClockTime min_latency, max_latency; - gboolean us_live; - GstClockTime our_latency; - guint max_samples; - - if ((res = gst_pad_peer_query (goom->sinkpad, query))) { - gst_query_parse_latency (query, &us_live, &min_latency, &max_latency); - - GST_DEBUG_OBJECT (goom, "Peer latency: min %" - GST_TIME_FORMAT " max %" GST_TIME_FORMAT, - GST_TIME_ARGS (min_latency), GST_TIME_ARGS (max_latency)); - - /* the max samples we must buffer buffer */ - max_samples = MAX (GOOM_SAMPLES, goom->spf); - our_latency = - gst_util_uint64_scale_int (max_samples, GST_SECOND, goom->rate); - - GST_DEBUG_OBJECT (goom, "Our latency: %" GST_TIME_FORMAT, - GST_TIME_ARGS (our_latency)); - - /* we add some latency but only if we need to buffer more than what - * upstream gives us */ - min_latency += our_latency; - if (max_latency != -1) - max_latency += our_latency; - - GST_DEBUG_OBJECT (goom, "Calculated total latency : min %" - GST_TIME_FORMAT " max %" GST_TIME_FORMAT, - GST_TIME_ARGS (min_latency), GST_TIME_ARGS (max_latency)); - - gst_query_set_latency (query, TRUE, min_latency, max_latency); - } - break; - } - default: - res = gst_pad_query_default (pad, parent, query); - break; - } - - return res; -} - -/* make sure we are negotiated */ -static GstFlowReturn -ensure_negotiated (GstGoom * goom) -{ - if (gst_pad_check_reconfigure (goom->srcpad)) { - if (!gst_goom_src_negotiate (goom)) - return GST_FLOW_NOT_NEGOTIATED; - } - return GST_FLOW_OK; -} - -static GstFlowReturn -gst_goom_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer) -{ - GstGoom *goom; - GstFlowReturn ret; - GstBuffer *outbuf = NULL; - - goom = GST_GOOM (parent); - - /* If we don't have an output format yet, preallocate a buffer to try and - * set one */ - if (goom->bps == 0) { - gst_buffer_unref (buffer); - ret = GST_FLOW_NOT_NEGOTIATED; - goto beach; - } - - /* Make sure have an output format */ - ret = ensure_negotiated (goom); - if (ret != GST_FLOW_OK) { - gst_buffer_unref (buffer); - goto beach; - } - - /* don't try to combine samples from discont buffer */ - if (GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_DISCONT)) { - gst_adapter_clear (goom->adapter); - } - - GST_DEBUG_OBJECT (goom, - "Input buffer has %" G_GSIZE_FORMAT " samples, time=%" G_GUINT64_FORMAT, - gst_buffer_get_size (buffer) / goom->bps, GST_BUFFER_TIMESTAMP (buffer)); - - /* Collect samples until we have enough for an output frame */ - gst_adapter_push (goom->adapter, buffer); - - ret = GST_FLOW_OK; - - while (TRUE) { - const guint16 *data; - guchar *out_frame; - gint i; - guint avail, to_flush; - guint64 dist, timestamp; - - avail = gst_adapter_available (goom->adapter); - GST_DEBUG_OBJECT (goom, "avail now %u", avail); - - /* we need GOOM_SAMPLES to get a meaningful result from goom. */ - if (avail < (GOOM_SAMPLES * goom->bps)) - break; - - /* we also need enough samples to produce one frame at least */ - if (avail < goom->bpf) - break; - - GST_DEBUG_OBJECT (goom, "processing buffer"); - - /* get timestamp of the current adapter byte */ - timestamp = gst_adapter_prev_pts (goom->adapter, &dist); - if (GST_CLOCK_TIME_IS_VALID (timestamp)) { - /* convert bytes to time */ - dist /= goom->bps; - timestamp += gst_util_uint64_scale_int (dist, GST_SECOND, goom->rate); - } - - /* check for QoS, don't compute buffers that are known to be late */ - if (GST_CLOCK_TIME_IS_VALID (timestamp)) { - GstClockTime earliest_time; - gdouble proportion; - gint64 qostime; - - qostime = gst_segment_to_running_time (&goom->segment, GST_FORMAT_TIME, - timestamp); - qostime += goom->duration; - - GST_OBJECT_LOCK (goom); - earliest_time = goom->earliest_time; - proportion = goom->proportion; - GST_OBJECT_UNLOCK (goom); - - if (GST_CLOCK_TIME_IS_VALID (earliest_time) && qostime <= earliest_time) { - GstClockTime stream_time, jitter; - GstMessage *qos_msg; - - GST_DEBUG_OBJECT (goom, - "QoS: skip ts: %" GST_TIME_FORMAT ", earliest: %" GST_TIME_FORMAT, - GST_TIME_ARGS (qostime), GST_TIME_ARGS (earliest_time)); - - ++goom->dropped; - stream_time = gst_segment_to_stream_time (&goom->segment, - GST_FORMAT_TIME, timestamp); - jitter = GST_CLOCK_DIFF (qostime, earliest_time); - qos_msg = gst_message_new_qos (GST_OBJECT (goom), FALSE, qostime, - stream_time, timestamp, GST_BUFFER_DURATION (buffer)); - gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); - gst_message_set_qos_stats (qos_msg, GST_FORMAT_BUFFERS, - goom->processed, goom->dropped); - gst_element_post_message (GST_ELEMENT (goom), qos_msg); - goto skip; - } - } - - ++goom->processed; - - /* get next GOOM_SAMPLES, we have at least this amount of samples */ - data = - (const guint16 *) gst_adapter_map (goom->adapter, - GOOM_SAMPLES * goom->bps); - - if (goom->channels == 2) { - for (i = 0; i < GOOM_SAMPLES; i++) { - goom->datain[0][i] = *data++; - goom->datain[1][i] = *data++; - } - } else { - for (i = 0; i < GOOM_SAMPLES; i++) { - goom->datain[0][i] = *data; - goom->datain[1][i] = *data++; - } - } - - /* alloc a buffer if we don't have one yet, this happens - * when we pushed a buffer in this while loop before */ - if (outbuf == NULL) { - GST_DEBUG_OBJECT (goom, "allocating output buffer"); - ret = gst_buffer_pool_acquire_buffer (goom->pool, &outbuf, NULL); - if (ret != GST_FLOW_OK) { - gst_adapter_unmap (goom->adapter); - goto beach; - } + } else { + for (i = 0; i < GOOM_SAMPLES; i++) { + datain[0][i] = *adata; + datain[1][i] = *adata++; } - - GST_BUFFER_TIMESTAMP (outbuf) = timestamp; - GST_BUFFER_DURATION (outbuf) = goom->duration; - - out_frame = (guchar *) goom_update (&(goom->goomdata), goom->datain); - gst_buffer_fill (outbuf, 0, out_frame, goom->outsize); - - gst_adapter_unmap (goom->adapter); - - GST_DEBUG ("Pushing frame with time=%" GST_TIME_FORMAT ", duration=%" - GST_TIME_FORMAT, GST_TIME_ARGS (timestamp), - GST_TIME_ARGS (goom->duration)); - - ret = gst_pad_push (goom->srcpad, outbuf); - outbuf = NULL; - - skip: - /* Now flush the samples we needed for this frame, which might be more than - * the samples we used (GOOM_SAMPLES). */ - to_flush = goom->bpf; - - GST_DEBUG_OBJECT (goom, "finished frame, flushing %u bytes from input", - to_flush); - gst_adapter_flush (goom->adapter, to_flush); - - if (ret != GST_FLOW_OK) - break; } - if (outbuf != NULL) - gst_buffer_unref (outbuf); + video->data[0] = goom_update (&(goom->goomdata), datain); + gst_buffer_unmap (audio, &amap); -beach: - - return ret; -} - -static GstStateChangeReturn -gst_goom_change_state (GstElement * element, GstStateChange transition) -{ - GstGoom *goom = GST_GOOM (element); - GstStateChangeReturn ret; - - switch (transition) { - case GST_STATE_CHANGE_NULL_TO_READY: - break; - case GST_STATE_CHANGE_READY_TO_PAUSED: - gst_goom_reset (goom); - break; - default: - break; - } - - ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); - - switch (transition) { - case GST_STATE_CHANGE_PAUSED_TO_READY: - if (goom->pool) { - gst_buffer_pool_set_active (goom->pool, FALSE); - gst_object_replace ((GstObject **) & goom->pool, NULL); - } - break; - case GST_STATE_CHANGE_READY_TO_NULL: - break; - default: - break; - } - - return ret; + return TRUE; } static gboolean diff --git a/gst/goom2k1/gstgoom.h b/gst/goom2k1/gstgoom.h index 4b55ba6c6ae84a5a371846b750a531fe218c594e..7047517a326ef697ccb8c6201725e9539caccc8b 100644 --- a/gst/goom2k1/gstgoom.h +++ b/gst/goom2k1/gstgoom.h @@ -1,5 +1,7 @@ /* gstgoom.c: implementation of goom drawing element * Copyright (C) <2001> Richard Boulton <richard@tartarus.org> + * (C) <2006> Wim Taymans <wim at fluendo dot com> + * Copyright (C) <2015> Luis de Bethencourt <luis@debethencourt.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -20,12 +22,11 @@ #ifndef __GST_GOOM_H__ #define __GST_GOOM_H__ -G_BEGIN_DECLS - -#include <gst/gst.h> -#include <gst/base/gstadapter.h> +#include "gstaudiovisualizer.h" #include "goom_core.h" +G_BEGIN_DECLS + #define GOOM_SAMPLES 512 #define GST_TYPE_GOOM (gst_goom_get_type()) @@ -39,52 +40,26 @@ typedef struct _GstGoomClass GstGoomClass; struct _GstGoom { - GstElement element; - - /* pads */ - GstPad *sinkpad, *srcpad; - GstAdapter *adapter; + GstAudioVisualizer parent; /* input tracking */ - gint rate; gint channels; - guint bps; /* video state */ - gint fps_n; - gint fps_d; gint width; gint height; - GstClockTime duration; - guint outsize; - GstBufferPool *pool; - - guint dropped; /* frames dropped / not dropped */ - guint processed; - - /* samples per frame */ - guint spf; - /* bytes per frame */ - guint bpf; /* goom stuff */ - gint16 datain[2][GOOM_SAMPLES]; GoomData goomdata; - - /* segment state */ - GstSegment segment; - - /* QoS stuff *//* with LOCK */ - gdouble proportion; - GstClockTime earliest_time; }; struct _GstGoomClass { - GstElementClass parent_class; + GstAudioVisualizerClass parent_class; }; GType gst_goom_get_type (void); +gboolean gst_goom_plugin_init (GstPlugin * plugin); G_END_DECLS diff --git a/gst/interleave/interleave.c b/gst/interleave/interleave.c index 28f941a96614e7615f79ab0f07543f255ba05508..f27591a9d7ebc23bf32b2e85bfce61c3e798c3a2 100644 --- a/gst/interleave/interleave.c +++ b/gst/interleave/interleave.c @@ -453,7 +453,6 @@ gst_interleave_set_property (GObject * object, guint prop_id, self->channel_positions = g_value_dup_boxed (value); self->channel_positions_from_input = FALSE; - self->channels = self->channel_positions->n_values; break; case PROP_CHANNEL_POSITIONS_FROM_INPUT: self->channel_positions_from_input = g_value_get_boolean (value); @@ -497,23 +496,23 @@ gst_interleave_request_new_pad (GstElement * element, GstPadTemplate * templ, GstInterleave *self = GST_INTERLEAVE (element); GstPad *new_pad; gchar *pad_name; - gint channels, padnumber; + gint channel, padnumber; GValue val = { 0, }; if (templ->direction != GST_PAD_SINK) goto not_sink_pad; padnumber = g_atomic_int_add (&self->padcounter, 1); - if (self->channel_positions_from_input) - channels = g_atomic_int_add (&self->channels, 1); - else - channels = padnumber; + + channel = g_atomic_int_add (&self->channels, 1); + if (!self->channel_positions_from_input) + channel = padnumber; pad_name = g_strdup_printf ("sink_%u", padnumber); new_pad = GST_PAD_CAST (g_object_new (GST_TYPE_INTERLEAVE_PAD, "name", pad_name, "direction", templ->direction, "template", templ, NULL)); - GST_INTERLEAVE_PAD_CAST (new_pad)->channel = channels; + GST_INTERLEAVE_PAD_CAST (new_pad)->channel = channel; GST_DEBUG_OBJECT (self, "requested new pad %s", pad_name); g_free (pad_name); diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index f50ff202db1547a3648dcbe44a1cee803bb06712..2b771aea2d684f3055c9256622032d0825032d9e 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -2149,6 +2149,28 @@ gst_qtdemux_stbl_free (QtDemuxStream * stream) stream->ctts.data = NULL; } +static void +gst_qtdemux_stream_flush_samples_data (GstQTDemux * qtdemux, + QtDemuxStream * stream) +{ + g_free (stream->samples); + stream->samples = NULL; + g_free (stream->segments); + stream->segments = NULL; + gst_qtdemux_stbl_free (stream); + + /* fragments */ + g_free (stream->ra_entries); + stream->ra_entries = NULL; + stream->n_ra_entries = 0; + + stream->sample_index = -1; + stream->stbl_index = -1; + stream->n_samples = 0; + stream->time_position = 0; + stream->segment_index = -1; +} + static void gst_qtdemux_stream_clear (GstQTDemux * qtdemux, QtDemuxStream * stream) { @@ -2162,29 +2184,16 @@ gst_qtdemux_stream_clear (GstQTDemux * qtdemux, QtDemuxStream * stream) gst_memory_unref (stream->rgb8_palette); stream->rgb8_palette = NULL; } - g_free (stream->samples); - stream->samples = NULL; - g_free (stream->segments); - stream->segments = NULL; + if (stream->pending_tags) gst_tag_list_unref (stream->pending_tags); stream->pending_tags = NULL; g_free (stream->redirect_uri); stream->redirect_uri = NULL; - /* free stbl sub-atoms */ - gst_qtdemux_stbl_free (stream); - /* fragments */ - g_free (stream->ra_entries); - stream->ra_entries = NULL; - stream->n_ra_entries = 0; - stream->sent_eos = FALSE; - stream->segment_index = -1; - stream->time_position = 0; - stream->sample_index = -1; - stream->stbl_index = -1; - stream->n_samples = 0; stream->sparse = FALSE; + + gst_qtdemux_stream_flush_samples_data (qtdemux, stream); } static void @@ -4994,7 +5003,6 @@ gst_qtdemux_drop_data (GstQTDemux * demux, gint bytes) demux->todrop -= bytes; } -/* FIXME, unverified after edit list updates */ static GstFlowReturn gst_qtdemux_chain (GstPad * sinkpad, GstObject * parent, GstBuffer * inbuf) { @@ -5010,6 +5018,18 @@ gst_qtdemux_chain (GstPad * sinkpad, GstObject * parent, GstBuffer * inbuf) for (i = 0; i < demux->n_streams; i++) { demux->streams[i]->discont = TRUE; } + + /* Reverse fragmented playback, need to flush all we have before + * consuming a new fragment. + * The samples array have the timestamps calculated by accumulating the + * durations but this won't work for reverse playback of fragments as + * the timestamps of a subsequent fragment should be smaller than the + * previously received one. */ + if (demux->fragmented && demux->segment.rate < 0) { + gst_qtdemux_process_adapter (demux, TRUE); + for (i = 0; i < demux->n_streams; i++) + gst_qtdemux_stream_flush_samples_data (demux, demux->streams[i]); + } } gst_adapter_push (demux->adapter, inbuf); diff --git a/gst/isomp4/qtdemux_types.c b/gst/isomp4/qtdemux_types.c index 45986bb0260bd9432a13916f266acf70cc1ee5a6..651a85f8bfefb17cc49f5e65362fd0365cc45d2a 100644 --- a/gst/isomp4/qtdemux_types.c +++ b/gst/isomp4/qtdemux_types.c @@ -182,6 +182,8 @@ static const QtNodeType qt_node_types[] = { {FOURCC_chap, "Chapter Reference"}, {FOURCC_btrt, "Bitrate information", 0}, {FOURCC_frma, "Audio codec format", 0}, + {FOURCC_name, "name", 0}, + {FOURCC_mean, "mean", 0}, {0, "unknown", 0,}, }; diff --git a/gst/law/mulaw-decode.c b/gst/law/mulaw-decode.c index 02ccd4bfa7b0a8d0f9b4a0d8197ff65a4eeec62b..a4bd0a644b68ff83a082691cde2f973628b0491e 100644 --- a/gst/law/mulaw-decode.c +++ b/gst/law/mulaw-decode.c @@ -135,6 +135,14 @@ error_failed_map_input_buffer: return GST_FLOW_ERROR; } +static gboolean +gst_mulawdec_start (GstAudioDecoder * dec) +{ + gst_audio_decoder_set_estimate_rate (dec, TRUE); + + return TRUE; +} + static void gst_mulawdec_class_init (GstMuLawDecClass * klass) { @@ -147,6 +155,7 @@ gst_mulawdec_class_init (GstMuLawDecClass * klass) gst_static_pad_template_get (&mulaw_dec_sink_factory)); + audiodec_class->start = GST_DEBUG_FUNCPTR (gst_mulawdec_start); audiodec_class->set_format = GST_DEBUG_FUNCPTR (gst_mulawdec_set_format); audiodec_class->handle_frame = GST_DEBUG_FUNCPTR (gst_mulawdec_handle_frame); diff --git a/gst/matroska/matroska-read-common.c b/gst/matroska/matroska-read-common.c index 0b8e700791a88ace944494e0193e5e1c4a29a349..57180867869ae9b61eb34e7c92e00f89ea3aef2e 100644 --- a/gst/matroska/matroska-read-common.c +++ b/gst/matroska/matroska-read-common.c @@ -2416,8 +2416,6 @@ gst_matroska_read_common_parse_metadata (GstMatroskaReadCommon * common, GList *l; guint64 curpos; - curpos = gst_ebml_read_get_pos (ebml); - /* Make sure we don't parse a tags element twice and * post it's tags twice */ curpos = gst_ebml_read_get_pos (ebml); diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index c035f55c9c450c59996abe96c7b63cdcd3fb6eab..ebc22c265cc33456d5ce35f1f6a3e9d4f1c8f168 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -4,6 +4,7 @@ * 2006 Wim Taymans <wim@fluendo.com> * 2006 David A. Schleef <ds@schleef.org> * 2011 Collabora Ltd. <tim.muller@collabora.co.uk> + * 2015 Tim-Philipp Müller <tim@centricular.com> * * gstmultifilesink.c: * @@ -135,6 +136,8 @@ GST_DEBUG_CATEGORY_STATIC (gst_multi_file_sink_debug); #define DEFAULT_NEXT_FILE GST_MULTI_FILE_SINK_NEXT_BUFFER #define DEFAULT_MAX_FILES 0 #define DEFAULT_MAX_FILE_SIZE G_GUINT64_CONSTANT(2*1024*1024*1024) +#define DEFAULT_MAX_FILE_DURATION GST_CLOCK_TIME_NONE +#define DEFAULT_AGGREGATE_GOPS FALSE enum { @@ -144,7 +147,9 @@ enum PROP_POST_MESSAGES, PROP_NEXT_FILE, PROP_MAX_FILES, - PROP_MAX_FILE_SIZE + PROP_MAX_FILE_SIZE, + PROP_MAX_FILE_DURATION, + PROP_AGGREGATE_GOPS }; static void gst_multi_file_sink_finalize (GObject * object); @@ -154,6 +159,7 @@ static void gst_multi_file_sink_set_property (GObject * object, guint prop_id, static void gst_multi_file_sink_get_property (GObject * object, guint prop_id, GValue * value, GParamSpec * pspec); +static gboolean gst_multi_file_sink_start (GstBaseSink * bsink); static gboolean gst_multi_file_sink_stop (GstBaseSink * sink); static GstFlowReturn gst_multi_file_sink_render (GstBaseSink * sink, GstBuffer * buffer); @@ -186,6 +192,10 @@ gst_multi_file_sink_next_get_type (void) {GST_MULTI_FILE_SINK_NEXT_MAX_SIZE, "New file when the configured maximum " "file size would be exceeded with the next buffer or buffer list", "max-size"}, + {GST_MULTI_FILE_SINK_NEXT_MAX_DURATION, + "New file when the configured maximum " + "file duration would be exceeded with the next buffer or buffer list", + "max-duration"}, {0, NULL, NULL} }; @@ -266,8 +276,37 @@ gst_multi_file_sink_class_init (GstMultiFileSinkClass * klass) 0, G_MAXUINT64, DEFAULT_MAX_FILE_SIZE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + /** + * GstMultiFileSink:max-file-duration: + * + * Maximum file size before starting a new file in max-size mode. + */ + g_object_class_install_property (gobject_class, PROP_MAX_FILE_DURATION, + g_param_spec_uint64 ("max-file-duration", "Maximum File Duration", + "Maximum file duration before starting a new file in max-size mode", + 0, G_MAXUINT64, DEFAULT_MAX_FILE_DURATION, + G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + + /** + * GstMultiFileSink:aggregate-gops: + * + * Whether to aggregate complete GOPs before doing any processing. Set this + * to TRUE to make sure each new file starts with a keyframe. This requires + * the upstream element to flag buffers containing key units and delta + * units correctly. At least the MPEG-PS and MPEG-TS muxers should be doing + * this. + * + * Since: 1.6 + */ + g_object_class_install_property (gobject_class, PROP_AGGREGATE_GOPS, + g_param_spec_boolean ("aggregate-gops", "Aggregate GOPs", + "Whether to aggregate GOPs and process them as a whole without " + "splitting", DEFAULT_AGGREGATE_GOPS, + G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + gobject_class->finalize = gst_multi_file_sink_finalize; + gstbasesink_class->start = GST_DEBUG_FUNCPTR (gst_multi_file_sink_start); gstbasesink_class->stop = GST_DEBUG_FUNCPTR (gst_multi_file_sink_stop); gstbasesink_class->render = GST_DEBUG_FUNCPTR (gst_multi_file_sink_render); gstbasesink_class->render_list = @@ -295,9 +334,13 @@ gst_multi_file_sink_init (GstMultiFileSink * multifilesink) multifilesink->post_messages = DEFAULT_POST_MESSAGES; multifilesink->max_files = DEFAULT_MAX_FILES; multifilesink->max_file_size = DEFAULT_MAX_FILE_SIZE; + multifilesink->max_file_duration = DEFAULT_MAX_FILE_DURATION; multifilesink->files = NULL; multifilesink->n_files = 0; + multifilesink->aggregate_gops = DEFAULT_AGGREGATE_GOPS; + multifilesink->gop_adapter = NULL; + gst_base_sink_set_sync (GST_BASE_SINK (multifilesink), FALSE); multifilesink->next_segment = GST_CLOCK_TIME_NONE; @@ -352,6 +395,12 @@ gst_multi_file_sink_set_property (GObject * object, guint prop_id, case PROP_MAX_FILE_SIZE: sink->max_file_size = g_value_get_uint64 (value); break; + case PROP_MAX_FILE_DURATION: + sink->max_file_duration = g_value_get_uint64 (value); + break; + case PROP_AGGREGATE_GOPS: + sink->aggregate_gops = g_value_get_boolean (value); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -383,12 +432,31 @@ gst_multi_file_sink_get_property (GObject * object, guint prop_id, case PROP_MAX_FILE_SIZE: g_value_set_uint64 (value, sink->max_file_size); break; + case PROP_MAX_FILE_DURATION: + g_value_set_uint64 (value, sink->max_file_duration); + break; + case PROP_AGGREGATE_GOPS: + g_value_set_boolean (value, sink->aggregate_gops); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } +static gboolean +gst_multi_file_sink_start (GstBaseSink * bsink) +{ + GstMultiFileSink *sink = GST_MULTI_FILE_SINK (bsink); + + if (sink->aggregate_gops) + sink->gop_adapter = gst_adapter_new (); + sink->potential_next_gop = NULL; + sink->file_pts = GST_CLOCK_TIME_NONE; + + return TRUE; +} + static gboolean gst_multi_file_sink_stop (GstBaseSink * sink) { @@ -410,6 +478,17 @@ gst_multi_file_sink_stop (GstBaseSink * sink) multifilesink->streamheaders = NULL; } + if (multifilesink->gop_adapter != NULL) { + g_object_unref (multifilesink->gop_adapter); + multifilesink->gop_adapter = NULL; + } + + if (multifilesink->potential_next_gop != NULL) { + g_list_free_full (multifilesink->potential_next_gop, + (GDestroyNotify) gst_buffer_unref); + multifilesink->potential_next_gop = NULL; + } + multifilesink->force_key_unit_count = -1; return TRUE; @@ -502,6 +581,8 @@ gst_multi_file_sink_write_stream_headers (GstMultiFileSink * sink) if (sink->streamheaders == NULL) return TRUE; + GST_DEBUG_OBJECT (sink, "Writing stream headers"); + /* we want to write these at the beginning */ g_assert (sink->cur_file_size == 0); @@ -525,35 +606,31 @@ gst_multi_file_sink_write_stream_headers (GstMultiFileSink * sink) } static GstFlowReturn -gst_multi_file_sink_render (GstBaseSink * sink, GstBuffer * buffer) +gst_multi_file_sink_write_buffer (GstMultiFileSink * multifilesink, + GstBuffer * buffer) { - GstMultiFileSink *multifilesink; GstMapInfo map; - gchar *filename; gboolean ret; - GError *error = NULL; gboolean first_file = TRUE; gst_buffer_map (buffer, &map, GST_MAP_READ); - multifilesink = GST_MULTI_FILE_SINK (sink); - switch (multifilesink->next_file) { case GST_MULTI_FILE_SINK_NEXT_BUFFER: - gst_multi_file_sink_ensure_max_files (multifilesink); - - filename = g_strdup_printf (multifilesink->filename, - multifilesink->index); - ret = g_file_set_contents (filename, (char *) map.data, map.size, &error); - if (!ret) - goto write_error; - - multifilesink->files = g_slist_append (multifilesink->files, filename); - multifilesink->n_files += 1; - - gst_multi_file_sink_post_message (multifilesink, buffer, filename); - multifilesink->index++; + if (multifilesink->files != NULL) + first_file = FALSE; + if (!gst_multi_file_sink_open_next_file (multifilesink)) + goto stdio_write_error; + if (first_file == FALSE) + gst_multi_file_sink_write_stream_headers (multifilesink); + GST_DEBUG_OBJECT (multifilesink, + "Writing buffer data (%" G_GSIZE_FORMAT " bytes) to new file", + map.size); + ret = fwrite (map.data, map.size, 1, multifilesink->file); + if (ret != 1) + goto stdio_write_error; + gst_multi_file_sink_close_file (multifilesink, buffer); break; case GST_MULTI_FILE_SINK_NEXT_DISCONT: if (GST_BUFFER_IS_DISCONT (buffer)) { @@ -652,6 +729,46 @@ gst_multi_file_sink_render (GstBaseSink * sink, GstBuffer * buffer) multifilesink->cur_file_size += map.size; break; } + case GST_MULTI_FILE_SINK_NEXT_MAX_DURATION:{ + GstClockTime new_duration = 0; + + if (GST_BUFFER_PTS_IS_VALID (buffer) + && GST_CLOCK_TIME_IS_VALID (multifilesink->file_pts)) { + /* The new duration will extend to this new buffer pts ... */ + new_duration = GST_BUFFER_PTS (buffer) - multifilesink->file_pts; + /* ... and duration (if it has one) */ + if (GST_BUFFER_DURATION_IS_VALID (buffer)) + new_duration += GST_BUFFER_DURATION (buffer); + } + + if (new_duration > multifilesink->max_file_duration) { + + GST_INFO_OBJECT (multifilesink, + "new_duration: %" G_GUINT64_FORMAT ", max. duration %" + G_GUINT64_FORMAT, new_duration, multifilesink->max_file_duration); + + if (multifilesink->file != NULL) { + first_file = FALSE; + gst_multi_file_sink_close_file (multifilesink, buffer); + } + } + + if (multifilesink->file == NULL) { + if (!gst_multi_file_sink_open_next_file (multifilesink)) + goto stdio_write_error; + + multifilesink->file_pts = GST_BUFFER_PTS (buffer); + if (!first_file) + gst_multi_file_sink_write_stream_headers (multifilesink); + } + + ret = fwrite (map.data, map.size, 1, multifilesink->file); + + if (ret != 1) + goto stdio_write_error; + + break; + } default: g_assert_not_reached (); } @@ -660,26 +777,6 @@ gst_multi_file_sink_render (GstBaseSink * sink, GstBuffer * buffer) return GST_FLOW_OK; /* ERRORS */ -write_error: - { - switch (error->code) { - case G_FILE_ERROR_NOSPC:{ - GST_ELEMENT_ERROR (multifilesink, RESOURCE, NO_SPACE_LEFT, (NULL), - (NULL)); - break; - } - default:{ - GST_ELEMENT_ERROR (multifilesink, RESOURCE, WRITE, - ("Error while writing to file \"%s\".", filename), - ("%s", g_strerror (errno))); - } - } - g_error_free (error); - g_free (filename); - - gst_buffer_unmap (buffer, &map); - return GST_FLOW_ERROR; - } stdio_write_error: switch (errno) { case ENOSPC: @@ -694,6 +791,76 @@ stdio_write_error: return GST_FLOW_ERROR; } +static GstFlowReturn +gst_multi_file_sink_render (GstBaseSink * bsink, GstBuffer * buffer) +{ + GstMultiFileSink *sink = GST_MULTI_FILE_SINK (bsink); + GstFlowReturn flow = GST_FLOW_OK; + gboolean key_unit, header; + + header = GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_HEADER); + key_unit = !GST_BUFFER_FLAG_IS_SET (buffer, GST_BUFFER_FLAG_DELTA_UNIT); + + if (sink->aggregate_gops) { + GstBuffer *gop_buffer = NULL; + guint avail; + + avail = gst_adapter_available (sink->gop_adapter); + + GST_LOG_OBJECT (sink, "aggregate GOP: received %s%s unit buffer: " + "%" GST_PTR_FORMAT, + (key_unit) ? "key" : "delta", (header) ? " header" : "", buffer); + + /* If it's a header buffer, it might potentially be for the next GOP */ + if (header) { + GST_LOG_OBJECT (sink, "Accumulating buffer to potential next GOP"); + sink->potential_next_gop = + g_list_append (sink->potential_next_gop, gst_buffer_ref (buffer)); + } else { + if (key_unit && avail > 0) { + GstClockTime pts, dts; + GST_LOG_OBJECT (sink, "Grabbing pending completed GOP"); + pts = gst_adapter_prev_pts_at_offset (sink->gop_adapter, 0, NULL); + dts = gst_adapter_prev_dts_at_offset (sink->gop_adapter, 0, NULL); + gop_buffer = gst_adapter_take_buffer (sink->gop_adapter, avail); + GST_BUFFER_PTS (gop_buffer) = pts; + GST_BUFFER_DTS (gop_buffer) = dts; + } + + /* just accumulate the buffer */ + if (sink->potential_next_gop) { + GList *tmp; + GST_LOG_OBJECT (sink, + "Carrying over pending next GOP data into adapter"); + /* If we have pending data, put that first in the adapter */ + for (tmp = sink->potential_next_gop; tmp; tmp = tmp->next) { + GstBuffer *tmpb = (GstBuffer *) tmp->data; + gst_adapter_push (sink->gop_adapter, tmpb); + } + g_list_free (sink->potential_next_gop); + sink->potential_next_gop = NULL; + } + GST_LOG_OBJECT (sink, "storing buffer in adapter"); + gst_adapter_push (sink->gop_adapter, gst_buffer_ref (buffer)); + + if (gop_buffer != NULL) { + GST_DEBUG_OBJECT (sink, "writing out pending GOP, %u bytes", avail); + GST_DEBUG_OBJECT (sink, + "gop buffer pts:%" GST_TIME_FORMAT " dts:%" GST_TIME_FORMAT + " duration:%" GST_TIME_FORMAT, + GST_TIME_ARGS (GST_BUFFER_PTS (gop_buffer)), + GST_TIME_ARGS (GST_BUFFER_DTS (gop_buffer)), + GST_TIME_ARGS (GST_BUFFER_DURATION (gop_buffer))); + flow = gst_multi_file_sink_write_buffer (sink, gop_buffer); + gst_buffer_unref (gop_buffer); + } + } + } else { + flow = gst_multi_file_sink_write_buffer (sink, buffer); + } + return flow; +} + static gboolean buffer_list_calc_size (GstBuffer ** buf, guint idx, gpointer data) { @@ -857,6 +1024,15 @@ gst_multi_file_sink_event (GstBaseSink * sink, GstEvent * event) break; } case GST_EVENT_EOS: + if (multifilesink->aggregate_gops) { + GstBuffer *buf = gst_buffer_new (); + + /* push key unit buffer to force writing out the pending GOP data */ + GST_INFO_OBJECT (sink, "EOS, write pending GOP data"); + GST_BUFFER_FLAG_UNSET (buf, GST_BUFFER_FLAG_DELTA_UNIT); + gst_multi_file_sink_render (sink, buf); + gst_buffer_unref (buf); + } if (multifilesink->file) { gchar *filename; diff --git a/gst/multifile/gstmultifilesink.h b/gst/multifile/gstmultifilesink.h index 0907370e9eaa99988f66aba025fd5005c77a89e6..c07c95d42f712f3fd02fb0fed89d593fb45ec7e3 100644 --- a/gst/multifile/gstmultifilesink.h +++ b/gst/multifile/gstmultifilesink.h @@ -26,7 +26,7 @@ #define __GST_MULTIFILESINK_H__ #include <gst/gst.h> -#include <gst/base/gstbasesink.h> +#include <gst/base/base.h> #include <errno.h> #include <stdio.h> #include <string.h> @@ -62,6 +62,8 @@ typedef struct _GstMultiFileSinkClass GstMultiFileSinkClass; * event * @GST_MULTI_FILE_SINK_NEXT_MAX_SIZE: New file when the configured maximum file * size would be exceeded with the next buffer or buffer list + * @GST_MULTI_FILE_SINK_NEXT_MAX_DURATION: New file when the configured maximum duration + * would be exceeded with the next buffer or buffer list * * File splitting modes. */ @@ -70,7 +72,8 @@ typedef enum { GST_MULTI_FILE_SINK_NEXT_DISCONT, GST_MULTI_FILE_SINK_NEXT_KEY_FRAME, GST_MULTI_FILE_SINK_NEXT_KEY_UNIT_EVENT, - GST_MULTI_FILE_SINK_NEXT_MAX_SIZE + GST_MULTI_FILE_SINK_NEXT_MAX_SIZE, + GST_MULTI_FILE_SINK_NEXT_MAX_DURATION } GstMultiFileSinkNext; struct _GstMultiFileSink @@ -94,6 +97,13 @@ struct _GstMultiFileSink guint64 cur_file_size; guint64 max_file_size; + + GstClockTime file_pts; + GstClockTime max_file_duration; + + gboolean aggregate_gops; + GstAdapter *gop_adapter; /* to aggregate GOPs */ + GList *potential_next_gop; /* To detect false-positives */ }; struct _GstMultiFileSinkClass diff --git a/gst/multifile/gstsplitfilesrc.c b/gst/multifile/gstsplitfilesrc.c index 51174e470c7746dae710e1a1c93158609a97741f..b66ddca208925964ab12ba61cdf4045d30d99d00 100644 --- a/gst/multifile/gstsplitfilesrc.c +++ b/gst/multifile/gstsplitfilesrc.c @@ -368,24 +368,37 @@ gst_split_file_src_stop (GstBaseSrc * basesrc) return TRUE; } +static gint +gst_split_file_src_part_search (GstFilePart * part, guint64 * offset, + gpointer user_data) +{ + if (*offset > part->stop) + return -1; /* The target is after this part */ + else if (*offset < part->start) + return 1; /* The target is before this part */ + else + return 0; /* This is the target part */ +} + static gboolean gst_split_file_src_find_part_for_offset (GstSplitFileSrc * src, guint64 offset, guint * part_number) { + gboolean res = TRUE; GstFilePart *part; - guint i; - /* TODO: could use gst_util_array_binary_search() here */ - part = src->parts; - for (i = 0; i < src->num_parts; ++i) { - if (offset >= part->start && offset <= part->stop) { - *part_number = i; - return TRUE; - } - ++part; - } + part = + gst_util_array_binary_search (src->parts, src->num_parts, + sizeof (GstFilePart), + (GCompareDataFunc) gst_split_file_src_part_search, + GST_SEARCH_MODE_AFTER, &offset, NULL); + + if (part) + *part_number = part - src->parts; + else + res = FALSE; - return FALSE; + return res; } static GstFlowReturn diff --git a/gst/rtp/gstasteriskh263.c b/gst/rtp/gstasteriskh263.c index a01fbc8a85999d000de2e86e8c1622e731c197b2..0deb6563f98be475dde6f605753d8ebaee1c328d 100644 --- a/gst/rtp/gstasteriskh263.c +++ b/gst/rtp/gstasteriskh263.c @@ -226,5 +226,5 @@ gboolean gst_asteriskh263_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "asteriskh263", - GST_RANK_SECONDARY, GST_TYPE_ASTERISK_H263); + GST_RANK_NONE, GST_TYPE_ASTERISK_H263); } diff --git a/gst/rtp/gstrtpg726depay.c b/gst/rtp/gstrtpg726depay.c index 0b4a0418ab194a7c11221064a2293a20058afd83..a6175eb4173dddcc34de3cf2ca9f6f9bf73b2103 100644 --- a/gst/rtp/gstrtpg726depay.c +++ b/gst/rtp/gstrtpg726depay.c @@ -35,6 +35,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpg726depay_debug); #define GST_CAT_DEFAULT (rtpg726depay_debug) #define DEFAULT_BIT_RATE 32000 +#define DEFAULT_BLOCK_ALIGN 4 #define SAMPLE_RATE 8000 #define LAYOUT_G726 "g726" @@ -72,7 +73,7 @@ GST_STATIC_PAD_TEMPLATE ("src", "channels = (int) 1, " "rate = (int) 8000, " "bitrate = (int) { 16000, 24000, 32000, 40000 }, " - "layout = (string) \"g726\"") + "block_align = (int) { 2, 3, 4, 5 }, " "layout = (string) \"g726\"") ); static void gst_rtp_g726_depay_get_property (GObject * object, guint prop_id, @@ -159,6 +160,7 @@ gst_rtp_g726_depay_setcaps (GstRTPBaseDepayload * depayload, GstCaps * caps) encoding_name = gst_structure_get_string (structure, "encoding-name"); if (encoding_name == NULL || g_ascii_strcasecmp (encoding_name, "G726") == 0) { depay->bitrate = DEFAULT_BIT_RATE; + depay->block_align = DEFAULT_BLOCK_ALIGN; } else { if (g_str_has_prefix (encoding_name, "AAL2-")) { depay->aal2 = TRUE; @@ -166,12 +168,16 @@ gst_rtp_g726_depay_setcaps (GstRTPBaseDepayload * depayload, GstCaps * caps) } if (g_ascii_strcasecmp (encoding_name, "G726-16") == 0) { depay->bitrate = 16000; + depay->block_align = 2; } else if (g_ascii_strcasecmp (encoding_name, "G726-24") == 0) { depay->bitrate = 24000; + depay->block_align = 3; } else if (g_ascii_strcasecmp (encoding_name, "G726-32") == 0) { depay->bitrate = 32000; + depay->block_align = 4; } else if (g_ascii_strcasecmp (encoding_name, "G726-40") == 0) { depay->bitrate = 40000; + depay->block_align = 5; } else goto unknown_encoding; } @@ -182,6 +188,7 @@ gst_rtp_g726_depay_setcaps (GstRTPBaseDepayload * depayload, GstCaps * caps) "channels", G_TYPE_INT, 1, "rate", G_TYPE_INT, clock_rate, "bitrate", G_TYPE_INT, depay->bitrate, + "block_align", G_TYPE_INT, depay->block_align, "layout", G_TYPE_STRING, LAYOUT_G726, NULL); ret = gst_pad_set_caps (GST_RTP_BASE_DEPAYLOAD_SRCPAD (depayload), srccaps); @@ -327,6 +334,8 @@ gst_rtp_g726_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf) gst_buffer_unmap (outbuf, &map); } + gst_rtp_buffer_unmap (&rtp); + if (marker) { /* mark start of talkspurt with RESYNC */ GST_BUFFER_FLAG_SET (outbuf, GST_BUFFER_FLAG_RESYNC); @@ -335,7 +344,11 @@ gst_rtp_g726_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf) return outbuf; bad_len: - return NULL; + { + gst_rtp_buffer_unmap (&rtp); + return NULL; + } + } static void diff --git a/gst/rtp/gstrtpg726depay.h b/gst/rtp/gstrtpg726depay.h index 119be0c01ea0be9810e7ff70f01d4e9621224d22..c395a3747f70f63258bc0114a90a344e78d8d8b2 100644 --- a/gst/rtp/gstrtpg726depay.h +++ b/gst/rtp/gstrtpg726depay.h @@ -42,6 +42,7 @@ struct _GstRtpG726Depay gboolean aal2; gboolean force_aal2; gint bitrate; + guint block_align; }; struct _GstRtpG726DepayClass diff --git a/gst/rtp/gstrtpg726pay.c b/gst/rtp/gstrtpg726pay.c index da9fe25f34d213da9a5d14daff7604e32357a91e..7c7e9a826f49a7d9808b252cb7e295207f7ed208 100644 --- a/gst/rtp/gstrtpg726pay.c +++ b/gst/rtp/gstrtpg726pay.c @@ -202,6 +202,7 @@ gst_rtp_g726_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps) /* intersect to filter */ intersect = gst_caps_intersect (peercaps, filter); gst_caps_unref (peercaps); + gst_caps_unref (filter); GST_DEBUG_OBJECT (payload, "intersected to %" GST_PTR_FORMAT, intersect); diff --git a/gst/rtp/gstrtpvrawdepay.c b/gst/rtp/gstrtpvrawdepay.c index 329ea5c412dbe804a3e7dd258fade9d688e8a12b..ee106c59591aa6fc81cc93ccb6fed50dc2339c01 100644 --- a/gst/rtp/gstrtpvrawdepay.c +++ b/gst/rtp/gstrtpvrawdepay.c @@ -108,6 +108,7 @@ static void gst_rtp_vraw_depay_reset (GstRtpVRawDepay * rtpvrawdepay) { if (rtpvrawdepay->outbuf) { + gst_video_frame_unmap (&rtpvrawdepay->frame); gst_buffer_unref (rtpvrawdepay->outbuf); rtpvrawdepay->outbuf = NULL; } @@ -324,7 +325,7 @@ gst_rtp_vraw_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf) guint cont, ystride, uvstride, pgroup, payload_len; gint width, height, xinc, yinc; GstRTPBuffer rtp = { NULL }; - GstVideoFrame frame; + GstVideoFrame *frame; gboolean marker; GstBuffer *outbuf = NULL; @@ -335,12 +336,13 @@ gst_rtp_vraw_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf) timestamp = gst_rtp_buffer_get_timestamp (&rtp); if (timestamp != rtpvrawdepay->timestamp || rtpvrawdepay->outbuf == NULL) { - GstBuffer *outbuf; + GstBuffer *new_buffer; GstFlowReturn ret; GST_LOG_OBJECT (depayload, "new frame with timestamp %u", timestamp); /* new timestamp, flush old buffer and create new output buffer */ if (rtpvrawdepay->outbuf) { + gst_video_frame_unmap (&rtpvrawdepay->frame); gst_rtp_base_depayload_push (depayload, rtpvrawdepay->outbuf); rtpvrawdepay->outbuf = NULL; } @@ -355,29 +357,37 @@ gst_rtp_vraw_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf) gst_caps_unref (caps); } - ret = gst_buffer_pool_acquire_buffer (rtpvrawdepay->pool, &outbuf, NULL); + ret = + gst_buffer_pool_acquire_buffer (rtpvrawdepay->pool, &new_buffer, NULL); + if (G_UNLIKELY (ret != GST_FLOW_OK)) goto alloc_failed; /* clear timestamp from alloc... */ - GST_BUFFER_TIMESTAMP (outbuf) = -1; + GST_BUFFER_TIMESTAMP (new_buffer) = -1; + + if (!gst_video_frame_map (&rtpvrawdepay->frame, &rtpvrawdepay->vinfo, + new_buffer, GST_MAP_WRITE | GST_VIDEO_FRAME_MAP_FLAG_NO_REF)) { + gst_buffer_unref (new_buffer); + goto invalid_frame; + } - rtpvrawdepay->outbuf = outbuf; + rtpvrawdepay->outbuf = new_buffer; rtpvrawdepay->timestamp = timestamp; } - if (!gst_video_frame_map (&frame, &rtpvrawdepay->vinfo, rtpvrawdepay->outbuf, - GST_MAP_WRITE)) - goto invalid_frame; + frame = &rtpvrawdepay->frame; + + g_assert (frame->buffer != NULL); /* get pointer and strides of the planes */ - p0 = GST_VIDEO_FRAME_PLANE_DATA (&frame, 0); - yp = GST_VIDEO_FRAME_COMP_DATA (&frame, 0); - up = GST_VIDEO_FRAME_COMP_DATA (&frame, 1); - vp = GST_VIDEO_FRAME_COMP_DATA (&frame, 2); + p0 = GST_VIDEO_FRAME_PLANE_DATA (frame, 0); + yp = GST_VIDEO_FRAME_COMP_DATA (frame, 0); + up = GST_VIDEO_FRAME_COMP_DATA (frame, 1); + vp = GST_VIDEO_FRAME_COMP_DATA (frame, 2); - ystride = GST_VIDEO_FRAME_COMP_STRIDE (&frame, 0); - uvstride = GST_VIDEO_FRAME_COMP_STRIDE (&frame, 1); + ystride = GST_VIDEO_FRAME_COMP_STRIDE (frame, 0); + uvstride = GST_VIDEO_FRAME_COMP_STRIDE (frame, 1); pgroup = rtpvrawdepay->pgroup; width = GST_VIDEO_INFO_WIDTH (&rtpvrawdepay->vinfo); @@ -550,12 +560,12 @@ gst_rtp_vraw_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf) payload_len -= length; } - gst_video_frame_unmap (&frame); marker = gst_rtp_buffer_get_marker (&rtp); gst_rtp_buffer_unmap (&rtp); if (marker) { GST_LOG_OBJECT (depayload, "marker, flushing frame"); + gst_video_frame_unmap (&rtpvrawdepay->frame); outbuf = rtpvrawdepay->outbuf; rtpvrawdepay->outbuf = NULL; rtpvrawdepay->timestamp = -1; @@ -567,7 +577,6 @@ unknown_sampling: { GST_ELEMENT_ERROR (depayload, STREAM, FORMAT, (NULL), ("unimplemented sampling")); - gst_video_frame_unmap (&frame); gst_rtp_buffer_unmap (&rtp); return NULL; } @@ -580,20 +589,17 @@ alloc_failed: invalid_frame: { GST_ERROR_OBJECT (depayload, "could not map video frame"); - gst_rtp_buffer_unmap (&rtp); return NULL; } wrong_length: { GST_WARNING_OBJECT (depayload, "length not multiple of pgroup"); - gst_video_frame_unmap (&frame); gst_rtp_buffer_unmap (&rtp); return NULL; } short_packet: { GST_WARNING_OBJECT (depayload, "short packet"); - gst_video_frame_unmap (&frame); gst_rtp_buffer_unmap (&rtp); return NULL; } diff --git a/gst/rtp/gstrtpvrawdepay.h b/gst/rtp/gstrtpvrawdepay.h index bf63d5c3f8c06e395edcd7af49e3ba59b86737c9..18ca755d386eec3a2ca8fe6a38c4b2f7d5f259d3 100644 --- a/gst/rtp/gstrtpvrawdepay.h +++ b/gst/rtp/gstrtpvrawdepay.h @@ -49,9 +49,9 @@ struct _GstRtpVRawDepay GstBufferPool *pool; GstVideoInfo vinfo; + GstVideoFrame frame; GstBuffer *outbuf; guint32 timestamp; - guint outsize; gint pgroup; gint xinc, yinc; diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index f0b8b4e33aca8f4354b68ad48d8d058f0241a4dc..fcb8a4b2e32c27a0b92caee619560527aaccdf33 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -288,6 +288,7 @@ enum #define DEFAULT_RTCP_SYNC_INTERVAL 0 #define DEFAULT_DO_SYNC_EVENT FALSE #define DEFAULT_DO_RETRANSMISSION FALSE +#define DEFAULT_RTP_PROFILE GST_RTP_PROFILE_AVPF enum { @@ -304,7 +305,8 @@ enum PROP_BUFFER_MODE, PROP_USE_PIPELINE_CLOCK, PROP_DO_SYNC_EVENT, - PROP_DO_RETRANSMISSION + PROP_DO_RETRANSMISSION, + PROP_RTP_PROFILE }; #define GST_RTP_BIN_RTCP_SYNC_TYPE (gst_rtp_bin_rtcp_sync_get_type()) @@ -621,7 +623,7 @@ create_session (GstRtpBin * rtpbin, gint id) /* configure SDES items */ GST_OBJECT_LOCK (rtpbin); g_object_set (session, "sdes", rtpbin->sdes, "use-pipeline-clock", - rtpbin->use_pipeline_clock, NULL); + rtpbin->use_pipeline_clock, "rtp-profile", rtpbin->rtp_profile, NULL); GST_OBJECT_UNLOCK (rtpbin); /* provide clock_rate to the session manager when needed */ @@ -2125,6 +2127,18 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass) DEFAULT_DO_RETRANSMISSION, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + /** + * GstRtpBin:rtp-profile: + * + * Sets the default RTP profile of newly created RTP sessions. The + * profile can be changed afterwards on a per-session basis. + */ + g_object_class_install_property (gobject_class, PROP_RTP_PROFILE, + g_param_spec_enum ("rtp-profile", "RTP Profile", + "Default RTP profile of newly created sessions", + GST_TYPE_RTP_PROFILE, DEFAULT_RTP_PROFILE, + G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_rtp_bin_change_state); gstelement_class->request_new_pad = GST_DEBUG_FUNCPTR (gst_rtp_bin_request_new_pad); @@ -2187,6 +2201,7 @@ gst_rtp_bin_init (GstRtpBin * rtpbin) rtpbin->use_pipeline_clock = DEFAULT_USE_PIPELINE_CLOCK; rtpbin->send_sync_event = DEFAULT_DO_SYNC_EVENT; rtpbin->do_retransmission = DEFAULT_DO_RETRANSMISSION; + rtpbin->rtp_profile = DEFAULT_RTP_PROFILE; /* some default SDES entries */ cname = g_strdup_printf ("user%u@host-%x", g_random_int (), g_random_int ()); @@ -2347,6 +2362,9 @@ gst_rtp_bin_set_property (GObject * object, guint prop_id, gst_rtp_bin_propagate_property_to_jitterbuffer (rtpbin, "do-retransmission", value); break; + case PROP_RTP_PROFILE: + rtpbin->rtp_profile = g_value_get_enum (value); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -2409,6 +2427,9 @@ gst_rtp_bin_get_property (GObject * object, guint prop_id, g_value_set_boolean (value, rtpbin->do_retransmission); GST_RTP_BIN_UNLOCK (rtpbin); break; + case PROP_RTP_PROFILE: + g_value_set_enum (value, rtpbin->rtp_profile); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h index fcad2a5741ce77400bb918354165236894fc6be1..61cf5dd3f73753f963151f52508fc16810008066 100644 --- a/gst/rtpmanager/gstrtpbin.h +++ b/gst/rtpmanager/gstrtpbin.h @@ -66,6 +66,8 @@ struct _GstRtpBin { gboolean send_sync_event; GstClockTime buffer_start; gboolean do_retransmission; + GstRTPProfile rtp_profile; + /* a list of session */ GSList *sessions; diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c index 547bef5e4b4a72bd94f3a03d52dda5978c15ccca..1aabb0be049e828dcfe07403618f408804623256 100644 --- a/gst/rtpmanager/gstrtpjitterbuffer.c +++ b/gst/rtpmanager/gstrtpjitterbuffer.c @@ -269,6 +269,8 @@ struct _GstRtpJitterBufferPrivate guint64 ips_rtptime; GstClockTime packet_spacing; + GQueue gap_packets; + /* the next expected seqnum we receive */ GstClockTime last_in_dts; guint32 last_in_seqnum; @@ -831,6 +833,7 @@ gst_rtp_jitter_buffer_init (GstRtpJitterBuffer * jitterbuffer) g_cond_init (&priv->jbuf_timer); g_cond_init (&priv->jbuf_event); g_cond_init (&priv->jbuf_query); + g_queue_init (&priv->gap_packets); /* reset skew detection initialy */ rtp_jitter_buffer_reset_skew (priv->jbuf); @@ -931,6 +934,8 @@ gst_rtp_jitter_buffer_finalize (GObject * object) g_cond_clear (&priv->jbuf_query); rtp_jitter_buffer_flush (priv->jbuf, (GFunc) free_item, NULL); + g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); + g_queue_clear (&priv->gap_packets); g_object_unref (priv->jbuf); G_OBJECT_CLASS (parent_class)->finalize (object); @@ -1314,6 +1319,8 @@ gst_rtp_jitter_buffer_flush_stop (GstRtpJitterBuffer * jitterbuffer) rtp_jitter_buffer_disable_buffering (priv->jbuf, FALSE); rtp_jitter_buffer_reset_skew (priv->jbuf); remove_all_timers (jitterbuffer); + g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); + g_queue_clear (&priv->gap_packets); JBUF_UNLOCK (priv); } @@ -2223,6 +2230,97 @@ no_time: } } +static gint +compare_buffer_seqnum (GstBuffer * a, GstBuffer * b, gpointer user_data) +{ + GstRTPBuffer rtp_a = GST_RTP_BUFFER_INIT; + GstRTPBuffer rtp_b = GST_RTP_BUFFER_INIT; + guint seq_a, seq_b; + + gst_rtp_buffer_map (a, GST_MAP_READ, &rtp_a); + seq_a = gst_rtp_buffer_get_seq (&rtp_a); + gst_rtp_buffer_unmap (&rtp_a); + + gst_rtp_buffer_map (b, GST_MAP_READ, &rtp_b); + seq_b = gst_rtp_buffer_get_seq (&rtp_b); + gst_rtp_buffer_unmap (&rtp_b); + + return gst_rtp_buffer_compare_seqnum (seq_b, seq_a); +} + +static gboolean +handle_big_gap_buffer (GstRtpJitterBuffer * jitterbuffer, gboolean future, + GstBuffer * buffer, guint8 pt, guint16 seqnum, gint gap) +{ + GstRtpJitterBufferPrivate *priv; + guint gap_packets_length; + gboolean reset = FALSE; + + priv = jitterbuffer->priv; + + if ((gap_packets_length = g_queue_get_length (&priv->gap_packets)) > 0) { + GList *l; + guint32 prev_gap_seq = -1; + gboolean all_consecutive = TRUE; + + g_queue_insert_sorted (&priv->gap_packets, buffer, + (GCompareDataFunc) compare_buffer_seqnum, NULL); + + for (l = priv->gap_packets.head; l; l = l->next) { + GstBuffer *gap_buffer = l->data; + GstRTPBuffer gap_rtp = GST_RTP_BUFFER_INIT; + guint32 gap_seq; + + gst_rtp_buffer_map (gap_buffer, GST_MAP_READ, &gap_rtp); + + all_consecutive = (gst_rtp_buffer_get_payload_type (&gap_rtp) == pt); + + gap_seq = gst_rtp_buffer_get_seq (&gap_rtp); + if (prev_gap_seq == -1) + prev_gap_seq = gap_seq; + else if (gst_rtp_buffer_compare_seqnum (gap_seq, prev_gap_seq) != -1) + all_consecutive = FALSE; + else + prev_gap_seq = gap_seq; + + gst_rtp_buffer_unmap (&gap_rtp); + if (!all_consecutive) + break; + } + + if (all_consecutive && gap_packets_length > 3) { + GST_DEBUG_OBJECT (jitterbuffer, + "buffer too %s %d < %d, got 5 consecutive ones - reset", + (future ? "new" : "old"), gap, + (future ? RTP_MAX_DROPOUT : -RTP_MAX_MISORDER)); + reset = TRUE; + } else if (!all_consecutive) { + g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); + g_queue_clear (&priv->gap_packets); + GST_DEBUG_OBJECT (jitterbuffer, + "buffer too %s %d < %d, got no 5 consecutive ones - dropping", + (future ? "new" : "old"), gap, + (future ? RTP_MAX_DROPOUT : -RTP_MAX_MISORDER)); + buffer = NULL; + } else { + GST_DEBUG_OBJECT (jitterbuffer, + "buffer too %s %d < %d, got %u consecutive ones - waiting", + (future ? "new" : "old"), gap, + (future ? RTP_MAX_DROPOUT : -RTP_MAX_MISORDER), + gap_packets_length + 1); + buffer = NULL; + } + } else { + GST_DEBUG_OBJECT (jitterbuffer, + "buffer too %s %d < %d, first one - waiting", (future ? "new" : "old"), + gap, -RTP_MAX_MISORDER); + g_queue_push_tail (&priv->gap_packets, buffer); + buffer = NULL; + } + + return reset; +} + static GstFlowReturn gst_rtp_jitter_buffer_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer) @@ -2355,21 +2453,21 @@ gst_rtp_jitter_buffer_chain (GstPad * pad, GstObject * parent, goto gap_but_no_dts; } else if (gap < 0) { /* we received an old packet */ - if (G_UNLIKELY (gap < -RTP_MAX_MISORDER)) { - /* too old packet, reset */ - GST_DEBUG_OBJECT (jitterbuffer, "reset: buffer too old %d < %d", gap, - -RTP_MAX_MISORDER); - reset = TRUE; + if (G_UNLIKELY (gap != -1 && gap < -RTP_MAX_MISORDER)) { + reset = + handle_big_gap_buffer (jitterbuffer, FALSE, buffer, pt, seqnum, + gap); + buffer = NULL; } else { GST_DEBUG_OBJECT (jitterbuffer, "old packet received"); } } else { /* new packet, we are missing some packets */ - if (G_UNLIKELY (gap > RTP_MAX_DROPOUT)) { - /* packet too far in future, reset */ - GST_DEBUG_OBJECT (jitterbuffer, "reset: buffer too new %d > %d", gap, - RTP_MAX_DROPOUT); - reset = TRUE; + if (G_UNLIKELY (gap >= RTP_MAX_DROPOUT)) { + reset = + handle_big_gap_buffer (jitterbuffer, TRUE, buffer, pt, seqnum, + gap); + buffer = NULL; } else { GST_DEBUG_OBJECT (jitterbuffer, "%d missing packets", gap); /* fill in the gap with EXPECTED timers */ @@ -2380,6 +2478,7 @@ gst_rtp_jitter_buffer_chain (GstPad * pad, GstObject * parent, } if (G_UNLIKELY (reset)) { GList *events = NULL, *l; + GList *buffers; GST_DEBUG_OBJECT (jitterbuffer, "flush and reset jitterbuffer"); rtp_jitter_buffer_flush (priv->jbuf, @@ -2389,7 +2488,10 @@ gst_rtp_jitter_buffer_chain (GstPad * pad, GstObject * parent, priv->discont = TRUE; priv->last_popped_seqnum = -1; priv->next_seqnum = seqnum; - do_next_seqnum = TRUE; + + priv->last_in_seqnum = -1; + priv->last_in_dts = -1; + priv->next_in_seqnum = -1; /* Insert all sticky events again in order, otherwise we would * potentially loose STREAM_START, CAPS or SEGMENT events @@ -2404,6 +2506,29 @@ gst_rtp_jitter_buffer_chain (GstPad * pad, GstObject * parent, g_list_free (events); JBUF_SIGNAL_EVENT (priv); + + /* reset spacing estimation when gap */ + priv->ips_rtptime = -1; + priv->ips_dts = GST_CLOCK_TIME_NONE; + + buffers = g_list_copy (priv->gap_packets.head); + g_queue_clear (&priv->gap_packets); + + priv->ips_rtptime = -1; + priv->ips_dts = GST_CLOCK_TIME_NONE; + JBUF_UNLOCK (jitterbuffer->priv); + + for (l = buffers; l; l = l->next) { + ret = gst_rtp_jitter_buffer_chain (pad, parent, l->data); + l->data = NULL; + if (ret != GST_FLOW_OK) + break; + } + for (; l; l = l->next) + gst_buffer_unref (l->data); + g_list_free (buffers); + + return ret; } /* reset spacing estimation when gap */ priv->ips_rtptime = -1; @@ -2420,6 +2545,19 @@ gst_rtp_jitter_buffer_chain (GstPad * pad, GstObject * parent, priv->ips_rtptime = rtptime; priv->ips_dts = dts; } + + /* We had no huge gap, let's drop all the gap packets */ + if (buffer != NULL) { + GST_DEBUG_OBJECT (jitterbuffer, "Clearing gap packets"); + g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); + g_queue_clear (&priv->gap_packets); + } else { + GST_DEBUG_OBJECT (jitterbuffer, + "Had big gap, waiting for more consecutive packets"); + JBUF_UNLOCK (jitterbuffer->priv); + return GST_FLOW_OK; + } + if (do_next_seqnum) { priv->last_in_seqnum = seqnum; priv->last_in_dts = dts; @@ -2747,6 +2885,14 @@ pop_and_push_next (GstRtpJitterBuffer * jitterbuffer, guint seqnum) break; case ITEM_TYPE_LOST: case ITEM_TYPE_EVENT: + /* We got not enough consecutive packets with a huge gap, we can + * as well just drop them here now on EOS */ + if (GST_EVENT_TYPE (outevent) == GST_EVENT_EOS) { + GST_DEBUG_OBJECT (jitterbuffer, "Clearing gap packets on EOS"); + g_queue_foreach (&priv->gap_packets, (GFunc) gst_buffer_unref, NULL); + g_queue_clear (&priv->gap_packets); + } + GST_DEBUG_OBJECT (jitterbuffer, "%sPushing event %" GST_PTR_FORMAT ", seqnum %d", do_push ? "" : "NOT ", outevent, seqnum); @@ -3393,7 +3539,7 @@ gst_rtp_jitter_buffer_chain_rtcp (GstPad * pad, GstObject * parent, jitterbuffer = GST_RTP_JITTER_BUFFER (parent); - if (G_UNLIKELY (!gst_rtcp_buffer_validate (buffer))) + if (G_UNLIKELY (!gst_rtcp_buffer_validate_reduced (buffer))) goto invalid_buffer; priv = jitterbuffer->priv; diff --git a/gst/rtpmanager/gstrtpsession.c b/gst/rtpmanager/gstrtpsession.c index 8838aafaef426441aa4e17d8689f5265a7e5b937..022f3c3610f0f206e233bd61f06ce080e4bfacbe 100644 --- a/gst/rtpmanager/gstrtpsession.c +++ b/gst/rtpmanager/gstrtpsession.c @@ -201,6 +201,7 @@ enum #define DEFAULT_USE_PIPELINE_CLOCK FALSE #define DEFAULT_RTCP_MIN_INTERVAL (RTP_STATS_MIN_INTERVAL * GST_SECOND) #define DEFAULT_PROBATION RTP_DEFAULT_PROBATION +#define DEFAULT_RTP_PROFILE GST_RTP_PROFILE_AVP enum { @@ -216,7 +217,8 @@ enum PROP_USE_PIPELINE_CLOCK, PROP_RTCP_MIN_INTERVAL, PROP_PROBATION, - PROP_STATS + PROP_STATS, + PROP_RTP_PROFILE }; #define GST_RTP_SESSION_GET_PRIVATE(obj) \ @@ -342,7 +344,7 @@ on_ssrc_collision (RTPSession * session, RTPSource * src, GstRtpSession * sess) /* if there is no source using the suggested ssrc, most probably because * this ssrc has just collided, suggest upstream to use it */ - suggested_ssrc = rtp_session_suggest_ssrc (session); + suggested_ssrc = rtp_session_suggest_ssrc (session, NULL); internal_src = rtp_session_get_source_by_ssrc (session, suggested_ssrc); if (!internal_src) gst_structure_set (structure, "suggested-ssrc", G_TYPE_UINT, @@ -645,6 +647,11 @@ gst_rtp_session_class_init (GstRtpSessionClass * klass) "Various statistics", GST_TYPE_STRUCTURE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); + g_object_class_install_property (gobject_class, PROP_RTP_PROFILE, + g_param_spec_enum ("rtp-profile", "RTP Profile", + "RTP profile to use", GST_TYPE_RTP_PROFILE, DEFAULT_RTP_PROFILE, + G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_rtp_session_change_state); gstelement_class->request_new_pad = @@ -776,6 +783,9 @@ gst_rtp_session_set_property (GObject * object, guint prop_id, case PROP_PROBATION: g_object_set_property (G_OBJECT (priv->session), "probation", value); break; + case PROP_RTP_PROFILE: + g_object_set_property (G_OBJECT (priv->session), "rtp-profile", value); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -833,6 +843,9 @@ gst_rtp_session_get_property (GObject * object, guint prop_id, case PROP_STATS: g_value_take_boxed (value, gst_rtp_session_create_stats (rtpsession)); break; + case PROP_RTP_PROFILE: + g_object_get_property (G_OBJECT (priv->session), "rtp-profile", value); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -1994,18 +2007,26 @@ gst_rtp_session_getcaps_send_rtp (GstPad * pad, GstRtpSession * rtpsession, GstCaps *result; GstStructure *s1, *s2; guint ssrc; + gboolean is_random; priv = rtpsession->priv; - ssrc = rtp_session_suggest_ssrc (priv->session); + ssrc = rtp_session_suggest_ssrc (priv->session, &is_random); /* we can basically accept anything but we prefer to receive packets with our * internal SSRC so that we don't have to patch it. Create a structure with - * the SSRC and another one without. */ - s1 = gst_structure_new ("application/x-rtp", "ssrc", G_TYPE_UINT, ssrc, NULL); - s2 = gst_structure_new_empty ("application/x-rtp"); - - result = gst_caps_new_full (s1, s2, NULL); + * the SSRC and another one without. + * Only do this if the session actually decided on an ssrc already, + * otherwise we give upstream the opportunity to select an ssrc itself */ + if (!is_random) { + s1 = gst_structure_new ("application/x-rtp", "ssrc", G_TYPE_UINT, ssrc, + NULL); + s2 = gst_structure_new_empty ("application/x-rtp"); + + result = gst_caps_new_full (s1, s2, NULL); + } else { + result = gst_caps_new_empty_simple ("application/x-rtp"); + } if (filter) { GstCaps *caps = result; diff --git a/gst/rtpmanager/gstrtpssrcdemux.c b/gst/rtpmanager/gstrtpssrcdemux.c index 0f4b23cae17be68658761e9d5c44953d0f497304..762e959fbf431e76bb6c9132513b3d8c4b9bdd0e 100644 --- a/gst/rtpmanager/gstrtpssrcdemux.c +++ b/gst/rtpmanager/gstrtpssrcdemux.c @@ -678,7 +678,7 @@ gst_rtp_ssrc_demux_rtcp_chain (GstPad * pad, GstObject * parent, demux = GST_RTP_SSRC_DEMUX (parent); - if (!gst_rtcp_buffer_validate (buf)) + if (!gst_rtcp_buffer_validate_reduced (buf)) goto invalid_rtcp; gst_rtcp_buffer_map (buf, GST_MAP_READ, &rtcp); @@ -687,7 +687,9 @@ gst_rtp_ssrc_demux_rtcp_chain (GstPad * pad, GstObject * parent, goto invalid_rtcp; } - /* first packet must be SR or RR or else the validate would have failed */ + /* first packet must be SR or RR, or in case of a reduced size RTCP packet + * it must be APP, RTPFB or PSFB feeadback, or else the validate would + * have failed */ switch (gst_rtcp_packet_get_type (&packet)) { case GST_RTCP_TYPE_SR: /* get the ssrc so that we can route it to the right source pad */ @@ -697,6 +699,11 @@ gst_rtp_ssrc_demux_rtcp_chain (GstPad * pad, GstObject * parent, case GST_RTCP_TYPE_RR: ssrc = gst_rtcp_packet_rr_get_ssrc (&packet); break; + case GST_RTCP_TYPE_APP: + case GST_RTCP_TYPE_RTPFB: + case GST_RTCP_TYPE_PSFB: + ssrc = gst_rtcp_packet_fb_get_sender_ssrc (&packet); + break; default: goto unexpected_rtcp; } diff --git a/gst/rtpmanager/rtpsession.c b/gst/rtpmanager/rtpsession.c index 0acac153aef78dd373a12438994add29cddff943..96ffedbc1b07a1d3c7a80ebfcc123f8f915b3f1b 100644 --- a/gst/rtpmanager/rtpsession.c +++ b/gst/rtpmanager/rtpsession.c @@ -68,6 +68,7 @@ enum #define DEFAULT_RTCP_FEEDBACK_RETENTION_WINDOW (2 * GST_SECOND) #define DEFAULT_RTCP_IMMEDIATE_FEEDBACK_THRESHOLD (3) #define DEFAULT_PROBATION RTP_DEFAULT_PROBATION +#define DEFAULT_RTP_PROFILE GST_RTP_PROFILE_AVP enum { @@ -88,7 +89,8 @@ enum PROP_RTCP_FEEDBACK_RETENTION_WINDOW, PROP_RTCP_IMMEDIATE_FEEDBACK_THRESHOLD, PROP_PROBATION, - PROP_STATS + PROP_STATS, + PROP_RTP_PROFILE }; /* update average packet size */ @@ -313,6 +315,8 @@ rtp_session_class_init (RTPSessionClass * klass) * * Requests that the #RTPSession initiate a new RTCP packet as soon as * possible within the requested delay. + * + * This sets feedback to %TRUE if not already done before. */ rtp_session_signals[SIGNAL_SEND_RTCP] = g_signal_new ("send-rtcp", G_TYPE_FROM_CLASS (klass), @@ -329,6 +333,8 @@ rtp_session_class_init (RTPSessionClass * klass) * Requests that the #RTPSession initiate a new RTCP packet as soon as * possible within the requested delay. * + * This sets feedback to %TRUE if not already done before. + * * Returns: TRUE if the new RTCP packet could be scheduled within the * requested delay, FALSE otherwise. * @@ -494,6 +500,11 @@ rtp_session_class_init (RTPSessionClass * klass) "Various statistics", GST_TYPE_STRUCTURE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); + g_object_class_install_property (gobject_class, PROP_RTP_PROFILE, + g_param_spec_enum ("rtp-profile", "RTP Profile", + "RTP profile to use for this session", GST_TYPE_RTP_PROFILE, + DEFAULT_RTP_PROFILE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + klass->get_source_by_ssrc = GST_DEBUG_FUNCPTR (rtp_session_get_source_by_ssrc); klass->send_rtcp = GST_DEBUG_FUNCPTR (rtp_session_send_rtcp); @@ -558,16 +569,19 @@ rtp_session_init (RTPSession * sess) /* this is the SSRC we suggest */ sess->suggested_ssrc = rtp_session_create_new_ssrc (sess); + sess->internal_ssrc_set = FALSE; sess->first_rtcp = TRUE; sess->next_rtcp_check_time = GST_CLOCK_TIME_NONE; + sess->last_rtcp_check_time = GST_CLOCK_TIME_NONE; sess->last_rtcp_send_time = GST_CLOCK_TIME_NONE; + sess->last_rtcp_interval = GST_CLOCK_TIME_NONE; - sess->allow_early = TRUE; sess->next_early_rtcp_time = GST_CLOCK_TIME_NONE; sess->rtcp_feedback_retention_window = DEFAULT_RTCP_FEEDBACK_RETENTION_WINDOW; sess->rtcp_immediate_feedback_threshold = DEFAULT_RTCP_IMMEDIATE_FEEDBACK_THRESHOLD; + sess->rtp_profile = DEFAULT_RTP_PROFILE; sess->last_keyframe_request = GST_CLOCK_TIME_NONE; @@ -653,6 +667,8 @@ rtp_session_set_property (GObject * object, guint prop_id, case PROP_INTERNAL_SSRC: RTP_SESSION_LOCK (sess); sess->suggested_ssrc = g_value_get_uint (value); + sess->internal_ssrc_set = TRUE; + sess->internal_ssrc_from_caps_or_property = TRUE; RTP_SESSION_UNLOCK (sess); if (sess->callbacks.reconfigure) sess->callbacks.reconfigure (sess, sess->reconfigure_user_data); @@ -706,6 +722,15 @@ rtp_session_set_property (GObject * object, guint prop_id, case PROP_PROBATION: sess->probation = g_value_get_uint (value); break; + case PROP_RTP_PROFILE: + sess->rtp_profile = g_value_get_enum (value); + /* trigger reconsideration */ + RTP_SESSION_LOCK (sess); + sess->next_rtcp_check_time = 0; + RTP_SESSION_UNLOCK (sess); + if (sess->callbacks.reconsider) + sess->callbacks.reconsider (sess, sess->reconsider_user_data); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -722,7 +747,7 @@ rtp_session_get_property (GObject * object, guint prop_id, switch (prop_id) { case PROP_INTERNAL_SSRC: - g_value_set_uint (value, rtp_session_suggest_ssrc (sess)); + g_value_set_uint (value, rtp_session_suggest_ssrc (sess, NULL)); break; case PROP_INTERNAL_SOURCE: /* FIXME, return a random source */ @@ -770,6 +795,9 @@ rtp_session_get_property (GObject * object, guint prop_id, case PROP_STATS: g_value_take_boxed (value, rtp_session_create_stats (sess)); break; + case PROP_RTP_PROFILE: + g_value_set_enum (value, sess->rtp_profile); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -1388,8 +1416,10 @@ check_collision (RTPSession * sess, RTPSource * source, /* mark the source BYE */ rtp_source_mark_bye (source, "SSRC Collision"); /* if we were suggesting this SSRC, change to something else */ - if (sess->suggested_ssrc == ssrc) + if (sess->suggested_ssrc == ssrc) { sess->suggested_ssrc = rtp_session_create_new_ssrc (sess); + sess->internal_ssrc_set = TRUE; + } on_ssrc_collision (sess, source); @@ -1497,8 +1527,11 @@ add_source (RTPSession * sess, RTPSource * src) sess->stats.active_sources++; if (src->internal) { sess->stats.internal_sources++; - if (sess->suggested_ssrc != src->ssrc) + if (!sess->internal_ssrc_from_caps_or_property + && sess->suggested_ssrc != src->ssrc) { sess->suggested_ssrc = src->ssrc; + sess->internal_ssrc_set = TRUE; + } } /* update point-to-point status */ @@ -1608,13 +1641,14 @@ obtain_internal_source (RTPSession * sess, guint32 ssrc, gboolean * created, /** * rtp_session_suggest_ssrc: * @sess: a #RTPSession + * @is_random: if the suggested ssrc is random * * Suggest an unused SSRC in @sess. * * Returns: a free unused SSRC */ guint32 -rtp_session_suggest_ssrc (RTPSession * sess) +rtp_session_suggest_ssrc (RTPSession * sess, gboolean * is_random) { guint32 result; @@ -1622,6 +1656,8 @@ rtp_session_suggest_ssrc (RTPSession * sess) RTP_SESSION_LOCK (sess); result = sess->suggested_ssrc; + if (is_random) + *is_random = !sess->internal_ssrc_set; RTP_SESSION_UNLOCK (sess); return result; @@ -2301,15 +2337,31 @@ rtp_session_process_bye (RTPSession * sess, GstRTCPPacket * packet, pinfo->current_time < sess->next_rtcp_check_time) { GstClockTime time_remaining; - time_remaining = sess->next_rtcp_check_time - pinfo->current_time; - sess->next_rtcp_check_time = - gst_util_uint64_scale (time_remaining, members, pmembers); + /* Scale our next RTCP check time according to the change of numbers + * of members. But only if a) this is the first RTCP, or b) this is not + * a feedback session, or c) this is a feedback session but we schedule + * for every RTCP interval (aka no t-rr-interval set). + * + * FIXME: a) and b) are not great as we will possibly go below Tmin + * for non-feedback profiles and in case of a) below + * Tmin/t-rr-interval in any case. + */ + if (sess->last_rtcp_send_time == GST_CLOCK_TIME_NONE || + !(sess->rtp_profile == GST_RTP_PROFILE_AVPF + || sess->rtp_profile == GST_RTP_PROFILE_SAVPF) || + sess->next_rtcp_check_time - sess->last_rtcp_send_time == + sess->last_rtcp_interval) { + time_remaining = sess->next_rtcp_check_time - pinfo->current_time; + sess->next_rtcp_check_time = + gst_util_uint64_scale (time_remaining, members, pmembers); + sess->next_rtcp_check_time += pinfo->current_time; + } + sess->last_rtcp_interval = + gst_util_uint64_scale (sess->last_rtcp_interval, members, pmembers); GST_DEBUG ("reverse reconsideration %" GST_TIME_FORMAT, GST_TIME_ARGS (sess->next_rtcp_check_time)); - sess->next_rtcp_check_time += pinfo->current_time; - /* mark pending reconsider. We only want to signal the reconsideration * once after we handled all the source in the bye packet */ reconsider = TRUE; @@ -2390,8 +2442,6 @@ rtp_session_process_pli (RTPSession * sess, guint32 sender_ssrc, return; rtp_session_request_local_key_unit (sess, src, FALSE, current_time); - - src->stats.recv_pli_count++; } static void @@ -2448,7 +2498,6 @@ rtp_session_process_fir (RTPSession * sess, guint32 sender_ssrc, return; rtp_session_request_local_key_unit (sess, src, TRUE, current_time); - src->stats.recv_fir_count++; } static void @@ -2531,10 +2580,14 @@ rtp_session_process_feedback (RTPSession * sess, GstRTCPPacket * packet, case GST_RTCP_TYPE_PSFB: switch (fbtype) { case GST_RTCP_PSFB_TYPE_PLI: + if (src) + src->stats.recv_pli_count++; rtp_session_process_pli (sess, sender_ssrc, media_ssrc, current_time); break; case GST_RTCP_PSFB_TYPE_FIR: + if (src) + src->stats.recv_fir_count++; rtp_session_process_fir (sess, sender_ssrc, fci_data, fci_length, current_time); break; @@ -2582,7 +2635,7 @@ rtp_session_process_rtcp (RTPSession * sess, GstBuffer * buffer, g_return_val_if_fail (RTP_IS_SESSION (sess), GST_FLOW_ERROR); g_return_val_if_fail (GST_IS_BUFFER (buffer), GST_FLOW_ERROR); - if (!gst_rtcp_buffer_validate (buffer)) + if (!gst_rtcp_buffer_validate_reduced (buffer)) goto invalid_packet; GST_DEBUG ("received RTCP packet"); @@ -2696,6 +2749,9 @@ rtp_session_update_send_caps (RTPSession * sess, GstCaps * caps) RTP_SESSION_LOCK (sess); source = obtain_internal_source (sess, ssrc, &created, GST_CLOCK_TIME_NONE); + sess->suggested_ssrc = ssrc; + sess->internal_ssrc_set = TRUE; + sess->internal_ssrc_from_caps_or_property = TRUE; if (source) { rtp_source_update_caps (source, caps); g_object_unref (source); @@ -2710,6 +2766,8 @@ rtp_session_update_send_caps (RTPSession * sess, GstCaps * caps) } } RTP_SESSION_UNLOCK (sess); + } else { + sess->internal_ssrc_from_caps_or_property = FALSE; } } @@ -2815,9 +2873,12 @@ calculate_rtcp_interval (RTPSession * sess, gboolean deterministic, stats = &sess->bye_stats; result = rtp_stats_calculate_bye_interval (stats); } else { + session_update_ptp (sess); + stats = &sess->stats; result = rtp_stats_calculate_rtcp_interval (stats, - stats->internal_sender_sources > 0, first); + stats->internal_sender_sources > 0, sess->rtp_profile, + sess->is_doing_ptp, first); } GST_DEBUG ("next deterministic interval: %" GST_TIME_FORMAT ", first %d", @@ -2876,16 +2937,17 @@ rtp_session_schedule_bye_locked (RTPSession * sess, GstClockTime current_time) INIT_AVG (sess->bye_stats.avg_rtcp_packet_size, 100); sess->bye_stats.bye_members = 1; sess->first_rtcp = TRUE; - sess->allow_early = TRUE; /* reschedule transmission */ sess->last_rtcp_send_time = current_time; + sess->last_rtcp_check_time = current_time; interval = calculate_rtcp_interval (sess, FALSE, TRUE); if (interval != GST_CLOCK_TIME_NONE) sess->next_rtcp_check_time = current_time + interval; else sess->next_rtcp_check_time = GST_CLOCK_TIME_NONE; + sess->last_rtcp_interval = interval; GST_DEBUG ("Schedule BYE for %" GST_TIME_FORMAT ", %" GST_TIME_FORMAT, GST_TIME_ARGS (interval), GST_TIME_ARGS (sess->next_rtcp_check_time)); @@ -2966,16 +3028,36 @@ rtp_session_next_timeout (RTPSession * sess, GstClockTime current_time) GST_DEBUG ("reconsider BYE, more than 50 sources"); /* reconsider BYE if members >= 50 */ interval = calculate_rtcp_interval (sess, FALSE, TRUE); + sess->last_rtcp_interval = interval; } } else { if (sess->first_rtcp) { GST_DEBUG ("first RTCP packet"); /* we are called for the first time */ interval = calculate_rtcp_interval (sess, FALSE, TRUE); + sess->last_rtcp_interval = interval; } else if (sess->next_rtcp_check_time < current_time) { GST_DEBUG ("old check time expired, getting new timeout"); /* get a new timeout when we need to */ interval = calculate_rtcp_interval (sess, FALSE, FALSE); + sess->last_rtcp_interval = interval; + + if ((sess->rtp_profile == GST_RTP_PROFILE_AVPF + || sess->rtp_profile == GST_RTP_PROFILE_SAVPF) + && interval != GST_CLOCK_TIME_NONE) { + /* Apply the rules from RFC 4585 section 3.5.3 */ + if (sess->stats.min_interval != 0) { + GstClockTime T_rr_current_interval = g_random_double_range (0.5, + 1.5) * sess->stats.min_interval * GST_SECOND; + + if (T_rr_current_interval > interval) { + GST_DEBUG ("Adjusting interval for t-rr-interval: %" GST_TIME_FORMAT + " > %" GST_TIME_FORMAT, GST_TIME_ARGS (T_rr_current_interval), + GST_TIME_ARGS (interval)); + interval = T_rr_current_interval; + } + } + } } } @@ -3506,11 +3588,7 @@ is_rtcp_time (RTPSession * sess, GstClockTime current_time, ReportData * data) GST_DEBUG ("early feedback %" GST_TIME_FORMAT " < now %" GST_TIME_FORMAT, GST_TIME_ARGS (sess->next_early_rtcp_time), GST_TIME_ARGS (current_time)); - goto early; - } - - /* no need to check yet */ - if (sess->next_rtcp_check_time == GST_CLOCK_TIME_NONE || + } else if (sess->next_rtcp_check_time == GST_CLOCK_TIME_NONE || sess->next_rtcp_check_time > current_time) { GST_DEBUG ("no check time yet, next %" GST_TIME_FORMAT " > now %" GST_TIME_FORMAT, GST_TIME_ARGS (sess->next_rtcp_check_time), @@ -3518,26 +3596,24 @@ is_rtcp_time (RTPSession * sess, GstClockTime current_time, ReportData * data) return FALSE; } -early: - /* take interval and add jitter */ interval = data->interval; if (interval != GST_CLOCK_TIME_NONE) interval = rtp_stats_add_rtcp_jitter (stats, interval); - if (sess->last_rtcp_send_time != GST_CLOCK_TIME_NONE) { + if (sess->last_rtcp_check_time != GST_CLOCK_TIME_NONE) { /* perform forward reconsideration */ if (interval != GST_CLOCK_TIME_NONE) { GstClockTime elapsed; /* get elapsed time since we last reported */ - elapsed = current_time - sess->last_rtcp_send_time; + elapsed = current_time - sess->last_rtcp_check_time; GST_DEBUG ("forward reconsideration %" GST_TIME_FORMAT ", elapsed %" GST_TIME_FORMAT, GST_TIME_ARGS (interval), GST_TIME_ARGS (elapsed)); - new_send_time = interval + sess->last_rtcp_send_time; + new_send_time = interval + sess->last_rtcp_check_time; } else { - new_send_time = sess->last_rtcp_send_time; + new_send_time = sess->last_rtcp_check_time; } } else { /* If this is the first RTCP packet, we can reconsider anything based @@ -3555,32 +3631,33 @@ early: GST_TIME_ARGS (new_send_time)); /* store new check time */ sess->next_rtcp_check_time = new_send_time; + sess->last_rtcp_interval = interval; return FALSE; } - sess->next_rtcp_check_time = current_time + interval; - } else if (interval != GST_CLOCK_TIME_NONE) { - /* Apply the rules from RFC 4585 section 3.5.3 */ - if (stats->min_interval != 0 && !sess->first_rtcp) { - GstClockTime T_rr_current_interval = - g_random_double_range (0.5, 1.5) * stats->min_interval * GST_SECOND; - - /* This will caused the RTCP to be suppressed if no FB packets are added */ - if (sess->last_rtcp_send_time + T_rr_current_interval > new_send_time) { - GST_DEBUG ("RTCP packet could be suppressed min: %" GST_TIME_FORMAT - " last: %" GST_TIME_FORMAT - " + T_rr_current_interval: %" GST_TIME_FORMAT - " > new_send_time: %" GST_TIME_FORMAT, - GST_TIME_ARGS (stats->min_interval), - GST_TIME_ARGS (sess->last_rtcp_send_time), - GST_TIME_ARGS (T_rr_current_interval), - GST_TIME_ARGS (new_send_time)); - data->may_suppress = TRUE; + + sess->last_rtcp_interval = interval; + if ((sess->rtp_profile == GST_RTP_PROFILE_AVPF + || sess->rtp_profile == GST_RTP_PROFILE_SAVPF) + && interval != GST_CLOCK_TIME_NONE) { + /* Apply the rules from RFC 4585 section 3.5.3 */ + if (stats->min_interval != 0 && !sess->first_rtcp) { + GstClockTime T_rr_current_interval = + g_random_double_range (0.5, 1.5) * stats->min_interval * GST_SECOND; + + if (T_rr_current_interval > interval) { + GST_DEBUG ("Adjusting interval for t-rr-interval: %" GST_TIME_FORMAT + " > %" GST_TIME_FORMAT, GST_TIME_ARGS (T_rr_current_interval), + GST_TIME_ARGS (interval)); + interval = T_rr_current_interval; + } } } + sess->next_rtcp_check_time = current_time + interval; } - GST_DEBUG ("can send RTCP now, next interval %" GST_TIME_FORMAT, - GST_TIME_ARGS (new_send_time)); + + GST_DEBUG ("can send RTCP now, next %" GST_TIME_FORMAT, + GST_TIME_ARGS (sess->next_rtcp_check_time)); return TRUE; } @@ -3739,6 +3816,7 @@ rtp_session_on_timeout (RTPSession * sess, GstClockTime current_time, source = obtain_internal_source (sess, sess->suggested_ssrc, &created, current_time); + sess->internal_ssrc_set = TRUE; g_object_unref (source); } @@ -3768,8 +3846,9 @@ rtp_session_on_timeout (RTPSession * sess, GstClockTime current_time, if (!is_rtcp_time (sess, current_time, &data)) goto done; - GST_DEBUG ("doing RTCP generation %u for %u sources, early %d", - sess->generation, data.num_to_report, data.is_early); + GST_DEBUG + ("doing RTCP generation %u for %u sources, early %d, may suppress %d", + sess->generation, data.num_to_report, data.is_early, data.may_suppress); /* generate RTCP for all internal sources */ g_hash_table_foreach (sess->ssrcs[sess->mask_idx], @@ -3781,17 +3860,24 @@ rtp_session_on_timeout (RTPSession * sess, GstClockTime current_time, /* we keep track of the last report time in order to timeout inactive * receivers or senders */ - if (!data.is_early && !data.may_suppress) + if (!data.is_early) { + GST_DEBUG ("Time since last regular RTCP: %" GST_TIME_FORMAT " - %" + GST_TIME_FORMAT " = %" GST_TIME_FORMAT, + GST_TIME_ARGS (data.current_time), + GST_TIME_ARGS (sess->last_rtcp_send_time), + GST_TIME_ARGS (data.current_time - sess->last_rtcp_send_time)); sess->last_rtcp_send_time = data.current_time; + } + + GST_DEBUG ("Time since last RTCP: %" GST_TIME_FORMAT " - %" GST_TIME_FORMAT + " = %" GST_TIME_FORMAT, GST_TIME_ARGS (data.current_time), + GST_TIME_ARGS (sess->last_rtcp_send_time), + GST_TIME_ARGS (data.current_time - sess->last_rtcp_check_time)); + sess->last_rtcp_check_time = data.current_time; sess->first_rtcp = FALSE; sess->next_early_rtcp_time = GST_CLOCK_TIME_NONE; sess->scheduled_bye = FALSE; - /* RFC 4585 section 3.5.2 step 6 */ - if (!data.is_early) { - sess->allow_early = TRUE; - } - done: RTP_SESSION_UNLOCK (sess); @@ -3819,8 +3905,8 @@ done: sess->stats.nacks_sent += data.nacked_seqnums; } else { GST_DEBUG ("freeing packet callback: %p" - " do_not_suppress: %d may_suppress: %d", - sess->callbacks.send_rtcp, do_not_suppress, data.may_suppress); + " do_not_suppress: %d may_suppress: %d", sess->callbacks.send_rtcp, + do_not_suppress, data.may_suppress); sess->stats.nacks_dropped += data.nacked_seqnums; gst_buffer_unref (buffer); } @@ -3844,13 +3930,18 @@ gboolean rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time, GstClockTime max_delay) { - GstClockTime T_dither_max, T_rr; + GstClockTime T_dither_max, T_rr, offset = 0; gboolean ret; + gboolean allow_early; /* Implements the algorithm described in RFC 4585 section 3.5.2 */ RTP_SESSION_LOCK (sess); + /* We assume a feedback profile if something is requesting RTCP + * to be sent */ + sess->rtp_profile = GST_RTP_PROFILE_AVPF; + /* Check if already requested */ /* RFC 4585 section 3.5.2 step 2 */ if (GST_CLOCK_TIME_IS_VALID (sess->next_early_rtcp_time)) { @@ -3891,7 +3982,7 @@ rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time, goto end; } - T_rr = sess->next_rtcp_check_time - sess->last_rtcp_send_time; + T_rr = sess->last_rtcp_interval; /* RFC 4585 section 3.5.2 step 2b */ /* If the total sources is <=2, then there is only us and one peer */ @@ -3909,16 +4000,41 @@ rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time, /* RFC 4585 section 3.5.2 step 3 */ if (current_time + T_dither_max > sess->next_rtcp_check_time) { GST_LOG_OBJECT (sess, - "don't send because of dither, next scheduled time is soon %" + "don't send because of dither, next scheduled time is too soon %" GST_TIME_FORMAT " + %" GST_TIME_FORMAT " > %" GST_TIME_FORMAT, GST_TIME_ARGS (current_time), GST_TIME_ARGS (T_dither_max), GST_TIME_ARGS (sess->next_rtcp_check_time)); - ret = TRUE; + ret = T_dither_max <= max_delay; goto end; } - /* RFC 4585 section 3.5.2 step 4a */ - if (sess->allow_early == FALSE) { + /* RFC 4585 section 3.5.2 step 4a and + * RFC 4585 section 3.5.2 step 6 */ + allow_early = FALSE; + if (sess->last_rtcp_check_time == sess->last_rtcp_send_time) { + /* Last time we sent a full RTCP packet, we can now immediately + * send an early one as allow_early was reset to TRUE */ + allow_early = TRUE; + } else if (sess->last_rtcp_check_time + T_rr <= current_time + max_delay) { + /* Last packet we sent was an early RTCP packet and more than + * T_rr has passed since then, meaning we would have suppressed + * a regular RTCP packet already and reset allow_early to TRUE */ + allow_early = TRUE; + + /* We have to offset a bit as T_rr has not passed yet, but will before + * max_delay */ + if (sess->last_rtcp_check_time + T_rr > current_time) + offset = (sess->last_rtcp_check_time + T_rr) - current_time; + } else { + GST_DEBUG_OBJECT (sess, + "can't allow early RTCP yet: last regular %" GST_TIME_FORMAT ", %" + GST_TIME_FORMAT " + %" GST_TIME_FORMAT " > %" GST_TIME_FORMAT " + %" + GST_TIME_FORMAT, GST_TIME_ARGS (sess->last_rtcp_send_time), + GST_TIME_ARGS (sess->last_rtcp_check_time), GST_TIME_ARGS (T_rr), + GST_TIME_ARGS (current_time), GST_TIME_ARGS (max_delay)); + } + + if (!allow_early) { /* Ignore the request a scheduled packet will be in time anyway */ if (current_time + max_delay > sess->next_rtcp_check_time) { GST_LOG_OBJECT (sess, @@ -3929,7 +4045,7 @@ rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time, ret = TRUE; } else { GST_LOG_OBJECT (sess, - "can't allow early feedback, next scheduled time is too late %" + "can't allow early feedback and next scheduled time is too late %" GST_TIME_FORMAT " + %" GST_TIME_FORMAT " < %" GST_TIME_FORMAT, GST_TIME_ARGS (current_time), GST_TIME_ARGS (max_delay), GST_TIME_ARGS (sess->next_rtcp_check_time)); @@ -3942,20 +4058,12 @@ rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time, if (T_dither_max) { /* Schedule an early transmission later */ sess->next_early_rtcp_time = g_random_double () * T_dither_max + - current_time; + current_time + offset; } else { /* If no dithering, schedule it for NOW */ - sess->next_early_rtcp_time = current_time; + sess->next_early_rtcp_time = current_time + offset; } - /* RFC 4585 section 3.5.2 step 6 */ - sess->allow_early = FALSE; - /* Delay next regular RTCP packet to not exceed the short-term - * RTCP bandwidth when using early feedback as compared to - * without */ - sess->next_rtcp_check_time = sess->last_rtcp_send_time + 2 * T_rr; - sess->last_rtcp_send_time += T_rr; - GST_LOG_OBJECT (sess, "next early RTCP time %" GST_TIME_FORMAT ", next regular RTCP time %" GST_TIME_FORMAT, GST_TIME_ARGS (sess->next_early_rtcp_time), diff --git a/gst/rtpmanager/rtpsession.h b/gst/rtpmanager/rtpsession.h index 3f565a601f61ee9354ed4d1f3db985c1e386cc67..5af74b89b5f48b9e757fac0a5298a32a32495074 100644 --- a/gst/rtpmanager/rtpsession.h +++ b/gst/rtpmanager/rtpsession.h @@ -220,6 +220,8 @@ struct _RTPSession { guint probation; + GstRTPProfile rtp_profile; + /* bandwidths */ gboolean recalc_bandwidth; guint bandwidth; @@ -228,6 +230,8 @@ struct _RTPSession { guint rtcp_rs_bandwidth; guint32 suggested_ssrc; + gboolean internal_ssrc_set; + gboolean internal_ssrc_from_caps_or_property; /* for sender/receiver counting */ guint32 key; @@ -237,8 +241,10 @@ struct _RTPSession { guint total_sources; guint16 generation; - GstClockTime next_rtcp_check_time; - GstClockTime last_rtcp_send_time; + GstClockTime next_rtcp_check_time; /* tn */ + GstClockTime last_rtcp_check_time; /* tp */ + GstClockTime last_rtcp_send_time; /* t_rr_last */ + GstClockTime last_rtcp_interval; /* T_rr */ GstClockTime start_time; gboolean first_rtcp; gboolean allow_early; @@ -343,7 +349,7 @@ GstStructure * rtp_session_get_sdes_struct (RTPSession *sess); void rtp_session_set_sdes_struct (RTPSession *sess, const GstStructure *sdes); /* handling sources */ -guint32 rtp_session_suggest_ssrc (RTPSession *sess); +guint32 rtp_session_suggest_ssrc (RTPSession *sess, gboolean *is_random); gboolean rtp_session_add_source (RTPSession *sess, RTPSource *src); guint rtp_session_get_num_sources (RTPSession *sess); diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index d97adc4eaa1f9531b16758a4ff399836e95367f9..3dd95173f263cbccc171a6e4d09be0bf55e05ea6 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -280,12 +280,10 @@ static void rtp_source_finalize (GObject * object) { RTPSource *src; - GstBuffer *buffer; src = RTP_SOURCE_CAST (object); - while ((buffer = g_queue_pop_head (src->packets))) - gst_buffer_unref (buffer); + g_queue_foreach (src->packets, (GFunc) gst_buffer_unref, NULL); g_queue_free (src->packets); gst_structure_free (src->sdes); @@ -296,8 +294,7 @@ rtp_source_finalize (GObject * object) g_list_free_full (src->conflicting_addresses, (GDestroyNotify) rtp_conflicting_address_free); - while ((buffer = g_queue_pop_head (src->retained_feedback))) - gst_buffer_unref (buffer); + g_queue_foreach (src->retained_feedback, (GFunc) gst_buffer_unref, NULL); g_queue_free (src->retained_feedback); g_array_free (src->nacks, TRUE); @@ -997,9 +994,9 @@ do_bitrate_estimation (RTPSource * src, GstClockTime running_time, static gboolean update_receiver_stats (RTPSource * src, RTPPacketInfo * pinfo) { - guint16 seqnr, udelta; + guint16 seqnr, expected; RTPSourceStats *stats; - guint16 expected; + gint16 delta; stats = &src->stats; @@ -1013,18 +1010,22 @@ update_receiver_stats (RTPSource * src, RTPPacketInfo * pinfo) src->curr_probation = src->probation; } - udelta = seqnr - stats->max_seq; + expected = src->stats.max_seq + 1; + delta = gst_rtp_buffer_compare_seqnum (expected, seqnr); /* if we are still on probation, check seqnum */ if (src->curr_probation) { - expected = src->stats.max_seq + 1; - /* when in probation, we require consecutive seqnums */ - if (seqnr == expected) { + if (delta == 0) { /* expected packet */ GST_DEBUG ("probation: seqnr %d == expected %d", seqnr, expected); src->curr_probation--; + if (seqnr < stats->max_seq) { + /* sequence number wrapped - count another 64K cycle. */ + stats->cycles += RTP_SEQ_MOD; + } src->stats.max_seq = seqnr; + if (src->curr_probation == 0) { GST_DEBUG ("probation done!"); init_seq (src, seqnr); @@ -1046,16 +1047,21 @@ update_receiver_stats (RTPSource * src, RTPPacketInfo * pinfo) /* unexpected seqnum in probation */ goto probation_seqnum; } - } else if (udelta < RTP_MAX_DROPOUT) { + } else if (delta >= 0 && delta < RTP_MAX_DROPOUT) { + /* Clear bad packets */ + stats->bad_seq = RTP_SEQ_MOD + 1; /* so seq == bad_seq is false */ + g_queue_foreach (src->packets, (GFunc) gst_buffer_unref, NULL); + g_queue_clear (src->packets); + /* in order, with permissible gap */ if (seqnr < stats->max_seq) { /* sequence number wrapped - count another 64K cycle. */ stats->cycles += RTP_SEQ_MOD; } stats->max_seq = seqnr; - } else if (udelta <= RTP_SEQ_MOD - RTP_MAX_MISORDER) { + } else if (delta < -RTP_MAX_MISORDER || delta >= RTP_MAX_DROPOUT) { /* the sequence number made a very large jump */ - if (seqnr == stats->bad_seq) { + if (seqnr == stats->bad_seq && src->packets->head) { /* two sequential packets -- assume that the other side * restarted without telling us so just re-sync * (i.e., pretend this was the first packet). */ @@ -1063,11 +1069,21 @@ update_receiver_stats (RTPSource * src, RTPPacketInfo * pinfo) } else { /* unacceptable jump */ stats->bad_seq = (seqnr + 1) & (RTP_SEQ_MOD - 1); + g_queue_foreach (src->packets, (GFunc) gst_buffer_unref, NULL); + g_queue_clear (src->packets); + g_queue_push_tail (src->packets, pinfo->data); + pinfo->data = NULL; goto bad_sequence; } - } else { + } else { /* delta < 0 && delta >= -RTP_MAX_MISORDER */ + /* Clear bad packets */ + stats->bad_seq = RTP_SEQ_MOD + 1; /* so seq == bad_seq is false */ + g_queue_foreach (src->packets, (GFunc) gst_buffer_unref, NULL); + g_queue_clear (src->packets); + /* duplicate or reordered packet, will be filtered by jitterbuffer. */ - GST_WARNING ("duplicate or reordered packet (seqnr %d)", seqnr); + GST_WARNING ("duplicate or reordered packet (seqnr %u, expected %u)", seqnr, + expected); } src->stats.octets_received += pinfo->payload_len; @@ -1076,7 +1092,7 @@ update_receiver_stats (RTPSource * src, RTPPacketInfo * pinfo) /* for the bitrate estimation */ src->bytes_received += pinfo->payload_len; - GST_LOG ("seq %d, PC: %" G_GUINT64_FORMAT ", OC: %" G_GUINT64_FORMAT, + GST_LOG ("seq %u, PC: %" G_GUINT64_FORMAT ", OC: %" G_GUINT64_FORMAT, seqnr, src->stats.packets_received, src->stats.octets_received); return TRUE; diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h index a2e1f27374634111d03e59acb2a63a05c5e007a1..0f47faea02c18e9023820a4cdc406520ee38e65a 100644 --- a/gst/rtpmanager/rtpsource.h +++ b/gst/rtpmanager/rtpsource.h @@ -21,7 +21,7 @@ #define __RTP_SOURCE_H__ #include <gst/gst.h> -#include <gst/rtp/gstrtcpbuffer.h> +#include <gst/rtp/rtp.h> #include <gst/net/gstnetaddressmeta.h> #include <gio/gio.h> diff --git a/gst/rtpmanager/rtpstats.c b/gst/rtpmanager/rtpstats.c index 56e58b71dbfcea0f6a5d00d1666f100b7eccfafd..f9f7c2c79db5a7cc85a7d702bcb9d9a37b805f6a 100644 --- a/gst/rtpmanager/rtpstats.c +++ b/gst/rtpmanager/rtpstats.c @@ -120,6 +120,8 @@ rtp_stats_set_bandwidths (RTPSessionStats * stats, guint rtp_bw, * rtp_stats_calculate_rtcp_interval: * @stats: an #RTPSessionStats struct * @sender: if we are a sender + * @profile: RTP profile of this session + * @ptp: if this session is a point-to-point session * @first: if this is the first time * * Calculate the RTCP interval. The result of this function is the amount of @@ -129,22 +131,31 @@ rtp_stats_set_bandwidths (RTPSessionStats * stats, guint rtp_bw, */ GstClockTime rtp_stats_calculate_rtcp_interval (RTPSessionStats * stats, gboolean we_send, - gboolean first) + GstRTPProfile profile, gboolean ptp, gboolean first) { gdouble members, senders, n; gdouble avg_rtcp_size, rtcp_bw; gdouble interval; gdouble rtcp_min_time; - /* Very first call at application start-up uses half the min - * delay for quicker notification while still allowing some time - * before reporting for randomization and to learn about other - * sources so the report interval will converge to the correct - * interval more quickly. - */ - rtcp_min_time = stats->min_interval; - if (first) - rtcp_min_time /= 2.0; + if (profile == GST_RTP_PROFILE_AVPF || profile == GST_RTP_PROFILE_SAVPF) { + /* RFC 4585 3.4d), 3.5.1 */ + + if (first && !ptp) + rtcp_min_time = 1.0; + else + rtcp_min_time = 0.0; + } else { + /* Very first call at application start-up uses half the min + * delay for quicker notification while still allowing some time + * before reporting for randomization and to learn about other + * sources so the report interval will converge to the correct + * interval more quickly. + */ + rtcp_min_time = stats->min_interval; + if (first) + rtcp_min_time /= 2.0; + } /* Dedicate a fraction of the RTCP bandwidth to senders unless * the number of senders is large enough that their share is diff --git a/gst/rtpmanager/rtpstats.h b/gst/rtpmanager/rtpstats.h index c54ea0b73a346e90cb30bd93cf2c28d6fd02b525..47c4b823fa24d0dc1d3e493461c2beb2f2520564 100644 --- a/gst/rtpmanager/rtpstats.h +++ b/gst/rtpmanager/rtpstats.h @@ -22,6 +22,7 @@ #include <gst/gst.h> #include <gst/net/gstnetaddressmeta.h> +#include <gst/rtp/rtp.h> #include <gio/gio.h> /** @@ -222,7 +223,7 @@ void rtp_stats_set_bandwidths (RTPSessionStats *stats, gdouble rtcp_bw, guint rs, guint rr); -GstClockTime rtp_stats_calculate_rtcp_interval (RTPSessionStats *stats, gboolean sender, gboolean first); +GstClockTime rtp_stats_calculate_rtcp_interval (RTPSessionStats *stats, gboolean sender, GstRTPProfile profile, gboolean ptp, gboolean first); GstClockTime rtp_stats_add_rtcp_jitter (RTPSessionStats *stats, GstClockTime interval); GstClockTime rtp_stats_calculate_bye_interval (RTPSessionStats *stats); gint64 rtp_stats_get_packets_lost (const RTPSourceStats *stats); diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 397ef3187bf2e05330145799ad5a5aafe69e2bd6..b7adc4366cb012ff2a2a5c09ddd17ca1e846aef2 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -90,7 +90,7 @@ #include <gst/net/gstnet.h> #include <gst/sdp/gstsdpmessage.h> #include <gst/sdp/gstmikey.h> -#include <gst/rtp/gstrtppayloads.h> +#include <gst/rtp/rtp.h> #include "gst/gst-i18n-plugin.h" @@ -3401,6 +3401,8 @@ gst_rtspsrc_stream_configure_manager (GstRTSPSrc * src, GstRTSPStream * stream, g_signal_emit_by_name (src->manager, "get-internal-session", stream->id, &rtpsession); if (rtpsession) { + GstRTPProfile rtp_profile; + GST_INFO_OBJECT (src, "configure bandwidth in session %p", rtpsession); stream->session = rtpsession; @@ -3422,6 +3424,24 @@ gst_rtspsrc_stream_configure_manager (GstRTSPSrc * src, GstRTSPStream * stream, NULL); } + switch (stream->profile) { + case GST_RTSP_PROFILE_AVPF: + rtp_profile = GST_RTP_PROFILE_AVPF; + break; + case GST_RTSP_PROFILE_SAVP: + rtp_profile = GST_RTP_PROFILE_SAVP; + break; + case GST_RTSP_PROFILE_SAVPF: + rtp_profile = GST_RTP_PROFILE_SAVPF; + break; + case GST_RTSP_PROFILE_AVP: + default: + rtp_profile = GST_RTP_PROFILE_AVP; + break; + } + + g_object_set (rtpsession, "rtp-profile", rtp_profile, NULL); + g_object_set (rtpsession, "probation", src->probation, NULL); g_object_set (rtpsession, "internal-ssrc", stream->send_ssrc, NULL); diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h index 730ea97953b6748d92b7d1152b751fe21e94996e..44b76d527a9a0edff9172b0163bfd695ff56a692 100644 --- a/gst/rtsp/gstrtspsrc.h +++ b/gst/rtsp/gstrtspsrc.h @@ -48,10 +48,7 @@ G_BEGIN_DECLS -#include <gst/rtsp/gstrtspconnection.h> -#include <gst/rtsp/gstrtspmessage.h> -#include <gst/rtsp/gstrtspurl.h> -#include <gst/rtsp/gstrtsprange.h> +#include <gst/rtsp/rtsp.h> #include <gio/gio.h> #include "gstrtspext.h" diff --git a/gst/udp/gstdynudpsink.c b/gst/udp/gstdynudpsink.c index 9c2b6bbd98cb96c65bb4808659d72cebd15301ab..f9cd5a2589b9ed9a3bcc0c6ce8f6ff75623bdc6c 100644 --- a/gst/udp/gstdynudpsink.c +++ b/gst/udp/gstdynudpsink.c @@ -162,7 +162,6 @@ gst_dynudpsink_init (GstDynUDPSink * sink) sink->used_socket = NULL; sink->used_socket_v6 = NULL; - sink->cancellable = g_cancellable_new (); } static void @@ -172,10 +171,6 @@ gst_dynudpsink_finalize (GObject * object) sink = GST_DYNUDPSINK (object); - if (sink->cancellable) - g_object_unref (sink->cancellable); - sink->cancellable = NULL; - if (sink->socket) g_object_unref (sink->socket); sink->socket = NULL; @@ -372,6 +367,26 @@ gst_dynudpsink_get_property (GObject * object, guint prop_id, GValue * value, } } +static void +gst_dynudpsink_create_cancellable (GstDynUDPSink * sink) +{ + GPollFD pollfd; + + sink->cancellable = g_cancellable_new (); + sink->made_cancel_fd = g_cancellable_make_pollfd (sink->cancellable, &pollfd); +} + +static void +gst_dynudpsink_free_cancellable (GstDynUDPSink * sink) +{ + if (sink->made_cancel_fd) { + g_cancellable_release_fd (sink->cancellable); + sink->made_cancel_fd = FALSE; + } + g_object_unref (sink->cancellable); + sink->cancellable = NULL; +} + /* create a socket for sending to remote machine */ static gboolean gst_dynudpsink_start (GstBaseSink * bsink) @@ -381,6 +396,8 @@ gst_dynudpsink_start (GstBaseSink * bsink) udpsink = GST_DYNUDPSINK (bsink); + gst_dynudpsink_create_cancellable (udpsink); + udpsink->external_socket = FALSE; if (udpsink->socket) { @@ -552,6 +569,8 @@ gst_dynudpsink_stop (GstBaseSink * bsink) udpsink->used_socket_v6 = NULL; } + gst_dynudpsink_free_cancellable (udpsink); + return TRUE; } @@ -574,7 +593,8 @@ gst_dynudpsink_unlock_stop (GstBaseSink * bsink) udpsink = GST_DYNUDPSINK (bsink); - g_cancellable_reset (udpsink->cancellable); + gst_dynudpsink_free_cancellable (udpsink); + gst_dynudpsink_create_cancellable (udpsink); return TRUE; } diff --git a/gst/udp/gstdynudpsink.h b/gst/udp/gstdynudpsink.h index 9b82eec8ec8851ac339342895933051f6a1c00f6..6d85bb6697da38c2244c4a5d9f625532943ae5c3 100644 --- a/gst/udp/gstdynudpsink.h +++ b/gst/udp/gstdynudpsink.h @@ -52,6 +52,7 @@ struct _GstDynUDPSink { /* the socket in use */ GSocket *used_socket, *used_socket_v6; gboolean external_socket; + gboolean made_cancel_fd; GCancellable *cancellable; }; diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c index 2f1a8ec784f897325707becd56da7f3a7ee09516..bb84997cf2ee0cea31aa0ce51ca7f598d400a0da 100644 --- a/gst/udp/gstmultiudpsink.c +++ b/gst/udp/gstmultiudpsink.c @@ -373,6 +373,26 @@ gst_multiudpsink_class_init (GstMultiUDPSinkClass * klass) GST_DEBUG_CATEGORY_INIT (multiudpsink_debug, "multiudpsink", 0, "UDP sink"); } +static void +gst_multiudpsink_create_cancellable (GstMultiUDPSink * sink) +{ + GPollFD pollfd; + + sink->cancellable = g_cancellable_new (); + sink->made_cancel_fd = g_cancellable_make_pollfd (sink->cancellable, &pollfd); +} + +static void +gst_multiudpsink_free_cancellable (GstMultiUDPSink * sink) +{ + if (sink->made_cancel_fd) { + g_cancellable_release_fd (sink->cancellable); + sink->made_cancel_fd = FALSE; + } + g_object_unref (sink->cancellable); + sink->cancellable = NULL; +} + static void gst_multiudpsink_init (GstMultiUDPSink * sink) { @@ -400,7 +420,7 @@ gst_multiudpsink_init (GstMultiUDPSink * sink) sink->send_duplicates = DEFAULT_SEND_DUPLICATES; sink->multi_iface = g_strdup (DEFAULT_MULTICAST_IFACE); - sink->cancellable = g_cancellable_new (); + gst_multiudpsink_create_cancellable (sink); /* pre-allocate OutputVector, MapInfo and OutputMessage arrays * for use in the render and render_list functions */ @@ -522,9 +542,7 @@ gst_multiudpsink_finalize (GObject * object) g_object_unref (sink->used_socket_v6); sink->used_socket_v6 = NULL; - if (sink->cancellable) - g_object_unref (sink->cancellable); - sink->cancellable = NULL; + gst_multiudpsink_free_cancellable (sink); g_free (sink->multi_iface); sink->multi_iface = NULL; @@ -1845,7 +1863,8 @@ gst_multiudpsink_unlock_stop (GstBaseSink * bsink) sink = GST_MULTIUDPSINK (bsink); - g_cancellable_reset (sink->cancellable); + gst_multiudpsink_free_cancellable (sink); + gst_multiudpsink_create_cancellable (sink); return TRUE; } diff --git a/gst/udp/gstmultiudpsink.h b/gst/udp/gstmultiudpsink.h index ba6f12c534e6aa1ae131a02a0d830c1df70a905b..8849f38c7b79a20be4c4482990ee8912e2e81101 100644 --- a/gst/udp/gstmultiudpsink.h +++ b/gst/udp/gstmultiudpsink.h @@ -81,7 +81,9 @@ struct _GstMultiUDPSink { GstBaseSink parent; GSocket *used_socket, *used_socket_v6; + GCancellable *cancellable; + gboolean made_cancel_fd; /* client management */ GMutex client_lock; diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 6e3126f7a962ca16e17c0482241c581a2b7002f7..8fdb86800dfe0c1de5fec2db39d4f39c6e24e3ad 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -323,8 +323,6 @@ gst_udpsrc_init (GstUDPSrc * udpsrc) udpsrc->used_socket = UDP_DEFAULT_USED_SOCKET; udpsrc->reuse = UDP_DEFAULT_REUSE; - udpsrc->cancellable = g_cancellable_new (); - /* configure basesrc to be a live source */ gst_base_src_set_live (GST_BASE_SRC (udpsrc), TRUE); /* make basesrc output a segment in time */ @@ -362,10 +360,6 @@ gst_udpsrc_finalize (GObject * object) g_object_unref (udpsrc->used_socket); udpsrc->used_socket = NULL; - if (udpsrc->cancellable) - g_object_unref (udpsrc->cancellable); - udpsrc->cancellable = NULL; - G_OBJECT_CLASS (parent_class)->finalize (object); } @@ -501,6 +495,26 @@ gst_udpsrc_ensure_mem (GstUDPSrc * src) return TRUE; } +static void +gst_udpsrc_create_cancellable (GstUDPSrc * src) +{ + GPollFD pollfd; + + src->cancellable = g_cancellable_new (); + src->made_cancel_fd = g_cancellable_make_pollfd (src->cancellable, &pollfd); +} + +static void +gst_udpsrc_free_cancellable (GstUDPSrc * src) +{ + if (src->made_cancel_fd) { + g_cancellable_release_fd (src->cancellable); + src->made_cancel_fd = FALSE; + } + g_object_unref (src->cancellable); + src->cancellable = NULL; +} + static GstFlowReturn gst_udpsrc_create (GstPushSrc * psrc, GstBuffer ** buf) { @@ -898,6 +912,8 @@ gst_udpsrc_open (GstUDPSrc * src) GSocketAddress *bind_saddr; GError *err = NULL; + gst_udpsrc_create_cancellable (src); + if (src->socket == NULL) { /* need to allocate a socket */ GST_DEBUG_OBJECT (src, "allocating socket for %s:%d", src->address, @@ -1139,7 +1155,9 @@ gst_udpsrc_unlock_stop (GstBaseSrc * bsrc) src = GST_UDPSRC (bsrc); GST_LOG_OBJECT (src, "No longer flushing"); - g_cancellable_reset (src->cancellable); + + gst_udpsrc_free_cancellable (src); + gst_udpsrc_create_cancellable (src); return TRUE; } @@ -1183,6 +1201,8 @@ gst_udpsrc_close (GstUDPSrc * src) gst_udpsrc_reset_memory_allocator (src); + gst_udpsrc_free_cancellable (src); + return TRUE; } diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h index 48976a4785c94813ab16bb7339a9ed82ec6a3097..5d7e340dbcc33334029ddc5e9bb9d9215120933e 100644 --- a/gst/udp/gstudpsrc.h +++ b/gst/udp/gstudpsrc.h @@ -66,10 +66,12 @@ struct _GstUDPSrc { /* our sockets */ GSocket *used_socket; - GCancellable *cancellable; GInetSocketAddress *addr; gboolean external_socket; + gboolean made_cancel_fd; + GCancellable *cancellable; + /* memory management */ GstAllocator *allocator; GstAllocationParams params; diff --git a/gst/videomixer/videomixerorc-dist.c b/gst/videomixer/videomixerorc-dist.c index 115b6fcc95018240e12d76a46179d365f986a165..7ddc1b0802aae003c8daf32f346fad87e8d5e33b 100644 --- a/gst/videomixer/videomixerorc-dist.c +++ b/gst/videomixer/videomixerorc-dist.c @@ -1713,7 +1713,7 @@ video_mixer_orc_overlay_argb (guint8 * ORC_RESTRICT d1, int d1_stride, static const orc_uint8 bc[] = { 1, 7, 9, 28, 118, 105, 100, 101, 111, 95, 109, 105, 120, 101, 114, 95, 111, 114, 99, 95, 111, 118, 101, 114, 108, 97, 121, 95, 97, 114, 103, - 98, + 98, 11, 4, 4, 12, 4, 4, 14, 4, 255, 255, 255, 255, 14, 4, 255, 0, 0, 0, 14, 4, 0, 255, 255, 255, 14, 2, 8, 0, 0, 0, 16, 2, 20, 4, 20, 2, 20, 1, 20, 8, 20, 8, 20, 8, 20, 4, 20, 8, @@ -2283,7 +2283,7 @@ video_mixer_orc_overlay_bgra (guint8 * ORC_RESTRICT d1, int d1_stride, static const orc_uint8 bc[] = { 1, 7, 9, 28, 118, 105, 100, 101, 111, 95, 109, 105, 120, 101, 114, 95, 111, 114, 99, 95, 111, 118, 101, 114, 108, 97, 121, 95, 98, 103, 114, - 97, + 97, 11, 4, 4, 12, 4, 4, 14, 4, 255, 255, 255, 255, 14, 4, 0, 0, 0, 255, 14, 4, 255, 255, 255, 0, 14, 4, 24, 0, 0, 0, 14, 2, 8, 0, 0, 0, 16, 2, 20, 4, 20, 4, 20, 2, 20, 1, 20, 8, diff --git a/po/af.gmo b/po/af.gmo index e28aa213037fa4cf4187af13e3e1667830e9850e..482eaea6413fd33aa495c0fd66aa0ee389f3f1d6 100644 Binary files a/po/af.gmo and b/po/af.gmo differ diff --git a/po/af.po b/po/af.po index baa38ec06f9b7e3165b7734942d056a6f0948f72..baab051c54dd1e58514cb10588550818f50472aa 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 bdd79be51994a9c3ee75bbf4fd4da5ff06dfe7f0..ddd2e5ecf3ef20df903909be8c586ed69aa432fa 100644 Binary files a/po/az.gmo and b/po/az.gmo differ diff --git a/po/az.po b/po/az.po index 77c0009f8c1555b9b7ec10780e75c8bd47d0f04f..2c679825fe79eb271c36735e81e556ae70b3994f 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 e634ee25f19a9a6d9a38a0577cca886b13ace1c4..8f3bf3caedc803567aee8428dce81e3c61c59520 100644 Binary files a/po/bg.gmo and b/po/bg.gmo differ diff --git a/po/bg.po b/po/bg.po index 163f700985aea499bd1874ad5eed75c334f852f4..e3e1dd3343f59accc2dd6b1b8dff293ef2c5b361 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 8c45936eb41aa955912284318ea27d494b9f1f72..a032fdeed0a7fdbe2353539f212e6b2e7e21996e 100644 Binary files a/po/ca.gmo and b/po/ca.gmo differ diff --git a/po/ca.po b/po/ca.po index 8a7b005d95e1f64b5303f7d6722dc99cbd485685..05349678a007944ca737e4a8adaf1e0e879ab33f 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 0d55f2a44082eb8d80211688b3dabd174db79c41..3fee2016b2aa4e93c631fdac7b2b3cebdabdcb78 100644 Binary files a/po/cs.gmo and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index 2fe592bbd58827e14dbc9c315dc846dde147e4a5..ec71c0982a4bef2a33002b24ee148a4b73700241 100644 --- a/po/cs.po +++ b/po/cs.po @@ -4,14 +4,14 @@ # # Miloslav Trmac <mitr@volny.cz>, 2004. # Petr Kovar <pknbe@volny.cz>, 2007, 2008, 2009, 2010, 2011. -# Marek ÄŒernocký <marek@manet.cz>, 2013. +# Marek ÄŒernocký <marek@manet.cz>, 2013, 2015. # msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good-1.1.4\n" +"Project-Id-Version: gst-plugins-good-1.4.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" -"PO-Revision-Date: 2013-09-18 19:18+0200\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" +"PO-Revision-Date: 2015-02-16 10:40+0100\n" "Last-Translator: Marek ÄŒernocký <marek@manet.cz>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" "Language: cs\n" @@ -241,9 +241,9 @@ msgstr "ZaÅ™Ãzenà „%s“ neumà zachytávat v rozmÄ›ru %d × %d" msgid "Device '%s' cannot capture in the specified format" msgstr "ZaÅ™Ãzenà „%s“ neumà zachytávat v tomto konkrétnÃm formátu" -#, fuzzy, c-format +#, c-format msgid "Device '%s' does support non-contiguous planes" -msgstr "ZaÅ™Ãzenà „%s“ nepodporuje zachytávánà videa" +msgstr "ZaÅ™Ãzenà „%s“ nepodporuje nesousedÃcà složky obrazu" #, c-format msgid "Could not get parameters on device '%s'" @@ -252,30 +252,26 @@ msgstr "NezdaÅ™ilo se zjiÅ¡tÄ›nà parametrů na zaÅ™Ãzenà „%s“" msgid "Video device did not accept new frame rate setting." msgstr "VideozaÅ™Ãzenà nepÅ™ijalo nové nastavenà snÃmkové rychlosti." -#, fuzzy msgid "Video device did not provide output format." -msgstr "VideozaÅ™Ãzenà nepÅ™ijalo nové nastavenà snÃmkové rychlosti." +msgstr "VideozaÅ™Ãzenà neposkytuje výstupnà formát." msgid "Video device returned invalid dimensions." -msgstr "" +msgstr "VideozaÅ™Ãzenà sdÄ›lilo neplatné rozmÄ›ry." -#, fuzzy msgid "Video devices uses an unsupported interlacing method." -msgstr "OvladaÄ zaÅ™Ãzenà „%s“ nepodporuje V/V metodu %d" +msgstr "VideozaÅ™Ãzenà použÃvá nepodporovanou metodu prokládánÃ." msgid "Video devices uses an unsupported pixel format." -msgstr "" +msgstr "VideozaÅ™Ãzenà použÃvá nepodporovaný rastrový formát." -#, fuzzy msgid "Failed to configure internal buffer pool." -msgstr "VideozaÅ™Ãzenà se nezdaÅ™ilo vytvoÅ™it spoleÄnou vyrovnávacà paměť." +msgstr "Selhalo nastavenà vnitÅ™nà spoleÄné vyrovnávacà pamÄ›ti." -#, fuzzy msgid "Video device did not suggest any buffer size." -msgstr "VideozaÅ™Ãzenà se nezdaÅ™ilo vytvoÅ™it spoleÄnou vyrovnávacà paměť." +msgstr "VideozaÅ™Ãzenà nedoporuÄuje nijakou velikost vyrovnávacà pamÄ›ti." msgid "No downstream pool to import from." -msgstr "" +msgstr "Neexistuje žádný spoleÄný proud dat, ze kterého by Å¡lo importovat." #, c-format msgid "Failed to get settings of tuner %d on device '%s'." @@ -302,33 +298,32 @@ msgid "Failed to change mute state for device '%s'." msgstr "Selhala zmÄ›na stavu zapnutÃ/vypnutà zvuku u zaÅ™Ãzenà „%s“." msgid "Failed to allocated required memory." -msgstr "" +msgstr "Selhalo pÅ™idÄ›lenà požadované pamÄ›ti." msgid "Failed to allocate required memory." -msgstr "" +msgstr "Selhalo pÅ™idÄ›lenà požadované pamÄ›ti." -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported input format" -msgstr "OvladaÄ zaÅ™Ãzenà „%s“ nepodporuje V/V metodu %d" +msgstr "PÅ™evodnÃk na zaÅ™Ãzenà „%s“ nepodporuje vstupnà formát" -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported output format" -msgstr "VideozaÅ™Ãzenà nepÅ™ijalo nové nastavenà snÃmkové rychlosti." +msgstr "PÅ™evodnÃk na zaÅ™Ãzenà „%s“ nepodporuje výstupnà formát" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported input format" -msgstr "VideozaÅ™Ãzenà nepÅ™ijalo nové nastavenà snÃmkové rychlosti." +msgstr "Kodér na zaÅ™Ãzenà „%s“ nepodporuje vstupnà formát" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported output format" -msgstr "VideozaÅ™Ãzenà nepÅ™ijalo nové nastavenà snÃmkové rychlosti." +msgstr "Kodér na zaÅ™Ãzenà „%s“ nepodporuje výstupnà formát" -#, fuzzy msgid "Failed to start decoding thread." -msgstr "Selhalo dekódovánà obrázku JPEG" +msgstr "Selhalo spuÅ¡tÄ›nà vlákna dekodéru." msgid "Failed to process frame." -msgstr "" +msgstr "Selhalo zpracovánà snÃmku." #, c-format msgid "" @@ -364,7 +359,7 @@ msgstr "Toto nenà zaÅ™Ãzenà „%s“." #, c-format msgid "Could not open device '%s' for reading and writing." -msgstr "NezdaÅ™ilo se otevÅ™Ãt zaÅ™Ãzenà „%s“ pro Ätenà a pro zápisu." +msgstr "NezdaÅ™ilo se otevÅ™Ãt zaÅ™Ãzenà „%s“ pro Ätenà a zápis." #, c-format msgid "Device '%s' is not a capture device." @@ -374,13 +369,13 @@ msgstr "ZaÅ™Ãzenà „%s“ nenà zachytávacÃm zaÅ™ÃzenÃm." msgid "Device '%s' is not a output device." msgstr "ZaÅ™Ãzenà „%s“ nenà výstupnÃm zaÅ™ÃzenÃm." -#, fuzzy, c-format +#, c-format msgid "Device '%s' is not a M2M device." -msgstr "ZaÅ™Ãzenà „%s“ nenà výstupnÃm zaÅ™ÃzenÃm." +msgstr "ZaÅ™Ãzenà „%s“ nenà zaÅ™ÃzenÃm M2M." -#, fuzzy, c-format +#, c-format msgid "Could not dup device '%s' for reading and writing." -msgstr "NezdaÅ™ilo se otevÅ™Ãt zaÅ™Ãzenà „%s“ pro Ätenà a pro zápisu." +msgstr "NezdaÅ™ilo se duplikovat zaÅ™Ãzenà „%s“ pro Ätenà a zápis." #, c-format msgid "Failed to set norm for device '%s'." diff --git a/po/da.gmo b/po/da.gmo index 54aae8cd41bb05ec814a6a880203b957b7316fee..6434f650914b313d285a9398e462c4cc2b98e3b5 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index d421e029b463ad9d971bc973b45562d766edaae1..ae7b12331daeaa77d30cc617b145ee8e8076b901 100644 --- a/po/da.po +++ b/po/da.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-06-29 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 a83cb8d67b21fbe658eae35216ed45294b61c7c8..b4f683564250d7ffe4993d5f9f5e97e876e904f9 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 4516c4301a4395a04d13029142786b76a76cd935..ed92bba001059a8282f0ed1dcd2e13fc0ee0434f 100644 --- a/po/de.po +++ b/po/de.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-06-29 21:20+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 9dfbe1ad79f99216df83800d0c6953fed7a163c0..55cda84ae8835a7626f91efe66989941649b6220 100644 Binary files a/po/el.gmo and b/po/el.gmo differ diff --git a/po/el.po b/po/el.po index 1957ae76c61b851e60cf148f4101bd91f6106e94..28302a83a2654e484d8224d5b5cbc081ce623099 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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" @@ -433,10 +433,6 @@ msgstr "" msgid "Cannot operate without a clock" msgstr "Δεν είναι δυνατή η λειτουÏγία χωÏίς Ïολόι " -#, fuzzy -#~ msgid "Device '%s' does not support video capture" -#~ msgstr "Η συσκευή '%s' δεν είναι συσκευή εξόδου." - #~ msgid "Could not establish connection to sound server" #~ msgstr "Δεν ήταν δυνατή η σÏνδεση με τον διακομιστή ήχου" diff --git a/po/en_GB.gmo b/po/en_GB.gmo index f4bf50a58eeb9754076e8e8ec84a864edecc67f9..1ae72613e0b476210bcf292c21ad3763489e9472 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 1634c8357b4242e204b03cbacffdfe67433ce25f..259f487b0b45044de59e31267b04a5fbd1e4e622 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 dc2ff7719886725230bbbbd5645c88d3a8d17b3c..c9575b4fbca12d123c8c9ca859b5aa04d399c45f 100644 Binary files a/po/eo.gmo and b/po/eo.gmo differ diff --git a/po/eo.po b/po/eo.po index 2247ca985981af655810c720d10c6b0fddc90aa7..9b68f353400f4c1175369117d81f405b0e792c10 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 e02f4c86542c9072755c0f1dbc30edb642293622..2e271a452ba268ebc828a18ccc1435b08ebd4cbd 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index 3a0887ce14ceedf12ddf9d82c874ca54a74120ed..6f0dd698950c88d8052e3949887e80ebd0cf68a6 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 df8ab281c83b5194545b59010734e67a18bc5b09..6ede6c815d26249335e75bcde30e7192c6b3bd78 100644 Binary files a/po/eu.gmo and b/po/eu.gmo differ diff --git a/po/eu.po b/po/eu.po index 96459666140e7ae770cc1dca519c57a1c291afa4..4ccef9e81ba3dedc77768ddec4c923dc8df88756 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 8e935b0b1486e71b60315334a8f9406a951f2b84..c98c3fe8de8ab17518aba398031c5c97b5e8f02c 100644 Binary files a/po/fi.gmo and b/po/fi.gmo differ diff --git a/po/fi.po b/po/fi.po index 00753143e489ed90c6c6c0c54f2a02551fc8c972..05a29099f3b056855c04ed8cf3a894e1cae83b39 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 fdd13459b11a127b44e941b8f57c1e871d9dd7e8..5701e57e7d1647d84c689690f998859e33a46052 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index cf5554fc97695ee0f2247e8e736edcf865bb6f76..24725e4872ac2d9d6a09fff6b6500503bf08b665 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,14 +4,15 @@ # # Nicolas Velin <nicolas@velin.fr>, 2008. # Claude Paroz <claude@2xlibre.net>, 2008-2011. +# Stéphane Aulery <lkppo@free.fr>, 2015 # msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good 0.10.28.2\n" +"Project-Id-Version: gst-plugins-good 1.4.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" -"PO-Revision-Date: 2011-04-28 09:22+0200\n" -"Last-Translator: Claude Paroz <claude@2xlibre.net>\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" +"PO-Revision-Date: 2015-04-26 19:35+0200\n" +"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n" "Language-Team: French <traduc@traduc.org>\n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -19,10 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" msgid "Jack server not found" -msgstr "" +msgstr "serveur Jack introuvable" msgid "Failed to decode JPEG image" -msgstr "Échec de décodage de l'image JPEG" +msgstr "Échec de décodage de l’image JPEG" #. TRANSLATORS: 'song title' by 'artist name' #, c-format @@ -175,13 +176,11 @@ msgstr "Entrée AUX 1" msgid "AUX 2 In" msgstr "Entrée AUX 2" -#, fuzzy msgid "Codec Loopback" -msgstr "Boucle interne" +msgstr "Codec boucle interne" -#, fuzzy msgid "SunVTS Loopback" -msgstr "Boucle interne" +msgstr "SunVTS boucle interne" msgid "Volume" msgstr "Volume" @@ -222,58 +221,52 @@ msgstr "" msgid "Could not map buffers from device '%s'" msgstr "Impossible de mapper les tampons du périphérique « %s »." -#, fuzzy, c-format +#, c-format msgid "The driver of device '%s' does not support the IO method %d" msgstr "" -"Le pilote du périphérique « %s » ne prend en charge aucune méthode " -"d'enregistrement connue." +"Le pilote du périphérique « %s » ne prend en charge la méthode d’entrée-" +"sortie %d" -#, fuzzy, c-format +#, c-format msgid "The driver of device '%s' does not support any known IO method." msgstr "" -"Le pilote du périphérique « %s » ne prend en charge aucune méthode " -"d'enregistrement connue." +"Le pilote du périphérique « %s » ne prend en charge aucune méthode d’entrée-" +"sortie connue." -#, fuzzy, c-format +#, c-format msgid "Device '%s' is busy" -msgstr "Le périphérique « %s » n'est pas un périphérique de sortie." +msgstr "Périphérique « %s » occupé" -#, fuzzy, c-format +#, c-format msgid "Device '%s' cannot capture at %dx%d" -msgstr "Le périphérique « %s » n'est pas un périphérique d'enregistrement." +msgstr "" +"Le périphérique « %s » ne peut pas capturer avec une résolution de %d x %d" -#, fuzzy, c-format +#, c-format msgid "Device '%s' cannot capture in the specified format" -msgstr "Le périphérique « %s » n'est pas un périphérique d'enregistrement." +msgstr "Le périphérique « %s » ne peut pas capturer dans le format spécifié" -#, fuzzy, c-format +#, c-format msgid "Device '%s' does support non-contiguous planes" -msgstr "Le périphérique « %s » n'est pas un périphérique de sortie." +msgstr "" #, c-format msgid "Could not get parameters on device '%s'" msgstr "Impossible d'obtenir les paramètres du périphérique « %s »" -#, fuzzy msgid "Video device did not accept new frame rate setting." msgstr "" -"Le périphérique d'entrée vidéo n'a pas accepté le nouveau paramètre de " -"fréquence d'image." +"Le périphérique vidéo n'a pas accepté le nouveau paramètre de fréquence " +"d'image." -#, fuzzy msgid "Video device did not provide output format." -msgstr "" -"Le périphérique d'entrée vidéo n'a pas accepté le nouveau paramètre de " -"fréquence d'image." +msgstr "Le périphérique vidéo n'a pas fourni de format de sortie." msgid "Video device returned invalid dimensions." msgstr "" -#, fuzzy msgid "Video devices uses an unsupported interlacing method." msgstr "" -"Le pilote du périphérique « %s » ne prend en charge aucune méthode " -"d'enregistrement connue." msgid "Video devices uses an unsupported pixel format." msgstr "" @@ -281,16 +274,13 @@ msgstr "" msgid "Failed to configure internal buffer pool." msgstr "" -#, fuzzy msgid "Video device did not suggest any buffer size." -msgstr "" -"Le périphérique d'entrée vidéo n'a pas accepté le nouveau paramètre de " -"fréquence d'image." +msgstr "Le périphérique vidéo n'a suggéré aucune taille de cache." msgid "No downstream pool to import from." msgstr "" -#, fuzzy, c-format +#, c-format msgid "Failed to get settings of tuner %d on device '%s'." msgstr "" "Impossible d'obtenir les paramètres du syntoniseur %d du périphérique « %s »." @@ -299,9 +289,9 @@ msgstr "" msgid "Error getting capabilities for device '%s'." msgstr "Erreur de lecture de %d octets sur le périphérique « %s »." -#, fuzzy, c-format +#, c-format msgid "Device '%s' is not a tuner." -msgstr "Le périphérique « %s » n'est pas un périphérique de sortie." +msgstr "Le périphérique « %s » n'est pas un syntoniseur." #, fuzzy, c-format msgid "Failed to get radio input on device '%s'. " @@ -327,27 +317,20 @@ msgstr "" "Le pilote du périphérique « %s » ne prend en charge aucune méthode " "d'enregistrement connue." -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported output format" msgstr "" -"Le périphérique d'entrée vidéo n'a pas accepté le nouveau paramètre de " -"fréquence d'image." -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported input format" msgstr "" -"Le périphérique d'entrée vidéo n'a pas accepté le nouveau paramètre de " -"fréquence d'image." -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported output format" msgstr "" -"Le périphérique d'entrée vidéo n'a pas accepté le nouveau paramètre de " -"fréquence d'image." -#, fuzzy msgid "Failed to start decoding thread." -msgstr "Échec de décodage de l'image JPEG" +msgstr "Échec de démarrage du processus de décodage." msgid "Failed to process frame." msgstr "" @@ -397,9 +380,9 @@ msgstr "Le périphérique « %s » n'est pas un périphérique d'enregistremen msgid "Device '%s' is not a output device." msgstr "Le périphérique « %s » n'est pas un périphérique de sortie." -#, fuzzy, c-format +#, c-format msgid "Device '%s' is not a M2M device." -msgstr "Le périphérique « %s » n'est pas un périphérique de sortie." +msgstr "Le périphérique « %s » n'est pas un périphérique M2M." #, fuzzy, c-format msgid "Could not dup device '%s' for reading and writing." @@ -459,358 +442,5 @@ msgstr "" msgid "Cannot operate without a clock" msgstr "Impossible de fonctionner sans horloge" -#, fuzzy #~ msgid "Device '%s' does not support video capture" -#~ msgstr "Le périphérique « %s » n'est pas un périphérique de sortie." - -#~ msgid "Got unexpected frame size of %u instead of %u." -#~ msgstr "Taille de trame imprévue de %u à la place de %u." - -#~ msgid "Failed trying to get video frames from device '%s'." -#~ msgstr "L'obtention de trames vidéo du périphérique « %s » a échoué." - -#~ msgid "Failed after %d tries. device %s. system error: %s" -#~ msgstr "Échec après %d tentatives. périphérique %s. erreur système : %s" - -#~ msgid "Bass" -#~ msgstr "Basses" - -#~ msgid "Treble" -#~ msgstr "Aiguës" - -#~ msgid "Synth" -#~ msgstr "Synth" - -#~ msgid "PCM" -#~ msgstr "PCM" - -#~ msgid "Speaker" -#~ msgstr "Haut-parleur" - -#~ msgid "Line-in" -#~ msgstr "Entrée ligne" - -#~ msgid "CD" -#~ msgstr "CD" - -#~ msgid "Mixer" -#~ msgstr "Mélangeur" - -#~ msgid "PCM-2" -#~ msgstr "PCM-2" - -#~ msgid "Record" -#~ msgstr "Enregistrement" - -#~ msgid "In-gain" -#~ msgstr "Gain d'entrée" - -#~ msgid "Out-gain" -#~ msgstr "Gain de sortie" - -#~ msgid "Line-1" -#~ msgstr "Ligne 1" - -#~ msgid "Line-2" -#~ msgstr "Ligne 2" - -#~ msgid "Line-3" -#~ msgstr "Ligne 3" - -#~ msgid "Digital-1" -#~ msgstr "Numérique 1" - -#~ msgid "Digital-2" -#~ msgstr "Numérique 2" - -#~ msgid "Digital-3" -#~ msgstr "Numérique 3" - -#~ msgid "Phone-in" -#~ msgstr "Entrée casque" - -#~ msgid "Phone-out" -#~ msgstr "Sortie casque" - -#~ msgid "Video" -#~ msgstr "Vidéo" - -#~ msgid "Radio" -#~ msgstr "Radio" - -#~ msgid "Could not open audio device for mixer control handling." -#~ msgstr "" -#~ "Impossible d'ouvrir le périphérique audio pour la gestion des contrôles " -#~ "de mixage." - -#~ msgid "" -#~ "Could not open audio device for mixer control handling. This version of " -#~ "the Open Sound System is not supported by this element." -#~ msgstr "" -#~ "Impossible d'ouvrir le périphérique audio pour la gestion des contrôles " -#~ "de mixage. Cette version de OSS (Open Sound System) n'est pas prise en " -#~ "charge par cet élément." - -#~ msgid "Master" -#~ msgstr "Volume général" - -#~ msgid "Front" -#~ msgstr "Avant" - -#~ msgid "Rear" -#~ msgstr "Arrière" - -#~ msgid "Headphones" -#~ msgstr "Écouteurs" - -#~ msgid "Center" -#~ msgstr "Centre" - -#~ msgid "LFE" -#~ msgstr "LFE" - -#~ msgid "Surround" -#~ msgstr "Ambiophonie" - -#~ msgid "Side" -#~ msgstr "Côté" - -#~ msgid "AUX Out" -#~ msgstr "Sortie AUX" - -#~ msgid "3D Depth" -#~ msgstr "Profondeur 3D" - -#~ msgid "3D Center" -#~ msgstr "Centre 3D" - -#~ msgid "3D Enhance" -#~ msgstr "Amélioration 3D" - -#~ msgid "Telephone" -#~ msgstr "Téléphone" - -#~ msgid "Video In" -#~ msgstr "Entrée vidéo" - -#~ msgid "AUX In" -#~ msgstr "Entrée AUX" - -#~ msgid "Record Gain" -#~ msgstr "Gain d'enregistrement" - -#~ msgid "Output Gain" -#~ msgstr "Gain de sortie" - -#~ msgid "Microphone Boost" -#~ msgstr "Amplification micro" - -#~ msgid "Diagnostic" -#~ msgstr "Diagnostic" - -#~ msgid "Bass Boost" -#~ msgstr "Amplification basses" - -#~ msgid "Playback Ports" -#~ msgstr "Ports de lecture" - -#~ msgid "Input" -#~ msgstr "Entrée" - -#~ msgid "Monitor Source" -#~ msgstr "Source de moniteur" - -#~ msgid "Keyboard Beep" -#~ msgstr "Bip de clavier" - -#~ msgid "Simulate Stereo" -#~ msgstr "Stéréo simulée" - -#~ msgid "Stereo" -#~ msgstr "Stéréo" - -#~ msgid "Surround Sound" -#~ msgstr "Son ambiophonique" - -#~ msgid "Microphone Gain" -#~ msgstr "Gain de microphone" - -#~ msgid "Speaker Source" -#~ msgstr "Source de haut-parleur" - -#~ msgid "Microphone Source" -#~ msgstr "Source de microphone" - -#~ msgid "Jack" -#~ msgstr "Jack" - -#~ msgid "Center / LFE" -#~ msgstr "Centre / LFE" - -#~ msgid "Stereo Mix" -#~ msgstr "Mélangeur stéréo" - -#~ msgid "Mono Mix" -#~ msgstr "Mélangeur mono" - -#~ msgid "Input Mix" -#~ msgstr "Mélangeur d'entrée" - -#~ msgid "Microphone 1" -#~ msgstr "Microphone 1" - -#~ msgid "Microphone 2" -#~ msgstr "Microphone 2" - -#~ msgid "Digital Out" -#~ msgstr "Sortie numérique" - -#~ msgid "Digital In" -#~ msgstr "Entrée numérique" - -#~ msgid "HDMI" -#~ msgstr "HDMI" - -#~ msgid "Modem" -#~ msgstr "Modem" - -#~ msgid "Handset" -#~ msgstr "Combiné" - -#~ msgid "Other" -#~ msgstr "Autre" - -#~ msgid "None" -#~ msgstr "Aucun" - -#~ msgid "On" -#~ msgstr "Activé" - -#~ msgid "Off" -#~ msgstr "Désactivé" - -#~ msgid "Mute" -#~ msgstr "Son coupé" - -#~ msgid "Fast" -#~ msgstr "Rapide" - -#~ msgid "Very Low" -#~ msgstr "Très bas" - -#~ msgid "Low" -#~ msgstr "Bas" - -#~ msgid "Medium" -#~ msgstr "Moyen" - -#~ msgid "High" -#~ msgstr "Élevé" - -#~ msgid "Very High" -#~ msgstr "Très élevé" - -#~ msgid "Production" -#~ msgstr "Production" - -#~ msgid "Front Panel Microphone" -#~ msgstr "Micro du panneau avant" - -#~ msgid "Front Panel Line In" -#~ msgstr "Entrée ligne du panneau avant" - -#~ msgid "Front Panel Headphones" -#~ msgstr "Écouteurs du panneau avant" - -#~ msgid "Front Panel Line Out" -#~ msgstr "Sortie ligne du panneau avant" - -#~ msgid "Green Connector" -#~ msgstr "Connecteur vert" - -#~ msgid "Pink Connector" -#~ msgstr "Connecteur rose" - -#~ msgid "Blue Connector" -#~ msgstr "Connecteur bleu" - -#~ msgid "White Connector" -#~ msgstr "Connecteur blanc" - -#~ msgid "Black Connector" -#~ msgstr "Connecteur noir" - -#~ msgid "Gray Connector" -#~ msgstr "Connecteur gris" - -#~ msgid "Orange Connector" -#~ msgstr "Connecteur orange" - -#~ msgid "Red Connector" -#~ msgstr "Connecteur rouge" - -#~ msgid "Yellow Connector" -#~ msgstr "Connecteur jaune" - -#~ msgid "Green Front Panel Connector" -#~ msgstr "Connecteur vert du panneau avant" - -#~ msgid "Pink Front Panel Connector" -#~ msgstr "Connecteur rose du panneau avant" - -#~ msgid "Blue Front Panel Connector" -#~ msgstr "Connecteur bleu du panneau avant" - -#~ msgid "White Front Panel Connector" -#~ msgstr "Connecteur blanc du panneau avant" - -#~ msgid "Black Front Panel Connector" -#~ msgstr "Connecteur noir du panneau avant" - -#~ msgid "Gray Front Panel Connector" -#~ msgstr "Connecteur gris du panneau avant" - -#~ msgid "Orange Front Panel Connector" -#~ msgstr "Connecteur orange du panneau avant" - -#~ msgid "Red Front Panel Connector" -#~ msgstr "Connecteur rouge du panneau avant" - -#~ msgid "Yellow Front Panel Connector" -#~ msgstr "Connecteur jaune du panneau avant" - -#~ msgid "Spread Output" -#~ msgstr "Sortie partagée" - -#~ msgid "Downmix" -#~ msgstr "Mélange réduit" - -#~ msgid "Virtual Mixer Input" -#~ msgstr "Entrée de mélangeur virtuel" - -#~ msgid "Virtual Mixer Output" -#~ msgstr "Sortie de mélangeur virtuel" - -#~ msgid "Virtual Mixer Channels" -#~ msgstr "Canaux de mélangeur virtuel" - -#~ msgid "%s %d Function" -#~ msgstr "Fonction %s %d" - -#~ msgid "%s Function" -#~ msgstr "Fonction %s" - -#~ msgid "Error reading %d bytes on device '%s'." -#~ msgstr "Erreur de lecture de %d octets sur le périphérique « %s »." - -#~ msgid "Could not enqueue buffers in device '%s'." -#~ msgstr "" -#~ "Impossible de mettre les tampons en file d'attente sur le périphérique " -#~ "« %s »." - -#~ msgid "Could not establish connection to sound server" -#~ msgstr "Impossible d'établir une connexion vers le serveur de son" - -#~ msgid "Failed to query sound server capabilities" -#~ msgstr "" -#~ "Échec lors de l'interrogation du serveur de son au sujet de ses capacités" +#~ msgstr "Le périphérique « %s » ne prend en charge la capture video." diff --git a/po/gl.gmo b/po/gl.gmo index 933806d4eb675e0ae37223aea466fa2318bf3850..85fd2907181232344caa61fad7bc290db47fc6cd 100644 Binary files a/po/gl.gmo and b/po/gl.gmo differ diff --git a/po/gl.po b/po/gl.po index 9b9ce589273f1d001fdfaf2f1b3ffeebcce7da70..ae001d32feee6fe75f718df748f0f6ae28ba2ae9 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 033c31a6cd2b18f7fdeddda5b27b9d2ca3a8dc22..3823d9da8ffffbf682b0c1e807f0d8c363cbd080 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.5.0.1\n" +"Project-Id-Version: gst-plugins-good 1.5.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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" @@ -78,35 +78,35 @@ msgstr "" msgid "This file contains no playable streams." msgstr "" -#: gst/isomp4/qtdemux.c:649 gst/isomp4/qtdemux.c:5060 -#: gst/isomp4/qtdemux.c:5127 gst/isomp4/qtdemux.c:5365 +#: gst/isomp4/qtdemux.c:649 gst/isomp4/qtdemux.c:5080 +#: gst/isomp4/qtdemux.c:5147 gst/isomp4/qtdemux.c:5385 msgid "This file is invalid and cannot be played." msgstr "" -#: gst/isomp4/qtdemux.c:2329 +#: gst/isomp4/qtdemux.c:2338 msgid "Cannot play stream because it is encrypted with PlayReady DRM." msgstr "" -#: gst/isomp4/qtdemux.c:3033 gst/isomp4/qtdemux.c:6072 -#: gst/isomp4/qtdemux.c:6079 gst/isomp4/qtdemux.c:6736 -#: gst/isomp4/qtdemux.c:7163 gst/isomp4/qtdemux.c:7170 -#: gst/isomp4/qtdemux.c:9287 +#: gst/isomp4/qtdemux.c:3042 gst/isomp4/qtdemux.c:6092 +#: gst/isomp4/qtdemux.c:6099 gst/isomp4/qtdemux.c:6756 +#: gst/isomp4/qtdemux.c:7183 gst/isomp4/qtdemux.c:7190 +#: gst/isomp4/qtdemux.c:9307 msgid "This file is corrupt and cannot be played." msgstr "" -#: gst/isomp4/qtdemux.c:3275 +#: gst/isomp4/qtdemux.c:3284 msgid "Invalid atom size." msgstr "" -#: gst/isomp4/qtdemux.c:3351 +#: gst/isomp4/qtdemux.c:3360 msgid "This file is incomplete and cannot be played." msgstr "" -#: gst/isomp4/qtdemux.c:7939 +#: gst/isomp4/qtdemux.c:7959 msgid "The video in this file might not play correctly." msgstr "" -#: gst/isomp4/qtdemux.c:9328 +#: gst/isomp4/qtdemux.c:9348 #, c-format msgid "This file contains too many streams. Only playing first %d" msgstr "" @@ -115,13 +115,13 @@ msgstr "" msgid "Internal data flow error." msgstr "" -#: gst/rtsp/gstrtspsrc.c:6699 +#: gst/rtsp/gstrtspsrc.c:6719 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:6704 +#: gst/rtsp/gstrtspsrc.c:6724 msgid "" "No supported stream was found. You might need to allow more transport " "protocols or may otherwise be missing the right GStreamer RTSP extension " @@ -256,80 +256,80 @@ msgstr "" msgid "Error reading %d bytes from device '%s'." msgstr "" -#: sys/v4l2/gstv4l2object.c:1086 +#: sys/v4l2/gstv4l2object.c:1085 #, c-format msgid "Failed to enumerate possible video formats device '%s' can work with" msgstr "" -#: sys/v4l2/gstv4l2object.c:2453 +#: sys/v4l2/gstv4l2object.c:2452 #, c-format msgid "Could not map buffers from device '%s'" msgstr "" -#: sys/v4l2/gstv4l2object.c:2461 +#: sys/v4l2/gstv4l2object.c:2460 #, c-format msgid "The driver of device '%s' does not support the IO method %d" msgstr "" -#: sys/v4l2/gstv4l2object.c:2468 +#: sys/v4l2/gstv4l2object.c:2467 #, c-format msgid "The driver of device '%s' does not support any known IO method." msgstr "" -#: sys/v4l2/gstv4l2object.c:2974 sys/v4l2/gstv4l2object.c:2985 +#: sys/v4l2/gstv4l2object.c:2973 sys/v4l2/gstv4l2object.c:2984 #, c-format msgid "Device '%s' is busy" msgstr "" -#: sys/v4l2/gstv4l2object.c:2991 sys/v4l2/gstv4l2object.c:3003 +#: sys/v4l2/gstv4l2object.c:2990 sys/v4l2/gstv4l2object.c:3002 #, c-format msgid "Device '%s' cannot capture at %dx%d" msgstr "" -#: sys/v4l2/gstv4l2object.c:3014 +#: sys/v4l2/gstv4l2object.c:3013 #, c-format msgid "Device '%s' cannot capture in the specified format" msgstr "" -#: sys/v4l2/gstv4l2object.c:3027 +#: sys/v4l2/gstv4l2object.c:3026 #, c-format msgid "Device '%s' does support non-contiguous planes" msgstr "" -#: sys/v4l2/gstv4l2object.c:3038 +#: sys/v4l2/gstv4l2object.c:3037 #, c-format msgid "Could not get parameters on device '%s'" msgstr "" -#: sys/v4l2/gstv4l2object.c:3046 +#: sys/v4l2/gstv4l2object.c:3045 msgid "Video device did not accept new frame rate setting." msgstr "" -#: sys/v4l2/gstv4l2object.c:3151 +#: sys/v4l2/gstv4l2object.c:3150 msgid "Video device did not provide output format." msgstr "" -#: sys/v4l2/gstv4l2object.c:3157 +#: sys/v4l2/gstv4l2object.c:3156 msgid "Video device returned invalid dimensions." msgstr "" -#: sys/v4l2/gstv4l2object.c:3165 +#: sys/v4l2/gstv4l2object.c:3164 msgid "Video devices uses an unsupported interlacing method." msgstr "" -#: sys/v4l2/gstv4l2object.c:3172 +#: sys/v4l2/gstv4l2object.c:3171 msgid "Video devices uses an unsupported pixel format." msgstr "" -#: sys/v4l2/gstv4l2object.c:3584 +#: sys/v4l2/gstv4l2object.c:3583 msgid "Failed to configure internal buffer pool." msgstr "" -#: sys/v4l2/gstv4l2object.c:3590 +#: sys/v4l2/gstv4l2object.c:3589 msgid "Video device did not suggest any buffer size." msgstr "" -#: sys/v4l2/gstv4l2object.c:3605 +#: sys/v4l2/gstv4l2object.c:3604 msgid "No downstream pool to import from." msgstr "" diff --git a/po/hr.gmo b/po/hr.gmo index d31112d4f01f04c9267fdb251c6c6cbb080fd5be..1c84bc530487da3d2f609a77a8005381257f13ae 100644 Binary files a/po/hr.gmo and b/po/hr.gmo differ diff --git a/po/hr.po b/po/hr.po index e54d070cf3eee2bee1f6765cf9518c2acb566b04..5926e19e65f7b7490a45c6192f3e05f44a51dcb6 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 76de3cf985d568ad3fb2649909615a073683b00a..8070b3f49ca00bc2a43776493347b47a799ab962 100644 Binary files a/po/hu.gmo and b/po/hu.gmo differ diff --git a/po/hu.po b/po/hu.po index 8da7fad5d4452debf781aea4864b07f67c4f8746..72c42e1d42859045eeb63e2b88dad25f535d8f77 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-06-29 12:56+0200\n" "Last-Translator: Balázs Úr <urbalazs@gmail.com>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" diff --git a/po/id.gmo b/po/id.gmo index 2642ab43d6964bc79601ae02a28e0c9d9f6eb2fa..a666feba473d079de4aeb5357c33e7bf320bf46b 100644 Binary files a/po/id.gmo and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index 6579e9c32c3c9c62dc3995a62028fd9ed14dd73e..dabc04477531c88c0f48f927260757f9867a69ae 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-07-06 21:37+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 0bf64ce1663105c3c5b9653d497b56cb85fdadc7..9c0e9c51c78a64cddbda3f8f1f60a98225e4ee00 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index e15857aad7335dbc8839f357c082ae21a7d59e87..a3fbf6a4ec767f896f4d9b97b78826d62a4abf09 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 7f03f7a81c41788fa190610e7212ef889116fed9..b174e737043777f84ecfbba0611bc44a3423610d 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index 8c6b6e3fd4bbaa46b16004fe5e98d187321d1540..17703d6656f6337757ea382e939086258f8edcfc 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 9a854f93cb177eff2196f44c5723b9d2074294bc..2f606de0d28edf84dd5e6b40354ee3cf57915eeb 100644 Binary files a/po/lt.gmo and b/po/lt.gmo differ diff --git a/po/lt.po b/po/lt.po index 8d37c9f2ab4a4afd4f5c97e1a178b0b18dcca5e6..87843d503a0ddddee0522d3ffeb9d955c5018c14 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 ca7c1e1161f93b2d1d5b72ceb9926cf491336d0c..5c2016eb7a6e21df8e79ced9bcdd52b73ee21d8b 100644 Binary files a/po/lv.gmo and b/po/lv.gmo differ diff --git a/po/lv.po b/po/lv.po index 906ba1e94163f43fe8efcb7158e848cc3799b2e4..340229a215afb2b674653c5705266e9584357f36 100644 --- a/po/lv.po +++ b/po/lv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-04-20 16:38+0300\n" "Last-Translator: Rihards Prieditis <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 9480dedf7a8f198990e8ffbce012a1340dee278b..3b11f18fba1a933a750622c3e92556fb9ac73567 100644 Binary files a/po/mt.gmo and b/po/mt.gmo differ diff --git a/po/mt.po b/po/mt.po index 6470f8bedb0e1d2a5fb2ba3ae40fe3f5e0b70bdc..df3d12ab14340052f0bd9f9c5170468b70bb5508 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 9de6d0567fd608f8a55046a2a84c12970e4c267a..44d6d65cb90e61284707ba14b35e88f915d5c5b6 100644 Binary files a/po/nb.gmo and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index 15c8db3ce437757510d3f27e95ff29dbca82f699..be6bf36d5bdb87c66a5af2a2778a57aff7026b55 100644 --- a/po/nb.po +++ b/po/nb.po @@ -6,10 +6,10 @@ # msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good 1.2.1\n" +"Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" -"PO-Revision-Date: 2014-01-22 17:49+0100\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" +"PO-Revision-Date: 2014-07-22 13:14+0100\n" "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" "Language: nb_NO\n" @@ -236,9 +236,9 @@ msgstr "Enhet «%s» kan ikke fange ved %dx%d" msgid "Device '%s' cannot capture in the specified format" msgstr "Enhet «%s» kan ikke fange i det angitte formatet" -#, fuzzy, c-format +#, c-format msgid "Device '%s' does support non-contiguous planes" -msgstr "Enhet «%s» støtter ikke videoopptak" +msgstr "Enhet «%s» støtter ikke ikke-sammenhengende plan" #, c-format msgid "Could not get parameters on device '%s'" @@ -247,30 +247,26 @@ msgstr "Kunne ikke fÃ¥ parametere pÃ¥ enheten «%s»." msgid "Video device did not accept new frame rate setting." msgstr "Videoenheten aksepterte ikke ny bildefrekvensinnstilling." -#, fuzzy msgid "Video device did not provide output format." -msgstr "Videoenheten aksepterte ikke ny bildefrekvensinnstilling." +msgstr "Videoenhet tilbød ikke utdataformat." msgid "Video device returned invalid dimensions." -msgstr "" +msgstr "Videoenhet returnerte ugyldige dimensjoner." -#, fuzzy msgid "Video devices uses an unsupported interlacing method." -msgstr "Driveren av enheten «%s» støtter ikke IO metoden %d" +msgstr "Video-enheter bruker en ustøttet linjeflettingsmetode." msgid "Video devices uses an unsupported pixel format." -msgstr "" +msgstr "Videoenhet bruker et ustøttet pikselformat." -#, fuzzy msgid "Failed to configure internal buffer pool." -msgstr "Videoenhet kan ikke opprette bufferkø" +msgstr "Klarte ikke Ã¥ konfigurere internt bufferomrÃ¥de" -#, fuzzy msgid "Video device did not suggest any buffer size." -msgstr "Videoenhet kan ikke opprette bufferkø" +msgstr "Videoenhet foreslo ikke noen bufferstørrelse." msgid "No downstream pool to import from." -msgstr "" +msgstr "Ingen nedstrømsomrÃ¥de Ã¥ importere fra." #, c-format msgid "Failed to get settings of tuner %d on device '%s'." @@ -297,33 +293,32 @@ msgid "Failed to change mute state for device '%s'." msgstr "Klarte ikke Ã¥ endre dempe-modus for enheten «%s»." msgid "Failed to allocated required memory." -msgstr "" +msgstr "Kunne ikke tildele nødvendige minne." msgid "Failed to allocate required memory." -msgstr "" +msgstr "Kunne ikke tildele nødvendige minne." -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported input format" -msgstr "Driveren av enheten «%s» støtter ikke IO metoden %d" +msgstr "Konverter pÃ¥ enhet «%s» har ingen støttede inndataformat" -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported output format" -msgstr "Videoenheten aksepterte ikke ny bildefrekvensinnstilling." +msgstr "Konverter pÃ¥ enhet «%s» har ingen støttede utdataformat" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported input format" -msgstr "Videoenheten aksepterte ikke ny bildefrekvensinnstilling." +msgstr "Enkoder pÃ¥ enhet «%s» har ingen støttede inndataformat" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported output format" -msgstr "Videoenheten aksepterte ikke ny bildefrekvensinnstilling." +msgstr "Enkoder pÃ¥ enhet «%s» har ingen støttede utdataformat" -#, fuzzy msgid "Failed to start decoding thread." -msgstr "Klarte ikke Ã¥ dekode JPEG-bilde" +msgstr "Klarte ikke Ã¥ starte dekoding av trÃ¥den." msgid "Failed to process frame." -msgstr "" +msgstr "Kunne ikke behandle ramme." #, c-format msgid "" @@ -369,11 +364,11 @@ msgstr "Enhet «%s» kan ikke fange data." msgid "Device '%s' is not a output device." msgstr "Enhet «%s» er ikke en utgangsenhet." -#, fuzzy, c-format +#, c-format msgid "Device '%s' is not a M2M device." -msgstr "Enhet «%s» er ikke en utgangsenhet." +msgstr "Enheten «%s» er ikke en M2M-enhet." -#, fuzzy, c-format +#, c-format msgid "Could not dup device '%s' for reading and writing." msgstr "Kunne ikke Ã¥pne enhet «%s» for lesing og skriving." diff --git a/po/nl.gmo b/po/nl.gmo index 631c8cdf82bb19332587a8e5fa63f62819028ace..35d436e35bf5f5c734d3346bed725247c734b1d2 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index 26309eeb41208f58e8ea9c20fa0b208c579092b1..e215abd20f08ab93e7f8aebc4fb161618822a127 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,13 +1,13 @@ -# translation of gst-plugins-good-1.3.2.nl.po to Dutch +# translation of gst-plugins-good-1.3.90.nl.po to Dutch # This file is put in the public domain. # # Freek de Kruijf <f.de.kruijf@gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014. msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good 1.3.2\n" +"Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" -"PO-Revision-Date: 2014-05-22 00:41+0200\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" +"PO-Revision-Date: 2014-07-22 10:55+0200\n" "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" "Language: nl\n" @@ -297,33 +297,32 @@ msgid "Failed to change mute state for device '%s'." msgstr "De gedempte status van apparaat '%s' wijzigen is mislukt." msgid "Failed to allocated required memory." -msgstr "" +msgstr "Vereist geheugen toekennen is mislukt." msgid "Failed to allocate required memory." -msgstr "" +msgstr "Vereist geheugen toekennen is mislukt." -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported input format" -msgstr "Video-apparaat gebruikt een niet ondersteund pixelformaat." +msgstr "Converter op apparaat %s heeft geen ondersteund invoerformaat" -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported output format" -msgstr "Video-apparaat gebruikt een niet ondersteund pixelformaat." +msgstr "Converter op apparaat %s heeft geen ondersteund uitvoerformaat" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported input format" -msgstr "Video-apparaat gebruikt een niet ondersteund pixelformaat." +msgstr "Codeerder op apparaat %s heeft geen ondersteund invoerformaat" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported output format" -msgstr "Video-apparaat gebruikt een niet ondersteund pixelformaat." +msgstr "Codeerder op apparaat %s heeft geen ondersteund uitvoerformaat" -#, fuzzy msgid "Failed to start decoding thread." -msgstr "Kan de JPEG-afbeelding niet decoderen" +msgstr "Beginnen met decoderen van thread is mislukt." msgid "Failed to process frame." -msgstr "" +msgstr "Bewerken van frame is mislukt." #, c-format msgid "" diff --git a/po/or.gmo b/po/or.gmo index 1431ad9840ff704922e933c0305840571cc0d8a3..342727264a16250665907a31fae7866c9e266bf5 100644 Binary files a/po/or.gmo and b/po/or.gmo differ diff --git a/po/or.po b/po/or.po index 74b2966237180de052bdeac5326f6ae93110f30e..acbeb4185299237f1bb1e0cdea3dabc15b845f4b 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 cc31e653963868a32c751ee48a05ecec030b6c98..c15d9d4a1cca3b3467b682297497bfbba53d5bd6 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index b346433593f769dfc45b9468be68bb8bb3eb8af1..b3297daba6ef1e9482d2d2a612fdff1cf6758b85 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-06-29 10:45+0200\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 6055b680162491dd15e7684a45d338c6a0d8ec14..cb45d64499d3b8debf3e871a1792c4fed7b84c00 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 9925fa23101083eb481ef480a402ca8453761807..8fee325d4c25c3747f3ddf2555b6787c07b1a882 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,18 +1,20 @@ # Brazilian Portuguese translation of gst-plugins-good. # This file is distributed under the same license as the gst-plugins-good package. -# Copyright (C) 2008-2013 Free Software Foundation, Inc. -# FabrÃcio Godoy <skarllot@gmail.com>, 2008-2013. +# Copyright (C) 2008-2015 Free Software Foundation, Inc. +# FabrÃcio Godoy <skarllot@gmail.com>, 2008-2015. # # data flow -> fluxo de dados # streaming -> fluxo contÃnuo # clock -> temporizador +# plane (overlay plane) -> plano de sobreposição +# pool -> coleção, conjunto, agrupamento # msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good-1.2.1\n" +"Project-Id-Version: gst-plugins-good-1.4.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" -"PO-Revision-Date: 2013-12-29 17:48-0200\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" +"PO-Revision-Date: 2015-02-01 23:02-0200\n" "Last-Translator: FabrÃcio Godoy <skarllot@gmail.com>\n" "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge." "net>\n" @@ -247,9 +249,10 @@ msgstr "O dispositivo \"%s\" não realiza captura a %dx%d" msgid "Device '%s' cannot capture in the specified format" msgstr "O dispositivo \"%s\" não realiza captura no formato especificado" -#, fuzzy, c-format +#, c-format msgid "Device '%s' does support non-contiguous planes" -msgstr "O dispositivo \"%s\" não tem suporte a captura de vÃdeo" +msgstr "" +"O dispositivo \"%s\" não tem suporte a planos de sobreposição não-contÃnuos" #, c-format msgid "Could not get parameters on device '%s'" @@ -258,30 +261,27 @@ msgstr "Não foi possÃvel obter os parâmetros no dispositivo \"%s\"" msgid "Video device did not accept new frame rate setting." msgstr "O dispositivo de vÃdeo não aceita definir uma nova taxa de quadros." -#, fuzzy msgid "Video device did not provide output format." -msgstr "O dispositivo de vÃdeo não aceita definir uma nova taxa de quadros." +msgstr "O dispositivo de vÃdeo não forneceu um formato de saÃda." msgid "Video device returned invalid dimensions." -msgstr "" +msgstr "O dispositivo de vÃdeo retornou dimensões inválidas." -#, fuzzy msgid "Video devices uses an unsupported interlacing method." -msgstr "O driver do dispositivo \"%s\" não tem suporte ao método %d de E/S" +msgstr "" +"Os dispositivos de vÃdeo utilizam um método de entrelaçamento não suportado." msgid "Video devices uses an unsupported pixel format." -msgstr "" +msgstr "Os dispositivos de vÃdeo utilizam um formato para pixel não suportado." -#, fuzzy msgid "Failed to configure internal buffer pool." -msgstr "O dispositivo de vÃdeo não pôde reservar um buffer." +msgstr "Falha ao configurar uma coleção de buffer interno." -#, fuzzy msgid "Video device did not suggest any buffer size." -msgstr "O dispositivo de vÃdeo não pôde reservar um buffer." +msgstr "O dispositivo de vÃdeo não sugeriu nenhum tamanho de buffer." msgid "No downstream pool to import from." -msgstr "" +msgstr "Nenhuma coleção de fluxo de recebimento para importar." #, c-format msgid "Failed to get settings of tuner %d on device '%s'." @@ -308,33 +308,35 @@ msgid "Failed to change mute state for device '%s'." msgstr "Falha ao alternar entre com e sem áudio para o dispositivo \"%s\"." msgid "Failed to allocated required memory." -msgstr "" +msgstr "Falha ao alocar a memória necessária." msgid "Failed to allocate required memory." -msgstr "" +msgstr "Falha ao alocar a memória necessária." -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported input format" -msgstr "O driver do dispositivo \"%s\" não tem suporte ao método %d de E/S" +msgstr "" +"O conversor no dispositivo %s não tem um formato de entrada com suporte" -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported output format" -msgstr "O dispositivo de vÃdeo não aceita definir uma nova taxa de quadros." +msgstr "O conversor no dispositivo %s não tem um formato de saÃda com suporte" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported input format" -msgstr "O dispositivo de vÃdeo não aceita definir uma nova taxa de quadros." +msgstr "" +"O codificador no dispositivo %s não tem um formato de entrada com suporte" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported output format" -msgstr "O dispositivo de vÃdeo não aceita definir uma nova taxa de quadros." +msgstr "" +"O codificador no dispositivo %s não tem um formato de saÃda com suporte" -#, fuzzy msgid "Failed to start decoding thread." -msgstr "Falha ao decodificar a imagem JPEG" +msgstr "Falha ao iniciar o segmento de decodificação." msgid "Failed to process frame." -msgstr "" +msgstr "Falha ao processar quadro." #, c-format msgid "" @@ -380,13 +382,14 @@ msgstr "O dispositivo \"%s\" não é um dispositivo de captura." msgid "Device '%s' is not a output device." msgstr "O dispositivo \"%s\" não é um dispositivo de saÃda." -#, fuzzy, c-format +#, c-format msgid "Device '%s' is not a M2M device." -msgstr "O dispositivo \"%s\" não é um dispositivo de saÃda." +msgstr "O dispositivo \"%s\" não é um dispositivo M2M." -#, fuzzy, c-format +#, c-format msgid "Could not dup device '%s' for reading and writing." -msgstr "Não foi possÃvel abrir o dispositivo \"%s\" para leitura e gravação." +msgstr "" +"Não foi possÃvel duplicar o dispositivo \"%s\" para leitura e gravação." #, c-format msgid "Failed to set norm for device '%s'." diff --git a/po/ro.gmo b/po/ro.gmo index 8b6acd61d8102f4ad5f5aa394f8b7e4f7ec240f0..966983157589052fe2bbc2ecd71bcd18a4febedd 100644 Binary files a/po/ro.gmo and b/po/ro.gmo differ diff --git a/po/ro.po b/po/ro.po index bad69718d750e63811d793eb4ed4b057dce333d4..9879f7bad2c640f3dd20ece7530f55214077c467 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 124c3463f7f585a0b5f1f23eda65db0f1e9d6875..d116aadbe3d8056b72a13305336889d1d9306521 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index 7f7f82781a0b46b53dfe017343edb898b19830dc..3b704b711baf414afc40df363a853a46a7ffb5f5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-06-29 18:59+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 a16191d0dd7375cb96ccfadf8e7e8b806880a7b3..04556e9a76da1e2763cef42f840b82cdaafb49f3 100644 Binary files a/po/sk.gmo and b/po/sk.gmo differ diff --git a/po/sk.po b/po/sk.po index f3c79602cf9201a0ee031f4ac68e24e42e66a1d9..bc82780d1bc1682028a8cbccbcab7ba9650ffe34 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-01-30 11:08+0100\n" "Last-Translator: Peter Tuharsky <tuharsky@misbb.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" diff --git a/po/sl.gmo b/po/sl.gmo index d19bd16f420a9af6649baedc5091cf6a1d2d1a6d..525c4702c0f65140555c5df5e2d4c75213d2c199 100644 Binary files a/po/sl.gmo and b/po/sl.gmo differ diff --git a/po/sl.po b/po/sl.po index ad2aaf606e360f48c163f12cd108088223b263dd..e842d9b501828aaf0dd3b793a486e3f0b4e4874d 100644 --- a/po/sl.po +++ b/po/sl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good-1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-04-09 22:52+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 fe6afbaf9827ce5fbc1f963f45a4a70b3fe2d387..5d0ce76728ed4696b92ffc7bf4b7a1b599e984bd 100644 Binary files a/po/sq.gmo and b/po/sq.gmo differ diff --git a/po/sq.po b/po/sq.po index 13ebeffbca606c95f4189dca6cd46996539bdf12..1eb253c182f809bb31a5a50e472d5eeea9c251ff 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 0e7766dd97fcca5e1d31f424e92d92bddf7e985f..59bb95504b207bdd8fbcdfedf4395017b81bf695 100644 Binary files a/po/sr.gmo and b/po/sr.gmo differ diff --git a/po/sr.po b/po/sr.po index a9e22595a21f00201fb5e71305ce182e39904769..9bb356bec1240a1f94fb645c7da04c1200a44639 100644 --- a/po/sr.po +++ b/po/sr.po @@ -2,13 +2,13 @@ # Copyright (C) 2014 Free Software Foundation, Inc. # This file is distributed under the same license as the gst-plugins-good package. # Danilo Segan <dsegan@gmx.net>, 2004. -# МироÑлав Ðиколић <miroslavnikolic@rocketmail.com>, 2011-2014. +# МироÑлав Ðиколић <miroslavnikolic@rocketmail.com>, 2011—2014. msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good-1.3.2\n" +"Project-Id-Version: gst-plugins-good-1.4.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" -"PO-Revision-Date: 2014-06-18 19:56+0200\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" +"PO-Revision-Date: 2014-09-13 10:50+0200\n" "Last-Translator: МироÑлав Ðиколић <miroslavnikolic@rocketmail.com>\n" "Language-Team: Serbian <(nothing)>\n" "Language: sr\n" @@ -296,33 +296,32 @@ msgid "Failed to change mute state for device '%s'." msgstr "ÐиÑам уÑпео да изменим Ñтање утишаноÑти за уређај „%s“." msgid "Failed to allocated required memory." -msgstr "" +msgstr "ÐиÑам уÑпео да доделим затражену меморију." msgid "Failed to allocate required memory." -msgstr "" +msgstr "ÐиÑам уÑпео да доделим затражену меморију." -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported input format" -msgstr "Видео уређаји кориÑте неподржани Ð·Ð°Ð¿Ð¸Ñ Ñличице." +msgstr "Претварач на уређају „%s“ нема подржани улазни запиÑ" -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported output format" -msgstr "Видео уређаји кориÑте неподржани Ð·Ð°Ð¿Ð¸Ñ Ñличице." +msgstr "Претварач на уређају „%s“ нема подржани излазни запиÑ" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported input format" -msgstr "Видео уређаји кориÑте неподржани Ð·Ð°Ð¿Ð¸Ñ Ñличице." +msgstr "Кодер на уређају „%s“ нема подржани улазни запиÑ" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported output format" -msgstr "Видео уређаји кориÑте неподржани Ð·Ð°Ð¿Ð¸Ñ Ñличице." +msgstr "Кодер на уређају „%s“ нема подржани излазни запиÑ" -#, fuzzy msgid "Failed to start decoding thread." -msgstr "ÐиÑам уÑпео да декодирам ЈПЕГ Ñлику" +msgstr "ÐиÑам уÑпео да покренем нит декодирања." msgid "Failed to process frame." -msgstr "" +msgstr "ÐиÑам уÑпео да обрадим кадар." #, c-format msgid "" diff --git a/po/sv.gmo b/po/sv.gmo index 438f34e54304822d4b2a072828c63476ef48ef4c..b50f2827c5e3ad16e8c24dca5b2ea80705c129a5 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index 603151e016f945261c782f78a36cca46ac95a8c3..57579a4ee3eeeae912678f12a86092ba5af4e3bf 100644 --- a/po/sv.po +++ b/po/sv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-07-11 02:52+0200\n" "Last-Translator: Sebastian Rasmussen <sebras@gmail.com>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" diff --git a/po/tr.gmo b/po/tr.gmo index 8032a25a62c7a35029af86d9d2b536f649f11a69..0075719a421d0ade1a8a668e30da19b7ed34a776 100644 Binary files a/po/tr.gmo and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po index f0efdff35e8708460a11b4f10dec3788d191b266..da4b86a5d96f2cdb550c52916164f420b9b6b9a1 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,23 +1,26 @@ # translation of gst-plugins-good-1.0.3.po to Turkish # This file is put in the public domain. +# This file is distributed under the same license as the gst-plugins-good package. # Server Acim <serveracim@gmail.com>, 2010. # Server Acim <serveracim@gmail.com>, 2011. -# Server Acim <serveracim@gmail.com>, 2013. +# Server Acim <serveracim@gmail.com>, 2013, 2015. msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good 1.0.3\n" +"Project-Id-Version: gst-plugins-good 1.4.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" -"PO-Revision-Date: 2013-03-10 13:05+0200\n" -"Last-Translator: Server Acim <serveracim@gmail.com>\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" +"PO-Revision-Date: 2015-01-10 21:07+0100\n" +"Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" "Language: tr\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 1.5\n" msgid "Jack server not found" -msgstr "" +msgstr "Jack sunucusu bulunamadı" msgid "Failed to decode JPEG image" msgstr "JPEG görüntüsünü çözümlenemedi" @@ -67,7 +70,7 @@ msgid "This file is invalid and cannot be played." msgstr "Bu dosya geçersiz ve oynatılamaz." msgid "Cannot play stream because it is encrypted with PlayReady DRM." -msgstr "" +msgstr "Akış çalınamadı çünkü PlayReady DRM ile ÅŸifrelenmiÅŸ." msgid "This file is corrupt and cannot be played." msgstr "Bu dosya bozuk ve oynatılamaz." @@ -166,13 +169,11 @@ msgstr "AUX 1 GiriÅŸ" msgid "AUX 2 In" msgstr "AUX 2 GiriÅŸ" -#, fuzzy msgid "Codec Loopback" -msgstr "Geridönüm" +msgstr "Kodek Geridönüşü" -#, fuzzy msgid "SunVTS Loopback" -msgstr "Geridönüm" +msgstr "SunVTS Geridönüşü" msgid "Volume" msgstr "Ses GiriÅŸi" @@ -235,9 +236,9 @@ msgstr "Aygıt '%s' görüntü yakalayamadı%dx%d" msgid "Device '%s' cannot capture in the specified format" msgstr "Aygıt '%s' belirtilen kipte görüntü yakalayamadı" -#, fuzzy, c-format +#, c-format msgid "Device '%s' does support non-contiguous planes" -msgstr "Aygıt '%s' video yakalamayı desteklemiyor" +msgstr "Aygıt '%s' bitiÅŸik olmayan düzlemleri desteklemiyor" #, c-format msgid "Could not get parameters on device '%s'" @@ -246,30 +247,26 @@ msgstr "DeÄŸiÅŸtirgeler aygıttan '%s' alınamıyor" msgid "Video device did not accept new frame rate setting." msgstr "Vidyo aygıtı yeni çerçeve oranı ayarlarını kabul etmedi." -#, fuzzy msgid "Video device did not provide output format." -msgstr "Vidyo aygıtı yeni çerçeve oranı ayarlarını kabul etmedi." +msgstr "Video aygıtı çıktı biçimini saÄŸlamadı." msgid "Video device returned invalid dimensions." -msgstr "" +msgstr "Video aygıtı geçersiz boyutlar döndü." -#, fuzzy msgid "Video devices uses an unsupported interlacing method." -msgstr "Bu aygıtın sürücüsü '%s' IO yöntemini desteklemiyor %d" +msgstr "Video aygıtları desteklenmeyen bir birbirine geçme yöntemi kullanıyor." msgid "Video devices uses an unsupported pixel format." -msgstr "" +msgstr "Video aygıtları desteklenmeyen bir piksel biçimini kullanıyor." -#, fuzzy msgid "Failed to configure internal buffer pool." -msgstr "Video aygıtı tampon havuzu yaratamadı." +msgstr "İç tampon bellek havuzu yapılandırılamıyor." -#, fuzzy msgid "Video device did not suggest any buffer size." -msgstr "Video aygıtı tampon havuzu yaratamadı." +msgstr "Video aygıtı herhangi bir tampon bellek boyutu önermedi." msgid "No downstream pool to import from." -msgstr "" +msgstr "İçeri aktarılacak akıntı havuzu yok." #, c-format msgid "Failed to get settings of tuner %d on device '%s'." @@ -296,33 +293,32 @@ msgid "Failed to change mute state for device '%s'." msgstr "Aygıt '%s' susturulmaya ayarlanamadı." msgid "Failed to allocated required memory." -msgstr "" +msgstr "Gerekli bellek ayrılamadı." msgid "Failed to allocate required memory." -msgstr "" +msgstr "Gerekli bellek ayrılamıyor." -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported input format" -msgstr "Bu aygıtın sürücüsü '%s' IO yöntemini desteklemiyor %d" +msgstr "Aygıt %s üzerindeki dönüştürücü girdi biçimini desteklemiyor" -#, fuzzy, c-format +#, c-format msgid "Converter on device %s has no supported output format" -msgstr "Bu aygıtın sürücüsü '%s' IO yöntemini desteklemiyor %d" +msgstr "Aygıt %s üzerindeki dönüştürücü çıktı biçimini desteklemiyor" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported input format" -msgstr "Bu aygıtın sürücüsü '%s' IO yöntemini desteklemiyor %d" +msgstr "Aygıt %s üzerindeki kodlayıcı girdi biçimini deskteklemiyor" -#, fuzzy, c-format +#, c-format msgid "Encoder on device %s has no supported output format" -msgstr "Bu aygıtın sürücüsü '%s' IO yöntemini desteklemiyor %d" +msgstr "Aygıt %s üzerindeki kodlayıcı çıktı biçimini deskteklemiyor" -#, fuzzy msgid "Failed to start decoding thread." -msgstr "JPEG görüntüsünü çözümlenemedi" +msgstr "Çözme iÅŸi baÅŸlaması baÅŸarısız." msgid "Failed to process frame." -msgstr "" +msgstr "İşlem çerçevesi baÅŸarısız." #, c-format msgid "" @@ -368,13 +364,13 @@ msgstr "Aygıt '%s' bir yakalama aygıtı deÄŸil." msgid "Device '%s' is not a output device." msgstr "Aygıt '%s' bir çıkış aygıtı deÄŸil." -#, fuzzy, c-format +#, c-format msgid "Device '%s' is not a M2M device." -msgstr "Aygıt '%s' bir çıkış aygıtı deÄŸil." +msgstr "Aygıt '%s' bir M2M aygıtı deÄŸil." -#, fuzzy, c-format +#, c-format msgid "Could not dup device '%s' for reading and writing." -msgstr "Åžu aygıtı '%s' okuma ve yazma için açamıyor." +msgstr "Okuma ve yazma için '%s' aygıtı kopyalanamadı." #, c-format msgid "Failed to set norm for device '%s'." diff --git a/po/uk.gmo b/po/uk.gmo index 10dce38d5e39f5be6ba50407739059e3c2237be2..e0c68a45192c043990c3d9ce8f49b956e27b6c3e 100644 Binary files a/po/uk.gmo and b/po/uk.gmo differ diff --git a/po/uk.po b/po/uk.po index f42f82fcbdccd30cbc9b015272949ab00533a580..beda58c9f19daa288c6287435d3bc9072f321ade 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-06-29 11:40+0300\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 00073b31b7cc24c3ad170db7f8ac3f5381ed44b3..3a20269f23e1564e23d0f8136f37d4dc38d06f4e 100644 Binary files a/po/vi.gmo and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index 1c911354e1e2186bd293bacf0d80676d17110cc2..7fc895c7a7423f174372a47231c358087e4d6b05 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-good 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\n" "PO-Revision-Date: 2014-06-30 09:12+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 c26f32321d17a46978b2f2bc4be66cb4db988531..e7d5d3d5b4bb0c7cd33d5966d8c64c85b3ea49d0 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 a641a126238f1c902e675189490cc4bfe82caea8..423668d1130d0099bff9f333abeee943efb6cf75 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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" @@ -416,9 +416,6 @@ msgstr "å°šä¸æ”¯æŒåœ¨è¿è¡Œæ—¶æ›´æ”¹åˆ†è¾¨çŽ‡ã€‚" msgid "Cannot operate without a clock" msgstr "æ²¡æœ‰æ—¶é’Ÿçš„è¯æ— 法æ“作" -#~ msgid "Device '%s' does not support video capture" -#~ msgstr "设备‘%sâ€™ä¸æ”¯æŒè§†é¢‘æ•获" - #~ msgid "Failed to query sound server capabilities" #~ msgstr "查寻音频æœåŠ¡å™¨çš„æœåŠ¡å¤±è´¥" diff --git a/po/zh_HK.gmo b/po/zh_HK.gmo index bde5918b49ba7d08330897bc82ff1d9b94514aa9..0cbd6f2a54e918c26181b49b992fd25e44e76af8 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 9822f9a0efcb69fa971b75dd3624e82d02c62388..6b09f732f266e93787f6f65d8b2c69d715c18e3e 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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 68499a0ac52c55350eb53c5c1d262897f63d7b43..933bce2729afd40ff8a22cff6c5221a7c55b3e4a 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 42899f0a191a895f45a4b844256618459c598fd9..34872a03f54bd81ea0863ab474391769bb3b98eb 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: 2015-05-13 13:04+0300\n" +"POT-Creation-Date: 2015-06-07 10:36+0200\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/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index 816b42c9112c213bfed3cefb9a69e17b33783487..d76b9a2c61cbb96358aeb1eac531f636beb58c23 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -723,20 +723,19 @@ gst_v4l2_object_get_property_helper (GstV4l2Object * v4l2object, static void gst_v4l2_get_driver_min_buffers (GstV4l2Object * v4l2object) { - int min; - gboolean ret = FALSE; + struct v4l2_control control = { 0, }; + + g_return_if_fail (GST_V4L2_IS_OPEN (v4l2object)); - /* Certain driver may expose a minimum number of buffers through controls. */ - /* If the ioctl is not supported by the driver, min_buffers remains zero. */ - ret = gst_v4l2_get_attribute (v4l2object, - V4L2_TYPE_IS_OUTPUT (v4l2object->type) - ? V4L2_CID_MIN_BUFFERS_FOR_OUTPUT : V4L2_CID_MIN_BUFFERS_FOR_CAPTURE, - &min); + if (V4L2_TYPE_IS_OUTPUT (v4l2object->type)) + control.id = V4L2_CID_MIN_BUFFERS_FOR_OUTPUT; + else + control.id = V4L2_CID_MIN_BUFFERS_FOR_CAPTURE; - if (ret) { + if (v4l2_ioctl (v4l2object->video_fd, VIDIOC_G_CTRL, &control) == 0) { GST_DEBUG_OBJECT (v4l2object->element, - "driver requires a minimum of %d buffers", min); - v4l2object->min_buffers = min; + "driver requires a minimum of %d buffers", control.value); + v4l2object->min_buffers = control.value; } else { v4l2object->min_buffers = 0; } diff --git a/tests/check/elements/aacparse.c b/tests/check/elements/aacparse.c index 9a5064704dde5aec62299b38480a51f7e48b4968..6ec29d624f1cec7c826e6efd60bb46a43734da1a 100644 --- a/tests/check/elements/aacparse.c +++ b/tests/check/elements/aacparse.c @@ -240,6 +240,11 @@ aacparse_suite (void) Suite *s = suite_create ("aacparse"); TCase *tc_chain = tcase_create ("general"); + /* init test context */ + ctx_factory = "aacparse"; + ctx_sink_template = &sinktemplate; + ctx_src_template = &srctemplate; + suite_add_tcase (s, tc_chain); /* ADIF tests */ tcase_add_test (tc_chain, test_parse_adif_normal); @@ -267,25 +272,4 @@ aacparse_suite (void) * - Both push- and pull-modes need to be tested * * Pull-mode & EOS */ - -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = aacparse_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - /* init test context */ - ctx_factory = "aacparse"; - ctx_sink_template = &sinktemplate; - ctx_src_template = &srctemplate; - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (aacparse); diff --git a/tests/check/elements/ac3parse.c b/tests/check/elements/ac3parse.c index 7877cd08facc1d0c4a327f077dca4e4b7ab26ff3..1bbe59b088eb489c0747b78ebf7be337359dacff 100644 --- a/tests/check/elements/ac3parse.c +++ b/tests/check/elements/ac3parse.c @@ -122,6 +122,11 @@ ac3parse_suite (void) Suite *s = suite_create ("ac3parse"); TCase *tc_chain = tcase_create ("general"); + /* init test context */ + ctx_factory = "ac3parse"; + ctx_sink_template = &sinktemplate; + ctx_src_template = &srctemplate; + suite_add_tcase (s, tc_chain); tcase_add_test (tc_chain, test_parse_normal); tcase_add_test (tc_chain, test_parse_drain_single); @@ -139,25 +144,4 @@ ac3parse_suite (void) * - Both push- and pull-modes need to be tested * * Pull-mode & EOS */ - -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = ac3parse_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - /* init test context */ - ctx_factory = "ac3parse"; - ctx_sink_template = &sinktemplate; - ctx_src_template = &srctemplate; - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (ac3parse); diff --git a/tests/check/elements/apev2mux.c b/tests/check/elements/apev2mux.c index 88f9e3ecb03f1b81c47a5ea1651d655574675dd5..ef1907ecd29b4111529e5caad048ccf675e2b3f2 100644 --- a/tests/check/elements/apev2mux.c +++ b/tests/check/elements/apev2mux.c @@ -408,19 +408,4 @@ apev2mux_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = apev2mux_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (apev2mux); diff --git a/tests/check/elements/aspectratiocrop.c b/tests/check/elements/aspectratiocrop.c index 1728afd6e9e388673ec6e7010bcba0cba65bb516..83d6fb48dab5fd93839911f27f681e75093b384a 100644 --- a/tests/check/elements/aspectratiocrop.c +++ b/tests/check/elements/aspectratiocrop.c @@ -172,19 +172,4 @@ aspectratiocrop_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = aspectratiocrop_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (aspectratiocrop); diff --git a/tests/check/elements/audioamplify.c b/tests/check/elements/audioamplify.c index bebb004508ddfe7ff23d9120f17512f40a1c5091..a6e3c2dd69f6fd37e08aaedd102d549ec89e9b69 100644 --- a/tests/check/elements/audioamplify.c +++ b/tests/check/elements/audioamplify.c @@ -464,19 +464,4 @@ amplify_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = amplify_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (amplify); diff --git a/tests/check/elements/audiochebband.c b/tests/check/elements/audiochebband.c index 70218223aa91e0e6b1b8477a9333cd16285ffeec..a636e200724228675b0eea6124296b899eeaa155 100644 --- a/tests/check/elements/audiochebband.c +++ b/tests/check/elements/audiochebband.c @@ -1667,19 +1667,4 @@ audiochebband_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = audiochebband_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (audiochebband); diff --git a/tests/check/elements/audiocheblimit.c b/tests/check/elements/audiocheblimit.c index c155b202fc4168b208f5e3007ce2646e8396f485..039eab59eb75947c12290e670763d32480266e52 100644 --- a/tests/check/elements/audiocheblimit.c +++ b/tests/check/elements/audiocheblimit.c @@ -1083,19 +1083,4 @@ audiocheblimit_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = audiocheblimit_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (audiocheblimit); diff --git a/tests/check/elements/audiodynamic.c b/tests/check/elements/audiodynamic.c index 779f8e94715dc194b0875deeaa94a3ca1ebd625e..5b82a03ab21752647e2966b462635590fba251a2 100644 --- a/tests/check/elements/audiodynamic.c +++ b/tests/check/elements/audiodynamic.c @@ -439,19 +439,4 @@ dynamic_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = dynamic_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (dynamic); diff --git a/tests/check/elements/audioinvert.c b/tests/check/elements/audioinvert.c index 50981d7af250e516751c5d570a19d759a7f129d2..d121fdd34bba4bc82af56a2a27f91011bf78c43f 100644 --- a/tests/check/elements/audioinvert.c +++ b/tests/check/elements/audioinvert.c @@ -281,19 +281,4 @@ invert_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = invert_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (invert); diff --git a/tests/check/elements/audiowsincband.c b/tests/check/elements/audiowsincband.c index 0a5b9c1282ed32ea68801e8a9a2cde5611ca882f..2235abedd3bea40de337fdf1519d870ab103bf70 100644 --- a/tests/check/elements/audiowsincband.c +++ b/tests/check/elements/audiowsincband.c @@ -1134,19 +1134,4 @@ audiowsincband_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = audiowsincband_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (audiowsincband); diff --git a/tests/check/elements/audiowsinclimit.c b/tests/check/elements/audiowsinclimit.c index de80451a5309939dc75ad35944cd836c6169f18a..3263cf986a2a7beb419995f7f61c108a32a31001 100644 --- a/tests/check/elements/audiowsinclimit.c +++ b/tests/check/elements/audiowsinclimit.c @@ -785,19 +785,4 @@ audiowsinclimit_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = audiowsinclimit_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (audiowsinclimit); diff --git a/tests/check/elements/avimux.c b/tests/check/elements/avimux.c index 47c155fd9b24bba01ebd40064b4dc06986fd6b5e..1bd27fb1e3a06ea422c27181980c2bc56fd0060f 100644 --- a/tests/check/elements/avimux.c +++ b/tests/check/elements/avimux.c @@ -266,19 +266,4 @@ avimux_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = avimux_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (avimux); diff --git a/tests/check/elements/equalizer.c b/tests/check/elements/equalizer.c index 491e0394d9519ab7dc780889a83eac7d50243dfa..2869bea91bc5ad0c52167fd27536692c0e297019 100644 --- a/tests/check/elements/equalizer.c +++ b/tests/check/elements/equalizer.c @@ -377,19 +377,4 @@ equalizer_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = equalizer_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (equalizer); diff --git a/tests/check/elements/flacparse.c b/tests/check/elements/flacparse.c index 306f0109b1d40502f830a9086c42e7db9997d90e..86b6c2b6b2ddd8f1574c5913b42650bc8c7c079b 100644 --- a/tests/check/elements/flacparse.c +++ b/tests/check/elements/flacparse.c @@ -250,6 +250,19 @@ flacparse_suite (void) Suite *s = suite_create ("flacparse"); TCase *tc_chain = tcase_create ("general"); + + /* init test context */ + ctx_factory = "flacparse"; + ctx_sink_template = &sinktemplate; + ctx_src_template = &srctemplate; + ctx_discard = 3; + ctx_headers[0].data = streaminfo_header; + ctx_headers[0].size = sizeof (streaminfo_header); + ctx_headers[1].data = comment_header; + ctx_headers[1].size = sizeof (comment_header); + + /* custom offsets, and ts always repeatedly 0 */ + ctx_no_metadata = TRUE; suite_add_tcase (s, tc_chain); tcase_add_test (tc_chain, test_parse_flac_normal); tcase_add_test (tc_chain, test_parse_flac_drain_single); @@ -269,32 +282,4 @@ flacparse_suite (void) * - Both push- and pull-modes need to be tested * * Pull-mode & EOS */ - -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = flacparse_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - /* init test context */ - ctx_factory = "flacparse"; - ctx_sink_template = &sinktemplate; - ctx_src_template = &srctemplate; - ctx_discard = 3; - ctx_headers[0].data = streaminfo_header; - ctx_headers[0].size = sizeof (streaminfo_header); - ctx_headers[1].data = comment_header; - ctx_headers[1].size = sizeof (comment_header); - /* custom offsets, and ts always repeatedly 0 */ - ctx_no_metadata = TRUE; - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (flacparse); diff --git a/tests/check/elements/id3v2mux.c b/tests/check/elements/id3v2mux.c index 21869e6b719266add5c8a799d57226b9d6c587a0..0a47f1d8382a7c4b795fe592c9824feb514760e5 100644 --- a/tests/check/elements/id3v2mux.c +++ b/tests/check/elements/id3v2mux.c @@ -518,19 +518,4 @@ id3v2mux_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = id3v2mux_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (id3v2mux); diff --git a/tests/check/elements/jpegdec.c b/tests/check/elements/jpegdec.c index 81b8b910596f050c3f2f01fc0ac122b6bc54b17f..f6ac5234bc3320560a1fe9b0601606101147a4da 100644 --- a/tests/check/elements/jpegdec.c +++ b/tests/check/elements/jpegdec.c @@ -138,19 +138,4 @@ jpegdec_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = jpegdec_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (jpegdec); diff --git a/tests/check/elements/jpegenc.c b/tests/check/elements/jpegenc.c index fe55fb29141b65bf2986a2699a853c96ce53225f..b774316f27fbebc0bb624cce65a1b3b7ddfa1daf 100644 --- a/tests/check/elements/jpegenc.c +++ b/tests/check/elements/jpegenc.c @@ -236,19 +236,4 @@ jpegenc_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = jpegenc_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (jpegenc); diff --git a/tests/check/elements/matroskamux.c b/tests/check/elements/matroskamux.c index 1c18e75ecc1d5b71989e8883acc5f52f9cd7b277..455c2865c08956204d0ff2dac6060c3ed92e3810 100644 --- a/tests/check/elements/matroskamux.c +++ b/tests/check/elements/matroskamux.c @@ -477,19 +477,4 @@ matroskamux_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = matroskamux_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (matroskamux); diff --git a/tests/check/elements/mpegaudioparse.c b/tests/check/elements/mpegaudioparse.c index dfe4735c14bdbceaf30293468342fb7bbe813114..c144e95faccfe4c0753e17e84866fa4ed4f81d8a 100644 --- a/tests/check/elements/mpegaudioparse.c +++ b/tests/check/elements/mpegaudioparse.c @@ -129,6 +129,12 @@ mpegaudioparse_suite (void) Suite *s = suite_create ("mpegaudioparse"); TCase *tc_chain = tcase_create ("general"); + + /* init test context */ + ctx_factory = "mpegaudioparse"; + ctx_sink_template = &sinktemplate; + ctx_src_template = &srctemplate; + suite_add_tcase (s, tc_chain); tcase_add_test (tc_chain, test_parse_normal); tcase_add_test (tc_chain, test_parse_drain_single); @@ -146,25 +152,4 @@ mpegaudioparse_suite (void) * - Both push- and pull-modes need to be tested * * Pull-mode & EOS */ - -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = mpegaudioparse_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - /* init test context */ - ctx_factory = "mpegaudioparse"; - ctx_sink_template = &sinktemplate; - ctx_src_template = &srctemplate; - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (mpegaudioparse); diff --git a/tests/check/elements/rganalysis.c b/tests/check/elements/rganalysis.c index 1f6f6ee55712b6ea7afd1afe345e8b006e2773ab..61a9c08af4afecc02615cd90d1ba77543904b869 100644 --- a/tests/check/elements/rganalysis.c +++ b/tests/check/elements/rganalysis.c @@ -1976,19 +1976,4 @@ rganalysis_suite (void) return s; } -int -main (int argc, char **argv) -{ - gint nf; - - Suite *s = rganalysis_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_ENV); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (rganalysis); diff --git a/tests/check/elements/rglimiter.c b/tests/check/elements/rglimiter.c index 926ca33dfee245cc861684647414b5444e72ddcb..a560659343aa63d9dc4486bf86a9b147d589411c 100644 --- a/tests/check/elements/rglimiter.c +++ b/tests/check/elements/rglimiter.c @@ -274,19 +274,4 @@ rglimiter_suite (void) return s; } -int -main (int argc, char **argv) -{ - gint nf; - - Suite *s = rglimiter_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_ENV); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (rglimiter); diff --git a/tests/check/elements/rgvolume.c b/tests/check/elements/rgvolume.c index 62abf2b510f8976a02789d641e2774831d0e227d..b02fcc17ffb46e06a7c8e6ce2ccecfeca26e4ffe 100644 --- a/tests/check/elements/rgvolume.c +++ b/tests/check/elements/rgvolume.c @@ -669,19 +669,4 @@ rgvolume_suite (void) return s; } -int -main (int argc, char **argv) -{ - gint nf; - - Suite *s = rgvolume_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_ENV); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (rgvolume); diff --git a/tests/check/elements/rtpbin.c b/tests/check/elements/rtpbin.c index fc52b38cb1828168d20299d3d96a3ff2cf0d66f0..372faede2017ed9391fdef9fe7ac27f1bb19de02 100644 --- a/tests/check/elements/rtpbin.c +++ b/tests/check/elements/rtpbin.c @@ -687,7 +687,7 @@ GST_START_TEST (test_aux_receiver) GST_END_TEST; static Suite * -gstrtpbin_suite (void) +rtpbin_suite (void) { Suite *s = suite_create ("rtpbin"); TCase *tc_chain = tcase_create ("general"); @@ -706,19 +706,4 @@ gstrtpbin_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = gstrtpbin_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (rtpbin); diff --git a/tests/check/elements/rtpsession.c b/tests/check/elements/rtpsession.c index 7c7b5688f23e8927874844b6d9154cc3d83a4542..96d5598ba26f684832bb758a9dc6522d30369a33 100644 --- a/tests/check/elements/rtpsession.c +++ b/tests/check/elements/rtpsession.c @@ -446,6 +446,7 @@ GST_START_TEST (test_internal_sources_timeout) GstRTCPPacket rtcp_packet; GstFlowReturn res; gint i, j; + GstCaps *caps; setup_testharness (&data, TRUE); g_object_get (data.session, "internal-session", &internal_session, NULL); @@ -477,6 +478,12 @@ GST_START_TEST (test_internal_sources_timeout) gst_buffer_unref (buf); /* ok, now let's push some RTP packets */ + caps = + gst_caps_new_simple ("application/x-rtp", "ssrc", G_TYPE_UINT, 0x01BADBAD, + NULL); + gst_pad_set_caps (data.src, caps); + gst_caps_unref (caps); + for (i = 1; i < 4; i++) { gst_test_clock_advance_time (GST_TEST_CLOCK (data.clock), 200 * GST_MSECOND); @@ -566,7 +573,7 @@ GST_START_TEST (test_internal_sources_timeout) GST_END_TEST; static Suite * -gstrtpsession_suite (void) +rtpsession_suite (void) { Suite *s = suite_create ("rtpsession"); TCase *tc_chain = tcase_create ("general"); @@ -579,19 +586,4 @@ gstrtpsession_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = gstrtpsession_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (rtpsession); diff --git a/tests/check/elements/spectrum.c b/tests/check/elements/spectrum.c index e562e72d84e4e4449fa85b93a9254f87887af722..e97be0363673b343d57a6f20e462e181316cfb2a 100644 --- a/tests/check/elements/spectrum.c +++ b/tests/check/elements/spectrum.c @@ -538,19 +538,4 @@ spectrum_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = spectrum_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (spectrum); diff --git a/tests/check/elements/videobox.c b/tests/check/elements/videobox.c index 89534495679f30b67591677594f76c186dbb7edd..ec4825a51b41dbfe56132d430aefdf5327be6b1d 100644 --- a/tests/check/elements/videobox.c +++ b/tests/check/elements/videobox.c @@ -220,19 +220,4 @@ videobox_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = videobox_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (videobox); diff --git a/tests/check/elements/videocrop.c b/tests/check/elements/videocrop.c index a7bb46d2b495ccb80d501cf86cbedfbcbc1a3ffa..6e76e5a60f617d3584f26646e64e7844da1cec5a 100644 --- a/tests/check/elements/videocrop.c +++ b/tests/check/elements/videocrop.c @@ -816,19 +816,4 @@ videocrop_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = videocrop_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (videocrop); diff --git a/tests/check/elements/videofilter.c b/tests/check/elements/videofilter.c index 17b67f8809d2c7f8f27b63bf5595083455013ff0..7cc02f7e3cf25f638b48bd87dc37e9c606fd28a2 100644 --- a/tests/check/elements/videofilter.c +++ b/tests/check/elements/videofilter.c @@ -263,19 +263,4 @@ videofilter_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = videofilter_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (videofilter); diff --git a/tests/check/elements/wavpackdec.c b/tests/check/elements/wavpackdec.c index 9b30db56b8e5b106ee35d80f1052a109cad1beea..33ed05a37d00e21a59b0ac5bf6902d267d5a911d 100644 --- a/tests/check/elements/wavpackdec.c +++ b/tests/check/elements/wavpackdec.c @@ -240,19 +240,4 @@ wavpackdec_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = wavpackdec_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (wavpackdec); diff --git a/tests/check/elements/wavpackenc.c b/tests/check/elements/wavpackenc.c index 22e2e7c9f92cd4d394b96db195273f888832de08..6b2eea4f2f981a5cad4a2fbbead0c11776570ea5 100644 --- a/tests/check/elements/wavpackenc.c +++ b/tests/check/elements/wavpackenc.c @@ -179,19 +179,4 @@ wavpackenc_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = wavpackenc_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (wavpackenc); diff --git a/tests/check/elements/wavpackparse.c b/tests/check/elements/wavpackparse.c index f123afb30d826f35cdf55c2d3ae92186c094e6bf..6364ded0cd55c4a1f2091904a647e468db7a808c 100644 --- a/tests/check/elements/wavpackparse.c +++ b/tests/check/elements/wavpackparse.c @@ -231,19 +231,4 @@ wavpackparse_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = wavpackparse_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (wavpackparse); diff --git a/tests/check/elements/y4menc.c b/tests/check/elements/y4menc.c index 2117ada8b9c6b2ee75adb70595e914e25f26238e..cfbdb277590c5312d007970332d222d43d759dbf 100644 --- a/tests/check/elements/y4menc.c +++ b/tests/check/elements/y4menc.c @@ -165,19 +165,4 @@ y4menc_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = y4menc_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (y4menc); diff --git a/tests/check/pipelines/simple-launch-lines.c b/tests/check/pipelines/simple-launch-lines.c index a0dd12ee73a656cf162515a89c9b48881b1b0f8e..84d0f213f43183064911b25d4b2e284593d42e41 100644 --- a/tests/check/pipelines/simple-launch-lines.c +++ b/tests/check/pipelines/simple-launch-lines.c @@ -303,19 +303,4 @@ simple_launch_lines_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = simple_launch_lines_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (simple_launch_lines); diff --git a/tests/check/pipelines/tagschecking.c b/tests/check/pipelines/tagschecking.c index f09a32027cb318778741de1227a412ec0f48e1cd..3f1a686d91b92d99ac985fdea2c1d3f354f8c849 100644 --- a/tests/check/pipelines/tagschecking.c +++ b/tests/check/pipelines/tagschecking.c @@ -353,20 +353,4 @@ metadata_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - - Suite *s = metadata_suite (); - - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (metadata); diff --git a/tests/check/pipelines/wavpack.c b/tests/check/pipelines/wavpack.c index 9a6d07a8e3a6132a717c8cdb16cdb5ccee98b2c2..de087b9d49a647085159a2193a769ac00b8c60e3 100644 --- a/tests/check/pipelines/wavpack.c +++ b/tests/check/pipelines/wavpack.c @@ -202,18 +202,4 @@ wavpack_suite (void) return s; } -int -main (int argc, char **argv) -{ - int nf; - Suite *s = wavpack_suite (); - SRunner *sr = srunner_create (s); - - gst_check_init (&argc, &argv); - - srunner_run_all (sr, CK_NORMAL); - nf = srunner_ntests_failed (sr); - srunner_free (sr); - - return nf; -} +GST_CHECK_MAIN (wavpack); diff --git a/tests/examples/rtp/Makefile.am b/tests/examples/rtp/Makefile.am index 6bc3496d5df6cc0a1c2b26155e20aceecfbd3c02..f4b1acdda1bfc0ffe38f0093d753002161727342 100644 --- a/tests/examples/rtp/Makefile.am +++ b/tests/examples/rtp/Makefile.am @@ -5,11 +5,11 @@ noinst_PROGRAMS = server-alsasrc-PCMA client-PCMA \ ERROR_CFLAGS= server_rtpaux_SOURCES = server-rtpaux.c -server_rtpaux_CFLAGS = $(GST_CFLAGS) +server_rtpaux_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) server_rtpaux_LDADD = $(GST_LIBS) client_rtpaux_SOURCES = client-rtpaux.c -client_rtpaux_CFLAGS = $(GST_CFLAGS) +client_rtpaux_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) client_rtpaux_LDADD = $(GST_LIBS) server_alsasrc_PCMA_SOURCES = server-alsasrc-PCMA.c diff --git a/tests/examples/rtp/Makefile.in b/tests/examples/rtp/Makefile.in index b6d3d2000e4d2aa312ac992e99e994562fd7e7fa..66efb11ac16484a190e2ef579f38adadf553e47d 100644 --- a/tests/examples/rtp/Makefile.in +++ b/tests/examples/rtp/Makefile.in @@ -547,10 +547,10 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ server_rtpaux_SOURCES = server-rtpaux.c -server_rtpaux_CFLAGS = $(GST_CFLAGS) +server_rtpaux_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) server_rtpaux_LDADD = $(GST_LIBS) client_rtpaux_SOURCES = client-rtpaux.c -client_rtpaux_CFLAGS = $(GST_CFLAGS) +client_rtpaux_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) client_rtpaux_LDADD = $(GST_LIBS) server_alsasrc_PCMA_SOURCES = server-alsasrc-PCMA.c server_alsasrc_PCMA_CFLAGS = $(GST_CFLAGS) diff --git a/tests/examples/rtp/client-rtpaux.c b/tests/examples/rtp/client-rtpaux.c index 8953e9e1aec20ad68d6f3d0ec1b3aa99cab4b3d5..011fcce850874339717e19591e391bbed9479266 100644 --- a/tests/examples/rtp/client-rtpaux.c +++ b/tests/examples/rtp/client-rtpaux.c @@ -18,6 +18,7 @@ * Boston, MA 02110-1301, USA. */ #include <gst/gst.h> +#include <gst/rtp/rtp.h> #include <stdlib.h> /* @@ -352,7 +353,8 @@ main (int argc, char **argv) rtpBin = gst_element_factory_make ("rtpbin", NULL); gst_bin_add (GST_BIN (pipe), rtpBin); - g_object_set (rtpBin, "latency", 200, "do-retransmission", TRUE, NULL); + g_object_set (rtpBin, "latency", 200, "do-retransmission", TRUE, + "rtp-profile", GST_RTP_PROFILE_AVPF, NULL); videoSession = make_video_session (0); audioSession = make_audio_session (1); diff --git a/tests/examples/rtp/server-rtpaux.c b/tests/examples/rtp/server-rtpaux.c index 838900fb1c273edad44ab6387b03bda34bf3f190..b027f2fa932a6746d53b3ca4cc0fe0b3ec4c4087 100644 --- a/tests/examples/rtp/server-rtpaux.c +++ b/tests/examples/rtp/server-rtpaux.c @@ -18,6 +18,7 @@ * Boston, MA 02110-1301, USA. */ #include <gst/gst.h> +#include <gst/rtp/rtp.h> /* * An RTP server @@ -272,6 +273,7 @@ main (int argc, char **argv) gst_object_unref (bus); rtpBin = gst_element_factory_make ("rtpbin", NULL); + g_object_set (rtpBin, "rtp-profile", GST_RTP_PROFILE_AVPF, NULL); gst_bin_add (GST_BIN (pipe), rtpBin); diff --git a/win32/common/config.h b/win32/common/config.h index 612a51a54165db3a309b57ed93832ba1d4333125..76f5fa5af93c0f25c025fb7bd6ed5fc9a7821665 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 "2014-07-19" +#define GST_PACKAGE_RELEASE_DATETIME "2015-06-07" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -90,9 +90,15 @@ /* Define to 1 if you have the `cosh' function. */ #undef HAVE_COSH +/* Define if the target CPU is AARCH64 */ +#undef HAVE_CPU_AARCH64 + /* Define if the target CPU is an Alpha */ #undef HAVE_CPU_ALPHA +/* Define if the target CPU is an ARC */ +#undef HAVE_CPU_ARC + /* Define if the target CPU is an ARM */ #undef HAVE_CPU_ARM @@ -346,7 +352,13 @@ /* Define to enable X libraries and plugins (used by ximagesrc). */ #undef HAVE_X -/* Define to enable X Shared Memory extension. */ +/* Defined if Xdamage is available */ +#undef HAVE_XDAMAGE + +/* Defined if Xfixes is available */ +#undef HAVE_XFIXES + +/* Defined if XShm is available */ #undef HAVE_XSHM /* Define to enable zlib support for qtdemux/matroska. */ @@ -372,7 +384,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.4.0" +#define PACKAGE_STRING "GStreamer Good Plug-ins 1.5.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-good" @@ -381,7 +393,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.4.0" +#define PACKAGE_VERSION "1.5.1" /* directory where plugins are located */ #ifdef _DEBUG @@ -405,9 +417,6 @@ /* The size of `void*', as computed by sizeof. */ #undef SIZEOF_VOIDP -/* defined if speex 1.0.x API detected */ -#undef SPEEX_1_0 - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -415,10 +424,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.4.0" - -/* old wavpack API */ -#undef WAVPACK_OLD_API +#define VERSION "1.5.1" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ @@ -431,6 +437,3 @@ # undef WORDS_BIGENDIAN # endif #endif - -/* Define to 1 if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING