Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2014-09-22 18:50:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes      2014-09-01 
16:59:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2014-09-22 
18:50:18.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Sep 21 12:16:34 UTC 2014 - [email protected]
+
+- Update to version 1.4.2:
+  + Bugs fixed: bgo#735574, bgo#734412, bgo#735975, bgo#729811,
+    bgo#736455, bgo#736424, bgo#736680, bgo#736295, bgo#736736,
+    bgo#736739, bgo#736813, bgo#736762.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gstreamer-1.4.1.tar.xz

New:
----
  gstreamer-1.4.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-doc.spec ++++++
--- /var/tmp/diff_new_pack.MWKJCT/_old  2014-09-22 18:50:20.000000000 +0200
+++ /var/tmp/diff_new_pack.MWKJCT/_new  2014-09-22 18:50:20.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           gstreamer-doc
 %define _name   gstreamer
 %define         build_doc 1
-Version:        1.4.1
+Version:        1.4.2
 Release:        0
 %define gst_branch 1.0
 Summary:        Streaming-Media Framework Runtime

++++++ gstreamer.spec ++++++
--- /var/tmp/diff_new_pack.MWKJCT/_old  2014-09-22 18:50:20.000000000 +0200
+++ /var/tmp/diff_new_pack.MWKJCT/_new  2014-09-22 18:50:20.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           gstreamer
 %define _name   gstreamer
 %define build_doc 0
-Version:        1.4.1
+Version:        1.4.2
 Release:        0
 %define gst_branch 1.0
 Summary:        Streaming-Media Framework Runtime

++++++ gstreamer-1.4.1.tar.xz -> gstreamer-1.4.2.tar.xz ++++++
++++ 1741 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/ChangeLog new/gstreamer-1.4.2/ChangeLog
--- old/gstreamer-1.4.1/ChangeLog       2014-08-27 13:14:05.000000000 +0200
+++ new/gstreamer-1.4.2/ChangeLog       2014-09-19 09:39:08.000000000 +0200
@@ -1,9 +1,182 @@
+=== release 1.4.2 ===
+
+2014-09-19  Sebastian Dröge <[email protected]>
+
+       * configure.ac:
+         releasing 1.4.2
+
+2014-09-19 00:33:58 +0100  Tim-Philipp Müller <[email protected]>
+
+       * docs/pwg/advanced-tagging.xml:
+       * docs/pwg/intro-basics.xml:
+         docs: pwg: fix some links to the API docs
+         https://bugzilla.gnome.org/show_bug.cgi?id=736762
+
+2014-09-17 17:17:10 +0200  Ognyan Tonchev <[email protected]>
+
+       * plugins/elements/gsttypefindelement.c:
+         typefindelement: do not leak sticky events in flush_stop
+         https://bugzilla.gnome.org/show_bug.cgi?id=736813
+
+2014-09-16 13:48:18 +0200  Ognyan Tonchev <[email protected]>
+
+       * gst/gstevent.c:
+         event: add annotations to gst_event_parse_toc_select()
+         https://bugzilla.gnome.org/show_bug.cgi?id=736739
+
+2014-09-16 12:17:48 +0200  Ognyan Tonchev <[email protected]>
+
+       * gst/gstquery.c:
+         query: Add annotations to gst_query_add_allocation_pool()
+         https://bugzilla.gnome.org/show_bug.cgi?id=736736
+
+2014-09-11 18:01:58 -0300  Thiago Santos <[email protected]>
+
+       * plugins/elements/gstmultiqueue.c:
+       * plugins/elements/gstmultiqueue.h:
+         multiqueue: do not post messages holding the lock
+         It might cause deadlocks to post messages while holding the multiqueue
+         lock. To avoid this a new boolean flag is set whenever a new 
buffering percent
+         is found. The message is posted after the lock can be released.
+         To make sure the buffering messages are posted in the right order, 
messages
+         are posted holding another lock. This prevents 2 threads trying to 
post
+         messages at the same time.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736295
+
+2014-09-15 16:38:17 +0200  Aurélien Zanelli <[email protected]>
+
+       * libs/gst/base/gstbasesrc.c:
+         basesrc: handle reference in set_allocation rather than in 
prepare_allocation
+         Otherwise we can forget to unref objects in error cases.
+         https://bugzilla.gnome.org/show_bug.cgi?id=736680
+
+2014-09-15 13:06:40 +0300  Sebastian Dröge <[email protected]>
+
+       * libs/gst/check/gstcheck.c:
+         check: Use the name parameter of gst_check_setup_src_pad_by_name() 
and the sink variant
+         This was hardcoded to "sink" / "src" by accident in previous 
refactoring.
+
+2014-09-10 14:53:00 +0200  Ognyan Tonchev <[email protected]>
+
+       * gst/gstquery.c:
+         query: add annotations to gst_query_set_nth_allocation_pool()
+         https://bugzilla.gnome.org//show_bug.cgi?id=736424
+
+2014-09-11 09:35:17 +0200  Rémi Lefèvre <[email protected]>
+
+       * plugins/elements/gstvalve.c:
+         valve: fix typo in description
+         https://bugzilla.gnome.org/show_bug.cgi?id=736455
+
+2014-08-27 17:06:57 +0530  Ravi Kiran K N <[email protected]>
+
+       * plugins/elements/gstoutputselector.c:
+         output-selector: Send all events to active src pad and EOS to all src 
pads
+         Fixes tests/icles/output-selector-test
+         https://bugzilla.gnome.org/show_bug.cgi?id=729811
+
+2014-09-03 17:38:16 +0100  Tim-Philipp Müller <[email protected]>
+
+       * gst/gstdevicemonitor.c:
+         devicemonitor: fix typo in sample code in docs
+         https://bugzilla.gnome.org/show_bug.cgi?id=735975
+
+2014-08-07 12:18:04 +0200  Thibault Saunier <[email protected]>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Not post BUFFERING message if one of the singlequeue 
doesn't need it
+         Imagine the following 'pipeline'
+         --------------
+         p1/| 'fullqueue'  |--- 'laggy' downstream
+         ---------  / |              |
+         -| demuxer |   | multiqueue   |
+         ---------  \ |              |
+         p2\| 'emptyqueue' |--- 'fast' downstream
+         --------------
+         In the case downstream of one single queue (fullqueue) has (a lot of) 
latency
+         (for example for reverse playback with video), we can end up having 
the other
+         SingleQueue (emptyqueue) emptied, before that fullqueue gets
+         unblocked. In the meantime, the demuxer tries to push on fullqueue, 
and
+         is blocking there.
+         In that case the current code will post a BUFFERING message on the 
bus when
+         emptyqueue gets emptied, that leads to the application setting the 
pipeline state to
+         PAUSED. So now we end up in a situation where 'laggy downstream' is
+         prerolled and will not unblock anymore because the pipeline is set to
+         PAUSED, the fullequeue does not have a chance to be emptied and
+         the emptyqueue can not get filled anymore so no more BUFERRING message
+         will be posted and the pipeline is stucked in PAUSED for the eternity.
+         Making sure that we do not try to "buffer" if one of the single queue
+         does not need buffering, prevents this situtation from happening 
though it lets the
+         oportunity for buffering in all other cases.
+         That implements a new logic where we need all singlequeue to need
+         buffering for the multiqueue to actually state buffering is needed,
+         taking the maximum buffering of the single queue as the reference 
point.
+         https://bugzilla.gnome.org/show_bug.cgi?id=734412
+
+2014-08-26 20:14:40 +0200  Arnaud Vrac <[email protected]>
+
+       * gst/gstbuffer.c:
+         buffer: do not touch memory tag flag when copying buffer flags
+         The tag memory flag will be set later if the memory is also copied. 
This
+         patch avoids buffers being freed needlessly in bufferpools.
+         https://bugzilla.gnome.org/show_bug.cgi?id=735574
+
 === release 1.4.1 ===
 
-2014-08-27  Sebastian Dröge <[email protected]>
+2014-08-27 15:03:36 +0300  Sebastian Dröge <[email protected]>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.4.1
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * gstreamer.doap:
+       * win32/common/config.h:
+       * win32/common/gstversion.h:
+         Release 1.4.1
+
+2014-08-27 14:22:21 +0300  Sebastian Dröge <[email protected]>
+
+       * po/af.po:
+       * po/az.po:
+       * po/be.po:
+       * po/bg.po:
+       * po/ca.po:
+       * po/cs.po:
+       * po/da.po:
+       * po/de.po:
+       * po/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ro.po:
+       * po/ru.po:
+       * po/rw.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+       * po/zh_TW.po:
+         Update .po files
 
 2014-08-21 14:02:16 +0100  Tim-Philipp Müller <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/NEWS new/gstreamer-1.4.2/NEWS
--- old/gstreamer-1.4.1/NEWS    2014-08-27 13:16:46.000000000 +0200
+++ new/gstreamer-1.4.2/NEWS    2014-09-19 09:40:55.000000000 +0200
@@ -1,2 +1,2 @@
-This is GStreamer 1.4.1
+This is GStreamer 1.4.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/RELEASE new/gstreamer-1.4.2/RELEASE
--- old/gstreamer-1.4.1/RELEASE 2014-08-27 13:15:52.000000000 +0200
+++ new/gstreamer-1.4.2/RELEASE 2014-09-19 09:40:48.000000000 +0200
@@ -1,6 +1,5 @@
 
-Release notes for GStreamer 1.4.1
-
+Release notes for GStreamer 1.4.2
 
 The GStreamer team is pleased to announce a bugfix release of the stable
 1.4 release series. The 1.4 release series is adding new features on top
@@ -48,11 +47,13 @@
 
 Bugs fixed in this release
      
-      * 732851 : funnel: storing sticky events after event callback
-      * 733805 : poll: WAKE_EVENT() reports false negatives on W32
-      * 733974 : gstbufferpool::default_alloc_buffer does not fail if buffer 
allocation fails
-      * 734688 : queue: race when receiving flush-stop event during shutdown, 
task gets re-started
-      * 734773 : Add allow-none annotation for gst_bin_new()
+      * 734412 : multiqueue: The buffering logic can lead to a pipeline stuck 
in PAUSED forever
+      * 735574 : buffer: do not touch memory tag flag when copying buffer flags
+      * 736295 : multiqueue: posts buffering message holding lock
+      * 736424 : query: add annotations to gst_query_set_nth_allocation_pool
+      * 736680 : basesrc: possible pool and allocator leak in 
prepare_allocation()
+      * 736736 : query: add annotations to gst_query_add_allocation_pool
+      * 736813 : typefindelement leaks sticky events upon flush_stop
 
 ==== Download ====
 
@@ -89,11 +90,13 @@
         
 Contributors to this release
     
-      * Mohammed Sameer
+      * Arnaud Vrac
+      * Aurélien Zanelli
+      * Ognyan Tonchev
+      * Ravi Kiran K N
+      * Rémi Lefèvre
       * Sebastian Dröge
-      * Sebastian Rasmussen
-      * Srimanta Panda
       * Thiago Santos
+      * Thibault Saunier
       * Tim-Philipp Müller
-      * Руслан Ижбулатов
  
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/configure.ac new/gstreamer-1.4.2/configure.ac
--- old/gstreamer-1.4.1/configure.ac    2014-08-27 12:16:26.000000000 +0200
+++ new/gstreamer-1.4.2/configure.ac    2014-09-19 09:10:38.000000000 +0200
@@ -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.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
+AC_INIT([GStreamer],[1.4.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
 AG_GST_INIT
 
 dnl initialize automake (we require GNU make)
@@ -64,7 +64,7 @@
 dnl      1.10.9 (who knows) => 1009
 dnl
 dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 401, 0, 401)
+AS_LIBTOOL(GST, 402, 0, 402)
 
 dnl *** autotools stuff ****
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/gst/html/GstEvent.html 
new/gstreamer-1.4.2/docs/gst/html/GstEvent.html
--- old/gstreamer-1.4.1/docs/gst/html/GstEvent.html     2014-08-27 
13:17:01.000000000 +0200
+++ new/gstreamer-1.4.2/docs/gst/html/GstEvent.html     2014-09-19 
09:41:25.000000000 +0200
@@ -3012,7 +3012,7 @@
 <tr>
 <td class="parameter_name"><p>uid</p></td>
 <td class="parameter_description"><p> storage for the selection UID. </p></td>
-<td class="parameter_annotations"><span class="annotation">[<acronym 
title="Parameter for returning results. Default is transfer full."><span 
class="acronym">out</span></acronym>]</span></td>
+<td class="parameter_annotations"><span class="annotation">[<acronym 
title="Parameter for returning results. Default is transfer full."><span 
class="acronym">out</span></acronym>][<acronym title="Free data after the code 
is done."><span class="acronym">transfer full</span></acronym>][<acronym 
title="NULL is OK, both for passing and for returning."><span 
class="acronym">allow-none</span></acronym>]</span></td>
 </tr>
 </tbody>
 </table></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/gst/html/GstQuery.html 
new/gstreamer-1.4.2/docs/gst/html/GstQuery.html
--- old/gstreamer-1.4.1/docs/gst/html/GstQuery.html     2014-08-27 
13:17:01.000000000 +0200
+++ new/gstreamer-1.4.2/docs/gst/html/GstQuery.html     2014-09-19 
09:41:25.000000000 +0200
@@ -3311,8 +3311,8 @@
 </tr>
 <tr>
 <td class="parameter_name"><p>pool</p></td>
-<td class="parameter_description"><p>the <a class="link" 
href="GstBufferPool.html" title="GstBufferPool"><span 
class="type">GstBufferPool</span></a></p></td>
-<td class="parameter_annotations"> </td>
+<td class="parameter_description"><p> the <a class="link" 
href="GstBufferPool.html" title="GstBufferPool"><span 
class="type">GstBufferPool</span></a>. </p></td>
+<td class="parameter_annotations"><span class="annotation">[<acronym 
title="Don't free data after the code is done."><span class="acronym">transfer 
none</span></acronym>][<acronym title="NULL is OK, both for passing and for 
returning."><span class="acronym">allow-none</span></acronym>]</span></td>
 </tr>
 <tr>
 <td class="parameter_name"><p>size</p></td>
@@ -3451,8 +3451,8 @@
 </tr>
 <tr>
 <td class="parameter_name"><p>pool</p></td>
-<td class="parameter_description"><p>the <a class="link" 
href="GstBufferPool.html" title="GstBufferPool"><span 
class="type">GstBufferPool</span></a></p></td>
-<td class="parameter_annotations"> </td>
+<td class="parameter_description"><p> the <a class="link" 
href="GstBufferPool.html" title="GstBufferPool"><span 
class="type">GstBufferPool</span></a>. </p></td>
+<td class="parameter_annotations"><span class="annotation">[<acronym 
title="Don't free data after the code is done."><span class="acronym">transfer 
none</span></acronym>][<acronym title="NULL is OK, both for passing and for 
returning."><span class="acronym">allow-none</span></acronym>]</span></td>
 </tr>
 <tr>
 <td class="parameter_name"><p>size</p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/gst/html/api-index-full.html 
new/gstreamer-1.4.2/docs/gst/html/api-index-full.html
--- old/gstreamer-1.4.1/docs/gst/html/api-index-full.html       2014-08-27 
13:17:01.000000000 +0200
+++ new/gstreamer-1.4.2/docs/gst/html/api-index-full.html       2014-09-19 
09:41:25.000000000 +0200
@@ -2482,11 +2482,11 @@
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="GstElement.html#gst-element-is-locked-state" 
title="gst_element_is_locked_state ()">gst_element_is_locked_state</a>, 
function in <a class="link" href="GstElement.html" 
title="GstElement">GstElement</a>
+<a class="link" href="GstElement.html#GST-ELEMENT-IS-LOCKED-STATE:CAPS" 
title="GST_ELEMENT_IS_LOCKED_STATE()">GST_ELEMENT_IS_LOCKED_STATE</a>, macro in 
<a class="link" href="GstElement.html" title="GstElement">GstElement</a>
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="GstElement.html#GST-ELEMENT-IS-LOCKED-STATE:CAPS" 
title="GST_ELEMENT_IS_LOCKED_STATE()">GST_ELEMENT_IS_LOCKED_STATE</a>, macro in 
<a class="link" href="GstElement.html" title="GstElement">GstElement</a>
+<a class="link" href="GstElement.html#gst-element-is-locked-state" 
title="gst_element_is_locked_state ()">gst_element_is_locked_state</a>, 
function in <a class="link" href="GstElement.html" 
title="GstElement">GstElement</a>
 </dt>
 <dd></dd>
 <dt>
@@ -3193,11 +3193,11 @@
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="gstreamer-GstIterator.html#GstIterator" title="struct 
GstIterator">GstIterator</a>, struct in <a class="link" 
href="gstreamer-GstIterator.html" title="GstIterator">GstIterator</a>
+<a class="link" href="gstreamer-GstIterator.html#GST-ITERATOR:CAPS" 
title="GST_ITERATOR()">GST_ITERATOR</a>, macro in <a class="link" 
href="gstreamer-GstIterator.html" title="GstIterator">GstIterator</a>
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="gstreamer-GstIterator.html#GST-ITERATOR:CAPS" 
title="GST_ITERATOR()">GST_ITERATOR</a>, macro in <a class="link" 
href="gstreamer-GstIterator.html" title="GstIterator">GstIterator</a>
+<a class="link" href="gstreamer-GstIterator.html#GstIterator" title="struct 
GstIterator">GstIterator</a>, struct in <a class="link" 
href="gstreamer-GstIterator.html" title="GstIterator">GstIterator</a>
 </dt>
 <dd></dd>
 <dt>
@@ -4538,19 +4538,19 @@
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="GstPad.html#gst-pad-is-active" title="gst_pad_is_active 
()">gst_pad_is_active</a>, function in <a class="link" href="GstPad.html" 
title="GstPad">GstPad</a>
+<a class="link" href="GstPad.html#GST-PAD-IS-ACTIVE:CAPS" 
title="GST_PAD_IS_ACTIVE()">GST_PAD_IS_ACTIVE</a>, macro in <a class="link" 
href="GstPad.html" title="GstPad">GstPad</a>
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="GstPad.html#GST-PAD-IS-ACTIVE:CAPS" 
title="GST_PAD_IS_ACTIVE()">GST_PAD_IS_ACTIVE</a>, macro in <a class="link" 
href="GstPad.html" title="GstPad">GstPad</a>
+<a class="link" href="GstPad.html#gst-pad-is-active" title="gst_pad_is_active 
()">gst_pad_is_active</a>, function in <a class="link" href="GstPad.html" 
title="GstPad">GstPad</a>
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="GstPad.html#GST-PAD-IS-BLOCKED:CAPS" 
title="GST_PAD_IS_BLOCKED()">GST_PAD_IS_BLOCKED</a>, macro in <a class="link" 
href="GstPad.html" title="GstPad">GstPad</a>
+<a class="link" href="GstPad.html#gst-pad-is-blocked" 
title="gst_pad_is_blocked ()">gst_pad_is_blocked</a>, function in <a 
class="link" href="GstPad.html" title="GstPad">GstPad</a>
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="GstPad.html#gst-pad-is-blocked" 
title="gst_pad_is_blocked ()">gst_pad_is_blocked</a>, function in <a 
class="link" href="GstPad.html" title="GstPad">GstPad</a>
+<a class="link" href="GstPad.html#GST-PAD-IS-BLOCKED:CAPS" 
title="GST_PAD_IS_BLOCKED()">GST_PAD_IS_BLOCKED</a>, macro in <a class="link" 
href="GstPad.html" title="GstPad">GstPad</a>
 </dt>
 <dd></dd>
 <dt>
@@ -5410,11 +5410,11 @@
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="gstreamer-GstPoll.html#gst-poll-fd-init" 
title="gst_poll_fd_init ()">gst_poll_fd_init</a>, function in <a class="link" 
href="gstreamer-GstPoll.html" title="GstPoll">GstPoll</a>
+<a class="link" href="gstreamer-GstPoll.html#GST-POLL-FD-INIT:CAPS" 
title="GST_POLL_FD_INIT">GST_POLL_FD_INIT</a>, macro in <a class="link" 
href="gstreamer-GstPoll.html" title="GstPoll">GstPoll</a>
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="gstreamer-GstPoll.html#GST-POLL-FD-INIT:CAPS" 
title="GST_POLL_FD_INIT">GST_POLL_FD_INIT</a>, macro in <a class="link" 
href="gstreamer-GstPoll.html" title="GstPoll">GstPoll</a>
+<a class="link" href="gstreamer-GstPoll.html#gst-poll-fd-init" 
title="gst_poll_fd_init ()">gst_poll_fd_init</a>, function in <a class="link" 
href="gstreamer-GstPoll.html" title="GstPoll">GstPoll</a>
 </dt>
 <dd></dd>
 <dt>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/gst/html/gstreamer-GstDeviceMonitor.html 
new/gstreamer-1.4.2/docs/gst/html/gstreamer-GstDeviceMonitor.html
--- old/gstreamer-1.4.1/docs/gst/html/gstreamer-GstDeviceMonitor.html   
2014-08-27 13:17:01.000000000 +0200
+++ new/gstreamer-1.4.2/docs/gst/html/gstreamer-GstDeviceMonitor.html   
2014-09-19 09:41:25.000000000 +0200
@@ -187,7 +187,7 @@
 <span class="function">my_bus_func</span> <span class="gtkdoc 
opt">(</span>GstBus <span class="gtkdoc opt">*</span> bus<span class="gtkdoc 
opt">,</span> GstMessage <span class="gtkdoc opt">*</span> message<span 
class="gtkdoc opt">,</span> gpointer user_data<span class="gtkdoc opt">)</span>
 <span class="gtkdoc opt">{</span>
    GstDevice <span class="gtkdoc opt">*</span>device<span class="gtkdoc 
opt">;</span>
-   gchar name<span class="gtkdoc opt">;</span>
+   gchar <span class="gtkdoc opt">*</span>name<span class="gtkdoc opt">;</span>
 
    <span class="keyword">switch</span> <span class="gtkdoc opt">(</span><span 
class="function"><a 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstMessage.html#GST-MESSAGE-TYPE:CAPS";>GST_MESSAGE_TYPE</a></span>
 <span class="gtkdoc opt">(</span>message<span class="gtkdoc opt">)) {</span>
      <span class="keyword">case</span> GST_MESSAGE_DEVICE_ADDED<span 
class="gtkdoc opt">:</span>
@@ -221,7 +221,7 @@
    <span class="function"><a 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBus.html#gst-bus-add-watch";>gst_bus_add_watch</a></span>
 <span class="gtkdoc opt">(</span>bus<span class="gtkdoc opt">,</span> 
my_bus_func<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc 
opt">);</span>
    <span class="function"><a 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html#gst-object-unref";>gst_object_unref</a></span>
 <span class="gtkdoc opt">(</span>bus<span class="gtkdoc opt">);</span>
 
-   caps <span class="gtkdoc opt">=</span> <span 
class="function">gst_caps_new_simple_empty</span> <span class="gtkdoc 
opt">(</span><span class="string">&quot;video/x-raw&quot;</span><span 
class="gtkdoc opt">);</span>
+   caps <span class="gtkdoc opt">=</span> <span class="function"><a 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html#gst-caps-new-empty-simple";>gst_caps_new_empty_simple</a></span>
 <span class="gtkdoc opt">(</span><span 
class="string">&quot;video/x-raw&quot;</span><span class="gtkdoc opt">);</span>
    <span class="function"><a 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstDeviceMonitor.html#gst-device-monitor-add-filter";>gst_device_monitor_add_filter</a></span>
 <span class="gtkdoc opt">(</span>monitor<span class="gtkdoc opt">,</span> 
<span class="string">&quot;Video/Source&quot;</span><span class="gtkdoc 
opt">,</span> caps<span class="gtkdoc opt">);</span>
    <span class="function"><a 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html#gst-caps-unref";>gst_caps_unref</a></span>
 <span class="gtkdoc opt">(</span>caps<span class="gtkdoc opt">);</span>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/gst/html/gstreamer-GstVersion.html 
new/gstreamer-1.4.2/docs/gst/html/gstreamer-GstVersion.html
--- old/gstreamer-1.4.1/docs/gst/html/gstreamer-GstVersion.html 2014-08-27 
13:17:01.000000000 +0200
+++ new/gstreamer-1.4.2/docs/gst/html/gstreamer-GstVersion.html 2014-09-19 
09:41:25.000000000 +0200
@@ -98,7 +98,7 @@
 <hr>
 <div class="refsect2">
 <a name="GST-VERSION-MICRO:CAPS"></a><h3>GST_VERSION_MICRO</h3>
-<pre class="programlisting">#define GST_VERSION_MICRO (1)
+<pre class="programlisting">#define GST_VERSION_MICRO (2)
 </pre>
 <p>The micro version of GStreamer at compile time:</p>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/gst/html/index.html 
new/gstreamer-1.4.2/docs/gst/html/index.html
--- old/gstreamer-1.4.1/docs/gst/html/index.html        2014-08-27 
13:17:01.000000000 +0200
+++ new/gstreamer-1.4.2/docs/gst/html/index.html        2014-09-19 
09:41:25.000000000 +0200
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer 1.0 Core 
Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for GStreamer Core 1.0 (1.4.1)
+      for GStreamer Core 1.0 (1.4.2)
       The latest version of this documentation can be found on-line at
       <a class="ulink" 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/"; 
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/</a>.
     </p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/libs/html/api-index-full.html 
new/gstreamer-1.4.2/docs/libs/html/api-index-full.html
--- old/gstreamer-1.4.1/docs/libs/html/api-index-full.html      2014-08-27 
13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/docs/libs/html/api-index-full.html      2014-09-19 
09:41:25.000000000 +0200
@@ -797,11 +797,11 @@
 </dt>
 <dd></dd>
 <dt>
-<a class="link" href="gstreamer-libs-GstBitReader.html#gst-bit-reader-init" 
title="gst_bit_reader_init ()">gst_bit_reader_init</a>, function in <a 
class="link" href="gstreamer-libs-GstBitReader.html" 
title="GstBitReader">GstBitReader</a>
+<a class="link" 
href="gstreamer-libs-GstBitReader.html#GST-BIT-READER-INIT:CAPS" 
title="GST_BIT_READER_INIT()">GST_BIT_READER_INIT</a>, macro in <a class="link" 
href="gstreamer-libs-GstBitReader.html" title="GstBitReader">GstBitReader</a>
 </dt>
 <dd></dd>
 <dt>
-<a class="link" 
href="gstreamer-libs-GstBitReader.html#GST-BIT-READER-INIT:CAPS" 
title="GST_BIT_READER_INIT()">GST_BIT_READER_INIT</a>, macro in <a class="link" 
href="gstreamer-libs-GstBitReader.html" title="GstBitReader">GstBitReader</a>
+<a class="link" href="gstreamer-libs-GstBitReader.html#gst-bit-reader-init" 
title="gst_bit_reader_init ()">gst_bit_reader_init</a>, function in <a 
class="link" href="gstreamer-libs-GstBitReader.html" 
title="GstBitReader">GstBitReader</a>
 </dt>
 <dd></dd>
 <dt>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/libs/html/index.html 
new/gstreamer-1.4.2/docs/libs/html/index.html
--- old/gstreamer-1.4.1/docs/libs/html/index.html       2014-08-27 
13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/docs/libs/html/index.html       2014-09-19 
09:41:25.000000000 +0200
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer 1.0 Library 
Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for GStreamer Library 1.0 (1.4.1)
+      for GStreamer Library 1.0 (1.4.2)
       The latest version of this documentation can be found on-line at
       <a class="ulink" 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/";
 
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/</a>.
     </p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
 
new/gstreamer-1.4.2/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
--- 
old/gstreamer-1.4.1/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
    2014-08-27 13:17:02.000000000 +0200
+++ 
new/gstreamer-1.4.2/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
    2014-09-19 09:41:26.000000000 +0200
@@ -41,7 +41,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.4.1</td>
+<td>1.4.2</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/plugins/html/gstreamer-plugins-valve.html 
new/gstreamer-1.4.2/docs/plugins/html/gstreamer-plugins-valve.html
--- old/gstreamer-1.4.1/docs/plugins/html/gstreamer-plugins-valve.html  
2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/docs/plugins/html/gstreamer-plugins-valve.html  
2014-09-19 09:41:26.000000000 +0200
@@ -74,7 +74,7 @@
 <a name="gstreamer-plugins-valve.description"></a><h2>Description</h2>
 <p>The valve is a simple element that drops buffers when the <a class="link" 
href="gstreamer-plugins-valve.html#GstValve--drop" title="The “drop” 
property"><span class="type">“drop”</span></a>
 property is set to <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS";><code
 class="literal">TRUE</code></a> and lets then through otherwise.</p>
-<p>Any downstream error received while the <a class="link" 
href="gstreamer-plugins-valve.html#GstValve--drop" title="The “drop” 
property"><span class="type">“drop”</span></a> property is <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS";><code
 class="literal">FALSE</code></a>
+<p>Any downstream error received while the <a class="link" 
href="gstreamer-plugins-valve.html#GstValve--drop" title="The “drop” 
property"><span class="type">“drop”</span></a> property is <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS";><code
 class="literal">TRUE</code></a>
 is ignored. So downstream element can be set to  <code 
class="literal">GST_STATE_NULL</code> and removed,
 without using pad blocking.</p>
 <div class="refsynopsisdiv">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/plugins/html/index.html 
new/gstreamer-1.4.2/docs/plugins/html/index.html
--- old/gstreamer-1.4.1/docs/plugins/html/index.html    2014-08-27 
13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/docs/plugins/html/index.html    2014-09-19 
09:41:26.000000000 +0200
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Core Plugins 
1.0 Plugins Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for GStreamer Core Plugins 1.0 (1.4.1)
+      for GStreamer Core Plugins 1.0 (1.4.2)
       The latest version of this documentation can be found on-line at
       <a class="ulink" 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/";
 
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/</a>.
     </p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/plugins/inspect/plugin-coreelements.xml 
new/gstreamer-1.4.2/docs/plugins/inspect/plugin-coreelements.xml
--- old/gstreamer-1.4.1/docs/plugins/inspect/plugin-coreelements.xml    
2014-08-27 13:16:56.000000000 +0200
+++ new/gstreamer-1.4.2/docs/plugins/inspect/plugin-coreelements.xml    
2014-09-19 09:41:20.000000000 +0200
@@ -3,7 +3,7 @@
   <description>GStreamer core elements</description>
   <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
   <basename>libgstcoreelements.so</basename>
-  <version>1.4.1</version>
+  <version>1.4.2</version>
   <license>LGPL</license>
   <source>gstreamer</source>
   <package>GStreamer source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/pwg/advanced-tagging.xml 
new/gstreamer-1.4.2/docs/pwg/advanced-tagging.xml
--- old/gstreamer-1.4.1/docs/pwg/advanced-tagging.xml   2014-07-21 
10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/docs/pwg/advanced-tagging.xml   2014-09-19 
08:52:42.000000000 +0200
@@ -54,7 +54,7 @@
     <title>Reading Tags from Streams</title>
     <para>
       The basic object for tags is a <ulink type="http"
-      
url="../../gstreamer/html/gstreamer-GstTagList.html"><classname>GstTagList
+      url="../../gstreamer/html/GstTagList.html"><classname>GstTagList
       </classname></ulink>. An element that is reading tags from a stream 
should
       create an empty taglist and fill this with individual tags. Empty tag
       lists can be created with <function>gst_tag_list_new ()</function>. Then,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/docs/pwg/intro-basics.xml 
new/gstreamer-1.4.2/docs/pwg/intro-basics.xml
--- old/gstreamer-1.4.1/docs/pwg/intro-basics.xml       2014-07-21 
10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/docs/pwg/intro-basics.xml       2014-09-19 
08:52:42.000000000 +0200
@@ -190,8 +190,8 @@
       See the &GstLibRef; for the current implementation details of a <ulink
       type="http"
       
url="../../gstreamer/html/gstreamer-GstMiniObject.html"><classname>GstMiniObject</classname></ulink>,
 <ulink type="http"
-      
url="../../gstreamer/html/gstreamer-GstBuffer.html"><classname>GstBuffer</classname></ulink>
 and <ulink type="http"
-      
url="../../gstreamer/html/gstreamer-GstEvent.html"><classname>GstEvent</classname></ulink>.
+      
url="../../gstreamer/html/GstBuffer.html"><classname>GstBuffer</classname></ulink>
 and <ulink type="http"
+      
url="../../gstreamer/html/GstEvent.html"><classname>GstEvent</classname></ulink>.
     </para>
 
     <sect2 id="sect2-buffer-allocation" xreflabel="Buffer Allocation">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/gst/gstbuffer.c new/gstreamer-1.4.2/gst/gstbuffer.c
--- old/gstreamer-1.4.1/gst/gstbuffer.c 2014-07-21 10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/gst/gstbuffer.c 2014-08-28 11:21:35.000000000 +0200
@@ -397,7 +397,11 @@
 
   if (flags & GST_BUFFER_COPY_FLAGS) {
     /* copy flags */
-    GST_MINI_OBJECT_FLAGS (dest) = GST_MINI_OBJECT_FLAGS (src);
+    guint flags_mask = ~GST_BUFFER_FLAG_TAG_MEMORY;
+
+    GST_MINI_OBJECT_FLAGS (dest) =
+        (GST_MINI_OBJECT_FLAGS (src) & flags_mask) |
+        (GST_MINI_OBJECT_FLAGS (dest) & ~flags_mask);
   }
 
   if (flags & GST_BUFFER_COPY_TIMESTAMPS) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/gst/gstdevicemonitor.c 
new/gstreamer-1.4.2/gst/gstdevicemonitor.c
--- old/gstreamer-1.4.1/gst/gstdevicemonitor.c  2014-07-21 10:20:56.000000000 
+0200
+++ new/gstreamer-1.4.2/gst/gstdevicemonitor.c  2014-09-04 11:53:25.000000000 
+0200
@@ -41,7 +41,7 @@
  *   my_bus_func (GstBus * bus, GstMessage * message, gpointer user_data)
  *   {
  *      GstDevice *device;
- *      gchar name;
+ *      gchar *name;
  *
  *      switch (GST_MESSAGE_TYPE (message)) {
  *        case GST_MESSAGE_DEVICE_ADDED:
@@ -75,7 +75,7 @@
  *      gst_bus_add_watch (bus, my_bus_func, NULL);
  *      gst_object_unref (bus);
  *
- *      caps = gst_caps_new_simple_empty ("video/x-raw");
+ *      caps = gst_caps_new_empty_simple ("video/x-raw");
  *      gst_device_monitor_add_filter (monitor, "Video/Source", caps);
  *      gst_caps_unref (caps);
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/gst/gstevent.c new/gstreamer-1.4.2/gst/gstevent.c
--- old/gstreamer-1.4.1/gst/gstevent.c  2014-07-21 10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/gst/gstevent.c  2014-09-17 09:22:47.000000000 +0200
@@ -1669,7 +1669,7 @@
 /**
  * gst_event_parse_toc_select:
  * @event: a TOC select event.
- * @uid: (out): storage for the selection UID.
+ * @uid: (out) (transfer full) (allow-none): storage for the selection UID.
  *
  * Parse a TOC select @event and store the results in the given @uid location.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/gst/gstquery.c new/gstreamer-1.4.2/gst/gstquery.c
--- old/gstreamer-1.4.1/gst/gstquery.c  2014-07-21 10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/gst/gstquery.c  2014-09-17 09:22:47.000000000 +0200
@@ -1584,7 +1584,7 @@
 /**
  * gst_query_add_allocation_pool:
  * @query: A valid #GstQuery of type GST_QUERY_ALLOCATION.
- * @pool: the #GstBufferPool
+ * @pool: (transfer none) (allow-none): the #GstBufferPool
  * @size: the size
  * @min_buffers: the min buffers
  * @max_buffers: the max buffers
@@ -1687,7 +1687,7 @@
  * gst_query_set_nth_allocation_pool:
  * @index: index to modify
  * @query: A valid #GstQuery of type GST_QUERY_ALLOCATION.
- * @pool: the #GstBufferPool
+ * @pool: (transfer none) (allow-none): the #GstBufferPool
  * @size: the size
  * @min_buffers: the min buffers
  * @max_buffers: the max buffers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/gstreamer.doap new/gstreamer-1.4.2/gstreamer.doap
--- old/gstreamer-1.4.1/gstreamer.doap  2014-08-27 12:18:20.000000000 +0200
+++ new/gstreamer-1.4.2/gstreamer.doap  2014-09-19 09:08:43.000000000 +0200
@@ -40,6 +40,16 @@
 
  <release>
   <Version>
+   <revision>1.4.2</revision>
+   <branch>1.4</branch>
+   <name></name>
+   <created>2014-09-19</created>
+   <file-release 
rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.4.2.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.4.1</revision>
    <branch>1.4</branch>
    <name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/gstreamer.spec new/gstreamer-1.4.2/gstreamer.spec
--- old/gstreamer-1.4.1/gstreamer.spec  2014-08-27 12:20:14.000000000 +0200
+++ new/gstreamer-1.4.2/gstreamer.spec  2014-09-19 09:11:51.000000000 +0200
@@ -4,7 +4,7 @@
 %define        _glib2          2.32.0
 
 Name:          %{gstreamer}
-Version:       1.4.1
+Version:       1.4.2
 Release:       1
 Summary:       GStreamer streaming media framework runtime
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/libs/gst/base/gstbasesrc.c 
new/gstreamer-1.4.2/libs/gst/base/gstbasesrc.c
--- old/gstreamer-1.4.1/libs/gst/base/gstbasesrc.c      2014-07-21 
10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/libs/gst/base/gstbasesrc.c      2014-09-16 
10:32:03.000000000 +0200
@@ -2965,6 +2965,11 @@
   oldalloc = priv->allocator;
   priv->allocator = allocator;
 
+  if (priv->pool)
+    gst_object_ref (priv->pool);
+  if (priv->allocator)
+    gst_object_ref (priv->allocator);
+
   if (params)
     priv->params = *params;
   else
@@ -3141,6 +3146,11 @@
 
   result = gst_base_src_set_allocation (basesrc, pool, allocator, &params);
 
+  if (allocator)
+    gst_object_unref (allocator);
+  if (pool)
+    gst_object_unref (pool);
+
   gst_query_unref (query);
 
   return result;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/libs/gst/check/gstcheck.c 
new/gstreamer-1.4.2/libs/gst/check/gstcheck.c
--- old/gstreamer-1.4.1/libs/gst/check/gstcheck.c       2014-07-21 
10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/libs/gst/check/gstcheck.c       2014-09-16 
10:31:56.000000000 +0200
@@ -266,8 +266,7 @@
   GstPadTemplate *ptmpl = gst_static_pad_template_get (tmpl);
   GstPad *srcpad;
 
-  srcpad =
-      gst_check_setup_src_pad_by_name_from_template (element, ptmpl, "sink");
+  srcpad = gst_check_setup_src_pad_by_name_from_template (element, ptmpl, 
name);
 
   gst_object_unref (ptmpl);
 
@@ -394,7 +393,7 @@
   GstPad *sinkpad;
 
   sinkpad =
-      gst_check_setup_sink_pad_by_name_from_template (element, ptmpl, "src");
+      gst_check_setup_sink_pad_by_name_from_template (element, ptmpl, name);
 
   gst_object_unref (ptmpl);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/plugins/elements/gstmultiqueue.c 
new/gstreamer-1.4.2/plugins/elements/gstmultiqueue.c
--- old/gstreamer-1.4.1/plugins/elements/gstmultiqueue.c        2014-08-13 
13:34:02.000000000 +0200
+++ new/gstreamer-1.4.2/plugins/elements/gstmultiqueue.c        2014-09-17 
09:22:47.000000000 +0200
@@ -200,6 +200,7 @@
 static void single_queue_underrun_cb (GstDataQueue * dq, GstSingleQueue * sq);
 
 static void update_buffering (GstMultiQueue * mq, GstSingleQueue * sq);
+static void gst_multi_queue_post_buffering (GstMultiQueue * mq);
 
 static void gst_single_queue_flush_queue (GstSingleQueue * sq, gboolean full);
 
@@ -271,6 +272,14 @@
   g_mutex_unlock (&q->qlock);                                            \
 } G_STMT_END
 
+#define SET_PERCENT(mq, perc) G_STMT_START {                             \
+  if (perc != mq->percent) {                                             \
+    mq->percent = perc;                                                  \
+    mq->percent_changed = TRUE;                                          \
+    GST_DEBUG_OBJECT (mq, "buffering %d percent", perc);                 \
+  }                                                                      \
+} G_STMT_END
+
 static void gst_multi_queue_finalize (GObject * object);
 static void gst_multi_queue_set_property (GObject * object,
     guint prop_id, const GValue * value, GParamSpec * pspec);
@@ -457,6 +466,7 @@
   mqueue->high_time = GST_CLOCK_TIME_NONE;
 
   g_mutex_init (&mqueue->qlock);
+  g_mutex_init (&mqueue->buffering_post_lock);
 }
 
 static void
@@ -471,6 +481,7 @@
 
   /* free/unref instance data */
   g_mutex_clear (&mqueue->qlock);
+  g_mutex_clear (&mqueue->buffering_post_lock);
 
   G_OBJECT_CLASS (parent_class)->finalize (object);
 }
@@ -498,6 +509,7 @@
       mq->max_size.bytes = g_value_get_uint (value);
       SET_CHILD_PROPERTY (mq, bytes);
       GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
+      gst_multi_queue_post_buffering (mq);
       break;
     case PROP_MAX_SIZE_BUFFERS:
     {
@@ -533,6 +545,7 @@
       }
 
       GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
+      gst_multi_queue_post_buffering (mq);
 
       break;
     }
@@ -541,6 +554,7 @@
       mq->max_size.time = g_value_get_uint64 (value);
       SET_CHILD_PROPERTY (mq, time);
       GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
+      gst_multi_queue_post_buffering (mq);
       break;
     case PROP_EXTRA_SIZE_BYTES:
       mq->extra_size.bytes = g_value_get_uint (value);
@@ -554,13 +568,11 @@
     case PROP_USE_BUFFERING:
       mq->use_buffering = g_value_get_boolean (value);
       if (!mq->use_buffering && mq->buffering) {
-        GstMessage *message;
-
+        GST_MULTI_QUEUE_MUTEX_LOCK (mq);
         mq->buffering = FALSE;
         GST_DEBUG_OBJECT (mq, "buffering 100 percent");
-        message = gst_message_new_buffering (GST_OBJECT_CAST (mq), 100);
-
-        gst_element_post_message (GST_ELEMENT_CAST (mq), message);
+        SET_PERCENT (mq, 100);
+        GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
       }
 
       if (mq->use_buffering) {
@@ -579,6 +591,7 @@
 
         GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
       }
+      gst_multi_queue_post_buffering (mq);
       break;
     case PROP_LOW_PERCENT:
       mq->low_percent = g_value_get_int (value);
@@ -771,6 +784,7 @@
       SET_CHILD_PROPERTY (mqueue, visible);
 
       GST_MULTI_QUEUE_MUTEX_UNLOCK (mqueue);
+      gst_multi_queue_post_buffering (mqueue);
 
       break;
     }
@@ -832,8 +846,9 @@
     result = gst_pad_pause_task (sq->srcpad);
     sq->sink_tainted = sq->src_tainted = TRUE;
   } else {
-    GST_MULTI_QUEUE_MUTEX_LOCK (mq);
     gst_single_queue_flush_queue (sq, full);
+
+    GST_MULTI_QUEUE_MUTEX_LOCK (mq);
     gst_segment_init (&sq->sink_segment, GST_FORMAT_TIME);
     gst_segment_init (&sq->src_segment, GST_FORMAT_TIME);
     sq->has_src_segment = FALSE;
@@ -864,20 +879,16 @@
   return result;
 }
 
-static void
-update_buffering (GstMultiQueue * mq, GstSingleQueue * sq)
+/* WITH LOCK TAKEN */
+static gint
+get_percentage (GstSingleQueue * sq)
 {
   GstDataQueueSize size;
   gint percent, tmp;
-  gboolean post = FALSE;
-
-  /* nothing to dowhen we are not in buffering mode */
-  if (!mq->use_buffering)
-    return;
 
   gst_data_queue_get_level (sq->queue, &size);
 
-  GST_DEBUG_OBJECT (mq,
+  GST_DEBUG_OBJECT (sq->mqueue,
       "queue %d: visible %u/%u, bytes %u/%u, time %" G_GUINT64_FORMAT "/%"
       G_GUINT64_FORMAT, sq->id, size.visible, sq->max_size.visible,
       size.bytes, sq->max_size.bytes, sq->cur_time, sq->max_size.time);
@@ -897,43 +908,76 @@
     }
   }
 
+  return percent;
+}
+
+/* WITH LOCK TAKEN */
+static void
+update_buffering (GstMultiQueue * mq, GstSingleQueue * sq)
+{
+  gint percent;
+
+  /* nothing to dowhen we are not in buffering mode */
+  if (!mq->use_buffering)
+    return;
+
+  percent = get_percentage (sq);
+
   if (mq->buffering) {
-    post = TRUE;
     if (percent >= mq->high_percent) {
       mq->buffering = FALSE;
     }
     /* make sure it increases */
     percent = MAX (mq->percent, percent);
 
-    if (percent == mq->percent)
-      /* don't post if nothing changed */
-      post = FALSE;
-    else
-      /* else keep last value we posted */
-      mq->percent = percent;
+    SET_PERCENT (mq, percent);
   } else {
-    if (percent < mq->low_percent) {
+    GList *iter;
+    gboolean is_buffering = TRUE;
+
+    for (iter = mq->queues; iter; iter = g_list_next (iter)) {
+      GstSingleQueue *oq = (GstSingleQueue *) iter->data;
+
+      if (get_percentage (oq) >= 100) {
+        is_buffering = FALSE;
+
+        break;
+      }
+    }
+
+    if (is_buffering && percent < mq->low_percent) {
       mq->buffering = TRUE;
-      mq->percent = percent;
-      post = TRUE;
+      SET_PERCENT (mq, percent);
     }
   }
-  if (post) {
-    GstMessage *message;
+}
+
+static void
+gst_multi_queue_post_buffering (GstMultiQueue * mq)
+{
+  GstMessage *msg = NULL;
+
+  g_mutex_lock (&mq->buffering_post_lock);
+  GST_MULTI_QUEUE_MUTEX_LOCK (mq);
+  if (mq->percent_changed) {
+    gint percent = mq->percent;
+
+    mq->percent_changed = FALSE;
 
-    /* scale to high percent so that it becomes the 100% mark */
     percent = percent * 100 / mq->high_percent;
     /* clip */
     if (percent > 100)
       percent = 100;
 
-    GST_DEBUG_OBJECT (mq, "buffering %d percent", percent);
-    message = gst_message_new_buffering (GST_OBJECT_CAST (mq), percent);
-
-    gst_element_post_message (GST_ELEMENT_CAST (mq), message);
-  } else {
-    GST_DEBUG_OBJECT (mq, "filled %d percent", percent);
+    GST_DEBUG_OBJECT (mq, "Going to post buffering: %d%%", percent);
+    msg = gst_message_new_buffering (GST_OBJECT_CAST (mq), percent);
   }
+  GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
+
+  if (msg != NULL)
+    gst_element_post_message (GST_ELEMENT_CAST (mq), msg);
+
+  g_mutex_unlock (&mq->buffering_post_lock);
 }
 
 /* calculate the diff between running time on the sink and src of the queue.
@@ -1034,6 +1078,7 @@
   update_time_level (mq, sq);
 
   GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
+  gst_multi_queue_post_buffering (mq);
 }
 
 /* take a buffer and update segment, updating the time level of the queue. */
@@ -1065,6 +1110,7 @@
   /* calc diff with other end */
   update_time_level (mq, sq);
   GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
+  gst_multi_queue_post_buffering (mq);
 }
 
 static GstClockTime
@@ -1443,6 +1489,7 @@
     update_buffering (mq, sq);
 
   GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
+  gst_multi_queue_post_buffering (mq);
 
   if (result != GST_FLOW_OK && result != GST_FLOW_NOT_LINKED
       && result != GST_FLOW_EOS)
@@ -1698,8 +1745,11 @@
       }
 
       /* EOS affects the buffering state */
+      GST_MULTI_QUEUE_MUTEX_LOCK (mq);
       update_buffering (mq, sq);
+      GST_MULTI_QUEUE_MUTEX_UNLOCK (mq);
       single_queue_overrun_cb (sq->queue, sq);
+      gst_multi_queue_post_buffering (mq);
       break;
     case GST_EVENT_SEGMENT:
       apply_segment (mq, sq, sref, &sq->sink_segment);
@@ -2165,7 +2215,10 @@
   if (was_flushing)
     gst_data_queue_set_flushing (sq->queue, TRUE);
 
+  GST_MULTI_QUEUE_MUTEX_LOCK (sq->mqueue);
   update_buffering (sq->mqueue, sq);
+  GST_MULTI_QUEUE_MUTEX_UNLOCK (sq->mqueue);
+  gst_multi_queue_post_buffering (sq->mqueue);
 }
 
 static void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/plugins/elements/gstmultiqueue.h 
new/gstreamer-1.4.2/plugins/elements/gstmultiqueue.h
--- old/gstreamer-1.4.1/plugins/elements/gstmultiqueue.h        2014-07-21 
10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/plugins/elements/gstmultiqueue.h        2014-09-17 
09:22:47.000000000 +0200
@@ -74,6 +74,9 @@
                        /* GstMultiQueueSize, counter and highid */
 
   gint numwaiting;     /* number of not-linked pads waiting */
+
+  gboolean percent_changed;
+  GMutex buffering_post_lock; /* assures only one posted at a time */
 };
 
 struct _GstMultiQueueClass {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/plugins/elements/gstoutputselector.c 
new/gstreamer-1.4.2/plugins/elements/gstoutputselector.c
--- old/gstreamer-1.4.1/plugins/elements/gstoutputselector.c    2014-07-21 
10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/plugins/elements/gstoutputselector.c    2014-09-04 
11:55:06.000000000 +0200
@@ -534,29 +534,26 @@
   sel = GST_OUTPUT_SELECTOR (parent);
 
   switch (GST_EVENT_TYPE (event)) {
+    case GST_EVENT_EOS:
+    {
+      res = gst_output_selector_forward_event (sel, event);
+      break;
+    }
     case GST_EVENT_SEGMENT:
     {
       gst_event_copy_segment (event, &sel->segment);
-
       GST_DEBUG_OBJECT (sel, "configured SEGMENT %" GST_SEGMENT_FORMAT,
           &sel->segment);
-
-      res = gst_output_selector_forward_event (sel, event);
-      break;
+      /* fall through */
     }
     default:
     {
-      if (GST_EVENT_IS_STICKY (event)) {
-        res = gst_output_selector_forward_event (sel, event);
+      active = gst_output_selector_get_active (sel);
+      if (active) {
+        res = gst_pad_push_event (active, event);
+        gst_object_unref (active);
       } else {
-        /* Send other events to pending or active src pad */
-        active = gst_output_selector_get_active (sel);
-        if (active) {
-          res = gst_pad_push_event (active, event);
-          gst_object_unref (active);
-        } else {
-          gst_event_unref (event);
-        }
+        gst_event_unref (event);
       }
       break;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/plugins/elements/gsttypefindelement.c 
new/gstreamer-1.4.2/plugins/elements/gsttypefindelement.c
--- old/gstreamer-1.4.1/plugins/elements/gsttypefindelement.c   2014-07-21 
10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/plugins/elements/gsttypefindelement.c   2014-09-19 
08:52:42.000000000 +0200
@@ -653,13 +653,12 @@
           GST_OBJECT_LOCK (typefind);
 
           for (l = typefind->cached_events; l; l = l->next) {
-            if (!GST_EVENT_IS_STICKY (l->data) ||
-                GST_EVENT_TYPE (l->data) == GST_EVENT_SEGMENT ||
-                GST_EVENT_TYPE (l->data) == GST_EVENT_EOS) {
-              gst_event_unref (l->data);
-            } else {
+            if (GST_EVENT_IS_STICKY (l->data) &&
+                GST_EVENT_TYPE (l->data) != GST_EVENT_SEGMENT &&
+                GST_EVENT_TYPE (l->data) != GST_EVENT_EOS) {
               gst_pad_store_sticky_event (typefind->src, l->data);
             }
+            gst_event_unref (l->data);
           }
 
           g_list_free (typefind->cached_events);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/plugins/elements/gstvalve.c 
new/gstreamer-1.4.2/plugins/elements/gstvalve.c
--- old/gstreamer-1.4.1/plugins/elements/gstvalve.c     2014-07-21 
10:20:56.000000000 +0200
+++ new/gstreamer-1.4.2/plugins/elements/gstvalve.c     2014-09-16 
10:31:53.000000000 +0200
@@ -26,7 +26,7 @@
  * The valve is a simple element that drops buffers when the #GstValve:drop
  * property is set to %TRUE and lets then through otherwise.
  *
- * Any downstream error received while the #GstValve:drop property is %FALSE
+ * Any downstream error received while the #GstValve:drop property is %TRUE
  * is ignored. So downstream element can be set to  %GST_STATE_NULL and 
removed,
  * without using pad blocking.
  */
Files old/gstreamer-1.4.1/po/af.gmo and new/gstreamer-1.4.2/po/af.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/af.po new/gstreamer-1.4.2/po/af.po
--- old/gstreamer-1.4.1/po/af.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/af.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2005-12-05 11:45+0200\n"
 "Last-Translator: Petri Jooste <[email protected]>\n"
 "Language-Team: Afrikaans <[email protected]>\n"
Files old/gstreamer-1.4.1/po/az.gmo and new/gstreamer-1.4.2/po/az.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/az.po new/gstreamer-1.4.2/po/az.po
--- old/gstreamer-1.4.1/po/az.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/az.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2004-03-19 18:40+0200\n"
 "Last-Translator: Metin Amiroff <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
Files old/gstreamer-1.4.1/po/be.gmo and new/gstreamer-1.4.2/po/be.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/be.po new/gstreamer-1.4.2/po/be.po
--- old/gstreamer-1.4.1/po/be.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/be.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2006-01-18 22:26+0200\n"
 "Last-Translator: Ales Nyakhaychyk <[email protected]>\n"
 "Language-Team: Belarusian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/bg.gmo and new/gstreamer-1.4.2/po/bg.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/bg.po new/gstreamer-1.4.2/po/bg.po
--- old/gstreamer-1.4.1/po/bg.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/bg.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2011-04-26 22:40+0300\n"
 "Last-Translator: Alexander Shopov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/ca.gmo and new/gstreamer-1.4.2/po/ca.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/ca.po new/gstreamer-1.4.2/po/ca.po
--- old/gstreamer-1.4.1/po/ca.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/ca.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-11-04 19:41+0100\n"
 "Last-Translator: Jordi Mallach <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
Files old/gstreamer-1.4.1/po/cs.gmo and new/gstreamer-1.4.2/po/cs.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/cs.po new/gstreamer-1.4.2/po/cs.po
--- old/gstreamer-1.4.1/po/cs.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/cs.po        2014-09-19 09:41:26.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.2.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-03-09 11:07+0100\n"
 "Last-Translator: Marek Černocký <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
Files old/gstreamer-1.4.1/po/da.gmo and new/gstreamer-1.4.2/po/da.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/da.po new/gstreamer-1.4.2/po/da.po
--- old/gstreamer-1.4.1/po/da.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/da.po        2014-09-19 09:41:26.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-07-16 13:26+0200\n"
 "Last-Translator: Mogens Jaeger <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
Files old/gstreamer-1.4.1/po/de.gmo and new/gstreamer-1.4.2/po/de.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/de.po new/gstreamer-1.4.2/po/de.po
--- old/gstreamer-1.4.1/po/de.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/de.po        2014-09-19 09:41:26.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-05-22 20:48+0100\n"
 "Last-Translator: Christian Kirbach <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
Files old/gstreamer-1.4.1/po/el.gmo and new/gstreamer-1.4.2/po/el.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/el.po new/gstreamer-1.4.2/po/el.po
--- old/gstreamer-1.4.1/po/el.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/el.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-11-29 11:14+0200\n"
 "Last-Translator: Michael Kotsarinis <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
Files old/gstreamer-1.4.1/po/en_GB.gmo and new/gstreamer-1.4.2/po/en_GB.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/en_GB.po new/gstreamer-1.4.2/po/en_GB.po
--- old/gstreamer-1.4.1/po/en_GB.po     2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/en_GB.po     2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2004-04-26 10:36-0400\n"
 "Last-Translator: Gareth Owen <[email protected]>\n"
 "Language-Team: English (British) <[email protected]>\n"
Files old/gstreamer-1.4.1/po/eo.gmo and new/gstreamer-1.4.2/po/eo.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/eo.po new/gstreamer-1.4.2/po/eo.po
--- old/gstreamer-1.4.1/po/eo.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/eo.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2011-06-04 21:11+0100\n"
 "Last-Translator: Kristjan SCHMIDT <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\n"
Files old/gstreamer-1.4.1/po/es.gmo and new/gstreamer-1.4.2/po/es.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/es.po new/gstreamer-1.4.2/po/es.po
--- old/gstreamer-1.4.1/po/es.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/es.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2011-10-02 15:45+0200\n"
 "Last-Translator: Jorge González González <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
Files old/gstreamer-1.4.1/po/eu.gmo and new/gstreamer-1.4.2/po/eu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/eu.po new/gstreamer-1.4.2/po/eu.po
--- old/gstreamer-1.4.1/po/eu.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/eu.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-03-25 13:10+0100\n"
 "Last-Translator: Mikel Olasagasti Uranga <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
Files old/gstreamer-1.4.1/po/fi.gmo and new/gstreamer-1.4.2/po/fi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/fi.po new/gstreamer-1.4.2/po/fi.po
--- old/gstreamer-1.4.1/po/fi.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/fi.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-11-17 23:10+0200\n"
 "Last-Translator: Tommi Vainikainen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
Files old/gstreamer-1.4.1/po/fr.gmo and new/gstreamer-1.4.2/po/fr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/fr.po new/gstreamer-1.4.2/po/fr.po
--- old/gstreamer-1.4.1/po/fr.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/fr.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2012-12-05 19:31+0100\n"
 "Last-Translator: Claude Paroz <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
Files old/gstreamer-1.4.1/po/gl.gmo and new/gstreamer-1.4.2/po/gl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/gl.po new/gstreamer-1.4.2/po/gl.po
--- old/gstreamer-1.4.1/po/gl.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/gl.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2012-12-15 03:29+0200\n"
 "Last-Translator: Fran Dieguez <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
Files old/gstreamer-1.4.1/po/hr.gmo and new/gstreamer-1.4.2/po/hr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/hr.po new/gstreamer-1.4.2/po/hr.po
--- old/gstreamer-1.4.1/po/hr.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/hr.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2012-05-25 16:47+0200\n"
 "Last-Translator: Tomislav Krznar <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/hu.gmo and new/gstreamer-1.4.2/po/hu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/hu.po new/gstreamer-1.4.2/po/hu.po
--- old/gstreamer-1.4.1/po/hu.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/hu.po        2014-09-19 09:41:26.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-05-23 21:08+0200\n"
 "Last-Translator: Balázs Úr <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/id.gmo and new/gstreamer-1.4.2/po/id.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/id.po new/gstreamer-1.4.2/po/id.po
--- old/gstreamer-1.4.1/po/id.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/id.po        2014-09-19 09:41:26.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-05-31 22:06+0700\n"
 "Last-Translator: Andhika Padmawan <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/it.gmo and new/gstreamer-1.4.2/po/it.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/it.po new/gstreamer-1.4.2/po/it.po
--- old/gstreamer-1.4.1/po/it.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/it.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-10-25 10:03+0200\n"
 "Last-Translator: Luca Ferretti <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/ja.gmo and new/gstreamer-1.4.2/po/ja.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/ja.po new/gstreamer-1.4.2/po/ja.po
--- old/gstreamer-1.4.1/po/ja.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/ja.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2013-08-20 14:56+0900\n"
 "Last-Translator: Makoto Kato <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
Files old/gstreamer-1.4.1/po/lt.gmo and new/gstreamer-1.4.2/po/lt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/lt.po new/gstreamer-1.4.2/po/lt.po
--- old/gstreamer-1.4.1/po/lt.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/lt.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-07-16 00:50+0300\n"
 "Last-Translator: Žygimantas Beručka <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/nb.gmo and new/gstreamer-1.4.2/po/nb.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/nb.po new/gstreamer-1.4.2/po/nb.po
--- old/gstreamer-1.4.1/po/nb.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/nb.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-10-24 21:36+0200\n"
 "Last-Translator: Kjartan Maraas <[email protected]>\n"
 "Language-Team: Norwegian Bokmaal <[email protected]>\n"
Files old/gstreamer-1.4.1/po/nl.gmo and new/gstreamer-1.4.2/po/nl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/nl.po new/gstreamer-1.4.2/po/nl.po
--- old/gstreamer-1.4.1/po/nl.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/nl.po        2014-09-19 09:41:26.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-05-22 00:46+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
Files old/gstreamer-1.4.1/po/pl.gmo and new/gstreamer-1.4.2/po/pl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/pl.po new/gstreamer-1.4.2/po/pl.po
--- old/gstreamer-1.4.1/po/pl.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/pl.po        2014-09-19 09:41:26.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-05-22 18:22+0200\n"
 "Last-Translator: Jakub Bogusz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
Files old/gstreamer-1.4.1/po/pt_BR.gmo and new/gstreamer-1.4.2/po/pt_BR.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/pt_BR.po new/gstreamer-1.4.2/po/pt_BR.po
--- old/gstreamer-1.4.1/po/pt_BR.po     2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/pt_BR.po     2014-09-19 09:41:26.000000000 +0200
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.2.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2013-12-29 18:20-0200\n"
 "Last-Translator: Fabrício Godoy <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]."
Files old/gstreamer-1.4.1/po/ro.gmo and new/gstreamer-1.4.2/po/ro.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/ro.po new/gstreamer-1.4.2/po/ro.po
--- old/gstreamer-1.4.1/po/ro.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/ro.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-08-16 01:10+0300\n"
 "Last-Translator: Lucian Adrian Grijincu <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/ru.gmo and new/gstreamer-1.4.2/po/ru.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/ru.po new/gstreamer-1.4.2/po/ru.po
--- old/gstreamer-1.4.1/po/ru.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/ru.po        2014-09-19 09:41:26.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-05-22 20:12+0400\n"
 "Last-Translator: Yuri Kozlov <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/rw.gmo and new/gstreamer-1.4.2/po/rw.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/rw.po new/gstreamer-1.4.2/po/rw.po
--- old/gstreamer-1.4.1/po/rw.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/rw.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <[email protected]>\n"
 "Language-Team: Kinyarwanda <[email protected]>\n"
Files old/gstreamer-1.4.1/po/sk.gmo and new/gstreamer-1.4.2/po/sk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/sk.po new/gstreamer-1.4.2/po/sk.po
--- old/gstreamer-1.4.1/po/sk.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/sk.po        2014-09-19 09:41:26.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.2.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-01-30 10:24+0100\n"
 "Last-Translator: Peter Tuhársky <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
Files old/gstreamer-1.4.1/po/sl.gmo and new/gstreamer-1.4.2/po/sl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/sl.po new/gstreamer-1.4.2/po/sl.po
--- old/gstreamer-1.4.1/po/sl.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/sl.po        2014-09-19 09:41:26.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.2.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-04-09 22:38+0100\n"
 "Last-Translator: Klemen Košir <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/sq.gmo and new/gstreamer-1.4.2/po/sq.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/sq.po new/gstreamer-1.4.2/po/sq.po
--- old/gstreamer-1.4.1/po/sq.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/sq.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2004-08-07 23:46+0200\n"
 "Last-Translator: Laurent Dhima <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/sr.gmo and new/gstreamer-1.4.2/po/sr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/sr.po new/gstreamer-1.4.2/po/sr.po
--- old/gstreamer-1.4.1/po/sr.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/sr.po        2014-09-19 09:41:26.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-06-18 20:12+0200\n"
 "Last-Translator: Мирослав Николић <[email protected]>\n"
 "Language-Team: Serbian <(nothing)>\n"
Files old/gstreamer-1.4.1/po/sv.gmo and new/gstreamer-1.4.2/po/sv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/sv.po new/gstreamer-1.4.2/po/sv.po
--- old/gstreamer-1.4.1/po/sv.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/sv.po        2014-09-19 09:41:26.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-07-11 02:52+0200\n"
 "Last-Translator: Sebastian Rasmussen <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
Files old/gstreamer-1.4.1/po/tr.gmo and new/gstreamer-1.4.2/po/tr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/tr.po new/gstreamer-1.4.2/po/tr.po
--- old/gstreamer-1.4.1/po/tr.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/tr.po        2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2004-04-03 03:14+0300\n"
 "Last-Translator: Baris Cicek <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
Files old/gstreamer-1.4.1/po/uk.gmo and new/gstreamer-1.4.2/po/uk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/uk.po new/gstreamer-1.4.2/po/uk.po
--- old/gstreamer-1.4.1/po/uk.po        2014-08-27 13:17:02.000000000 +0200
+++ new/gstreamer-1.4.2/po/uk.po        2014-09-19 09:41:26.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-05-22 07:45+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
Files old/gstreamer-1.4.1/po/vi.gmo and new/gstreamer-1.4.2/po/vi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/vi.po new/gstreamer-1.4.2/po/vi.po
--- old/gstreamer-1.4.1/po/vi.po        2014-08-27 13:17:03.000000000 +0200
+++ new/gstreamer-1.4.2/po/vi.po        2014-09-19 09:41:26.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-06-30 09:40+0700\n"
 "Last-Translator: Trần Ngọc Quân <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\n"
Files old/gstreamer-1.4.1/po/zh_CN.gmo and new/gstreamer-1.4.2/po/zh_CN.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/zh_CN.po new/gstreamer-1.4.2/po/zh_CN.po
--- old/gstreamer-1.4.1/po/zh_CN.po     2014-08-27 13:17:03.000000000 +0200
+++ new/gstreamer-1.4.2/po/zh_CN.po     2014-09-19 09:41:26.000000000 +0200
@@ -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: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2010-02-02 18:58+0800\n"
 "Last-Translator: Ji ZhengYu <[email protected]>\n"
 "Language-Team: Chinese (simplified) <[email protected]>\n"
Files old/gstreamer-1.4.1/po/zh_TW.gmo and new/gstreamer-1.4.2/po/zh_TW.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/po/zh_TW.po new/gstreamer-1.4.2/po/zh_TW.po
--- old/gstreamer-1.4.1/po/zh_TW.po     2014-08-27 13:17:03.000000000 +0200
+++ new/gstreamer-1.4.2/po/zh_TW.po     2014-09-19 09:41:26.000000000 +0200
@@ -27,7 +27,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2014-08-27 14:17+0300\n"
+"POT-Creation-Date: 2014-09-19 10:41+0300\n"
 "PO-Revision-Date: 2014-06-08 00:22+0800\n"
 "Last-Translator: Wen Liao <[email protected]>\n"
 "Language-Team: Chinese (traditional) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/win32/common/config.h 
new/gstreamer-1.4.2/win32/common/config.h
--- old/gstreamer-1.4.1/win32/common/config.h   2014-08-27 13:14:05.000000000 
+0200
+++ new/gstreamer-1.4.2/win32/common/config.h   2014-09-19 09:39:08.000000000 
+0200
@@ -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 "2014-08-27"
+#define GST_PACKAGE_RELEASE_DATETIME "2014-09-19"
 
 /* Define if static plugins should be built */
 #undef GST_PLUGIN_BUILD_STATIC
@@ -354,7 +354,7 @@
 #define PACKAGE_NAME "GStreamer"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 1.4.1"
+#define PACKAGE_STRING "GStreamer 1.4.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gstreamer"
@@ -363,7 +363,7 @@
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.4.1"
+#define PACKAGE_VERSION "1.4.2"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
@@ -401,7 +401,7 @@
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "1.4.1"
+#define VERSION "1.4.2"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.4.1/win32/common/gstversion.h 
new/gstreamer-1.4.2/win32/common/gstversion.h
--- old/gstreamer-1.4.1/win32/common/gstversion.h       2014-08-27 
13:14:05.000000000 +0200
+++ new/gstreamer-1.4.2/win32/common/gstversion.h       2014-09-19 
09:39:08.000000000 +0200
@@ -57,7 +57,7 @@
  *
  * The micro version of GStreamer at compile time:
  */
-#define GST_VERSION_MICRO (1)
+#define GST_VERSION_MICRO (2)
 /**
  * GST_VERSION_NANO:
  *

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to