Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
luzpaz
gstreamer
Commits
24bb4140
Commit
24bb4140
authored
Apr 19, 2011
by
Wim Taymans
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 0.11
Conflicts: configure.ac
parents
355dbdfa
38dcd41b
Changes
50
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
798 additions
and
190 deletions
+798
-190
docs/plugins/gstreamer-plugins.args
docs/plugins/gstreamer-plugins.args
+1
-1
docs/plugins/inspect/plugin-coreelements.xml
docs/plugins/inspect/plugin-coreelements.xml
+3
-3
docs/plugins/inspect/plugin-coreindexers.xml
docs/plugins/inspect/plugin-coreindexers.xml
+2
-2
gst/gstindex.c
gst/gstindex.c
+6
-0
gst/gstquery.c
gst/gstquery.c
+2
-1
gst/gstquery.h
gst/gstquery.h
+1
-1
libs/gst/base/gstbaseparse.c
libs/gst/base/gstbaseparse.c
+22
-13
libs/gst/base/gstbasetransform.c
libs/gst/base/gstbasetransform.c
+1
-1
po/af.po
po/af.po
+14
-1
po/az.po
po/az.po
+13
-1
po/be.po
po/be.po
+13
-1
po/bg.po
po/bg.po
+14
-1
po/ca.po
po/ca.po
+14
-1
po/cs.po
po/cs.po
+14
-1
po/da.po
po/da.po
+14
-1
po/de.po
po/de.po
+14
-1
po/el.po
po/el.po
+14
-1
po/en_GB.po
po/en_GB.po
+14
-1
po/es.po
po/es.po
+14
-1
po/eu.po
po/eu.po
+14
-1
po/fi.po
po/fi.po
+14
-1
po/fr.po
po/fr.po
+14
-1
po/gl.po
po/gl.po
+180
-125
po/hu.po
po/hu.po
+14
-1
po/id.po
po/id.po
+14
-1
po/it.po
po/it.po
+14
-1
po/ja.po
po/ja.po
+14
-1
po/lt.po
po/lt.po
+14
-1
po/nb.po
po/nb.po
+14
-1
po/nl.po
po/nl.po
+14
-1
po/pl.po
po/pl.po
+14
-1
po/pt_BR.po
po/pt_BR.po
+14
-1
po/ro.po
po/ro.po
+14
-1
po/ru.po
po/ru.po
+14
-1
po/rw.po
po/rw.po
+13
-1
po/sk.po
po/sk.po
+14
-1
po/sl.po
po/sl.po
+14
-1
po/sq.po
po/sq.po
+14
-1
po/sr.po
po/sr.po
+14
-1
po/sv.po
po/sv.po
+14
-1
po/tr.po
po/tr.po
+14
-1
po/uk.po
po/uk.po
+14
-1
po/vi.po
po/vi.po
+14
-1
po/zh_CN.po
po/zh_CN.po
+14
-1
po/zh_TW.po
po/zh_TW.po
+14
-1
tools/gst-launch.c
tools/gst-launch.c
+1
-1
win32/common/config.h
win32/common/config.h
+5
-5
win32/common/gstenumtypes.c
win32/common/gstenumtypes.c
+66
-0
win32/common/gstenumtypes.h
win32/common/gstenumtypes.h
+6
-0
win32/common/gstversion.h
win32/common/gstversion.h
+1
-1
No files found.
docs/plugins/gstreamer-plugins.args
View file @
24bb4140
...
...
@@ -994,7 +994,7 @@
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Max. ring buffer size (bytes)</NICK>
<BLURB>Max. amount of data in the ring buffer (bytes, 0 = disabled.</BLURB>
<BLURB>Max. amount of data in the ring buffer (bytes, 0 = disabled
)
.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
...
...
docs/plugins/inspect/plugin-coreelements.xml
View file @
24bb4140
...
...
@@ -3,10 +3,10 @@
<description>
standard GStreamer elements
</description>
<filename>
../../plugins/elements/.libs/libgstcoreelements.so
</filename>
<basename>
libgstcoreelements.so
</basename>
<version>
0.10.32.
1
</version>
<version>
0.10.32.
2
</version>
<license>
LGPL
</license>
<source>
gstreamer
</source>
<package>
GStreamer
git
</package>
<package>
GStreamer
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -122,7 +122,7 @@
</element>
<element>
<name>
funnel
</name>
<longname>
Farsight
Funnel pipe fitting
</longname>
<longname>
Funnel pipe fitting
</longname>
<class>
Generic
</class>
<description>
N-to-1 pipe fitting
</description>
<author>
Olivier Crete
<
olivier.crete@collabora.co.uk
>
</author>
...
...
docs/plugins/inspect/plugin-coreindexers.xml
View file @
24bb4140
...
...
@@ -3,10 +3,10 @@
<description>
GStreamer core indexers
</description>
<filename>
../../plugins/indexers/.libs/libgstcoreindexers.so
</filename>
<basename>
libgstcoreindexers.so
</basename>
<version>
0.10.32.
1
</version>
<version>
0.10.32.
2
</version>
<license>
LGPL
</license>
<source>
gstreamer
</source>
<package>
GStreamer
git
</package>
<package>
GStreamer
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
</elements>
...
...
gst/gstindex.c
View file @
24bb4140
...
...
@@ -695,6 +695,12 @@ gst_index_gtype_resolver (GstIndex * index, GstObject * writer,
* to a string. That string will be used to register or look up an id
* in the index.
*
* <note>
* The caller must not hold @writer's #GST_OBJECT_LOCK, as the default
* resolver may call functions that take the object lock as well, and
* the lock is not recursive.
* </note>
*
* Returns: TRUE if the writer would be mapped to an id.
*/
gboolean
...
...
gst/gstquery.c
View file @
24bb4140
...
...
@@ -985,7 +985,8 @@ gst_query_set_formats (GstQuery * query, gint n_formats, ...)
* Since: 0.10.4
*/
void
gst_query_set_formatsv
(
GstQuery
*
query
,
gint
n_formats
,
GstFormat
*
formats
)
gst_query_set_formatsv
(
GstQuery
*
query
,
gint
n_formats
,
const
GstFormat
*
formats
)
{
GValue
list
=
{
0
,
};
gint
i
;
...
...
gst/gstquery.h
View file @
24bb4140
...
...
@@ -289,7 +289,7 @@ void gst_query_parse_seeking (GstQuery *query, GstFormat *for
/* formats query */
GstQuery
*
gst_query_new_formats
(
void
);
void
gst_query_set_formats
(
GstQuery
*
query
,
gint
n_formats
,
...);
void
gst_query_set_formatsv
(
GstQuery
*
query
,
gint
n_formats
,
GstFormat
*
formats
);
void
gst_query_set_formatsv
(
GstQuery
*
query
,
gint
n_formats
,
const
GstFormat
*
formats
);
void
gst_query_parse_formats_length
(
GstQuery
*
query
,
guint
*
n_formats
);
void
gst_query_parse_formats_nth
(
GstQuery
*
query
,
guint
nth
,
GstFormat
*
format
);
...
...
libs/gst/base/gstbaseparse.c
View file @
24bb4140
...
...
@@ -208,7 +208,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_base_parse_debug);
#define GST_CAT_DEFAULT gst_base_parse_debug
/* Supported formats */
static
GstFormat
fmtlist
[]
=
{
static
const
GstFormat
fmtlist
[]
=
{
GST_FORMAT_DEFAULT
,
GST_FORMAT_BYTES
,
GST_FORMAT_TIME
,
...
...
@@ -276,6 +276,8 @@ struct _GstBaseParsePrivate
GstIndex
*
index
;
gint
index_id
;
gboolean
own_index
;
GStaticMutex
index_lock
;
/* seek table entries only maintained if upstream is BYTE seekable */
gboolean
upstream_seekable
;
gboolean
upstream_has_duration
;
...
...
@@ -450,6 +452,8 @@ gst_base_parse_finalize (GObject * object)
parse
->
priv
->
index
=
NULL
;
}
g_static_mutex_free
(
&
parse
->
priv
->
index_lock
);
gst_base_parse_clear_queues
(
parse
);
G_OBJECT_CLASS
(
parent_class
)
->
finalize
(
object
);
...
...
@@ -531,6 +535,8 @@ gst_base_parse_init (GstBaseParse * parse, GstBaseParseClass * bclass)
parse
->
priv
->
pad_mode
=
GST_ACTIVATE_NONE
;
g_static_mutex_init
(
&
parse
->
priv
->
index_lock
);
/* init state */
gst_base_parse_reset
(
parse
);
GST_DEBUG_OBJECT
(
parse
,
"init ok"
);
...
...
@@ -1416,11 +1422,11 @@ gst_base_parse_add_index_entry (GstBaseParse * parse, guint64 offset,
associations
[
1
].
value
=
offset
;
/* index might change on-the-fly, although that would be nutty app ... */
GST_OBJECT_LOCK
(
parse
);
g_static_mutex_lock
(
&
parse
->
priv
->
index_lock
);
gst_index_add_associationv
(
parse
->
priv
->
index
,
parse
->
priv
->
index_id
,
(
key
)
?
GST_ASSOCIATION_FLAG_KEY_UNIT
:
GST_ASSOCIATION_FLAG_DELTA_UNIT
,
2
,
(
const
GstIndexAssociation
*
)
&
associations
);
GST_OBJECT_UNLOCK
(
parse
);
g_static_mutex_unlock
(
&
parse
->
priv
->
index_lock
);
if
(
key
)
{
parse
->
priv
->
index_last_offset
=
offset
;
...
...
@@ -2858,8 +2864,8 @@ exit:
*
* By default, announced average bitrate is estimated. The average bitrate
* is used to estimate the total duration of the stream and to estimate
* a seek position, if there's no index and
#GST_BASE_PARSE_FORMAT_FLAG_SYNCABLE
*
is set
.
* a seek position, if there's no index and
the format is syncable
*
(see gst_base_parse_set_syncable())
.
*
* Since: 0.10.33
*/
...
...
@@ -3389,7 +3395,7 @@ gst_base_parse_find_offset (GstBaseParse * parse, GstClockTime time,
goto
exit
;
}
GST_OBJECT_LOCK
(
parse
);
g_static_mutex_lock
(
&
parse
->
priv
->
index_lock
);
if
(
parse
->
priv
->
index
)
{
/* Let's check if we have an index entry for that time */
entry
=
gst_index_get_assoc_entry
(
parse
->
priv
->
index
,
...
...
@@ -3413,7 +3419,7 @@ gst_base_parse_find_offset (GstBaseParse * parse, GstClockTime time,
ts
=
GST_CLOCK_TIME_NONE
;
}
}
GST_OBJECT_UNLOCK
(
parse
);
g_static_mutex_unlock
(
&
parse
->
priv
->
index_lock
);
exit:
if
(
_ts
)
...
...
@@ -3741,17 +3747,18 @@ gst_base_parse_set_index (GstElement * element, GstIndex * index)
{
GstBaseParse
*
parse
=
GST_BASE_PARSE
(
element
);
GST_OBJECT_LOCK
(
parse
);
g_static_mutex_lock
(
&
parse
->
priv
->
index_lock
);
if
(
parse
->
priv
->
index
)
gst_object_unref
(
parse
->
priv
->
index
);
if
(
index
)
{
parse
->
priv
->
index
=
gst_object_ref
(
index
);
gst_index_get_writer_id
(
index
,
GST_OBJECT
(
element
),
gst_index_get_writer_id
(
index
,
GST_OBJECT
_CAST
(
element
),
&
parse
->
priv
->
index_id
);
parse
->
priv
->
own_index
=
FALSE
;
}
else
}
else
{
parse
->
priv
->
index
=
NULL
;
GST_OBJECT_UNLOCK
(
parse
);
}
g_static_mutex_unlock
(
&
parse
->
priv
->
index_lock
);
}
static
GstIndex
*
...
...
@@ -3760,10 +3767,10 @@ gst_base_parse_get_index (GstElement * element)
GstBaseParse
*
parse
=
GST_BASE_PARSE
(
element
);
GstIndex
*
result
=
NULL
;
GST_OBJECT_LOCK
(
parse
);
g_static_mutex_lock
(
&
parse
->
priv
->
index_lock
);
if
(
parse
->
priv
->
index
)
result
=
gst_object_ref
(
parse
->
priv
->
index
);
GST_OBJECT_UNLOCK
(
parse
);
g_static_mutex_unlock
(
&
parse
->
priv
->
index_lock
);
return
result
;
}
...
...
@@ -3780,6 +3787,7 @@ gst_base_parse_change_state (GstElement * element, GstStateChange transition)
case
GST_STATE_CHANGE_READY_TO_PAUSED
:
/* If this is our own index destroy it as the
* old entries might be wrong for the new stream */
g_static_mutex_lock
(
&
parse
->
priv
->
index_lock
);
if
(
parse
->
priv
->
own_index
)
{
gst_object_unref
(
parse
->
priv
->
index
);
parse
->
priv
->
index
=
NULL
;
...
...
@@ -3795,6 +3803,7 @@ gst_base_parse_change_state (GstElement * element, GstStateChange transition)
&
parse
->
priv
->
index_id
);
parse
->
priv
->
own_index
=
TRUE
;
}
g_static_mutex_unlock
(
&
parse
->
priv
->
index_lock
);
break
;
default:
break
;
...
...
libs/gst/base/gstbasetransform.c
View file @
24bb4140
...
...
@@ -1963,7 +1963,6 @@ gst_base_transform_buffer_alloc (GstPad * pad, guint64 offset, guint size,
sink_suggest
=
NULL
;
}
gst_object_unref
(
trans
);
if
(
sink_suggest
)
gst_caps_unref
(
sink_suggest
);
...
...
@@ -1974,6 +1973,7 @@ gst_base_transform_buffer_alloc (GstPad * pad, guint64 offset, guint size,
trans
->
priv
->
force_alloc
=
FALSE
;
}
gst_object_unref
(
trans
);
return
res
;
/* ERRORS */
...
...
po/af.po
View file @
24bb4140
...
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.9.7\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0
-0
9-23 20
:5
7
+0100\n"
"POT-Creation-Date: 201
1
-0
4-16 14
:5
3
+0100\n"
"PO-Revision-Date: 2005-12-05 11:45+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"
...
...
@@ -405,6 +405,13 @@ msgstr "kopiereg"
msgid "URI to the copyright notice of the data"
msgstr "kopieregnota van die data"
#, fuzzy
msgid "encoded by"
msgstr "enkodeerder"
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "kontak"
...
...
@@ -1048,6 +1055,9 @@ msgstr "FOUT: onverstaanbare bevellynparameter %d: %s.\n"
msgid "WARNING: element named '%s' not found.\n"
msgstr "WAARSKUWING: element genaamd '%s' nie gevind nie.\n"
msgid "Index statistics"
msgstr ""
#, fuzzy, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr "Boodskap vanaf element \"%s\" (%s):"
...
...
@@ -1156,6 +1166,9 @@ msgstr "Druk \"alloc trace\" (indien aangeskakel tydens kompilering)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr "FOUT: pyplyn kon nie opgestel word nie: %s.\n"
...
...
po/az.po
View file @
24bb4140
...
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer-0.8.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0
-0
9-23 20
:5
7
+0100\n"
"POT-Creation-Date: 201
1
-0
4-16 14
:5
3
+0100\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"
...
...
@@ -386,6 +386,12 @@ msgstr "müəllif hüququ"
msgid "URI to the copyright notice of the data"
msgstr "mə'lumatın müəllif hüququ qeydi"
msgid "encoded by"
msgstr ""
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "əlaqə"
...
...
@@ -999,6 +1005,9 @@ msgstr ""
msgid "WARNING: element named '%s' not found.\n"
msgstr ""
msgid "Index statistics"
msgstr ""
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr ""
...
...
@@ -1102,6 +1111,9 @@ msgstr ""
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr ""
...
...
po/be.po
View file @
24bb4140
...
...
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.9.7\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0
-0
9-23 20
:5
7
+0100\n"
"POT-Creation-Date: 201
1
-0
4-16 14
:5
3
+0100\n"
"PO-Revision-Date: 2006-01-18 22:26+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
...
...
@@ -393,6 +393,12 @@ msgstr ""
msgid "URI to the copyright notice of the data"
msgstr ""
msgid "encoded by"
msgstr ""
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr ""
...
...
@@ -1008,6 +1014,9 @@ msgstr ""
msgid "WARNING: element named '%s' not found.\n"
msgstr ""
msgid "Index statistics"
msgstr ""
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr ""
...
...
@@ -1111,6 +1120,9 @@ msgstr ""
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr ""
...
...
po/bg.po
View file @
24bb4140
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0-11-17 23
:5
4
+0
0
00\n"
"POT-Creation-Date: 201
1-04-16 14
:5
3
+0
1
00\n"
"PO-Revision-Date: 2010-11-04 14:22+0200\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
...
...
@@ -406,6 +406,13 @@ msgstr "адрес за авторски права"
msgid "URI to the copyright notice of the data"
msgstr "адрес на означението на авторските права на данните"
#, fuzzy
msgid "encoded by"
msgstr "кодер"
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "контакт"
...
...
@@ -1048,6 +1055,9 @@ msgstr ""
msgid "WARNING: element named '%s' not found.\n"
msgstr "ПРЕДУПРЕЖДЕНИЕ: елементът на име „%s“ не е открит.\n"
msgid "Index statistics"
msgstr ""
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr "Получено е съобщение #%u от елемент „%s“ (%s): "
...
...
@@ -1156,6 +1166,9 @@ msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
"Принудително извеждане на EOS за източниците преди спирането на конвейера"
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr "ГРЕШКА: конвейерът не може да бъде конструиран: %s.\n"
...
...
po/ca.po
View file @
24bb4140
...
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0-11-17 23
:5
4
+0
0
00\n"
"POT-Creation-Date: 201
1-04-16 14
:5
3
+0
1
00\n"
"PO-Revision-Date: 2010-11-04 19:41+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
...
...
@@ -408,6 +408,13 @@ msgstr "uri del copyright"
msgid "URI to the copyright notice of the data"
msgstr "URI a la nota del copyright de les dades"
#, fuzzy
msgid "encoded by"
msgstr "codificador"
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "contacte"
...
...
@@ -1049,6 +1056,9 @@ msgstr ""
msgid "WARNING: element named '%s' not found.\n"
msgstr "AVÍS: no s'ha trobat l'element anomenat «%s».\n"
msgid "Index statistics"
msgstr ""
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr "S'ha rebut el missatge #%u de l'element «%s» (%s): "
...
...
@@ -1158,6 +1168,9 @@ msgstr "Imprimeix una traça d'alloc (si s'ha habilitat al compilar)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Força el final del flux abans de tancar el conducte"
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr "ERROR: no s'ha pogut construir el conducte: %s.\n"
...
...
po/cs.po
View file @
24bb4140
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.20.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0
-0
9-23 20
:5
7
+0100\n"
"POT-Creation-Date: 201
1
-0
4-16 14
:5
3
+0100\n"
"PO-Revision-Date: 2008-10-12 12:12+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
...
...
@@ -401,6 +401,13 @@ msgstr "uri copyrightu"
msgid "URI to the copyright notice of the data"
msgstr "URI oznámení o copyrightu dat"
#, fuzzy
msgid "encoded by"
msgstr "kodér"
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "kontakt"
...
...
@@ -1058,6 +1065,9 @@ 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"
msgid "Index statistics"
msgstr ""
#, fuzzy, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr "Dostal jsem zprávu elementu \"%s\" (%s): "
...
...
@@ -1168,6 +1178,9 @@ msgstr "Vypisovat stopu alokace (je-li povoleno při kompilaci)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr "CHYBA: nelze vytvořit rouru: %s.\n"
...
...
po/da.po
View file @
24bb4140
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0-11-17 23
:5
4
+0
0
00\n"
"POT-Creation-Date: 201
1-04-16 14
:5
3
+0
1
00\n"
"PO-Revision-Date: 2010-11-06 22:52+0100\n"
"Last-Translator: Mogens Jaeger <mogensjaeger@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
...
...
@@ -407,6 +407,13 @@ msgstr "URI med ophavsret"
msgid "URI to the copyright notice of the data"
msgstr "URI til ophavsretsnotits for dataene"
#, fuzzy
msgid "encoded by"
msgstr "indkoder"
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "kontakt"
...
...
@@ -1047,6 +1054,9 @@ msgstr "FEJL: kunne ikke tolke kommandolinieargumenetet %d: %s.\n"
msgid "WARNING: element named '%s' not found.\n"
msgstr "ADVARSEL: elementet ved navn '%s' blev ikke fundet.\n"
msgid "Index statistics"
msgstr ""
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr "Modtog beskeden #%u fra elementet \"%s\" (%s): "
...
...
@@ -1153,6 +1163,9 @@ msgstr "Udskriv allokeringsspor (hvis tilladt på oversættelsestidspunktet)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Gennemtving medieslut på kilder før nedlukning af rørledning"
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr "FEJL: rørledningen kunne ikke dannes: %s.\n"
...
...
po/de.po
View file @
24bb4140
...
...
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0-10-29
14:
08
+0100\n"
"POT-Creation-Date: 201
1-04-16
14:
53
+0100\n"
"PO-Revision-Date: 2010-10-25 00:05+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
...
...
@@ -420,6 +420,13 @@ msgstr "Copyright-URI"
msgid "URI to the copyright notice of the data"
msgstr "URI zu der Copyrightangabe der Daten"
#, fuzzy
msgid "encoded by"
msgstr "Codierer"
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "Kontakt"
...
...
@@ -1068,6 +1075,9 @@ msgstr ""
msgid "WARNING: element named '%s' not found.\n"
msgstr "WARNUNG: Element namens »%s« nicht gefunden.\n"
msgid "Index statistics"
msgstr ""
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr "Nachricht #%u wurde von Element »%s« (%s) erhalten: "
...
...
@@ -1177,6 +1187,9 @@ msgstr ""
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "EOS auf Quelle vor dem Beenden der Leitung erzwingen"
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr "FEHLER: Leitung konnte nicht konstruiert werden: %s.\n"
...
...
po/el.po
View file @
24bb4140
...
...
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer-0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2011-0
1-06 17:41
+0
0
00\n"
"POT-Creation-Date: 2011-0
4-16 14:53
+0
1
00\n"
"PO-Revision-Date: 2010-11-29 11:14+0200\n"
"Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n"
...
...
@@ -413,6 +413,13 @@ msgstr "uri πνευματικών δικαιωμάτων"
msgid "URI to the copyright notice of the data"
msgstr "URI για το σημείωμα πνευματικών δικαιωμάτων των δεδομένων"
#, fuzzy
msgid "encoded by"
msgstr "κωδικοποιητής"
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "επικοινωνία"
...
...
@@ -1063,6 +1070,9 @@ msgstr "ERROR: αδυναμία ανάλυσης ορίσματος γραμμή
msgid "WARNING: element named '%s' not found.\n"
msgstr "WARNING: το στοιχείο με το όνομα '%s' δεν βρέθηκε.\n"
msgid "Index statistics"
msgstr ""
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr "Ελήφθη το μήνυμα #%u από το στοιχείο «%s» (%s): "
...
...
@@ -1170,6 +1180,9 @@ msgstr ""
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Εξαναγκασμός του EOS στις πηγές πριν το κλείσιμο της διασωλήνωσης"
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr "ERROR: αδυναμία κατασκευής διασωλήνωσης: %s.\n"
...
...
po/en_GB.po
View file @
24bb4140
...
...
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.8.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 201
0
-0
9-23 20
:5
7
+0100\n"
"POT-Creation-Date: 201
1
-0
4-16 14
:5
3
+0100\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"
...
...
@@ -413,6 +413,13 @@ msgstr "copyright"
msgid "URI to the copyright notice of the data"
msgstr "copyright notice of the data"
#, fuzzy
msgid "encoded by"
msgstr "encoder"
msgid "name of the encoding person or organization"
msgstr ""
msgid "contact"
msgstr "contact"
...
...
@@ -1055,6 +1062,9 @@ 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"
msgid "Index statistics"
msgstr ""
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
msgstr ""
...
...
@@ -1160,6 +1170,9 @@ msgstr "Print alloc trace (if enabled at compile time)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
msgid "Gather and print index statistics"
msgstr ""
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
msgstr "ERROR: pipeline could not be constructed: %s.\n"
...
...
po/es.po
View file @
24bb4140
...
...
@@ -7,7 +7,7 @@ msgid ""