gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or not it comes from...
authorAndy Wingo <wingo@pobox.com>
Tue, 12 Jul 2005 17:04:41 +0000 (17:04 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 12 Jul 2005 17:04:41 +0000 (17:04 +0000)
Original commit message from CVS:
2005-07-12  Andy Wingo  <wingo@pobox.com>

* gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or
not it comes from a malloc region. Make sure our copy gets freed.

85 files changed:
ChangeLog
docs/gst/tmpl/gst.sgml
docs/gst/tmpl/gstbasesink.sgml
docs/gst/tmpl/gstbasesrc.sgml
docs/gst/tmpl/gstbasetransform.sgml
docs/gst/tmpl/gstbin.sgml
docs/gst/tmpl/gstbuffer.sgml
docs/gst/tmpl/gstcaps.sgml
docs/gst/tmpl/gstclock.sgml
docs/gst/tmpl/gstcompat.sgml
docs/gst/tmpl/gstconfig.sgml
docs/gst/tmpl/gstelement.sgml
docs/gst/tmpl/gstelementdetails.sgml
docs/gst/tmpl/gstelementfactory.sgml
docs/gst/tmpl/gstenumtypes.sgml
docs/gst/tmpl/gsterror.sgml
docs/gst/tmpl/gstevent.sgml
docs/gst/tmpl/gstfakesink.sgml
docs/gst/tmpl/gstfakesrc.sgml
docs/gst/tmpl/gstfilesink.sgml
docs/gst/tmpl/gstfilesrc.sgml
docs/gst/tmpl/gstfilter.sgml
docs/gst/tmpl/gstformat.sgml
docs/gst/tmpl/gstghostpad.sgml
docs/gst/tmpl/gstimplementsinterface.sgml
docs/gst/tmpl/gstindex.sgml
docs/gst/tmpl/gstindexfactory.sgml
docs/gst/tmpl/gstinfo.sgml
docs/gst/tmpl/gstiterator.sgml
docs/gst/tmpl/gstmacros.sgml
docs/gst/tmpl/gstmemchunk.sgml
docs/gst/tmpl/gstobject.sgml
docs/gst/tmpl/gstpad.sgml
docs/gst/tmpl/gstpadtemplate.sgml
docs/gst/tmpl/gstparse.sgml
docs/gst/tmpl/gstpipeline.sgml
docs/gst/tmpl/gstplugin.sgml
docs/gst/tmpl/gstpluginfeature.sgml
docs/gst/tmpl/gstquery.sgml
docs/gst/tmpl/gstqueue.sgml
docs/gst/tmpl/gstregistry.sgml
docs/gst/tmpl/gstregistrypool.sgml
docs/gst/tmpl/gstscheduler.sgml
docs/gst/tmpl/gstschedulerfactory.sgml
docs/gst/tmpl/gststructure.sgml
docs/gst/tmpl/gstsystemclock.sgml
docs/gst/tmpl/gsttaglist.sgml
docs/gst/tmpl/gsttagsetter.sgml
docs/gst/tmpl/gsttrace.sgml
docs/gst/tmpl/gsttrashstack.sgml
docs/gst/tmpl/gsttypefind.sgml
docs/gst/tmpl/gsttypefindfactory.sgml
docs/gst/tmpl/gsttypes.sgml
docs/gst/tmpl/gsturihandler.sgml
docs/gst/tmpl/gsturitype.sgml
docs/gst/tmpl/gstutils.sgml
docs/gst/tmpl/gstvalue.sgml
docs/gst/tmpl/gstversion.sgml
docs/gst/tmpl/gstxml.sgml
docs/libs/tmpl/gstcontrol.sgml
docs/libs/tmpl/gstdataprotocol.sgml
docs/libs/tmpl/gstdparam.sgml
docs/libs/tmpl/gstdplinint.sgml
docs/libs/tmpl/gstdpman.sgml
docs/libs/tmpl/gstdpsmooth.sgml
docs/libs/tmpl/gstgetbits.sgml
docs/libs/tmpl/gstunitconvert.sgml
gst/gstbuffer.c
po/af.po
po/az.po
po/ca.po
po/cs.po
po/de.po
po/en_GB.po
po/fr.po
po/it.po
po/nb.po
po/nl.po
po/ru.po
po/sq.po
po/sr.po
po/sv.po
po/tr.po
po/uk.po
po/vi.po

index b57afcd..0af1005 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-12  Andy Wingo  <wingo@pobox.com>
+
+       * gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or
+       not it comes from a malloc region. Make sure our copy gets freed.
+
 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
index eb88667..fc6631a 100644 (file)
@@ -87,6 +87,9 @@ Check out both <ulink url="http://www.cse.ogi.edu/sysl/">OGI's
 pipeline</ulink> and Microsoft's DirectShow for some background.
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### FUNCTION gst_init ##### -->
 <para>
 
index 4ba69f2..429222d 100644 (file)
@@ -14,6 +14,9 @@ GstBaseSink
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstBaseSink ##### -->
 <para>
 
index 949ef42..0fa71a6 100644 (file)
@@ -14,6 +14,9 @@ GstBaseSrc
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstBaseSrc ##### -->
 <para>
 
index a9eaaa2..7e54a98 100644 (file)
@@ -14,6 +14,9 @@ GstBaseTransform
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstBaseTransform ##### -->
 <para>
 
index 2007814..18938a4 100644 (file)
@@ -55,6 +55,9 @@ clock providers in the bin.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstBin ##### -->
 <para>
 
index a8c176f..08d3c89 100644 (file)
@@ -85,6 +85,9 @@ Last reviewed on August 12th, 2004 (0.8.5)
 #GstPad, #GstMiniObject
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstBuffer ##### -->
 <para>
 The basic structure of a buffer.
index 853fd34..9149a47 100644 (file)
@@ -14,6 +14,9 @@ Structure describing sets of media formats
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstCaps ##### -->
 <para>
 
index 052fe05..231085a 100644 (file)
@@ -22,6 +22,9 @@ a good measure of the current playback time in the pipeline.
 #GstSystemClock
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstClock ##### -->
 <para>
 
index 16c29cd..402c11c 100644 (file)
@@ -16,3 +16,6 @@ This can be done in CFLAGS for compiling old code.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
index ed05367..6e71764 100644 (file)
@@ -37,6 +37,9 @@ If a subsystem is disabled in GStreamer, a value is defined in
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### MACRO GST_DISABLE_LOADSAVE_REGISTRY ##### -->
 <para>
 
index 4d89a8e..a474d06 100644 (file)
@@ -65,6 +65,9 @@ and gst_element_set_clock().  You can wait for the clock to reach a given
 
 <!-- basic object functions -->
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstElement ##### -->
 <para>
 
index 8c57fce..757ebbc 100644 (file)
@@ -14,6 +14,9 @@ Defines public information about a #GstElement
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstElementDetails ##### -->
 <para>
 This struct is used to define public information about the element.  It
index 5e74564..c68b5b4 100644 (file)
@@ -54,6 +54,9 @@ so that the autopluggers can select a plugin more appropriatly
 #GstElement, #GstPlugin, #GstPluginFeature, #GstPadTemplate.
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstElementFactory ##### -->
 <para>
 
index e9361f1..52ba68c 100644 (file)
@@ -14,3 +14,6 @@ all gstreamer core related enumerations
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
index 661024e..0bb265f 100644 (file)
@@ -14,6 +14,9 @@ Categorized error messages
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### ENUM GstCoreError ##### -->
 <para>
 
index b5ed1b9..d47b398 100644 (file)
@@ -27,6 +27,9 @@ gst_event_new_flush() creates a new flush event.
 #GstPad, #GstElement
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstEvent ##### -->
 <para>
 
index 7755271..bbf1d94 100644 (file)
@@ -14,6 +14,9 @@ GstFakeSink
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstFakeSink ##### -->
 <para>
 
index e78986e..9acacf2 100644 (file)
@@ -14,6 +14,9 @@ GstFakeSrc
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstFakeSrc ##### -->
 <para>
 
index e3bd8dd..9ec2717 100644 (file)
@@ -14,6 +14,9 @@ GstFileSink
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstFileSink ##### -->
 <para>
 
index e7d7274..806b545 100644 (file)
@@ -14,6 +14,9 @@ GstFileSrc
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstFileSrc ##### -->
 <para>
 
index 8f5a2fe..49932ee 100644 (file)
@@ -17,6 +17,9 @@ on its own.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### USER_FUNCTION GstFilterFunc ##### -->
 <para>
 
index dc3c284..353899a 100644 (file)
@@ -15,6 +15,9 @@ formats can be used to perform seeking or conversions/query operations.
 #GstPad, #GstElement
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### ENUM GstFormat ##### -->
 <para>
 Standard predefined formats
index 0fdd2b2..c760eed 100644 (file)
@@ -14,6 +14,9 @@ Pseudo link pads
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstGhostPad ##### -->
 <para>
 
index 5683450..df7fb5f 100644 (file)
@@ -14,6 +14,9 @@ Core interface implemented by #GstElements that allows runtime querying of inter
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstImplementsInterface ##### -->
 <para>
 
index 74254d5..1eac0ee 100644 (file)
@@ -15,6 +15,9 @@ in a pipeline.
 #GstIndexFactory
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstIndex ##### -->
 <para>
 
index f458efd..7c86974 100644 (file)
@@ -14,6 +14,9 @@ GstIndexFactory is used to dynamically create GstIndex implementations.
 #GstIndex
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstIndexFactory ##### -->
 <para>
 The GstIndexFactory object
index be07e23..d2d2d58 100644 (file)
@@ -68,6 +68,9 @@ categories. These are explained at GST_DEBUG_CATEGORY_INIT().
 and environment variables that affect the debugging output.
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### ENUM GstDebugLevel ##### -->
 <para>
 The level defines the importance of a debugging message. The more important a 
index 307d499..9bc68df 100644 (file)
@@ -14,6 +14,9 @@ GstIterator
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstIterator ##### -->
 <para>
 
index 49b0cc6..8149bca 100644 (file)
@@ -14,3 +14,6 @@ various portabillity helper macros
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
index af74215..8ce3af2 100644 (file)
@@ -21,6 +21,9 @@ The GstMemChunk is used to allocate critical resources for #GstBuffer and
 #GstBuffer, #GstEvent, #GstData
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstMemChunk ##### -->
 <para>
 The memchunk structure
index ab9e443..583afec 100644 (file)
@@ -67,6 +67,9 @@ object.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstObject ##### -->
 <para>
 
index 2b2c7cd..45bdc5e 100644 (file)
@@ -57,6 +57,9 @@ Last reviewed on December 13th, 2002 (0.5.0.1)
 #GstPadTemplate, #GstElement, #GstEvent
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstPad ##### -->
 <para>
 
index 1ff9a28..060a3d1 100644 (file)
@@ -73,6 +73,9 @@ The following example shows you how to add the padtemplate to an elementfactory:
 #GstPad, #GstElementFactory
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstPadTemplate ##### -->
 <para>
 The padtemplate object.
index 5b70820..e43a2da 100644 (file)
@@ -14,6 +14,9 @@ get a pipeline from a text pipeline description
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### FUNCTION gst_parse_error_quark ##### -->
 <para>
 
index bbd6ecd..74912fa 100644 (file)
@@ -21,6 +21,9 @@ the pipeline, use gst_object_unref() to free its resources.
 #GstBin
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstPipeline ##### -->
 <para>
 
index cd93138..17a0ae7 100644 (file)
@@ -35,6 +35,9 @@ to bring the plugin into memory.
 #GstPluginFeature, #GstType, #GstAutoplug, #GstElementFactory
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### FUNCTION gst_plugin_error_quark ##### -->
 <para>
 Get the error quark
index 6395293..96a2e5e 100644 (file)
@@ -14,6 +14,9 @@ This is a base class for anything that can be added to a #GstPlugin.
 #GstPlugin
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstPluginFeature ##### -->
 <para>
 
index eb2f4bb..efea5bc 100644 (file)
@@ -15,6 +15,9 @@ Query types can be used to perform queries on pads and elements.
 #GstPad, #GstElement
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### ENUM GstQueryType ##### -->
 <para>
 Standard predefined Query types
index 71ce9c5..3d2a500 100644 (file)
@@ -25,6 +25,9 @@ The queue blocks by default.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstQueue ##### -->
 <para>
 
index a554aee..be6b381 100644 (file)
@@ -15,3 +15,6 @@ All registries build the #GstRegistryPool.
 #GstPlugin, #GstPluginFeature
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
index 82b21c6..99de4f9 100644 (file)
@@ -15,6 +15,9 @@ the system.
 GstRegistry
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### FUNCTION gst_registry_pool_list ##### -->
 <para>
 
index 47803f1..2be2185 100644 (file)
@@ -14,6 +14,9 @@ This is a base class for custom schedulers.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstScheduler ##### -->
 <para>
 
index a9a5313..bda06b0 100644 (file)
@@ -31,6 +31,9 @@ Use gst_scheduler_factory_destroy() to remove the factory from the global list.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstSchedulerFactory ##### -->
 <para>
 
index bdff185..d9d15e5 100644 (file)
@@ -14,6 +14,9 @@ Generic structure containing fields of names and values
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstStructure ##### -->
 <para>
 
index 714c32c..71c56fd 100644 (file)
@@ -15,6 +15,9 @@ system time.
 #GstClock
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstSystemClock ##### -->
 <para>
 
index 64559f8..2164017 100644 (file)
@@ -14,6 +14,9 @@ List of tags and values used to describe media metadata
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### TYPEDEF GstTagList ##### -->
 <para>
 
index 4c55270..d80b667 100644 (file)
@@ -14,6 +14,9 @@ Element interface that allows setting and retrieval of media metadata
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstTagSetter ##### -->
 <para>
 
index 6ccaa79..b08a807 100644 (file)
@@ -14,6 +14,9 @@ Tracing functionality
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstTrace ##### -->
 <para>
 
index 81bb80f..27eeeeb 100644 (file)
@@ -14,6 +14,9 @@ gsttrashstack
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstTrashStack ##### -->
 <para>
 
index d729fd0..eb4ab7e 100644 (file)
@@ -14,6 +14,9 @@ typefinding subsystem
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstTypeFind ##### -->
 <para>
 
index 9aea96a..0ec2797 100644 (file)
@@ -67,6 +67,9 @@ the given data. You can get quite a bit more complicated than that though.
 <link linkend="gstreamer-Writing-typefind-functions">Writing typefind functions</link>
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstTypeFindFactory ##### -->
 <para>
 Object that stores information about a typefind function
index c83b048..58aaf1f 100644 (file)
@@ -14,6 +14,9 @@ various global enums and constants
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### ENUM GstElementState ##### -->
 <para>
 These contants describe the state a #GstElement is in and transition scheduled for the #GstElement (the pending state).
index fb5512f..7a3b021 100644 (file)
@@ -15,6 +15,9 @@ and the element property that can handle a given URI.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstURIHandler ##### -->
 <para>
 
index 99e0afc..1c2391c 100644 (file)
@@ -14,6 +14,9 @@ describes URI types
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### ENUM GstURIType ##### -->
 <para>
 
index 44b2c6d..6d7d55a 100644 (file)
@@ -14,6 +14,9 @@ various utility functions
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### FUNCTION gst_util_set_value_from_string ##### -->
 <para>
 
index 26bfc0c..97e3caa 100644 (file)
@@ -14,6 +14,9 @@ GValue implementations specific to GStreamer
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### MACRO GST_MAKE_FOURCC ##### -->
 <para>
 will transform four characters into a host-endiannness guint32 fourcc:
index d6bcdfc..4a17d3c 100644 (file)
@@ -15,6 +15,9 @@ The version macros get defined by including "gst/gst.h".
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### MACRO GST_VERSION_MAJOR ##### -->
 <para>
 The major version of GStreamer at compile time
index 056f62e..4ae6709 100644 (file)
@@ -14,6 +14,9 @@ XML save/restore operations of pipelines
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstXML ##### -->
 <para>
 
index 7439c42..f41c436 100644 (file)
@@ -73,6 +73,9 @@ This allows the manager to interupt processing to apply new control values.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### FUNCTION gst_control_init ##### -->
 <para>
 
index 0cd1515..1bb87c8 100644 (file)
@@ -27,6 +27,9 @@ network connections also need a protocol to do this.
 #GstBuffer, #GstCaps, #GstEvent
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### ENUM GstDPHeaderFlag ##### -->
 <para>
 
index 8a28a82..7726db6 100644 (file)
@@ -15,6 +15,9 @@ Subclasses of this do more advanced updates like smoothing parameter changes.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstDParam ##### -->
 <para>
 
index ca453e1..c76ea7d 100644 (file)
@@ -14,6 +14,9 @@ linear interpolation dynamic parameter
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstDParamLinInterp ##### -->
 <para>
 
index a600e0e..52ce531 100644 (file)
@@ -20,6 +20,9 @@ are for applications that use elements with dparams.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstDParamManager ##### -->
 <para>
 
index bfd5e83..17dd2a5 100644 (file)
@@ -14,6 +14,9 @@ realtime smoothed dynamic parameter
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstDParamSmooth ##### -->
 <para>
 
index 1d107d6..e3e087a 100644 (file)
@@ -14,6 +14,9 @@ accelerated routines for getting bits from a data stream.
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT gst_getbits_t ##### -->
 <para>
 
index e06b2e4..71efed7 100644 (file)
@@ -14,6 +14,9 @@ conversion between units of measurement
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
 <!-- ##### STRUCT GstUnitConvert ##### -->
 <para>
 
index 322bd21..c871493 100644 (file)
@@ -117,10 +117,10 @@ _gst_buffer_copy (GstBuffer * buffer)
   GST_MINI_OBJECT (copy)->flags |= GST_MINI_OBJECT (buffer)->flags & mask;
 
   /* we simply copy everything from our parent */
-  if (buffer->malloc_data) {
-    copy->malloc_data = g_memdup (buffer->data, buffer->size);
-    copy->data = copy->malloc_data;
-  }
+  copy->data = g_memdup (buffer->data, buffer->size);
+  /* make sure it gets freed (even if the parent is subclassed, we return a
+     normal buffer */
+  copy->malloc_data = copy->data;
 
   copy->size = buffer->size;
 
index 3b02d42..06bff4e 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-03-24 11:28+0200\n"
 "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
 "Language-Team: Afrikaans <i18n@af.org.za>\n"
@@ -730,142 +730,142 @@ msgstr "FOUT: onverstaanbare bevellynparameter %d: %s.\n"
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "WAARSKUWING: element genaamd '%s' nie gevind nie.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "FOUT: vanaf element %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "ETIKET GEVIND  : gevind by element \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Wys etikette (ook bekend as metadata)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Wys statusinligting en kennisgewings van eienskappe"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Moenie statusinligting van TIPE wys nie"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TIPE1, TIPE2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Stoor xml-voorstelling van pyplyn na LÊER en stop"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "LÊER"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Moenie 'n fouthanteerder installeer nie"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Druk \"alloc trace\" (indien aangeskakel tydens kompilering)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Aantal kere wat pyplyn herhaal moet word"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "FOUT: pyplyn kon nie opgestel word nie: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "FOUT: pyplyn kon nie opgestel word nie.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "WAARSKUWING: foutiewe pyplyn: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Probeer om weg te hardloop.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "FOUT: die pyplynelement kon nie gevind word nie.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "LOOP pyplyn ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "FOUT: pyplyn wil nie speel nie.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "LOOP pyplyn ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "LOOP pyplyn ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "LOOP pyplyn ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "FOUT: pyplyn wil nie speel nie.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "LOOP pyplyn ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "FOUT: pyplyn wil nie speel nie.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Uitvoering het geëindig na %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "LOOP pyplyn ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "LOOP pyplyn ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "LOOP pyplyn ...\n"
index b2dd6a9..473c327 100644 (file)
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-03-19 18:40+0200\n"
 "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -708,141 +708,141 @@ msgstr ""
 msgid "WARNING: element named '%s' not found.\n"
 msgstr ""
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr ""
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr ""
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr ""
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr ""
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr ""
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr ""
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr ""
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "FAYL"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr ""
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr ""
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr ""
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr ""
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr ""
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr ""
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr ""
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr ""
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr ""
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr ""
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr ""
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr ""
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid " ns.\n"
 msgstr ""
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, c-format
 msgid "READY pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, c-format
 msgid "NULL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, c-format
 msgid "FREEING pipeline ...\n"
 msgstr ""
index f6de665..e323763 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.7pre2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-12-22 17:44+0100\n"
 "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
@@ -749,142 +749,142 @@ msgstr ""
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "AVÍS: no s'ha trobat l'element anomenat «%s».\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "ERROR: des de l'element %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "MARCADOR TROBAT: trobat per l'element «%s».\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Mostra els marcadors (també coneguts com metadades)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Mostra la informació d'estat i notificacions de propietats"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "No mostres informació d'estat de TIPUS"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TIPUS1,TIPUS2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Desa la representació xml del conducte a FITXER i surt"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "FITXER"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "No instal·les un gestor de fallades"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Imprimeix una traça d'alloc (si s'ha habilitat al compilar)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Nombre de vegades a iterar el conducte"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "ERROR: no s'ha pogut construir el conducte: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "ERROR: no s'ha pogut construir el conducte.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "AVÍS: el conducte és erroni: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         S'està intentant executar tot i així.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "ERROR: l'element «conducte» no s'ha trobat.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "S'ESTÀ EXECUTANT el conducte ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "ERROR: el conducte no vol reproduir-se.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "S'ESTÀ EXECUTANT el conducte ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "S'ESTÀ EXECUTANT el conducte ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "S'ESTÀ EXECUTANT el conducte ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "ERROR: el conducte no vol reproduir-se.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "S'ESTÀ EXECUTANT el conducte ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "ERROR: el conducte no vol reproduir-se.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "L'execució ha finalitzat després de %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "S'ESTÀ EXECUTANT el conducte ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "S'ESTÀ EXECUTANT el conducte ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "S'ESTÀ EXECUTANT el conducte ...\n"
index cf0ce19..2291d41 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.7pre2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-12-27 17:23+0100\n"
 "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -726,144 +726,144 @@ msgstr "CHYBA: nemohu zpracovat argument %d na příkazovém řádku: %s.\n"
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "VAROVÁNÍ: element nazvaný '%s' nenalezen.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "CHYBA: od eleemntu %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "NALEZEN TAG    : nalezen elementem \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Vypsat tagy (také známé jako metadata)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Vypsat informace o stavu a upozornění na vlastnosti"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Nevypisovat informace o stavu s TYPEM"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TYP1,TYP2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Uložit reprezentaci roury v xml do SOUBORu a skončit"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "SOUBOR"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Neinstalovat obsluhu výjimek"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Vypisovat stopu alokace (je-li povoleno při kompilaci)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Kolikrát iterovat rouru"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "CHYBA: nelze vytvořit rouru: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "CHYBA: nelze vytvořit rouru.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "VAROVÁNÍ: chybná roura: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Přesto se ji pokouším spustit.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "CHYBA: element 'pipeline' nebyl nalezen.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "SPOUŠTÍM rouru ...\n"
 
 # On strike?
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "chyba: roura nechce hrát.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "SPOUŠTÍM rouru ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "SPOUŠTÍM rouru ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "SPOUŠTÍM rouru ...\n"
 
 # On strike?
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "chyba: roura nechce hrát.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "SPOUŠTÍM rouru ...\n"
 
 # On strike?
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "chyba: roura nechce hrát.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr ""
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid " ns.\n"
 msgstr ""
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "SPOUŠTÍM rouru ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "SPOUŠTÍM rouru ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "SPOUŠTÍM rouru ...\n"
index e62acd0..77cfb16 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-06-05 09:32+0100\n"
 "Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
 "Language-Team: German <de@li.org>\n"
@@ -757,143 +757,143 @@ msgstr "FEHLER: Konnte das Kommandozeilenargument %d nicht parsen: %s.\n"
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "WARNUNG: Element namens »%s« nicht gefunden.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "FEHLER: Von Element %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "KENNZEICHEN GEFUNDEN: Von Element »%s« gefunden.\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Kennzeichen (auch bekannt als Metadaten) ausgeben"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Zustandsinformation und Eigenschaftsmitteilungen ausgeben"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Zustandsinformation der Art ART nicht ausgeben"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "ART1,ART2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "XML-Repräsentation der Pipeline in DATEI speichern und beenden"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "DATEI"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Keine Routine zum Abfangen von Fehlern installieren"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr ""
 "Speicherzuordnungsverfolgung ausgeben (falls zur Compilierzeit aktiviert)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Anzahl, wie oft die Leitung durchlaufen wird"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "FEHLER: Leitung konnte nicht konstruiert werden: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "FEHLER: Leitung konnte nicht konstruiert werden.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "WARNUNG: Fehlerhafte Leitung: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Versuche trotzdem zu laufen.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "FEHLER: Das »pipeline«-Element wurde nicht gefunden.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "FÜHRE Leitung AUS ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "FEHLER: Leitung möchte nicht abgespielt werden.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "FÜHRE Leitung AUS ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "FÜHRE Leitung AUS ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "FÜHRE Leitung AUS ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "FEHLER: Leitung möchte nicht abgespielt werden.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "FÜHRE Leitung AUS ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "FEHLER: Leitung möchte nicht abgespielt werden.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Ausführung nach %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " Nanosekunden.\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "FÜHRE Leitung AUS ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "FÜHRE Leitung AUS ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "FÜHRE Leitung AUS ...\n"
index b1f02ca..5edbef4 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-04-26 10:36-0400\n"
 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
 "Language-Team: English (British) <en_gb@li.org>\n"
@@ -719,142 +719,142 @@ msgstr "ERROR: could not parse command line argument %d: %s.\n"
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "WARNING: element named '%s' not found.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "ERROR: from element %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "FOUND TAG      : found by element \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Output tags (also known as metadata)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Output status information and property notifications"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Do not output status information of TYPE"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TYPE1,TYPE2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Save xml representation of pipeline to FILE and exit"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "FILE"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Do not install a fault handler"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Print alloc trace (if enabled at compile time)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Number of times to iterate pipeline"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "ERROR: pipeline could not be constructed: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "ERROR: pipeline could not be constructed.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "WARNING: erroneous pipeline: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Trying to run anyway.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "ERROR: the 'pipeline' element wasn't found.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "RUNNING pipeline ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "ERROR: pipeline doesn't want to play.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "RUNNING pipeline ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "RUNNING pipeline ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "RUNNING pipeline ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "ERROR: pipeline doesn't want to play.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "RUNNING pipeline ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "ERROR: pipeline doesn't want to play.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Execution ended after %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "RUNNING pipeline ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "RUNNING pipeline ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "RUNNING pipeline ...\n"
index 9eac329..871e6a1 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GStreamer\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-01-13 16:52+0100\n"
 "Last-Translator: Julien Moutte <julien@moutte.net>\n"
 "Language-Team: French <fr@li.org>\n"
@@ -758,145 +758,145 @@ msgstr ""
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "AVERTISSEMENT: l'element nommé '%s' est introuvable.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr ""
 "ERREUR: impossible d'interpreter l'argument de la ligne de commande numero %"
 "d: %s.\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "TAG DECOUVERT   : decouvert par l'element \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "tags de sortie (aussi connus sous le nom de metadata)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr ""
 "Afficher des informations sur le status et les notifications de proprietés"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Ne pas afficher d'informations sur les status de TYPE"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TYPE1,TYPE2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Sauvegarder la representation xml du tube dans FICHIER et quitter"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "FICHIER"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Ne pas installer un gestionaire de dysfonctionement"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Imprimer les traces d'allocations (si activées lors de la compilation)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Nombres d'iterations du tube a accomplir"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "ERREUR: le tube n'a pas pu etre construit: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "ERREUR: le tube n'a pas pu etre construit.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "AVERTISSEMENT: tube erroné: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Tentative d'execution malgrè tout.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "ERREUR: l'element 'tube' est introuvable.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "EXECUTION du tube en cours ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "ERREUR: le tube refuse de s'executer.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "EXECUTION du tube en cours ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "EXECUTION du tube en cours ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "EXECUTION du tube en cours ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "ERREUR: le tube refuse de s'executer.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "EXECUTION du tube en cours ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "ERREUR: le tube refuse de s'executer.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "L'execution s'est terminé après %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr "ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "EXECUTION du tube en cours ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "EXECUTION du tube en cours ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "EXECUTION du tube en cours ...\n"
index 7e145e9..e0c774a 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -108,7 +108,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.7pre2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-12-21 08:23+0100\n"
 "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -837,142 +837,142 @@ msgstr ""
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "AVVISO: elemento di nome «%s» non trovato.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "ERRORE: dall'elemento %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "TAG TROVATO    : trovato dall'elemento «%s».\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Stampa i tag (anche noti come metadati)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Stampa informazioni di stato e notifiche delle proprietà"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Non fornisce informazioni di stato per TIPO"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TIPO1,TIPO2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Salva su FILE una rappresentazione xml della pipeline ed esce"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "FILE"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Non installa un gestore di fault"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Stampa traccia di alloc (se abilitato in compilazione)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Numero di iterazioni della pipeline"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "ERRORE: impossibile costruire la pipeline: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "ERRORE: impossibile costruire la pipeline.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "AVVISO: pipeline errata: %s.\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Tentata esecuzione in ogni caso.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "ERRORE: l'elemento «pipeline» non è stato trovato.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "ESECUZIONE della pipeline...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "ERRORE: la pipeline non vuole riprodurre.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "ESECUZIONE della pipeline...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "ESECUZIONE della pipeline...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "ESECUZIONE della pipeline...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "ERRORE: la pipeline non vuole riprodurre.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "ESECUZIONE della pipeline...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "ERRORE: la pipeline non vuole riprodurre.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Esecuzione terminata dopo %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "ESECUZIONE della pipeline...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "ESECUZIONE della pipeline...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "ESECUZIONE della pipeline...\n"
index a65d8ef..3640518 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2005-02-17 12:00+0100\n"
 "Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@@ -709,141 +709,141 @@ msgstr ""
 msgid "WARNING: element named '%s' not found.\n"
 msgstr ""
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "FEIL: fra element %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr ""
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr ""
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr ""
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr ""
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TYPE1,TYPE2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr ""
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "FIL"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr ""
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr ""
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr ""
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr ""
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr ""
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr ""
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr ""
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr ""
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr ""
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr ""
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr ""
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr ""
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid " ns.\n"
 msgstr ""
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, c-format
 msgid "READY pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, c-format
 msgid "NULL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, c-format
 msgid "FREEING pipeline ...\n"
 msgstr ""
index d2df5c5..f7a33c7 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GStreamer\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-01-13 12:03+0100\n"
 "Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
 "Language-Team: Dutch <nl@li.org>\n"
@@ -730,142 +730,142 @@ msgstr "FOUT: versta argument %d op commandoregel niet: %s.\n"
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "WAARSCHUWING: element met naam '%s' niet gevonden.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "FOUT: van element %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "TAG GEVONDEN   : gevonden door element \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Druk tags (ofte metadata) af"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Druk statusinformatie en eigenschapsnotificatie af"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Druk statusinformatie van type TYPE niet af"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TYPE1,TYPE2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Bewaar xml-representatie van pijplijn in BESTAND en stop"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "BESTAND"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Installeer geen foutafhandelaar"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Druk allocatiespoor af indien aangezet tijdens compileren"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Aantal keren om de pijplijn te herhalen"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "FOUT: pijplijn kon niet gemaakt worden: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "FOUT: pijplijn kon niet gemaakt worden.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "WAARSCHUWING: foutieve pijplijn: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "              Probeer toch uit te voeren.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "FOUT: het 'pijplijn' element werd niet gevonden.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "BEZIG met pijplijn ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "FOUT: pijplijn wil niet spelen.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "BEZIG met pijplijn ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "BEZIG met pijplijn ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "BEZIG met pijplijn ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "FOUT: pijplijn wil niet spelen.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "BEZIG met pijplijn ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "FOUT: pijplijn wil niet spelen.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Uitvoering beëindigd na %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr "ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "BEZIG met pijplijn ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "BEZIG met pijplijn ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "BEZIG met pijplijn ...\n"
index b78932c..7e29034 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2005-02-12 23:37+0300\n"
 "Last-Translator: Peter Astakhov <astakhovp@mail.ru>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -715,141 +715,141 @@ msgstr "ОШИБКА: не могу разобрать аргумент кома
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "ПРЕДУПРЕЖДЕНИЕ: элемент '%s' не найден.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "ОШИБКА: из элемента %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr ""
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Выводить тэги (такжи называемые 'метаданные')"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr ""
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr ""
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "ТИП1, ТИП2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr ""
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "ФАЙЛ"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Не устанавливать ошибочный обработчик"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr ""
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr ""
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr ""
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr ""
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr ""
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Все равно пытаюсь запустить.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr ""
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr ""
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr ""
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr ""
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr ""
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid " ns.\n"
 msgstr ""
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, c-format
 msgid "READY pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, c-format
 msgid "NULL pipeline ...\n"
 msgstr ""
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, c-format
 msgid "FREEING pipeline ...\n"
 msgstr ""
index 7e850ae..9dd667a 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-08-07 23:46+0200\n"
 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 "Language-Team: Albanian <begraj@hotmail.com>\n"
@@ -726,142 +726,142 @@ msgstr ""
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "KUJDES: elementi me emrin '%s' nuk u gjet.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "GABIM: nga elementi %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "NDRYSHIM I GJETUR      : u gjet nga elementi \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Tags e output (njohur gjithashtu si metadata)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Njoftime të informacioneve dhe pronësisë së kondicionit të daljes"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Mos jep informacionin e gjendjes së LLOJIT"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "LLOJI1,LLOJI2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Ruaj prezantimin xml të pipeline tek FILE dhe dil"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "FILE"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Mos instalo një ushqyes të dëmtuar"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Printo shenjat e alloc (nëse aktivuar në kohën e kompilimit)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Numri i herëve të përsëritjes së kanalit"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "GABIM: i pamundur ndërtimi i pipeline: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "GABIM: i pamundur ndërtimi i pipeline.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "KUJDES: pipline e gabuar: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Duke u përpjekur të zbatohet sidoqoftë.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "GABIM: elementi 'konduktor' nuk u gjet.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "DUKE ZBATUAR pipeline ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "GABIM: pipeline nuk dëshiron të luajë.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "DUKE ZBATUAR pipeline ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "DUKE ZBATUAR pipeline ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "DUKE ZBATUAR pipeline ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "GABIM: pipeline nuk dëshiron të luajë.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "DUKE ZBATUAR pipeline ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "GABIM: pipeline nuk dëshiron të luajë.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Ekzekutimi përfundoi mbas %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "DUKE ZBATUAR pipeline ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "DUKE ZBATUAR pipeline ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "DUKE ZBATUAR pipeline ...\n"
index 960819c..5670037 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.7.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-03-13 01:47+0100\n"
 "Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
 "Language-Team: Serbian <gnu@prevod.org>\n"
@@ -735,142 +735,142 @@ msgstr "ГРЕШКА: не могу да рашчланим %d. аргумент
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "УПОЗОРЕЊЕ: елемент са именом „%s“ није нађен.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "ГРЕШКА: из елемента %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "НАЂОХ ОЗНАКУ   : нашао је елемент „%s“.\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Излазне ознаке (такође познато и као метаподаци)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Испиши податке о стању и обавештења о особинама"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Не исписуј податке о стању за ВРСТУ"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "ВРСТА1,ВРСТА2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Сачувај xml облик цевовода у ДАТОТЕКУ и заврши"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "ДАТОТЕКА"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Не постављај руковаоца грешкама"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Испиши траг доделе меморије (ако је укључено при превођењу)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Број покушаја пуштања цевовода"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "ГРЕШКА: не могу да саставим цевовод: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "ГРЕШКА: не могу да саставим цевовод.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "УПОЗОРЕЊЕ: неисправан цевовод: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Ипак покушавам да покренем.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "ГРЕШКА: елемент „pipeline“ није нађен.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "Покрећем цевовод...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "ГРЕШКА: цевовод не жели да пусти.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "Покрећем цевовод...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "Покрећем цевовод...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "Покрећем цевовод...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "ГРЕШКА: цевовод не жели да пусти.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "Покрећем цевовод...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "ГРЕШКА: цевовод не жели да пусти.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Извршавање завршено након %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "Покрећем цевовод...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "Покрећем цевовод...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "Покрећем цевовод...\n"
index 1efbb60..9fe313d 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.7pre2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-12-21 14:49+0100\n"
 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -733,146 +733,146 @@ msgstr "FEL: kunde inte tolka kommandoradsargumentet %d: %s.\n"
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "VARNING: elementet med namnet \"%s\" hittades inte.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "FEL: från element %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "HITTADE TAGG   : hittat av elementet \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Utmatningstaggar (även känt som metadata)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Skriv ut statusinformation och egenskapsnotifieringar"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Skriv inte ut statusinformation av TYP"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TYP1,TYP2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Spara xml-representation av rörledningen i FIL och avsluta"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "FIL"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Installera inte en felhanterare"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Skriv ut alloc-spår (om aktiverat vid kompileringen)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Antalet gånger som rörledningen ska itereras"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "FEL: rörledningen kunde inte konstrueras: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "FEL: rörledningen kunde inte konstrueras.\n"
 
 # Felrapporterat i http://bugzilla.gnome.org/show_bug.cgi?id=137431
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "VARNING: felaktig rörledning: %s\n"
 
 # Felrapporterat i http://bugzilla.gnome.org/show_bug.cgi?id=137431
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Försöker köra ändå.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "FEL: \"pipeline\"-elementet hittades inte.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "KÖR rörledning...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "FEL: rörledningen vill inte spela.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "KÖR rörledning...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "KÖR rörledning...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "KÖR rörledning...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "FEL: rörledningen vill inte spela.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "KÖR rörledning...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "FEL: rörledningen vill inte spela.\n"
 
 # Felrapporterat i http://bugzilla.gnome.org/show_bug.cgi?id=137431
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Körning avslutades efter %"
 
 # Felrapporterat i http://bugzilla.gnome.org/show_bug.cgi?id=137431
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " ns).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "KÖR rörledning...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "KÖR rörledning...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "KÖR rörledning...\n"
index da19bac..f63fe77 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-04-03 03:14+0300\n"
 "Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -727,142 +727,142 @@ msgstr "HATA: komut satırı argümanı %d ayrıştırılamadı: %s.\n"
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "UYARI: '%s' isimli öğe bulunamadı.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "HATA: %s öğesinden: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "ETİKET BULUNDU      : \"%s\" öğesi tarafından bulundu.\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Çıktı etiketleri (metadata olarak da bilinir)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Çıktı durum bilgisi ve özellik uyarıları"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "TÜRÜN durum bilgisini gösterme"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "TÜR1,TÜR2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Boruhattının xml belirtimini DOSYA'ya kaydet ve çık"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "DOSYA"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Hatalı işleticiyi kurma"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "'alloc' takibini yazdır (derleme sırasında etkinleştirilmişse)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Boruhattının kaç defa tekrarlanacağı"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "HATA: boruhattı oluşturulamadı: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "HATA: boruhattı oluşturulamadı.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "UYARI: hatalı boruhattı: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Gene de çalıştırma deneniyor.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "HATA: 'pipeline' öğesi bulunamadı.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "BORUHATTI çalıştırılıyor ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "HATA: boruhattı çalmak istemiyor.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "BORUHATTI çalıştırılıyor ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "BORUHATTI çalıştırılıyor ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "BORUHATTI çalıştırılıyor ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "HATA: boruhattı çalmak istemiyor.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "BORUHATTI çalıştırılıyor ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "HATA: boruhattı çalmak istemiyor.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Çalıştırma % sonrası bitti"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " ns) \n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "BORUHATTI çalıştırılıyor ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "BORUHATTI çalıştırılıyor ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "BORUHATTI çalıştırılıyor ...\n"
index 75f2b3c..bd550ff 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2004-08-03 10:53+0200\n"
 "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -736,142 +736,142 @@ msgstr ""
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "ПОПЕРЕДЖЕННЯ: елемент з назвою \"%s\" не існує.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "ПОМИЛКА: у елементі %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "ЗНАЙДЕНО ТЕГ  : знайдено у елементі \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Вивести теги (також відомі як метадані)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Вивести інформацію про статус та сповіщення властивостей"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Не виводити інформацію про статус типу ТИП"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "ТИП1,ТИП2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Зберегти xml представлення каналу у файл ФАЙЛ та завершитись"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "ФАЙЛ"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Не встановлювати обробник збоїв"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Вивести трасу розподілу (якщо ввімкнено при компіляції)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Кількість ітерацій каналу"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "ПОМИЛКА: канал не може бути сконструйований: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "ПОМИЛКА: канал не може бути сконструйований.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "ПОПЕРЕДЖЕННЯ: помилковий канал: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Спроба запуститись у будь-якому разі.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "ПОМИЛКА: не знайдений елемент \"pipeline\".\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "ЗАПУСКАЄТЬСЯ канал ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "ПОМИЛКА: канал не може почати відтворення.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "ЗАПУСКАЄТЬСЯ канал ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "ЗАПУСКАЄТЬСЯ канал ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "ЗАПУСКАЄТЬСЯ канал ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "ПОМИЛКА: канал не може почати відтворення.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "ЗАПУСКАЄТЬСЯ канал ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "ПОМИЛКА: канал не може почати відтворення.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr "Виконання закінчено після %"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 #, fuzzy
 msgid " ns.\n"
 msgstr " нс).\n"
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "ЗАПУСКАЄТЬСЯ канал ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "ЗАПУСКАЄТЬСЯ канал ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "ЗАПУСКАЄТЬСЯ канал ...\n"
index 79cefb9..c373f12 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-07-07 12:59+0200\n"
+"POT-Creation-Date: 2005-07-12 10:48+0200\n"
 "PO-Revision-Date: 2005-02-05 16:35+1030\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
@@ -736,141 +736,141 @@ msgstr "LỖI: không phân tách được đối số đường lệnh %d: %s.\
 msgid "WARNING: element named '%s' not found.\n"
 msgstr "CẢNH BÁO: chưa tìm được yếu tố có tên '%s'.\n"
 
-#: tools/gst-launch.c:377
+#: tools/gst-launch.c:380
 #, fuzzy, c-format
 msgid "GOT EOS from element \"%s\".\n"
 msgstr "LỖI: từ yếu tố %s: %s\n"
 
-#: tools/gst-launch.c:386
+#: tools/gst-launch.c:390
 #, c-format
 msgid "FOUND TAG      : found by element \"%s\".\n"
 msgstr "THẺ ĐàTÌM      : được tìm do yếu tố \"%s\".\n"
 
-#: tools/gst-launch.c:431
+#: tools/gst-launch.c:436
 #, c-format
 msgid "Element \"%s\" has gone from PLAYING to PAUSED, quitting.\n"
 msgstr ""
 
-#: tools/gst-launch.c:461
+#: tools/gst-launch.c:467
 msgid "Output tags (also known as metadata)"
 msgstr "Thể xuất (cũng được biết là metadata, dữ liệu về dữ liệu)"
 
-#: tools/gst-launch.c:463
+#: tools/gst-launch.c:469
 msgid "Output status information and property notifications"
 msgstr "Xuất thông tin trạng thái và thông báo đặc tính"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "Do not output status information of TYPE"
 msgstr "Không xuất thông tin trạng thái LOẠI"
 
-#: tools/gst-launch.c:465
+#: tools/gst-launch.c:471
 msgid "TYPE1,TYPE2,..."
 msgstr "LOẠI1,LOẠI2,..."
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "Save xml representation of pipeline to FILE and exit"
 msgstr "Lưu đường ống dạng xml vào TẬP_TIN rồi thoát"
 
-#: tools/gst-launch.c:468
+#: tools/gst-launch.c:474
 msgid "FILE"
 msgstr "TẬP_TIN"
 
-#: tools/gst-launch.c:471
+#: tools/gst-launch.c:477
 msgid "Do not install a fault handler"
 msgstr "Không cài trình quản lý lỗi"
 
-#: tools/gst-launch.c:473
+#: tools/gst-launch.c:479
 msgid "Print alloc trace (if enabled at compile time)"
 msgstr "Hiển thị việc chỉ theo cấp phát (nếu được hiệu lực khi biên dich)"
 
-#: tools/gst-launch.c:475
+#: tools/gst-launch.c:481
 msgid "Number of times to iterate pipeline"
 msgstr "Số lần sử dụng đường ống"
 
-#: tools/gst-launch.c:545
+#: tools/gst-launch.c:551
 #, c-format
 msgid "ERROR: pipeline could not be constructed: %s.\n"
 msgstr "LỖI: không cấu tạo đường ống được: %s.\n"
 
-#: tools/gst-launch.c:549
+#: tools/gst-launch.c:555
 #, c-format
 msgid "ERROR: pipeline could not be constructed.\n"
 msgstr "LỖI: không cấu tạo đường ống được.\n"
 
-#: tools/gst-launch.c:553
+#: tools/gst-launch.c:559
 #, c-format
 msgid "WARNING: erroneous pipeline: %s\n"
 msgstr "CẢNH BÁO: đường ống có lỗi: %s\n"
 
-#: tools/gst-launch.c:554
+#: tools/gst-launch.c:560
 #, c-format
 msgid "         Trying to run anyway.\n"
 msgstr "         Dù sao đang thử chạy.\n"
 
-#: tools/gst-launch.c:578
+#: tools/gst-launch.c:584
 #, c-format
 msgid "ERROR: the 'pipeline' element wasn't found.\n"
 msgstr "LỖI: chưa tìm được yếu tố 'đường ống'.\n"
 
-#: tools/gst-launch.c:585 tools/gst-launch.c:629
+#: tools/gst-launch.c:591 tools/gst-launch.c:635
 #, fuzzy, c-format
 msgid "PAUSE pipeline ...\n"
 msgstr "ĐANG CHẠY đường ống ...\n"
 
-#: tools/gst-launch.c:590
+#: tools/gst-launch.c:596
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to pause.\n"
 msgstr "LỖI: đường ống không phát được.\n"
 
-#: tools/gst-launch.c:594
+#: tools/gst-launch.c:600
 #, fuzzy, c-format
 msgid "NO_PREROLL pipeline ...\n"
 msgstr "ĐANG CHẠY đường ống ...\n"
 
-#: tools/gst-launch.c:597
+#: tools/gst-launch.c:603
 #, fuzzy, c-format
 msgid "PREROLL pipeline ...\n"
 msgstr "ĐANG CHẠY đường ống ...\n"
 
-#: tools/gst-launch.c:601
+#: tools/gst-launch.c:607
 #, fuzzy, c-format
 msgid "PREROLLED pipeline ...\n"
 msgstr "ĐANG CHẠY đường ống ...\n"
 
-#: tools/gst-launch.c:608
+#: tools/gst-launch.c:614
 #, fuzzy, c-format
 msgid "ERROR: pipeline doesn't want to preroll.\n"
 msgstr "LỖI: đường ống không phát được.\n"
 
-#: tools/gst-launch.c:613
+#: tools/gst-launch.c:619
 #, c-format
 msgid "RUNNING pipeline ...\n"
 msgstr "ĐANG CHẠY đường ống ...\n"
 
-#: tools/gst-launch.c:616
+#: tools/gst-launch.c:622
 #, c-format
 msgid "ERROR: pipeline doesn't want to play.\n"
 msgstr "LỖI: đường ống không phát được.\n"
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid "Execution ended after %"
 msgstr ""
 
-#: tools/gst-launch.c:627
+#: tools/gst-launch.c:633
 msgid " ns.\n"
 msgstr ""
 
-#: tools/gst-launch.c:632
+#: tools/gst-launch.c:638
 #, fuzzy, c-format
 msgid "READY pipeline ...\n"
 msgstr "ĐANG CHẠY đường ống ...\n"
 
-#: tools/gst-launch.c:635
+#: tools/gst-launch.c:641
 #, fuzzy, c-format
 msgid "NULL pipeline ...\n"
 msgstr "ĐANG CHẠY đường ống ...\n"
 
-#: tools/gst-launch.c:642
+#: tools/gst-launch.c:648
 #, fuzzy, c-format
 msgid "FREEING pipeline ...\n"
 msgstr "ĐANG CHẠY đường ống ...\n"