diff -Nru gstreamer1.0-1.0.4/ChangeLog gstreamer1.0-1.0.5/ChangeLog --- gstreamer1.0-1.0.4/ChangeLog 2012-12-18 16:24:01.000000000 +0000 +++ gstreamer1.0-1.0.5/ChangeLog 2013-01-08 00:11:19.000000000 +0000 @@ -1,9 +1,94 @@ +=== release 1.0.5 === + +2013-01-08 Tim-Philipp Müller + + * configure.ac: + releasing 1.0.5 + +2013-01-05 16:30:04 +0000 Tim-Philipp Müller + + * tests/check/gst/gstghostpad.c: + tests: fix leak in ghostpad unit test + The created pad is never used and overwritten with + another newly-created pad a few lines below. + +2013-01-04 12:50:47 +0000 Tim-Philipp Müller + + * gst/gstbin.h: + docs: update since markers for new NO_RESYNC flag + +2013-01-04 12:27:38 +0000 Tim-Philipp Müller + + * gst/gstsystemclock.h: + docs: minor systemsclock doc fix + +2012-12-30 23:48:47 +0000 Tim-Philipp Müller + + * configure.ac: + configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + AM_CONFIG_HEADER has been removed in the just-released automake 1.13: + https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html + https://bugzilla.gnome.org/show_bug.cgi?id=690881 + +2012-12-22 16:53:47 +0100 Thijs Vermeir + + * scripts/create-uninstalled-setup.sh: + scripts: fix location of repository with ssh + +2012-12-21 16:36:37 +0100 Wim Taymans + + * gst/gstbin.c: + * gst/gstbin.h: + bin: add flag to disable resync state change + Add a GST_BIN_FLAG_NO_RESYNC that disables a resync when an element is added, + removed or linked in the bin. This is interesting for complex bins that + dynamically add elements to themselves and want to manage the state of those + elements without interference from resyncs. + See https://bugzilla.gnome.org/show_bug.cgi?id=690420 + +2012-12-21 10:09:30 +0100 Wim Taymans + + * docs/design/part-synchronisation.txt: + docs: update synchronization document a little + +2012-12-20 16:40:04 +0100 Wim Taymans + + * gst/gstsystemclock.h: + systemclock: add OTHER clock type + Add an OTHER clock type so that subclasses are able to mark themselves as + using some other clock source than the realtime or monotonic clock. + === release 1.0.4 === -2012-12-18 Tim-Philipp Müller +2012-12-18 17:25:34 +0000 Tim-Philipp Müller + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.4 + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstenumtypes.c: + * win32/common/gstversion.h: + Release 1.0.4 + +2012-12-18 17:09:18 +0000 Tim-Philipp Müller + + * po/LINGUAS: + * po/de.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/nl.po: + * po/pl.po: + * po/ru.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + po: update translations 2012-12-14 11:09:30 +0100 Wim Taymans diff -Nru gstreamer1.0-1.0.4/NEWS gstreamer1.0-1.0.5/NEWS --- gstreamer1.0-1.0.4/NEWS 2012-12-18 17:05:28.000000000 +0000 +++ gstreamer1.0-1.0.5/NEWS 2013-01-08 00:35:22.000000000 +0000 @@ -1,4 +1,23 @@ -This is GStreamer 1.0.4 +This is GStreamer 1.0.5 + +Changes since 1.0.4: + + * add GST_BIN_FLAG_NO_RESYNC flag that disables a resync when + an element is added, removed or linked in the bin; this is + interesting for complex bins that dynamically add elements + to themselves and want to manage the state of those elements + without interference from state resync threads (which may + cause deadlocks) + * add OTHER clock type + +Bugs fixed since 1.0.4: + + * 690915 : Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure.ac + +API additions since 1.0.4: + + * GST_BIN_FLAG_NO_RESYNC + * GST_CLOCK_TYPE_OTHER Changes since 1.0.3: diff -Nru gstreamer1.0-1.0.4/RELEASE gstreamer1.0-1.0.5/RELEASE --- gstreamer1.0-1.0.4/RELEASE 2012-12-18 16:59:28.000000000 +0000 +++ gstreamer1.0-1.0.5/RELEASE 2013-01-08 00:19:03.000000000 +0000 @@ -1,8 +1,8 @@ -Release notes for GStreamer 1.0.4 +Release notes for GStreamer 1.0.5 -The GStreamer team is proud to announce a new bug-fix release +The GStreamer team is pleased to announce a new bug-fix release in the 1.x stable series of the core of the GStreamer streaming media framework. @@ -38,20 +38,28 @@ - + Features of this release - - * basesrc: fix potential leaks when re-activating in a different mode - * bindings: make all pad probe types work with bindings - * bindings: fix gst_event_parse_stream_start() annotation, fixing crash - * documentation improvements + + * add GST_BIN_FLAG_NO_RESYNC flag that disables a resync when + an element is added, removed or linked in the bin; this is + interesting for complex bins that dynamically add elements + to themselves and want to manage the state of those elements + without interference from state resync threads (which may + cause deadlocks) + * add OTHER clock type Bugs fixed in this release - - * 687845 : filesrc: leaks file descriptor if activation in pull mode fails - * 688804 : Getting error trying to add a pad_probe - * 688934 : Gst.Event.parse_stream_start seems to not function correctly + + * 690915 : Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure.ac + +API changes in this release + + - API additions: + + * GST_BIN_FLAG_NO_RESYNC + * GST_CLOCK_TYPE_OTHER ==== Download ==== @@ -88,9 +96,7 @@ Contributors to this release - * Alessandro Decina - * Luis de Bethencourt - * Olivier Crête + * Thijs Vermeir * Tim-Philipp Müller * Wim Taymans -  \ No newline at end of file +  diff -Nru gstreamer1.0-1.0.4/aclocal.m4 gstreamer1.0-1.0.5/aclocal.m4 --- gstreamer1.0-1.0.4/aclocal.m4 2012-12-18 16:22:09.000000000 +0000 +++ gstreamer1.0-1.0.5/aclocal.m4 2013-01-07 23:52:39.000000000 +0000 @@ -438,18 +438,6 @@ [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 8 - -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) - # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, diff -Nru gstreamer1.0-1.0.4/configure gstreamer1.0-1.0.5/configure --- gstreamer1.0-1.0.4/configure 2012-12-18 16:22:11.000000000 +0000 +++ gstreamer1.0-1.0.5/configure 2013-01-07 23:52:41.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GStreamer 1.0.4. +# Generated by GNU Autoconf 2.69 for GStreamer 1.0.5. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='GStreamer' PACKAGE_TARNAME='gstreamer' -PACKAGE_VERSION='1.0.4' -PACKAGE_STRING='GStreamer 1.0.4' +PACKAGE_VERSION='1.0.5' +PACKAGE_STRING='GStreamer 1.0.5' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -1637,7 +1637,7 @@ # 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 1.0.4 to adapt to many kinds of systems. +\`configure' configures GStreamer 1.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1708,7 +1708,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GStreamer 1.0.4:";; + short | recursive ) echo "Configuration of GStreamer 1.0.5:";; esac cat <<\_ACEOF @@ -1885,7 +1885,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer configure 1.0.4 +GStreamer configure 1.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2658,7 +2658,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GStreamer $as_me 1.0.4, which was +It was created by GStreamer $as_me 1.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3591,7 +3591,7 @@ # Define the identity of the package. PACKAGE='gstreamer' - VERSION='1.0.4' + VERSION='1.0.5' cat >>confdefs.h <<_ACEOF @@ -3714,9 +3714,9 @@ - PACKAGE_VERSION_MAJOR=$(echo 1.0.4 | cut -d'.' -f1) - PACKAGE_VERSION_MINOR=$(echo 1.0.4 | cut -d'.' -f2) - PACKAGE_VERSION_MICRO=$(echo 1.0.4 | cut -d'.' -f3) + PACKAGE_VERSION_MAJOR=$(echo 1.0.5 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 1.0.5 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 1.0.5 | cut -d'.' -f3) @@ -3727,7 +3727,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5 $as_echo_n "checking nano version... " >&6; } - NANO=$(echo 1.0.4 | cut -d'.' -f4) + NANO=$(echo 1.0.5 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -8320,10 +8320,10 @@ done - GST_CURRENT=4 + GST_CURRENT=5 GST_REVISION=0 - GST_AGE=4 - GST_LIBVERSION=4:0:4 + GST_AGE=5 + GST_LIBVERSION=5:0:5 @@ -27032,7 +27032,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GStreamer $as_me 1.0.4, which was +This file was extended by GStreamer $as_me 1.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -27098,7 +27098,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GStreamer config.status 1.0.4 +GStreamer config.status 1.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru gstreamer1.0-1.0.4/configure.ac gstreamer1.0-1.0.5/configure.ac --- gstreamer1.0-1.0.4/configure.ac 2012-12-18 16:22:03.000000000 +0000 +++ gstreamer1.0-1.0.5/configure.ac 2013-01-07 23:52:33.000000000 +0000 @@ -4,7 +4,7 @@ dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too dnl -AC_INIT(GStreamer, 1.0.4, +AC_INIT(GStreamer, 1.0.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT @@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([gst/gst.c]) dnl define the output header for config -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) dnl AM_MAINTAINER_MODE only provides the option to configure to enable it AM_MAINTAINER_MODE([enable]) @@ -58,7 +58,7 @@ dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 4, 0, 4) +AS_LIBTOOL(GST, 5, 0, 5) dnl *** autotools stuff **** diff -Nru gstreamer1.0-1.0.4/debian/changelog gstreamer1.0-1.0.5/debian/changelog --- gstreamer1.0-1.0.4/debian/changelog 2012-12-19 19:55:32.000000000 +0000 +++ gstreamer1.0-1.0.5/debian/changelog 2013-01-09 04:30:53.000000000 +0000 @@ -1,8 +1,14 @@ -gstreamer1.0 (1.0.4-1~ubuntu12.10.1~ppa1) quantal; urgency=low +gstreamer1.0 (1.0.5-1~ubuntu12.10.1~ppa4) quantal; urgency=low * No-change backport to quantal - -- Jason Gerard DeRose Wed, 19 Dec 2012 12:55:32 -0700 + -- Jason Gerard DeRose Tue, 08 Jan 2013 21:30:53 -0700 + +gstreamer1.0 (1.0.5-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Tue, 08 Jan 2013 13:38:27 +0100 gstreamer1.0 (1.0.4-1) unstable; urgency=low diff -Nru gstreamer1.0-1.0.4/docs/design/part-synchronisation.txt gstreamer1.0-1.0.5/docs/design/part-synchronisation.txt --- gstreamer1.0-1.0.4/docs/design/part-synchronisation.txt 2012-10-25 10:54:54.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/design/part-synchronisation.txt 2013-01-04 12:23:53.000000000 +0000 @@ -20,6 +20,7 @@ Different sources exist for this counter: - the system time (with g_get_current_time() and with microsecond accuracy) + - monotonic time (with g_get_monotonic_time () with microsecond accuracy) - an audio device (based on number of samples played) - a network source based on packets received + timestamps in those packets (a typical example is an RTP source) @@ -31,6 +32,10 @@ A GstClock always counts time upwards and does not necessarily start at 0. +While it is possible, it is not recommended to create a clock derived from the +contents of a stream (for example, create a clock from the PCR in an mpeg-ts +stream). + Running time ~~~~~~~~~~~~ @@ -75,16 +80,18 @@ The following notation is used: B: GstBuffer - - B.timestamp = buffer timestamp (GST_BUFFER_TIMESTAMP) + - B.timestamp = buffer timestamp (GST_BUFFER_PTS or GST_BUFFER_DTS) S: SEGMENT event preceeding the buffers. - - S.start: start field in the SEGMENT event - - S.stop: stop field in the SEGMENT event - - S.rate: rate field of SEGMENT event - - S.abs_rate: absolute value of rate field of SEGMENT event - - S.time: time field in the SEGMENT event - - S.base: a base time for the time. - - S.offset: an offset to apply to S.start or S.stop + - S.start: start field in the SEGMENT event. This is the lowest allowed + timestamp. + - S.stop: stop field in the SEGMENT event. This is the highers allowed + timestamp. + - S.rate: rate field of SEGMENT event. This is the desired playback rate. + - S.base: a base time for the time. This is the total elapsed running_time of any + previous segments. + - S.offset: an offset to apply to S.start or S.stop. This is the amount that + has already been elapsed in the segment. Valid buffers for synchronisation are those with B.timestamp between S.start and S.stop (after applying the S.offset). All other buffers outside this range @@ -93,9 +100,9 @@ The following transformation to running_time exist: if (S.rate > 0.0) - B.running_time = (B.timestamp - (S.start + S.offset)) / S.abs_rate + S.base + B.running_time = (B.timestamp - (S.start + S.offset)) / ABS (S.rate) + S.base else - B.running_time = ((S.stop - S.offset) - B.timestamp) / S.abs_rate + S.base + B.running_time = ((S.stop - S.offset) - B.timestamp) / ABS (S.rate) + S.base We write B.running_time as the running_time obtained from the SEGMENT event and the buffers of that segment. @@ -110,6 +117,9 @@ first buffer received will be transformed into B.running_time of 0 (B.timestamp == S.stop and S.accum == 0). +This makes it so that B.running_time is always monotonically increasing +starting from 0 with both positive and negative rates. + Synchronisation ~~~~~~~~~~~~~~~ @@ -123,7 +133,7 @@ - using the buffer timestamp and the preceeding SEGMENT event as (assuming positive playback rate): - B.running_time = (B.timestamp - (S.start + S.offset)) / S.abs_rate + S.base + B.running_time = (B.timestamp - (S.start + S.offset)) / ABS (S.rate) + S.base We prefix C. and B. before the two running times to note how they were calculated. @@ -172,10 +182,15 @@ - the position used in seek events/queries - the position used to synchronize controller values +Additional fields in the SEGMENT are used: + + - S.time: time field in the SEGMENT event. This the stream-time of S.start + - S.applied_rate: The rate already applied to the stream. + Stream time is calculated using the buffer times and the preceeding SEGMENT event as follows: - stream_time = (B.timestamp - S.start) * S.abs_applied_rate + S.time + stream_time = (B.timestamp - S.start) * ABS (S.applied_rate) + S.time For negative rates, B.timestamp will go backwards from S.stop to S.start, making the stream time go backwards. @@ -187,24 +202,24 @@ allows us to rewrite the above formula for stream_time (and for positive rates). C.running_time = absolute_time - base_time - B.running_time = (B.timestamp - (S.start + S.offset)) / S.abs_rate + S.base + B.running_time = (B.timestamp - (S.start + S.offset)) / ABS (S.rate) + S.base => - (B.timestamp - (S.start + S.offset)) / S.abs_rate + S.base = absolute_time - base_time; + (B.timestamp - (S.start + S.offset)) / ABS (S.rate) + S.base = absolute_time - base_time; => - (B.timestamp - (S.start + S.offset)) / S.abs_rate = absolute_time - base_time - S.base; + (B.timestamp - (S.start + S.offset)) / ABS (S.rate) = absolute_time - base_time - S.base; => - (B.timestamp - (S.start + S.offset)) = (absolute_time - base_time - S.base) * S.abs_rate + (B.timestamp - (S.start + S.offset)) = (absolute_time - base_time - S.base) * ABS (S.rate) => - (B.timestamp - S.start) = S.offset + (absolute_time - base_time - S.base) * S.abs_rate + (B.timestamp - S.start) = S.offset + (absolute_time - base_time - S.base) * ABS (S.rate) filling (B.timestamp - S.start) in the above formule for stream time => - stream_time = (S.offset + (absolute_time - base_time - S.base) * S.abs_rate) * S.abs_applied_rate + S.time + stream_time = (S.offset + (absolute_time - base_time - S.base) * ABS (S.rate)) * S.abs_applied_rate + S.time This last formula is typically used in sinks to report the current position in an accurate and efficient way. diff -Nru gstreamer1.0-1.0.4/docs/gst/html/GstBin.html gstreamer1.0-1.0.5/docs/gst/html/GstBin.html --- gstreamer1.0-1.0.4/docs/gst/html/GstBin.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/GstBin.html 2013-01-08 00:41:42.000000000 +0000 @@ -157,7 +157,7 @@

-

Notes

+

Notes

A GstBin internally intercepts every GstMessage posted by its children and implements the following default behaviour for each of them: @@ -940,6 +940,7 @@

enum GstBinFlags

typedef enum {
+  GST_BIN_FLAG_NO_RESYNC = (GST_ELEMENT_FLAG_LAST << 0),
   /* padding */
   GST_BIN_FLAG_LAST		= (GST_ELEMENT_FLAG_LAST << 5)
 } GstBinFlags;
@@ -951,12 +952,20 @@
 

- + + + + + + - + +

GST_BIN_FLAG_NO_RESYNC

don't resync a state change when elements are + added or linked in the bin (Since 1.0.5) +

GST_BIN_FLAG_LAST

the last enum in the series of flags for bins. Derived classes can use this as first value in a list of flags.

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/GstElementFactory.html gstreamer1.0-1.0.5/docs/gst/html/GstElementFactory.html --- gstreamer1.0-1.0.4/docs/gst/html/GstElementFactory.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/GstElementFactory.html 2013-01-08 00:41:42.000000000 +0000 @@ -141,7 +141,7 @@

-

Example 6. Using an element factory

+

Example 6. Using an element factory

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/GstObject.html gstreamer1.0-1.0.5/docs/gst/html/GstObject.html --- gstreamer1.0-1.0.4/docs/gst/html/GstObject.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/GstObject.html 2013-01-08 00:41:42.000000000 +0000 @@ -186,7 +186,7 @@

-

controlled properties

+

controlled properties

Controlled properties offers a lightweight way to adjust gobject properties over stream-time. It works by using time-stamped value pairs that diff -Nru gstreamer1.0-1.0.4/docs/gst/html/GstPadTemplate.html gstreamer1.0-1.0.5/docs/gst/html/GstPadTemplate.html --- gstreamer1.0-1.0.4/docs/gst/html/GstPadTemplate.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/GstPadTemplate.html 2013-01-08 00:41:42.000000000 +0000 @@ -132,7 +132,7 @@ The following code example shows the code to create a pad from a padtemplate.

-

Example 11. Create a pad from a padtemplate

+

Example 11. Create a pad from a padtemplate

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/GstSystemClock.html gstreamer1.0-1.0.5/docs/gst/html/GstSystemClock.html --- gstreamer1.0-1.0.4/docs/gst/html/GstSystemClock.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/GstSystemClock.html 2013-01-08 00:41:42.000000000 +0000 @@ -90,7 +90,8 @@

enum GstClockType

typedef enum {
   GST_CLOCK_TYPE_REALTIME       = 0,
-  GST_CLOCK_TYPE_MONOTONIC      = 1
+  GST_CLOCK_TYPE_MONOTONIC      = 1,
+  GST_CLOCK_TYPE_OTHER          = 2
 } GstClockType;
 

@@ -110,6 +111,11 @@ point +

+ + +

GST_CLOCK_TYPE_OTHER

some other time source is used (Since: 1.0.5) +
diff -Nru gstreamer1.0-1.0.4/docs/gst/html/GstTypeFindFactory.html gstreamer1.0-1.0.5/docs/gst/html/GstTypeFindFactory.html --- gstreamer1.0-1.0.4/docs/gst/html/GstTypeFindFactory.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/GstTypeFindFactory.html 2013-01-08 00:41:42.000000000 +0000 @@ -73,7 +73,7 @@

-

Example 13. how to write a simple typefinder

+

Example 13. how to write a simple typefinder

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gst-building.html gstreamer1.0-1.0.5/docs/gst/html/gst-building.html --- gstreamer1.0-1.0.4/docs/gst/html/gst-building.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gst-building.html 2013-01-08 00:41:42.000000000 +0000 @@ -31,7 +31,7 @@
-

Building GStreamer on UNIX

+

Building GStreamer on UNIX

On UNIX, GStreamer uses the standard GNU build system, using autoconf for package @@ -92,7 +92,7 @@

-

Building GStreamer Applications

+

Building GStreamer Applications

Applications and libraries can use pkg-config to get all the needed compiler and linker flags to build against GStreamer. Please note that diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gst-running.html gstreamer1.0-1.0.5/docs/gst/html/gst-running.html --- gstreamer1.0-1.0.4/docs/gst/html/gst-running.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gst-running.html 2013-01-08 00:41:42.000000000 +0000 @@ -31,9 +31,9 @@

-

Running and debugging GStreamer Applications

+

Running and debugging GStreamer Applications

-

Environment variables

+

Environment variables

GStreamer inspects a few of environment variables in addition to standard variables like LANG, PATH or HOME. diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-Gst.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-Gst.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-Gst.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-Gst.html 2013-01-08 00:41:42.000000000 +0000 @@ -83,7 +83,7 @@

-

Example 1. Initializing the gstreamer library

+

Example 1. Initializing the gstreamer library

@@ -119,7 +119,7 @@ the next code fragment:

-

Example 2. Initializing own parameters when initializing gstreamer

+

Example 2. Initializing own parameters when initializing gstreamer

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstBuffer.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstBuffer.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstBuffer.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstBuffer.html 2013-01-08 00:41:42.000000000 +0000 @@ -212,7 +212,7 @@ with a given width, height and bits per plane.

-

Example 3. Creating a buffer for a video frame

+

Example 3. Creating a buffer for a video frame

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstCaps.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstCaps.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstCaps.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstCaps.html 2013-01-08 00:41:42.000000000 +0000 @@ -160,7 +160,7 @@

-

Example 4. Creating caps

+

Example 4. Creating caps

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstEvent.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstEvent.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstEvent.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstEvent.html 2013-01-08 00:41:42.000000000 +0000 @@ -206,7 +206,7 @@ the needed parameters to specify seeking time and mode.

-

Example 8. performing a seek on a pipeline

+

Example 8. performing a seek on a pipeline

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstGError.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstGError.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstGError.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstGError.html 2013-01-08 00:41:42.000000000 +0000 @@ -115,7 +115,7 @@

-

Example 7. Throwing an error

+

Example 7. Throwing an error

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstIterator.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstIterator.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstIterator.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstIterator.html 2013-01-08 00:41:42.000000000 +0000 @@ -122,7 +122,7 @@

-

Example 9. Using an iterator

+

Example 9. Using an iterator

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstMessage.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstMessage.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstMessage.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstMessage.html 2013-01-08 00:41:42.000000000 +0000 @@ -273,7 +273,7 @@

-

Example 10. Posting a GstMessage

+

Example 10. Posting a GstMessage

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstQuery.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstQuery.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstQuery.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstQuery.html 2013-01-08 00:41:42.000000000 +0000 @@ -284,7 +284,7 @@

-

Example 12. Query duration on a pipeline

+

Example 12. Query duration on a pipeline

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstTagList.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstTagList.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstTagList.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstTagList.html 2013-01-08 00:41:42.000000000 +0000 @@ -359,7 +359,7 @@

-

Table 1. merge mode

+

Table 1. merge mode

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstVersion.html gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstVersion.html --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer-GstVersion.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer-GstVersion.html 2013-01-08 00:41:42.000000000 +0000 @@ -88,7 +88,7 @@

GST_VERSION_MICRO

-
#define GST_VERSION_MICRO (4)
+
#define GST_VERSION_MICRO (5)
 

The micro version of GStreamer at compile time: diff -Nru gstreamer1.0-1.0.4/docs/gst/html/gstreamer.devhelp2 gstreamer1.0-1.0.5/docs/gst/html/gstreamer.devhelp2 --- gstreamer1.0-1.0.4/docs/gst/html/gstreamer.devhelp2 2012-12-18 18:14:30.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/gstreamer.devhelp2 2013-01-08 00:41:42.000000000 +0000 @@ -71,7 +71,7 @@ - + @@ -105,7 +105,7 @@ - + @@ -906,7 +906,7 @@ - + @@ -1943,6 +1943,7 @@ + @@ -2319,6 +2320,7 @@ + diff -Nru gstreamer1.0-1.0.4/docs/gst/html/index.html gstreamer1.0-1.0.5/docs/gst/html/index.html --- gstreamer1.0-1.0.4/docs/gst/html/index.html 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/index.html 2013-01-08 00:41:42.000000000 +0000 @@ -15,7 +15,7 @@

- for GStreamer Core 1.0 (1.0.4) + for GStreamer Core 1.0 (1.0.5) The latest version of this documentation can be found on-line at http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/.

diff -Nru gstreamer1.0-1.0.4/docs/gst/html/index.sgml gstreamer1.0-1.0.5/docs/gst/html/index.sgml --- gstreamer1.0-1.0.4/docs/gst/html/index.sgml 2012-12-18 18:14:32.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/gst/html/index.sgml 2013-01-08 00:41:42.000000000 +0000 @@ -77,6 +77,7 @@ + @@ -1974,6 +1975,7 @@ + diff -Nru gstreamer1.0-1.0.4/docs/libs/html/GstBaseSrc.html gstreamer1.0-1.0.5/docs/libs/html/GstBaseSrc.html --- gstreamer1.0-1.0.4/docs/libs/html/GstBaseSrc.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/libs/html/GstBaseSrc.html 2013-01-08 00:41:42.000000000 +0000 @@ -248,7 +248,7 @@

-

Controlled shutdown of live sources in applications

+

Controlled shutdown of live sources in applications

Applications that record from a live source may want to stop recording in a controlled way, so that the recording is stopped, but the data diff -Nru gstreamer1.0-1.0.4/docs/libs/html/GstBaseTransform.html gstreamer1.0-1.0.5/docs/libs/html/GstBaseTransform.html --- gstreamer1.0-1.0.4/docs/libs/html/GstBaseTransform.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/libs/html/GstBaseTransform.html 2013-01-08 00:41:42.000000000 +0000 @@ -118,7 +118,7 @@

-

Use Cases

+

Use Cases

    @@ -258,7 +258,7 @@


    -

    Sub-class settable flags on GstBaseTransform

    +

    Sub-class settable flags on GstBaseTransform

      diff -Nru gstreamer1.0-1.0.4/docs/libs/html/gstreamer-libs.devhelp2 gstreamer1.0-1.0.5/docs/libs/html/gstreamer-libs.devhelp2 --- gstreamer1.0-1.0.4/docs/libs/html/gstreamer-libs.devhelp2 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/libs/html/gstreamer-libs.devhelp2 2013-01-08 00:41:42.000000000 +0000 @@ -64,7 +64,7 @@ - + @@ -130,8 +130,8 @@ - - + + diff -Nru gstreamer1.0-1.0.4/docs/libs/html/index.html gstreamer1.0-1.0.5/docs/libs/html/index.html --- gstreamer1.0-1.0.4/docs/libs/html/index.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/libs/html/index.html 2013-01-08 00:41:42.000000000 +0000 @@ -15,7 +15,7 @@

      - for GStreamer Library 1.0 (1.0.4) + for GStreamer Library 1.0 (1.0.5) The latest version of this documentation can be found on-line at http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/.

      diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/ch01.html gstreamer1.0-1.0.5/docs/plugins/html/ch01.html --- gstreamer1.0-1.0.4/docs/plugins/html/ch01.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/ch01.html 2013-01-08 00:41:43.000000000 +0000 @@ -21,7 +21,7 @@

      -gstreamer Elements

      +gstreamer Elements
    capsfilter — Pass data without modification, limiting formats diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/ch02.html gstreamer1.0-1.0.5/docs/plugins/html/ch02.html --- gstreamer1.0-1.0.4/docs/plugins/html/ch02.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/ch02.html 2013-01-08 00:41:43.000000000 +0000 @@ -21,7 +21,7 @@

    -gstreamer Plugins

    +gstreamer Plugins
    coreelements GStreamer core elements
    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-capsfilter.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-capsfilter.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-capsfilter.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-capsfilter.html 2013-01-08 00:41:43.000000000 +0000 @@ -70,7 +70,7 @@

    -

    Example launch line

    +

    Example launch line

    @@ -88,7 +88,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -111,7 +111,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-fakesink.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-fakesink.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-fakesink.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-fakesink.html 2013-01-08 00:41:43.000000000 +0000 @@ -86,7 +86,7 @@

    -

    Example launch line

    +

    Example launch line

    @@ -104,7 +104,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -127,7 +127,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-fakesrc.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-fakesrc.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-fakesrc.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-fakesrc.html 2013-01-08 00:41:43.000000000 +0000 @@ -102,7 +102,7 @@

    -

    Example launch line

    +

    Example launch line

    @@ -124,7 +124,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -147,7 +147,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-fdsink.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-fdsink.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-fdsink.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-fdsink.html 2013-01-08 00:41:43.000000000 +0000 @@ -85,7 +85,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -108,7 +108,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-fdsrc.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-fdsrc.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-fdsrc.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-fdsrc.html 2013-01-08 00:41:43.000000000 +0000 @@ -97,7 +97,7 @@

    -

    Example launch line

    +

    Example launch line

    @@ -119,7 +119,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -142,7 +142,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-filesink.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-filesink.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-filesink.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-filesink.html 2013-01-08 00:41:43.000000000 +0000 @@ -80,7 +80,7 @@

    -

    Example launch line

    +

    Example launch line

    @@ -98,7 +98,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -121,7 +121,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-filesrc.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-filesrc.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-filesrc.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-filesrc.html 2013-01-08 00:41:43.000000000 +0000 @@ -82,7 +82,7 @@

    -

    Example launch line

    +

    Example launch line

    @@ -100,7 +100,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -123,7 +123,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-funnel.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-funnel.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-funnel.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-funnel.html 2013-01-08 00:41:43.000000000 +0000 @@ -68,7 +68,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -91,7 +91,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-identity.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-identity.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-identity.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-identity.html 2013-01-08 00:41:43.000000000 +0000 @@ -90,7 +90,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -113,7 +113,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-input-selector.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-input-selector.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-input-selector.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-input-selector.html 2013-01-08 00:41:43.000000000 +0000 @@ -105,7 +105,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -128,7 +128,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-multiqueue.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-multiqueue.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-multiqueue.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-multiqueue.html 2013-01-08 00:41:43.000000000 +0000 @@ -83,7 +83,7 @@

    -

    +

    Multiqueue is similar to a normal GstQueue with the following additional features:

    @@ -173,7 +173,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -196,7 +196,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-output-selector.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-output-selector.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-output-selector.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-output-selector.html 2013-01-08 00:41:43.000000000 +0000 @@ -70,7 +70,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -93,7 +93,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html 2013-01-08 00:41:43.000000000 +0000 @@ -28,7 +28,7 @@
    -

    Plugin Information

    +

    Plugin Information

    @@ -38,7 +38,7 @@ - + @@ -56,7 +56,7 @@

    version

    1.0.41.0.5

    run-time license

    -

    Elements

    +

    Elements

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-queue.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-queue.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-queue.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-queue.html 2013-01-08 00:41:43.000000000 +0000 @@ -122,7 +122,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -145,7 +145,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-queue2.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-queue2.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-queue2.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-queue2.html 2013-01-08 00:41:43.000000000 +0000 @@ -110,7 +110,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -133,7 +133,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-tee.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-tee.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-tee.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-tee.html 2013-01-08 00:41:43.000000000 +0000 @@ -83,7 +83,7 @@

    -

    Example launch line

    +

    Example launch line

    @@ -102,7 +102,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -125,7 +125,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-typefind.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-typefind.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-typefind.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-typefind.html 2013-01-08 00:41:43.000000000 +0000 @@ -90,7 +90,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -113,7 +113,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-valve.html gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-valve.html --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins-valve.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins-valve.html 2013-01-08 00:41:43.000000000 +0000 @@ -81,7 +81,7 @@

    Synopsis

    -

    Element Information

    +

    Element Information

    @@ -104,7 +104,7 @@
    -

    Element Pads

    +

    Element Pads

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins.devhelp2 gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins.devhelp2 --- gstreamer1.0-1.0.4/docs/plugins/html/gstreamer-plugins.devhelp2 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/gstreamer-plugins.devhelp2 2013-01-08 00:41:42.000000000 +0000 @@ -26,14 +26,14 @@ - - - + + + - - - + + + @@ -57,9 +57,9 @@ - - - + + + @@ -72,19 +72,19 @@ - - + + - - - + + + - - - + + + @@ -92,19 +92,19 @@ - - - + + + - - + + - - + + @@ -120,8 +120,8 @@ - - + + @@ -131,9 +131,9 @@ - - - + + + @@ -147,14 +147,14 @@ - - + + - - + + @@ -172,8 +172,8 @@ - - + + @@ -189,9 +189,9 @@ - - - + + + @@ -201,16 +201,16 @@ - - + + - - + + diff -Nru gstreamer1.0-1.0.4/docs/plugins/html/index.html gstreamer1.0-1.0.5/docs/plugins/html/index.html --- gstreamer1.0-1.0.4/docs/plugins/html/index.html 2012-12-18 18:14:33.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/html/index.html 2013-01-08 00:41:43.000000000 +0000 @@ -15,7 +15,7 @@

    - for GStreamer Core Plugins 1.0 (1.0.4) + for GStreamer Core Plugins 1.0 (1.0.5) The latest version of this documentation can be found on-line at http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/.

    diff -Nru gstreamer1.0-1.0.4/docs/plugins/inspect/plugin-coreelements.xml gstreamer1.0-1.0.5/docs/plugins/inspect/plugin-coreelements.xml --- gstreamer1.0-1.0.4/docs/plugins/inspect/plugin-coreelements.xml 2012-12-18 17:02:19.000000000 +0000 +++ gstreamer1.0-1.0.5/docs/plugins/inspect/plugin-coreelements.xml 2013-01-08 00:15:53.000000000 +0000 @@ -3,7 +3,7 @@ GStreamer core elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 1.0.4 + 1.0.5 LGPL gstreamer GStreamer source release diff -Nru gstreamer1.0-1.0.4/gst/gstbin.c gstreamer1.0-1.0.5/gst/gstbin.c --- gstreamer1.0-1.0.4/gst/gstbin.c 2012-10-25 10:54:56.000000000 +0000 +++ gstreamer1.0-1.0.5/gst/gstbin.c 2013-01-04 12:24:01.000000000 +0000 @@ -1126,7 +1126,8 @@ bin->children = g_list_prepend (bin->children, element); bin->numchildren++; bin->children_cookie++; - bin->priv->structure_cookie++; + if (!GST_BIN_IS_NO_RESYNC (bin)) + bin->priv->structure_cookie++; /* distribute the bus */ gst_element_set_bus (element, bin->child_bus); @@ -1372,7 +1373,8 @@ * so that others can detect a change in the children list. */ bin->numchildren--; bin->children_cookie++; - bin->priv->structure_cookie++; + if (!GST_BIN_IS_NO_RESYNC (bin)) + bin->priv->structure_cookie++; if (is_sink && !othersink) { /* we're not a sink anymore */ @@ -3553,7 +3555,8 @@ * need to resync by updating the structure_cookie. */ bin_remove_messages (bin, GST_MESSAGE_SRC (message), GST_MESSAGE_STRUCTURE_CHANGE); - bin->priv->structure_cookie++; + if (!GST_BIN_IS_NO_RESYNC (bin)) + bin->priv->structure_cookie++; } GST_OBJECT_UNLOCK (bin); diff -Nru gstreamer1.0-1.0.4/gst/gstbin.h gstreamer1.0-1.0.5/gst/gstbin.h --- gstreamer1.0-1.0.4/gst/gstbin.h 2012-10-25 10:54:56.000000000 +0000 +++ gstreamer1.0-1.0.5/gst/gstbin.h 2013-01-04 12:47:54.000000000 +0000 @@ -40,6 +40,8 @@ /** * GstBinFlags: + * @GST_BIN_FLAG_NO_RESYNC: don't resync a state change when elements are + * added or linked in the bin (Since 1.0.5) * @GST_BIN_FLAG_LAST: the last enum in the series of flags for bins. * Derived classes can use this as first value in a list of flags. * @@ -48,10 +50,22 @@ * and (un)set using GST_OBJECT_FLAG_SET () and GST_OBJECT_FLAG_UNSET (). */ typedef enum { + GST_BIN_FLAG_NO_RESYNC = (GST_ELEMENT_FLAG_LAST << 0), /* padding */ GST_BIN_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 5) } GstBinFlags; +/** + * GST_BIN_IS_NO_RESYNC: + * @bin: A #GstBin + * + * Check if @bin will resync its state change when elements are added and + * removed. + * + * Since: 1.0.5 + */ +#define GST_BIN_IS_NO_RESYNC(bin) (GST_OBJECT_FLAG_IS_SET(bin,GST_BIN_FLAG_NO_RESYNC)) + typedef struct _GstBin GstBin; typedef struct _GstBinClass GstBinClass; typedef struct _GstBinPrivate GstBinPrivate; diff -Nru gstreamer1.0-1.0.4/gst/gstsystemclock.h gstreamer1.0-1.0.5/gst/gstsystemclock.h --- gstreamer1.0-1.0.4/gst/gstsystemclock.h 2012-10-25 10:54:57.000000000 +0000 +++ gstreamer1.0-1.0.5/gst/gstsystemclock.h 2013-01-04 12:30:39.000000000 +0000 @@ -47,12 +47,14 @@ * @GST_CLOCK_TYPE_REALTIME: time since Epoch * @GST_CLOCK_TYPE_MONOTONIC: monotonic time since some unspecified starting * point + * @GST_CLOCK_TYPE_OTHER: some other time source is used (Since: 1.0.5) * * The different kind of clocks. */ typedef enum { GST_CLOCK_TYPE_REALTIME = 0, - GST_CLOCK_TYPE_MONOTONIC = 1 + GST_CLOCK_TYPE_MONOTONIC = 1, + GST_CLOCK_TYPE_OTHER = 2 } GstClockType; /** diff -Nru gstreamer1.0-1.0.4/gstreamer.doap gstreamer1.0-1.0.5/gstreamer.doap --- gstreamer1.0-1.0.4/gstreamer.doap 2012-12-17 23:34:57.000000000 +0000 +++ gstreamer1.0-1.0.5/gstreamer.doap 2013-01-08 00:41:16.000000000 +0000 @@ -40,6 +40,16 @@ + 1.0.5 + 1.0 + + 2013-01-08 + + + + + + 1.0.4 1.0 diff -Nru gstreamer1.0-1.0.4/gstreamer.spec gstreamer1.0-1.0.5/gstreamer.spec --- gstreamer1.0-1.0.4/gstreamer.spec 2012-12-18 16:22:33.000000000 +0000 +++ gstreamer1.0-1.0.5/gstreamer.spec 2013-01-07 23:53:05.000000000 +0000 @@ -4,7 +4,7 @@ %define _glib2 2.32.0 Name: %{gstreamer} -Version: 1.0.4 +Version: 1.0.5 Release: 1 Summary: GStreamer streaming media framework runtime Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/af.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/af.gmo differ diff -Nru gstreamer1.0-1.0.4/po/af.po gstreamer1.0-1.0.5/po/af.po --- gstreamer1.0-1.0.4/po/af.po 2012-12-18 18:14:34.000000000 +0000 +++ gstreamer1.0-1.0.5/po/af.po 2013-01-08 00:41:48.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.9.7\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2005-12-05 11:45+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/az.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/az.gmo differ diff -Nru gstreamer1.0-1.0.4/po/az.po gstreamer1.0-1.0.5/po/az.po --- gstreamer1.0-1.0.4/po/az.po 2012-12-18 18:14:34.000000000 +0000 +++ gstreamer1.0-1.0.5/po/az.po 2013-01-08 00:41:48.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2004-03-19 18:40+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/be.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/be.gmo differ diff -Nru gstreamer1.0-1.0.4/po/be.po gstreamer1.0-1.0.5/po/be.po --- gstreamer1.0-1.0.4/po/be.po 2012-12-18 18:14:34.000000000 +0000 +++ gstreamer1.0-1.0.5/po/be.po 2013-01-08 00:41:48.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.9.7\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2006-01-18 22:26+0200\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/bg.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/bg.gmo differ diff -Nru gstreamer1.0-1.0.4/po/bg.po gstreamer1.0-1.0.5/po/bg.po --- gstreamer1.0-1.0.4/po/bg.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/bg.po 2013-01-08 00:41:48.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2011-04-26 22:40+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/ca.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/ca.gmo differ diff -Nru gstreamer1.0-1.0.4/po/ca.po gstreamer1.0-1.0.5/po/ca.po --- gstreamer1.0-1.0.4/po/ca.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/ca.po 2013-01-08 00:41:48.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-11-04 19:41+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/cs.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/cs.gmo differ diff -Nru gstreamer1.0-1.0.4/po/cs.po gstreamer1.0-1.0.5/po/cs.po --- gstreamer1.0-1.0.4/po/cs.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/cs.po 2013-01-08 00:41:48.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2011-12-01 08:17+0100\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/da.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/da.gmo differ diff -Nru gstreamer1.0-1.0.4/po/da.po gstreamer1.0-1.0.5/po/da.po --- gstreamer1.0-1.0.4/po/da.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/da.po 2013-01-08 00:41:48.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-11-06 22:52+0100\n" "Last-Translator: Mogens Jaeger \n" "Language-Team: Danish \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/de.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/de.gmo differ diff -Nru gstreamer1.0-1.0.4/po/de.po gstreamer1.0-1.0.5/po/de.po --- gstreamer1.0-1.0.4/po/de.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/de.po 2013-01-08 00:41:48.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gstreamer 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-11-28 19:22+0100\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/el.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/el.gmo differ diff -Nru gstreamer1.0-1.0.4/po/el.po gstreamer1.0-1.0.5/po/el.po --- gstreamer1.0-1.0.4/po/el.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/el.po 2013-01-08 00:41:48.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-11-29 11:14+0200\n" "Last-Translator: Michael Kotsarinis \n" "Language-Team: Greek \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/en_GB.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/en_GB.gmo differ diff -Nru gstreamer1.0-1.0.4/po/en_GB.po gstreamer1.0-1.0.5/po/en_GB.po --- gstreamer1.0-1.0.4/po/en_GB.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/en_GB.po 2013-01-08 00:41:48.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2004-04-26 10:36-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/eo.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/eo.gmo differ diff -Nru gstreamer1.0-1.0.4/po/eo.po gstreamer1.0-1.0.5/po/eo.po --- gstreamer1.0-1.0.4/po/eo.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/eo.po 2013-01-08 00:41:48.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2011-06-04 21:11+0100\n" "Last-Translator: Kristjan SCHMIDT \n" "Language-Team: Esperanto \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/es.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/es.gmo differ diff -Nru gstreamer1.0-1.0.4/po/es.po gstreamer1.0-1.0.5/po/es.po --- gstreamer1.0-1.0.4/po/es.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/es.po 2013-01-08 00:41:48.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2011-10-02 15:45+0200\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/eu.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/eu.gmo differ diff -Nru gstreamer1.0-1.0.4/po/eu.po gstreamer1.0-1.0.5/po/eu.po --- gstreamer1.0-1.0.4/po/eu.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/eu.po 2013-01-08 00:41:48.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-03-25 13:10+0100\n" "Last-Translator: Mikel Olasagasti Uranga \n" "Language-Team: Basque \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/fi.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/fi.gmo differ diff -Nru gstreamer1.0-1.0.4/po/fi.po gstreamer1.0-1.0.5/po/fi.po --- gstreamer1.0-1.0.4/po/fi.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/fi.po 2013-01-08 00:41:48.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-11-17 23:10+0200\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/fr.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/fr.gmo differ diff -Nru gstreamer1.0-1.0.4/po/fr.po gstreamer1.0-1.0.5/po/fr.po --- gstreamer1.0-1.0.4/po/fr.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/fr.po 2013-01-08 00:41:48.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gstreamer 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-12-05 19:31+0100\n" "Last-Translator: Claude Paroz \n" "Language-Team: French \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/gl.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/gl.gmo differ diff -Nru gstreamer1.0-1.0.4/po/gl.po gstreamer1.0-1.0.5/po/gl.po --- gstreamer1.0-1.0.4/po/gl.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/gl.po 2013-01-08 00:41:48.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-12-15 03:29+0200\n" "Last-Translator: Fran Dieguez \n" "Language-Team: Galician \n" diff -Nru gstreamer1.0-1.0.4/po/gstreamer-1.0.pot gstreamer1.0-1.0.5/po/gstreamer-1.0.pot --- gstreamer1.0-1.0.4/po/gstreamer-1.0.pot 2012-12-18 00:21:01.000000000 +0000 +++ gstreamer1.0-1.0.5/po/gstreamer-1.0.pot 2013-01-04 12:36:51.000000000 +0000 @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gstreamer 1.0.4\n" +"Project-Id-Version: gstreamer 1.0.5\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/hr.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/hr.gmo differ diff -Nru gstreamer1.0-1.0.4/po/hr.po gstreamer1.0-1.0.5/po/hr.po --- gstreamer1.0-1.0.4/po/hr.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/hr.po 2013-01-08 00:41:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-05-25 16:47+0200\n" "Last-Translator: Tomislav Krznar \n" "Language-Team: Croatian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/hu.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/hu.gmo differ diff -Nru gstreamer1.0-1.0.4/po/hu.po gstreamer1.0-1.0.5/po/hu.po --- gstreamer1.0-1.0.4/po/hu.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/hu.po 2013-01-08 00:41:48.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-11-29 14:03+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/id.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/id.gmo differ diff -Nru gstreamer1.0-1.0.4/po/id.po gstreamer1.0-1.0.5/po/id.po --- gstreamer1.0-1.0.4/po/id.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/id.po 2013-01-08 00:41:48.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-01-28 11:44+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/it.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/it.gmo differ diff -Nru gstreamer1.0-1.0.4/po/it.po gstreamer1.0-1.0.5/po/it.po --- gstreamer1.0-1.0.4/po/it.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/it.po 2013-01-08 00:41:49.000000000 +0000 @@ -106,7 +106,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-10-25 10:03+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/ja.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/ja.gmo differ diff -Nru gstreamer1.0-1.0.4/po/ja.po gstreamer1.0-1.0.5/po/ja.po --- gstreamer1.0-1.0.4/po/ja.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/ja.po 2013-01-08 00:41:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.20.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2008-10-16 19:57+0900\n" "Last-Translator: Makoto Kato \n" "Language-Team: Japanese \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/lt.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/lt.gmo differ diff -Nru gstreamer1.0-1.0.4/po/lt.po gstreamer1.0-1.0.5/po/lt.po --- gstreamer1.0-1.0.4/po/lt.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/lt.po 2013-01-08 00:41:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.29.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-07-16 00:50+0300\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/nb.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/nb.gmo differ diff -Nru gstreamer1.0-1.0.4/po/nb.po gstreamer1.0-1.0.5/po/nb.po --- gstreamer1.0-1.0.4/po/nb.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/nb.po 2013-01-08 00:41:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-10-24 21:36+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/nl.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/nl.gmo differ diff -Nru gstreamer1.0-1.0.4/po/nl.po gstreamer1.0-1.0.5/po/nl.po --- gstreamer1.0-1.0.4/po/nl.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/nl.po 2013-01-08 00:41:49.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gstreamer 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-11-29 22:42+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/pl.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/pl.gmo differ diff -Nru gstreamer1.0-1.0.4/po/pl.po gstreamer1.0-1.0.5/po/pl.po --- gstreamer1.0-1.0.4/po/pl.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/pl.po 2013-01-08 00:41:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-11-28 19:15+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/pt_BR.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/pt_BR.gmo differ diff -Nru gstreamer1.0-1.0.4/po/pt_BR.po gstreamer1.0-1.0.5/po/pt_BR.po --- gstreamer1.0-1.0.4/po/pt_BR.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/pt_BR.po 2013-01-08 00:41:49.000000000 +0000 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.31.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2011-01-08 01:36-0300\n" "Last-Translator: Fabrício Godoy \n" "Language-Team: Brazilian Portuguese \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/ro.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/ro.gmo differ diff -Nru gstreamer1.0-1.0.4/po/ro.po gstreamer1.0-1.0.5/po/ro.po --- gstreamer1.0-1.0.4/po/ro.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/ro.po 2013-01-08 00:41:49.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.29.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-08-16 01:10+0300\n" "Last-Translator: Lucian Adrian Grijincu \n" "Language-Team: Romanian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/ru.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/ru.gmo differ diff -Nru gstreamer1.0-1.0.4/po/ru.po gstreamer1.0-1.0.5/po/ru.po --- gstreamer1.0-1.0.4/po/ru.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/ru.po 2013-01-08 00:41:49.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gstreamer-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-12-01 13:36+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/rw.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/rw.gmo differ diff -Nru gstreamer1.0-1.0.4/po/rw.po gstreamer1.0-1.0.5/po/rw.po --- gstreamer1.0-1.0.4/po/rw.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/rw.po 2013-01-08 00:41:49.000000000 +0000 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/sk.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/sk.gmo differ diff -Nru gstreamer1.0-1.0.4/po/sk.po gstreamer1.0-1.0.5/po/sk.po --- gstreamer1.0-1.0.4/po/sk.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/sk.po 2013-01-08 00:41:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-11-08 16:13+0100\n" "Last-Translator: Peter Tuhársky \n" "Language-Team: Slovak \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/sl.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/sl.gmo differ diff -Nru gstreamer1.0-1.0.4/po/sl.po gstreamer1.0-1.0.5/po/sl.po --- gstreamer1.0-1.0.4/po/sl.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/sl.po 2013-01-08 00:34:36.000000000 +0000 @@ -1,18 +1,18 @@ -# Slovenian translation of gstreamer. +# Slovenian translation for gstreamer. # This file is distributed under the same license as the gstreamer package. -# Copyright (C) 2005 - 2012 Free Software Foundation, Inc. +# Copyright (C) 2005 - 2013 Free Software Foundation, Inc. # # Matej Urbančič , 2010 - 2011. # Martin Srebotnjak , 2011. -# Klemen Košir , 2012. +# Klemen Košir , 2011 - 2013. # msgid "" msgstr "" -"Project-Id-Version: gstreamer 0.10.32.2\n" +"Project-Id-Version: gstreamer-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" -"PO-Revision-Date: 2012-03-01 14:05+0100\n" -"Last-Translator: Klemen Košir \n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" +"PO-Revision-Date: 2013-01-05 10:16+0100\n" +"Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" "Language: sl\n" "MIME-Version: 1.0\n" @@ -20,9 +20,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" -"X-Poedit-Language: Slovenian\n" -"X-Poedit-Country: SLOVENIA\n" -"X-Poedit-SourceCharset: utf-8\n" +"X-Generator: Poedit 1.5.4\n" msgid "Print the GStreamer version" msgstr "Izpiše različico programa GStreamer" @@ -118,9 +116,8 @@ msgid "Internal GStreamer error: thread problem." msgstr "Notranja napaka GStreamer: težave z nitenjem." -#, fuzzy msgid "GStreamer error: negotiation problem." -msgstr "Notranja napaka GStreamer: težave s pogajanjem." +msgstr "Napaka GStreamer: težave s pogajanjem." msgid "Internal GStreamer error: event problem." msgstr "Notranja napaka GStreamer: težave z dogodkom." @@ -137,9 +134,8 @@ msgid "Your GStreamer installation is missing a plug-in." msgstr "Namestitvi GStreamer manjka vstavek." -#, fuzzy msgid "GStreamer error: clock problem." -msgstr "Notranja napaka GStreamer: težave z uro." +msgstr "Napaka GStreamer: težave z uro." msgid "" "This application is trying to use GStreamer functionality that has been " @@ -555,9 +551,8 @@ msgid "language code" msgstr "jezikovna koda" -#, fuzzy msgid "language code for this stream, conforming to ISO-639-1 or ISO-639-2" -msgstr "koda jezika pretoka v skladu z ISO-639-1" +msgstr "koda jezika pretoka v skladu z ISO-639-1 ali ISO-639-2" msgid "language name" msgstr "ime jezika" @@ -654,7 +649,6 @@ msgid "geo location sublocation" msgstr "področje zemljepisne lege" -#, fuzzy msgid "" "a location within a city where the media has been produced or created (e.g. " "the neighborhood)" @@ -1032,12 +1026,14 @@ msgstr "Izpiši seznam vsebine vstavkov" msgid "Check if the specified element or plugin exists" -msgstr "" +msgstr "Preveri, če podan predmet ali vstavek že obstaja" msgid "" "When checking if an element or plugin exists, also check that its version is " "at least the version specified" msgstr "" +"Med preverjanjem, če predmet ali vstavek že obstaja, preveri, če je ustrezna " +"tudi različica" msgid "Print supported URI schemes, with the elements that implement them" msgstr "Izpiši podprte sheme URI s predmeti, ki jih vstavljajo" @@ -1088,17 +1084,16 @@ msgid "FOUND TAG\n" msgstr "NAJDENA OZNAKA\n" -#, fuzzy, c-format +#, c-format msgid "FOUND TOC : found by element \"%s\".\n" -msgstr "NAJDENA OZNAKA : najdeno s predmetom \"%s\".\n" +msgstr "NAJDENO KAZALO : najdeno s predmetom \"%s\".\n" -#, fuzzy, c-format +#, c-format msgid "FOUND TOC : found by object \"%s\".\n" -msgstr "NAJDENA OZNAKA : najdeno s predmetom \"%s\".\n" +msgstr "NAJDENO KAZALO : najdeno s predmetom \"%s\".\n" -#, fuzzy msgid "FOUND TOC\n" -msgstr "NAJDENA OZNAKA\n" +msgstr "NAJDENO KAZALO\n" #, c-format msgid "" @@ -1143,7 +1138,7 @@ msgstr "Izhodne oznake (znane tudi kot metapodatki)" msgid "Output TOC (chapters and editions)" -msgstr "" +msgstr "Izpiši kazalo (poglavja)" msgid "Output status information and property notifications" msgstr "Izhodni podatki o stanju in obvestila o lastnostih" @@ -1210,9 +1205,8 @@ msgid "EOS on shutdown enabled -- Forcing EOS on the pipeline\n" msgstr "EOS ob izklopu je omogočen -- vsiljen EOS vsebine cevovoda\n" -#, fuzzy msgid "EOS on shutdown enabled -- waiting for EOS after Error\n" -msgstr "EOS ob izklopu je omogočen -- vsiljen EOS vsebine cevovoda\n" +msgstr "EOS ob izklopu je omogočen -- čakanje na EOS, ki sledi napaki\n" msgid "Waiting for EOS...\n" msgstr "Čakanje na EOS ...\n" @@ -1220,9 +1214,8 @@ msgid "EOS received - stopping pipeline...\n" msgstr "Prejet EOS - zaustavljanje cevovoda ...\n" -#, fuzzy msgid "Interrupt while waiting for EOS - stopping pipeline...\n" -msgstr "Prekinitev: zaustavljanje cevovoda ... \n" +msgstr "Prekinitev med čakanjem na EOS. Zaustavljanje cevovoda ...\n" msgid "An error happened while waiting for EOS\n" msgstr "Med čakanjem na EOS je prišlo do napake\n" @@ -1238,36 +1231,3 @@ msgid "Freeing pipeline ...\n" msgstr "Sproščanje cevovoda ...\n" - -#~ msgid "Usage: gst-xmllaunch [ element.property=value ... ]\n" -#~ msgstr "" -#~ "Uporaba: gst-xmllaunch [ predmet.lastnost=vrednost ... ]\n" - -#~ msgid "ERROR: parse of xml file '%s' failed.\n" -#~ msgstr "NAPAKA: razčlenjevanje datoteke XML \"%s\" je spodletelo.\n" - -#~ msgid "ERROR: no toplevel pipeline element in file '%s'.\n" -#~ msgstr "NAPAKA: v datoteki \"%s\" ni vrhnjega predmeta cevovoda.\n" - -#~ msgid "WARNING: only one toplevel element is supported at this time.\n" -#~ msgstr "OPOZORILO: trenutno je podprt le en vrhnji predmet.\n" - -#~ msgid "ERROR: could not parse command line argument %d: %s.\n" -#~ msgstr "Napaka: argumenta %d ukazne vrstice ni mogoče razčleniti: %s.\n" - -#~ msgid "WARNING: element named '%s' not found.\n" -#~ msgstr "OPOZORILO: predmeta z imenom \"%s\" ni mogoče najti.\n" - -#~ msgid "Save xml representation of pipeline to FILE and exit" -#~ msgstr "Shrani XML-predstavitev cevovoda v DATOTEKO in končaj" - -#~ msgid "FILE" -#~ msgstr "DATOTEKA" - -#~ msgid "Do not install signal handlers for SIGUSR1 and SIGUSR2" -#~ msgstr "Ne namesti ročnikov signalov za SIGUSR1 in SIGUSR2" - -#~ msgid "Print alloc trace (if enabled at compile time)" -#~ msgstr "" -#~ "Izpiši zaznavanje dodeljevanja (če je možnost omogočena v trenutku " -#~ "kodnega prevajanja)" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/sq.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/sq.gmo differ diff -Nru gstreamer1.0-1.0.4/po/sq.po gstreamer1.0-1.0.5/po/sq.po --- gstreamer1.0-1.0.4/po/sq.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/sq.po 2013-01-08 00:41:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.4\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2004-08-07 23:46+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/sr.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/sr.gmo differ diff -Nru gstreamer1.0-1.0.4/po/sr.po gstreamer1.0-1.0.5/po/sr.po --- gstreamer1.0-1.0.4/po/sr.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/sr.po 2013-01-08 00:41:49.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gstreamer-0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2011-12-05 10:40+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/sv.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/sv.gmo differ diff -Nru gstreamer1.0-1.0.4/po/sv.po gstreamer1.0-1.0.5/po/sv.po --- gstreamer1.0-1.0.4/po/sv.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/sv.po 2013-01-08 00:41:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.31.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2011-01-09 19:46+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/tr.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/tr.gmo differ diff -Nru gstreamer1.0-1.0.4/po/tr.po gstreamer1.0-1.0.5/po/tr.po --- gstreamer1.0-1.0.4/po/tr.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/tr.po 2013-01-08 00:41:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2004-04-03 03:14+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/uk.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/uk.gmo differ diff -Nru gstreamer1.0-1.0.4/po/uk.po gstreamer1.0-1.0.5/po/uk.po --- gstreamer1.0-1.0.4/po/uk.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/uk.po 2013-01-08 00:41:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-11-28 20:11+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/vi.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/vi.gmo differ diff -Nru gstreamer1.0-1.0.4/po/vi.po gstreamer1.0-1.0.5/po/vi.po --- gstreamer1.0-1.0.4/po/vi.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/vi.po 2013-01-08 00:41:49.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gstreamer-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2012-12-02 08:10+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/zh_CN.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/zh_CN.gmo differ diff -Nru gstreamer1.0-1.0.4/po/zh_CN.po gstreamer1.0-1.0.5/po/zh_CN.po --- gstreamer1.0-1.0.4/po/zh_CN.po 2012-12-18 17:07:20.000000000 +0000 +++ gstreamer1.0-1.0.5/po/zh_CN.po 2013-01-08 00:41:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.10.25.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2010-02-02 18:58+0800\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" Binary files /tmp/aQFpmT0qKf/gstreamer1.0-1.0.4/po/zh_TW.gmo and /tmp/oZ34x0D3t3/gstreamer1.0-1.0.5/po/zh_TW.gmo differ diff -Nru gstreamer1.0-1.0.4/po/zh_TW.po gstreamer1.0-1.0.5/po/zh_TW.po --- gstreamer1.0-1.0.4/po/zh_TW.po 2012-12-18 18:14:35.000000000 +0000 +++ gstreamer1.0-1.0.5/po/zh_TW.po 2013-01-08 00:41:49.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 00:21+0000\n" +"POT-Creation-Date: 2013-01-04 12:36+0000\n" "PO-Revision-Date: 2005-04-27 14:55+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (traditional) \n" diff -Nru gstreamer1.0-1.0.4/tests/check/gst/gstghostpad.c gstreamer1.0-1.0.5/tests/check/gst/gstghostpad.c --- gstreamer1.0-1.0.4/tests/check/gst/gstghostpad.c 2012-10-25 10:54:58.000000000 +0000 +++ gstreamer1.0-1.0.5/tests/check/gst/gstghostpad.c 2013-01-05 16:31:46.000000000 +0000 @@ -1133,7 +1133,6 @@ bin = gst_bin_new (NULL); gst_element_set_state (bin, GST_STATE_PLAYING); - sinkpad = gst_pad_new ("sink", GST_PAD_SINK); ghostsrc = gst_ghost_pad_new_no_target ("ghostsrc", GST_PAD_SRC); sinkpad = GST_PAD (gst_proxy_pad_get_internal (GST_PROXY_PAD (ghostsrc))); diff -Nru gstreamer1.0-1.0.4/win32/common/config.h gstreamer1.0-1.0.5/win32/common/config.h --- gstreamer1.0-1.0.4/win32/common/config.h 2012-12-18 16:24:01.000000000 +0000 +++ gstreamer1.0-1.0.5/win32/common/config.h 2013-01-08 00:11:19.000000000 +0000 @@ -62,7 +62,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2012-12-18" +#define GST_PACKAGE_RELEASE_DATETIME "2013-01-05" /* location of the installed gst-plugin-scanner */ #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner" @@ -340,7 +340,7 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 1.0.4" +#define PACKAGE_STRING "GStreamer 1.0.5" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" @@ -349,7 +349,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.4" +#define PACKAGE_VERSION "1.0.5" /* directory where plugins are located */ #ifdef _DEBUG @@ -387,7 +387,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "1.0.4" +#define VERSION "1.0.5" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff -Nru gstreamer1.0-1.0.4/win32/common/gstenumtypes.c gstreamer1.0-1.0.5/win32/common/gstenumtypes.c --- gstreamer1.0-1.0.4/win32/common/gstenumtypes.c 2012-12-18 16:24:01.000000000 +0000 +++ gstreamer1.0-1.0.5/win32/common/gstenumtypes.c 2013-01-08 00:11:19.000000000 +0000 @@ -51,6 +51,7 @@ { static gsize id = 0; static const GFlagsValue values[] = { + {C_FLAGS (GST_BIN_FLAG_NO_RESYNC), "GST_BIN_FLAG_NO_RESYNC", "no-resync"}, {C_FLAGS (GST_BIN_FLAG_LAST), "GST_BIN_FLAG_LAST", "last"}, {0, NULL, NULL} }; @@ -1569,6 +1570,7 @@ {C_ENUM (GST_CLOCK_TYPE_REALTIME), "GST_CLOCK_TYPE_REALTIME", "realtime"}, {C_ENUM (GST_CLOCK_TYPE_MONOTONIC), "GST_CLOCK_TYPE_MONOTONIC", "monotonic"}, + {C_ENUM (GST_CLOCK_TYPE_OTHER), "GST_CLOCK_TYPE_OTHER", "other"}, {0, NULL, NULL} }; diff -Nru gstreamer1.0-1.0.4/win32/common/gstversion.h gstreamer1.0-1.0.5/win32/common/gstversion.h --- gstreamer1.0-1.0.4/win32/common/gstversion.h 2012-12-18 16:24:01.000000000 +0000 +++ gstreamer1.0-1.0.5/win32/common/gstversion.h 2013-01-08 00:11:19.000000000 +0000 @@ -57,7 +57,7 @@ * * The micro version of GStreamer at compile time: */ -#define GST_VERSION_MICRO (4) +#define GST_VERSION_MICRO (5) /** * GST_VERSION_NANO: *