From 48ecb46241a5aa07955736266b56750d2805ba94 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 29 Jul 2013 13:37:00 +0200 Subject: Release 1.1.3 --- ChangeLog | 589 +++++++++++++++++++++- NEWS | 2 +- RELEASE | 57 +-- configure.ac | 6 +- docs/plugins/gst-plugins-base-plugins.args | 10 + docs/plugins/inspect/plugin-adder.xml | 2 +- docs/plugins/inspect/plugin-alsa.xml | 2 +- docs/plugins/inspect/plugin-app.xml | 2 +- docs/plugins/inspect/plugin-audioconvert.xml | 2 +- docs/plugins/inspect/plugin-audiorate.xml | 2 +- docs/plugins/inspect/plugin-audioresample.xml | 2 +- docs/plugins/inspect/plugin-audiotestsrc.xml | 2 +- docs/plugins/inspect/plugin-cdparanoia.xml | 2 +- docs/plugins/inspect/plugin-encoding.xml | 2 +- docs/plugins/inspect/plugin-gio.xml | 2 +- docs/plugins/inspect/plugin-ivorbisdec.xml | 2 +- docs/plugins/inspect/plugin-libvisual.xml | 2 +- docs/plugins/inspect/plugin-ogg.xml | 2 +- docs/plugins/inspect/plugin-pango.xml | 2 +- docs/plugins/inspect/plugin-playback.xml | 2 +- docs/plugins/inspect/plugin-subparse.xml | 4 +- docs/plugins/inspect/plugin-tcp.xml | 2 +- docs/plugins/inspect/plugin-theora.xml | 2 +- docs/plugins/inspect/plugin-typefindfunctions.xml | 2 +- docs/plugins/inspect/plugin-videoconvert.xml | 6 +- docs/plugins/inspect/plugin-videorate.xml | 2 +- docs/plugins/inspect/plugin-videoscale.xml | 2 +- docs/plugins/inspect/plugin-videotestsrc.xml | 4 +- docs/plugins/inspect/plugin-volume.xml | 2 +- docs/plugins/inspect/plugin-vorbis.xml | 2 +- docs/plugins/inspect/plugin-ximagesink.xml | 2 +- docs/plugins/inspect/plugin-xvimagesink.xml | 2 +- gst-plugins-base.doap | 10 + win32/common/_stdint.h | 4 +- win32/common/config.h | 11 +- win32/common/libgstpbutils.def | 2 +- win32/common/video-enumtypes.c | 1 + 37 files changed, 676 insertions(+), 78 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4030fdb98f..ee9ff0eb08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,594 @@ +=== release 1.1.3 === + +2013-07-29 Sebastian Dröge + + * configure.ac: + releasing 1.1.3 + +2013-07-29 12:11:38 +0200 Sebastian Dröge + + * ext/ogg/gstoggdemux.c: + oggdemux: Don't swap start/stop for negative rates in the SEGMENT query + +2013-07-29 11:40:57 +0200 Sebastian Dröge + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: Properly implement seeking if tagdemux is driving the pipeline + https://bugzilla.gnome.org/show_bug.cgi?id=705062 + +2013-07-29 10:46:01 +0200 Sebastian Dröge + + * ext/ogg/gstoggdemux.c: + oggdemux: Implement SEGMENT query + +2013-07-28 23:38:06 +0200 Matej Knopp + + * gst/videorate/gstvideorate.c: + videorate: ignore GAP event + videorate automatically fills gaps with the previous frames. + https://bugzilla.gnome.org/show_bug.cgi?id=705048 + +2013-07-28 23:38:17 +0200 Matej Knopp + + * gst/audiorate/gstaudiorate.c: + audiorate: ignore GAP event + audiorate automatically fills gaps with silence. + https://bugzilla.gnome.org/show_bug.cgi?id=705048 + +2013-07-28 13:52:28 +0200 Sebastian Dröge + + * gst/tcp/gstmultisocketsink.c: + multisocketsink: Fix handling of partial writes and WOULD_BLOCK errors + +2013-07-28 13:23:41 +0200 Sebastian Dröge + + * gst/tcp/gstmultifdsink.c: + multifdsink: Update current time after every write + Each write will update the last_activity_time and otherwise we would + compare against a too old current time and immediately timeout because + current time is smaller than last activity time (overflow). + +2013-07-28 13:20:48 +0200 Sebastian Dröge + + * gst/tcp/gstmultihandlesink.c: + multihandlesink: Update current time after every write + Each write will update the last_activity_time and otherwise we would + compare against a too old current time and immediately timeout because + current time is smaller than last activity time (overflow). + +2013-07-27 12:16:15 +0200 Edward Hervey + + * gst-libs/gst/pbutils/descriptions.c: + pbutils: Add description for teletext + +2013-07-26 14:28:41 +0200 Matej Knopp + + * gst-libs/gst/audio/gstaudiodecoder.c: + audiodecoder: do not leak input caps + https://bugzilla.gnome.org/show_bug.cgi?id=704926 + +2012-11-02 10:04:16 +0100 Edward Hervey + + * gst/videotestsrc/gstvideotestsrc.c: + videotestsrc: Initialize GstVideoInfo in ::start() + Otherwise we end up with bogus values and races + +2012-11-02 10:03:38 +0100 Edward Hervey + + * gst/videotestsrc/gstvideotestsrc.c: + videotestsrc: Don't error on not-negotiated + Base classes will handle re-negotiation if needed, but emitting an + error message will make applications stop. + +2012-09-12 12:41:01 +0200 Edward Hervey + + * ext/libvisual/gstaudiovisualizer.c: + * ext/pango/gstbasetextoverlay.c: + * gst/encoding/gststreamsplitter.c: + * gst/playback/gststreamsynchronizer.c: + ext/gst: Ensure default query/event handlers are used + And in some cases, just remove our implementation that does nothing + +2013-07-26 11:02:32 +0200 Sebastian Dröge + + * docs/libs/gst-plugins-base-libs-sections.txt: + * gst-libs/gst/app/gstappsrc.c: + * gst-libs/gst/app/gstappsrc.h: + appsrc: Also provide function API for current-level-bytes and integrate into the docs + +2013-07-26 15:00:44 +0900 Changbok Chea + + * gst-libs/gst/app/gstappsrc.c: + * win32/common/libgstapp.def: + appsrc: Add "current-level-bytes" property + https://bugzilla.gnome.org/show_bug.cgi?id=704774 + +2013-07-25 20:03:50 +0100 Vincent Penquerc'h + + * docs/libs/gst-plugins-base-libs-sections.txt: + * gst-libs/gst/pbutils/codec-utils.c: + * gst-libs/gst/pbutils/codec-utils.h: + * win32/common/libgstpbutils.def: + codec-utils: add a gst_codec_utils_aac_get_index_from_sample_rate + It maps a sample rate to a well known AAC sample rate index. + +2013-07-26 10:22:32 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideodecoder.c: + * gst-libs/gst/video/gstvideoencoder.c: + videodecoder/encoder: Call reset() always between start() and stop() and never outside + +2013-07-25 14:25:08 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideodecoder.c: + * gst-libs/gst/video/gstvideoencoder.c: + videoencoder/decoder: Call reset() before start() too + +2013-07-25 11:56:07 +0100 Tim-Philipp Müller + + * gst/typefind/gsttypefindfunctions.c: + typefinding: don't detect mp3 based on just a few bits + Remove dodgy code that detects mp3 with as little as + a valid frame sync at the beginning. This was only used + in some unit tests in -good where there were only a few + bytes after the id3 tag. We now require at least two + frame headers. + Fixes mis-dection of text files with UTF-16 LE BOM as mp3. + https://bugzilla.gnome.org/show_bug.cgi?id=681368 + +2013-07-25 14:11:28 +0200 Sebastian Dröge + + * gst-libs/gst/audio/gstaudiodecoder.h: + * gst-libs/gst/video/gstvideodecoder.h: + audio/videodecoder: Rename variable in macro from dec to __dec + Otherwise it might shadow another variable in the outside scope + and cause interesting side effects. + +2013-07-25 13:31:07 +0200 Sebastian Dröge + + * ext/theora/gsttheoraenc.c: + theoraenc: Clean up handling of reset/flushing/start/stop + +2013-07-25 13:29:22 +0200 Sebastian Dröge + + * ext/theora/gsttheoradec.c: + theoradec: Clean up handling of reset/flushing/start/stop + +2013-07-25 10:53:14 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideoencoder.c: + videoencoder: There's no point in resetting the encoder when the caps change + The subclass will be called with set_format() and there it can drain + if necessary and reset whatever is necessary. This is the same behaviour + as for the video decoder. + +2013-07-25 10:46:04 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideoencoder.c: + videoencoder: Reset internal state and segments on FLUSH_STOP + https://bugzilla.gnome.org/show_bug.cgi?id=656007 + +2013-07-25 10:42:56 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideoencoder.c: + videoencoder: Refactor GstVideoEncoder::reset() handling a bit + Let gst_video_encoder_reset() call it as would be intuitive and + only call it indirectly from gst_video_encoder_drain(). Now it + actually makes sense. + +2013-07-25 10:20:01 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideodecoder.c: + videodecoder: Refactor GstVideoDecoder::reset() handling a bit + Let gst_video_decoder_reset() call it as would be intuitive and + only call it indirectly from gst_video_decoder_flush(). Now it + actually makes sense. + +2013-07-24 09:24:45 +0200 Wim Taymans + + * gst-libs/gst/video/gstvideodecoder.c: + videodecoder: Take DTS as PTS for keyframes as a last resort if we can't calculate any PTS + https://bugzilla.gnome.org/show_bug.cgi?id=704193 + +2013-07-23 13:42:40 +0200 Sebastian Dröge + + * gst/playback/gstplaysink.c: + playsink: Remove two unused variables + +2013-07-23 13:38:33 +0200 Sebastian Dröge + + * gst/playback/gstsubtitleoverlay.c: + * gst/playback/gstsubtitleoverlay.h: + subtitleoverlay: Remove some more unneeded segment tracking + +2013-07-23 13:36:09 +0200 Sebastian Dröge + + * gst/playback/gstplaysinkconvertbin.c: + * gst/playback/gstplaysinkconvertbin.h: + playsinkconvertbin: Remove obsolete segment tracking + This is now all handled automatically with sticky events. + +2013-07-23 12:40:57 +0200 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Ensure that everything in a GstSourceGroup gets the same group-id + Including streams from external subtitle files. If not everything implements + the group-ids playbin invents its own. + +2013-07-23 12:35:46 +0200 Sebastian Dröge + + * gst/playback/gstplaysink.c: + playsink: Fix handling of colorbalance element if the sink does not implement it + +2013-07-23 11:13:19 +0200 Sebastian Dröge + + * gst/playback/gstplaysink.c: + playsink: Improve segment handling in the custom flushing for subtitle stream switches + This code needs a lot more work to be improved for 1.0. + +2013-07-23 11:11:33 +0200 Sebastian Dröge + + * gst/playback/gstsubtitleoverlay.c: + subtitleoverlay: Segment events are sticky now and propagated automatically when needed + +2013-07-23 09:14:23 +0200 Sebastian Dröge + + * gst/encoding/gststreamcombiner.c: + streamcombiner: Proxy all sink events downstream + Thanks to Mathieu Duponchelle for noticing this regression + introduced with the last change. + https://bugzilla.gnome.org/show_bug.cgi?id=704706 + +2013-07-22 15:24:50 +0200 Sebastian Dröge + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: Add support for group-id in the stream-start event + +2013-07-22 15:24:29 +0200 Sebastian Dröge + + * ext/ogg/gstoggdemux.c: + * ext/ogg/gstoggdemux.h: + * ext/ogg/gstoggmux.c: + ogg: Add support for group-id in the stream-start event + +2013-07-22 13:15:09 +0200 Sebastian Dröge + + * gst/playback/gststreamsynchronizer.c: + * gst/playback/gststreamsynchronizer.h: + streamsynchronizer: Implement grouping of streams via the group-id + https://bugzilla.gnome.org/show_bug.cgi?id=704427 + https://bugzilla.gnome.org/show_bug.cgi?id=704408 + +2013-07-22 08:08:27 +0200 Sebastian Dröge + + * gst/encoding/gststreamcombiner.c: + streamcombiner: Fix locking + We have to hold the streams-lock when iterating over all pads, + also the stream-lock of the pad is already locked when we receive + EOS. + Call gst_pad_event_default() for the correct default handling of + events. + +2013-07-22 00:48:54 +0200 Mathieu Duponchelle + + * gst/encoding/Makefile.am: + * gst/encoding/gststreamcombiner.c: + * gst/encoding/gststreamcombinerpad.h: + * gst/encoding/gststreamsplitter.c: + encoding: fix EOS handling in streamsplitter / combiner. + This commit adds a streamcombinerpad with an is_eos field. + When streamcombiner receives an EOS on one of its pads, it + forwards it all its other pads are EOS. + This commit also removes the notion of "stream-switching-eos". + +2013-07-19 10:47:27 +0200 Wim Taymans + + * gst-libs/gst/video/video-info.c: + video-info: respect stride alignment + Increase the left padding so that we don't cause stride alignments later when we + apply the padding. + https://bugzilla.gnome.org/show_bug.cgi?id=694299 + +2013-07-19 10:43:38 +0200 Wim Taymans + + * gst-libs/gst/video/video-info.c: + Revert "video: respect stride alignment when calculating planes offsets" + This reverts commit 28e1dadbfaa403679e69f8173d1aa2c7500fd556. + Incrementing the offset to make the plane aligned causes the image to be + incompatible with what Xv expects. Rather that forcing a memcpy in the + xvimagesink we would like to do adjust the left padding instead. + +2013-07-18 14:13:33 +0200 Arnaud Vrac + + * gst-libs/gst/video/video-info.c: + video: respect stride alignment when calculating planes offsets + https://bugzilla.gnome.org/show_bug.cgi?id=694299 + +2013-07-18 07:45:47 +0200 Edward Hervey + + * gst-libs/gst/tag/gstid3tag.c: + id3: Use debug category and show FIXMEs + Allows spotting faster un-parsed tags + +2013-07-17 11:42:48 +0200 Sebastian Dröge + + * gst-libs/gst/video/gstvideometa.c: + videometa: Add docs to the region of interest meta functions + +2013-07-17 09:04:47 +0100 Tim-Philipp Müller + + * gst/subparse/samiparse.c: + subparse: use g_strdup() and friends + Fixes build issue on windows, but is also better seeing that + these string are going to get freed with g_free() and not free(). + +2013-07-15 22:27:20 -0400 Olivier Crête + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: Put the modified time back in the time part of the segment + https://bugzilla.gnome.org/show_bug.cgi?id=704301 + +2013-07-16 18:50:09 +0100 Tim-Philipp Müller + + * tests/check/elements/videoscale.c: + tests: fix videoscale test after video format addition + +2013-07-16 18:42:19 +0100 Tim-Philipp Müller + + * configure.ac: + configure: remove obsolete libxml checks + https://bugzilla.gnome.org/show_bug.cgi?id=693056 + +2013-07-16 18:30:50 +0100 Tim-Philipp Müller + + * gst/subparse/gstsubparse.c: + * gst/subparse/samiparse.c: + subparse: don't leak parse context for sami and qttext + In gst_sub_parse_dispose() parser_type will be UNKNOWN, + so these deinit calls were never executed. And we should + clean up the parser state in the downwards state change + anyway. + +2013-05-28 16:56:28 +0900 Young-Ho Cha + + * tests/check/elements/subparse.c: + tests: update sami parser testcases + Remove libxml dependency for sami parser + and add more testcases. + https://bugzilla.gnome.org/show_bug.cgi?id=693056 + +2013-05-25 17:10:14 +0900 Young-Ho Cha + + * gst/subparse/Makefile.am: + * gst/subparse/gstsubparse.c: + * gst/subparse/samiparse.c: + subparse: remove libxml dependency for sami parser and re-enable sami parser + To celebrate 2013.gnome.asia, updated sami parser for gstreamer 1.x. :D + Remove conditional block for check libxml usage and + implement a simple html markup parser for the sami + parser. + https://bugzilla.gnome.org/show_bug.cgi?id=693056 + +2013-07-16 16:54:10 +0200 Wim Taymans + + * gst-libs/gst/video/gstvideometa.c: + meta: fix ROI meta getter + +2013-07-16 12:21:44 +0200 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Don't prefer decoders for which we found a matching sink + It doesn't make much sense. + +2013-07-16 11:47:59 +0200 Sebastian Dröge + + * gst-libs/gst/video/video-format.c: + * gst-libs/gst/video/video-format.h: + * gst-libs/gst/video/video-info.c: + video: Add support for NV24 color format + This is semi-planar 4:4:4 YUV. + https://bugzilla.gnome.org/show_bug.cgi?id=703259 + +2013-07-16 11:22:35 +0200 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Also consider possible converters for raw streams when selecting compatible sink/source combinations + https://bugzilla.gnome.org/show_bug.cgi?id=704285 + +2013-07-16 10:09:27 +0200 Sebastian Dröge + + * docs/libs/gst-plugins-base-libs-sections.txt: + * gst-libs/gst/video/gstvideometa.c: + * gst-libs/gst/video/gstvideometa.h: + * win32/common/libgstvideo.def: + videometa: Add to the docs and make function names more consistent with others + +2013-07-16 10:04:00 +0200 Miguel Casas-Sanchez + + * gst-libs/gst/video/gstvideometa.c: + * gst-libs/gst/video/gstvideometa.h: + videometa: Add Region Of Interest meta + https://bugzilla.gnome.org/show_bug.cgi?id=704070 + +2013-07-16 09:30:33 +0200 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Fix sorting for decoder factories for which we didn't find a compatible sink + They might just need some converters for raw audio/video. + https://bugzilla.gnome.org/show_bug.cgi?id=704285 + +2013-07-15 17:09:16 -0400 Olivier Crête + + * gst-libs/gst/riff/riff-media.c: + riff-media: Add 'png ' fourcc + On top of mpng, MPNG, PNG, there is also png it seems + https://bugzilla.gnome.org/show_bug.cgi?id=704291 + +2013-07-15 15:23:17 +0200 Benjamin Gaignard + + * gst-libs/gst/allocators/gstdmabuf.c: + * gst-libs/gst/allocators/gstdmabuf.h: + allocators: dmabuf: allow testing allocator type + In decide_allocation function some element may when to test the proposed allocator. + For example like this: + if (gst_query_get_n_allocation_params (query) > 0) { + GstAllocator * allocator; + GstAllocationParams params; + gst_query_parse_nth_allocation_param (query, 0, &allocator, ¶ms); + if (g_strcmp0(allocator->mem_type, GST_ALLOCATOR_DMABUF) == 0) + GST_DEBUG("got dmabuf allocator"); + else + GST_DEBUG("got an other allocator"); + } + https://bugzilla.gnome.org/show_bug.cgi?id=703659 + +2013-07-14 01:42:52 +0200 Mathieu Duponchelle + + * ext/ogg/gstoggdemux.c: + oggdemux: Make bisecting fully accurate + When bisecting after an earliest time has been found, we need + to only consider the stream for which the earliest time was found. + Before, the following scenario could be and was encountered: + a) Find the earliest time for stream X + b) bisect and find a page which granuletime is indeed < target, but + contains another stream. + c) decide to seek at the wrong offset, sometimes inferior to + the real one, in which case the error was undected or + d) the offset was superior, and thus the actual target keyframe was + not processed, and packets were skipped waiting + for a granulepos. + https://bugzilla.gnome.org/show_bug.cgi?id=700537 + +2013-07-13 20:45:01 +0200 Mathieu Duponchelle + + * ext/ogg/gstoggdemux.c: + Revert "oggdemux: fix seeking with negative rate with skeleton" + This reverts commit b41cd0428956f3ade9b428149e38be8e788556fe. + +2013-07-15 09:10:30 +0200 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Don't print a warning when setting a sink to NULL + https://bugzilla.gnome.org/show_bug.cgi?id=704194 + +2013-07-14 18:11:59 +0200 Sebastian Dröge + + * gst-libs/gst/rtsp/gstrtspconnection.c: + rtspconnection: Create a new write GSource after removing it + After removal, a GSource is destroyed and can never be attached + again to a main context. We need to create a new one instead. + https://bugzilla.gnome.org/show_bug.cgi?id=704198 + +2013-07-12 12:05:37 +0200 Sebastian Dröge + + * gst/playback/gstplaybin2.c: + playbin: Properly destroy and set to NULL sinks that don't work + +2013-07-08 23:49:39 +0200 Alban Browaeys + + * gst/playback/gstplaybin2.c: + playbin: Fix logic to detect if a stream-change is currently pending + Fixes duration reporting in gapless playback between files. + https://bugzilla.gnome.org/show_bug.cgi?id=585969 + +2013-07-12 09:37:51 +0200 Wim Taymans + + * gst-libs/gst/video/gstvideometa.h: + videometa: fix header formatting + +2013-07-10 13:27:21 -0400 Reynaldo H. Verdejo Pinochet + + * gst-libs/gst/riff/riff-media.c: + riff: Provide correct media type for XSub + Xsub (fourcc DXSB) is a subpicture stream used for embeded + subtitles on divx files. This provides a correct media type + for them instead of just video/x-avi-unknown. + +2013-07-11 16:57:11 +0200 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.1.2 === -2013-07-11 Sebastian Dröge +2013-07-11 15:30:23 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.1.2 + * docs/plugins/inspect/plugin-adder.xml: + * docs/plugins/inspect/plugin-alsa.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-audioconvert.xml: + * docs/plugins/inspect/plugin-audiorate.xml: + * docs/plugins/inspect/plugin-audioresample.xml: + * docs/plugins/inspect/plugin-audiotestsrc.xml: + * docs/plugins/inspect/plugin-cdparanoia.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-ivorbisdec.xml: + * docs/plugins/inspect/plugin-libvisual.xml: + * docs/plugins/inspect/plugin-ogg.xml: + * docs/plugins/inspect/plugin-pango.xml: + * docs/plugins/inspect/plugin-playback.xml: + * docs/plugins/inspect/plugin-subparse.xml: + * docs/plugins/inspect/plugin-tcp.xml: + * docs/plugins/inspect/plugin-theora.xml: + * docs/plugins/inspect/plugin-typefindfunctions.xml: + * docs/plugins/inspect/plugin-videoconvert.xml: + * docs/plugins/inspect/plugin-videorate.xml: + * docs/plugins/inspect/plugin-videoscale.xml: + * docs/plugins/inspect/plugin-videotestsrc.xml: + * docs/plugins/inspect/plugin-volume.xml: + * docs/plugins/inspect/plugin-vorbis.xml: + * docs/plugins/inspect/plugin-ximagesink.xml: + * docs/plugins/inspect/plugin-xvimagesink.xml: + * gst-plugins-base.doap: + * win32/common/_stdint.h: + * win32/common/config.h: + Release 1.1.2 + +2013-07-11 15:29:57 +0200 Sebastian Dröge + + * 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/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.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: + Update .po files 2013-07-10 17:16:14 +0200 Sebastian Dröge diff --git a/NEWS b/NEWS index bc0bee2762..14e1a34352 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer Base Plugins 1.1.2 +This is GStreamer Base Plugins 1.1.3 diff --git a/RELEASE b/RELEASE index f6a182911f..5218dbeaa8 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plugins 1.1.2 +Release notes for GStreamer Base Plugins 1.1.3 The GStreamer team is proud to announce a new bug-fix release @@ -63,26 +63,22 @@ Features of this release Bugs fixed in this release - * 696300 : H264 video is playing too fast because of invalid PTS: - * 698562 : rtpbuffer: broken language bindings for gst_rtp_buffer_get_payload - * 700967 : playbin: sink messages are not received in the bus - * 701798 : rtspsrc: Regression with connections to certain live stream - * 701924 : tests: add playbin test for autoplugging of decoder-sink combination based on capsfeatures - * 701943 : playbin: unit tests fail - * 701997 : [regression] playbin: loses audio clock and hangs when switching songs after about-to-finish - * 702195 : playbin: Emit {audio,text,video}-changed signals when pads are removed - * 702215 : pbutils: descriptions: Allow smart codec tag handling - * 702465 : playsink: Fix the block diagram of deinterlace bin. - * 702467 : audiobasesrc: missing calls to gst_buffer_unmap - * 702545 : tags: xmp: adding tags is very slow - * 702652 : rtspconnection: tunneled connections do not work - * 702840 : queue2 does not work with use-buffering=true - * 703088 : rtspsrc parse error race condition - * 703119 : rtpbasepayload leaks the segment event - * 703196 : videoencoder: Send all pending events with type < CAPS before sending caps. - * 703256 : typefind: Fix low probability typefinding for video/mpeg on small amount of data - * 703477 : audioresample: disable NEON code path for 16-bit integer - * 703684 : POTFILES.in is out of date + * 643202 : encodebin: streamcombiner not completely implemented + * 585969 : playbin: Position/Duration information mismatch on track change + * 681368 : typefinding: CSV file is detected as MP3 + * 700537 : oggdemux: Drops frames because it needs a keyframe after a seek + * 702380 : basertppayload: provide a GstBufferPool for output rtp buffers + * 703259 : video: Add support for NV24 video format + * 703659 : allocators: dmabuf: allow testing allocator type + * 704070 : video: Add Region Of Interest (roi) meta + * 704194 : playbin: glib warning when setting sink properties to NULL + * 704198 : rtspconnection: Removes child sources and adds them again later + * 704285 : playbin: incorrect sorting of decoders when autoplugging + * 704427 : streamsynchronizer: Assumes that a different stream-id on one stream means a new stream-group (problem when switching streams) + * 704706 : streamcombiner: Must proxy all sink events + * 704774 : appsrc: add " current-level-bytes " property + * 705048 : audiorate, videorate: drop GAP event + * 705062 : tagdemux: push mode code doesn't handle seeks ==== Download ==== @@ -119,20 +115,19 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Branko Subasic - * Brendan Long - * Carlos Rafael Giani + * Alban Browaeys + * Arnaud Vrac + * Benjamin Gaignard + * Changbok Chea * Edward Hervey - * Jonas Holmberg - * Marcin Lewandowski + * Matej Knopp * Mathieu Duponchelle - * Ognyan Tonchev - * Patricia Muscalu - * Piotr Drąg + * Miguel Casas-Sanchez + * Olivier Crête + * Reynaldo H. Verdejo Pinochet * Sebastian Dröge - * Sreerenj Balachandran - * Thibault Saunier * Tim-Philipp Müller * Vincent Penquerc'h * Wim Taymans + * Young-Ho Cha   \ No newline at end of file diff --git a/configure.ac b/configure.ac index d8b5647058..a967e26b8e 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/prerelease -AC_INIT([GStreamer Base Plug-ins],[1.1.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) +AC_INIT([GStreamer Base Plug-ins],[1.1.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) AG_GST_INIT @@ -56,10 +56,10 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 102, 0, 102) +AS_LIBTOOL(GST, 103, 0, 103) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.1.2.1 +GST_REQ=1.1.3 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-base-plugins.args b/docs/plugins/gst-plugins-base-plugins.args index 4dd9d1675d..f2f65e8539 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -3758,6 +3758,16 @@ 0 + +GstAppSrc::current-level-bytes +guint64 + +r +Current Level Bytes +The number of currently queued bytes. +0 + + GstAudioResample::filter-length gint diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index 7321505669..f1f62f4e94 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index 09f42d4d82..3aeca1bb3f 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index 60178088db..b7b89cdcb4 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,7 +3,7 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index bbf9386f77..1bbbc58095 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index e451eab44d..3a0837cd1f 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index 93ce3c73d8..1477327622 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 5d3f298beb..5ad35a6474 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index afd15ee375..8155336dd0 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,7 +3,7 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-encoding.xml b/docs/plugins/inspect/plugin-encoding.xml index b74a47320b..84eea285fb 100644 --- a/docs/plugins/inspect/plugin-encoding.xml +++ b/docs/plugins/inspect/plugin-encoding.xml @@ -3,7 +3,7 @@ various encoding-related elements ../../gst/encoding/.libs/libgstencodebin.so libgstencodebin.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml index 4cbf869552..604e9f093c 100644 --- a/docs/plugins/inspect/plugin-gio.xml +++ b/docs/plugins/inspect/plugin-gio.xml @@ -3,7 +3,7 @@ GIO elements ../../gst/gio/.libs/libgstgio.so libgstgio.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ivorbisdec.xml b/docs/plugins/inspect/plugin-ivorbisdec.xml index f269a9f9af..2196b4dc55 100644 --- a/docs/plugins/inspect/plugin-ivorbisdec.xml +++ b/docs/plugins/inspect/plugin-ivorbisdec.xml @@ -3,7 +3,7 @@ Vorbis Tremor decoder ../../ext/vorbis/.libs/libgstivorbisdec.so libgstivorbisdec.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 722544544f..1289fcfc9c 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 6afe43e8ad..34b437e8cb 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index 8b0366602f..a7e4179a71 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml index 2243a9136b..e9b5b9e05a 100644 --- a/docs/plugins/inspect/plugin-playback.xml +++ b/docs/plugins/inspect/plugin-playback.xml @@ -3,7 +3,7 @@ various playback elements ../../gst/playback/.libs/libgstplayback.so libgstplayback.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index 389fbab2ba..d252eb055e 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -41,7 +41,7 @@ sink sink always -
application/x-subtitle; application/x-subtitle-dks; application/x-subtitle-tmplayer; application/x-subtitle-mpl2; application/x-subtitle-qttext
+
application/x-subtitle; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-mpl2; application/x-subtitle-dks; application/x-subtitle-qttext
src diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 15c1e2c3ab..1e52a74dec 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 232bf82bcd..c5e3127f12 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 3a11972d65..3fa61f7ef4 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoconvert.xml b/docs/plugins/inspect/plugin-videoconvert.xml index e8888b8726..3c0060bdf5 100644 --- a/docs/plugins/inspect/plugin-videoconvert.xml +++ b/docs/plugins/inspect/plugin-videoconvert.xml @@ -3,7 +3,7 @@ Colorspace conversion ../../gst/videoconvert/.libs/libgstvideoconvert.so libgstvideoconvert.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -20,13 +20,13 @@ sink sink always -
video/x-raw, 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, 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 }, 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, 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 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw, 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 }, 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 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
src source always -
video/x-raw, 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, 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 }, 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, 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 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw, 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 }, 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 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 3e42e2201f..7b50883325 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index 2234dbbbc9..f6148a738e 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 065379ff74..765cf1e68f 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -20,7 +20,7 @@ src source always -
video/x-raw, 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, 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 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-bayer, format=(string){ bggr, rggb, grbg, gbrg }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw, 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 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-bayer, format=(string){ bggr, rggb, grbg, gbrg }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 6a2c6a0003..0e8e077168 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index 77acba8c9a..7e55657bc6 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index 7582ae5243..3cdb9710c8 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 5f46f92fc4..5232e416be 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 1.1.2 + 1.1.3 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index 0f925dfbbf..6c1625d564 100644 --- a/gst-plugins-base.doap +++ b/gst-plugins-base.doap @@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included. + + + 1.1.3 + 1.1 + + 2013-07-29 + + + + 1.1.2 diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index f8f7c9e99b..2fd4993b95 100644 --- a/win32/common/_stdint.h +++ b/win32/common/_stdint.h @@ -1,8 +1,8 @@ #ifndef _GST_PLUGINS_BASE__STDINT_H #define _GST_PLUGINS_BASE__STDINT_H 1 #ifndef _GENERATED_STDINT_H -#define _GENERATED_STDINT_H "gst-plugins-base 1.1.2" -/* generated using gnu compiler gcc-4.8 (Debian 4.8.1-6) 4.8.1 */ +#define _GENERATED_STDINT_H "gst-plugins-base 1.1.3" +/* generated using gnu compiler gcc-4.8 (Debian 4.8.1-8) 4.8.1 */ #define _STDINT_HAVE_STDINT_H 1 #include #endif diff --git a/win32/common/config.h b/win32/common/config.h index d739620969..cb430b39df 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -56,9 +56,6 @@ /* system wide data directory */ #define GST_DATADIR PREFIX "\\share" -/* set to disable libxml2-dependent code in subparse */ -#undef GST_DISABLE_XML - /* Extra platform specific plugin suffix */ #undef GST_EXTRA_MODULE_SUFFIX @@ -87,7 +84,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2013-07-11" +#define GST_PACKAGE_RELEASE_DATETIME "2013-07-29" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -328,7 +325,7 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 1.1.2" +#define PACKAGE_STRING "GStreamer Base Plug-ins 1.1.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -337,7 +334,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.2" +#define PACKAGE_VERSION "1.1.3" /* directory where plugins are located */ #ifdef _DEBUG @@ -371,7 +368,7 @@ #undef USE_TREMOLO /* Version number of package */ -#define VERSION "1.1.2" +#define VERSION "1.1.3" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/win32/common/libgstpbutils.def b/win32/common/libgstpbutils.def index aa37853cac..350ec45c3e 100644 --- a/win32/common/libgstpbutils.def +++ b/win32/common/libgstpbutils.def @@ -1,9 +1,9 @@ EXPORTS gst_codec_utils_aac_caps_set_level_and_profile + gst_codec_utils_aac_get_index_from_sample_rate gst_codec_utils_aac_get_level gst_codec_utils_aac_get_profile gst_codec_utils_aac_get_sample_rate_from_index - gst_codec_utils_aac_get_index_from_sample_rate gst_codec_utils_h264_caps_set_level_and_profile gst_codec_utils_h264_get_level gst_codec_utils_h264_get_level_idc diff --git a/win32/common/video-enumtypes.c b/win32/common/video-enumtypes.c index e32d3eeb4f..9fd6acaede 100644 --- a/win32/common/video-enumtypes.c +++ b/win32/common/video-enumtypes.c @@ -70,6 +70,7 @@ gst_video_format_get_type (void) {GST_VIDEO_FORMAT_GBR_10BE, "GST_VIDEO_FORMAT_GBR_10BE", "gbr-10be"}, {GST_VIDEO_FORMAT_GBR_10LE, "GST_VIDEO_FORMAT_GBR_10LE", "gbr-10le"}, {GST_VIDEO_FORMAT_NV16, "GST_VIDEO_FORMAT_NV16", "nv16"}, + {GST_VIDEO_FORMAT_NV24, "GST_VIDEO_FORMAT_NV24", "nv24"}, {0, NULL, NULL} }; GType g_define_type_id = g_enum_register_static ("GstVideoFormat", values); -- cgit v1.2.3