From 013f1dcab24948eec5625712ae6616e694f15a5b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 11 Jan 2006 11:39:10 +0000 Subject: [PATCH] configure.ac: prereleasing Original commit message from CVS: * configure.ac: prereleasing * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: update translations --- ChangeLog | 116 ++++++++++++++++++++++++++++++--------------------- configure.ac | 8 ++-- po/af.po | 4 +- po/az.po | 4 +- po/cs.po | 4 +- po/en_GB.po | 4 +- po/hu.po | 4 +- po/it.po | 4 +- po/nb.po | 4 +- po/nl.po | 4 +- po/or.po | 6 +-- po/sq.po | 4 +- po/sr.po | 4 +- po/sv.po | 4 +- po/uk.po | 4 +- po/vi.po | 4 +- 16 files changed, 103 insertions(+), 79 deletions(-) diff --git a/ChangeLog b/ChangeLog index 248d0f1fc..f27b5cc72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-01-11 Thomas Vander Stichele + + * configure.ac: + prereleasing + * po/af.po: + * po/az.po: + * po/cs.po: + * po/en_GB.po: + * po/hu.po: + * po/it.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/uk.po: + * po/vi.po: + update translations + 2006-01-10 Michael Smith * gst/level/gstlevel.c: (gst_level_class_init), @@ -8,47 +28,47 @@ reviewed by: Christian Schaller - Add SunAudio plugin - tested to make sure it doesn't break - the build under GNU/Linux. - * configure.ac: * gst-plugins-good.spec.in: * sys/Makefile.am: * sys/sunaudio/Makefile.am: * sys/sunaudio/gstsunaudio.c: (plugin_init): * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init), - (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init), - (gst_sunaudiomixer_change_state): - * sys/sunaudio/gstsunaudiomixer.h: - * sys/sunaudio/gstsunaudiomixerctrl.c: - (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list), - (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free), - (gst_sunaudiomixer_ctrl_list_tracks), - (gst_sunaudiomixer_ctrl_get_volume), - (gst_sunaudiomixer_ctrl_set_volume), - (gst_sunaudiomixer_ctrl_set_mute), - (gst_sunaudiomixer_ctrl_set_record): - * sys/sunaudio/gstsunaudiomixerctrl.h: - * sys/sunaudio/gstsunaudiomixertrack.c: - (gst_sunaudiomixer_track_class_init), - (gst_sunaudiomixer_track_init), (fill_labels), - (gst_sunaudiomixer_track_new): - * sys/sunaudio/gstsunaudiomixertrack.h: - * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type), - (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init), - (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property), - (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open), - (gst_sunaudiosink_close), (gst_sunaudiosink_prepare), - (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write), - (gst_sunaudiosink_delay), (gst_sunaudiosink_reset): - * sys/sunaudio/gstsunaudiosink.h: + (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init), + (gst_sunaudiomixer_change_state): + * sys/sunaudio/gstsunaudiomixer.h: + * sys/sunaudio/gstsunaudiomixerctrl.c: + (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list), + (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free), + (gst_sunaudiomixer_ctrl_list_tracks), + (gst_sunaudiomixer_ctrl_get_volume), + (gst_sunaudiomixer_ctrl_set_volume), + (gst_sunaudiomixer_ctrl_set_mute), + (gst_sunaudiomixer_ctrl_set_record): + * sys/sunaudio/gstsunaudiomixerctrl.h: + * sys/sunaudio/gstsunaudiomixertrack.c: + (gst_sunaudiomixer_track_class_init), + (gst_sunaudiomixer_track_init), (fill_labels), + (gst_sunaudiomixer_track_new): + * sys/sunaudio/gstsunaudiomixertrack.h: + * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type), + (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init), + (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property), + (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open), + (gst_sunaudiosink_close), (gst_sunaudiosink_prepare), + (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write), + (gst_sunaudiosink_delay), (gst_sunaudiosink_reset): + * sys/sunaudio/gstsunaudiosink.h: + + Add SunAudio plugin - tested to make sure it doesn't break + the build under GNU/Linux. 2005-01-07 Philippe Khalaf * gst-plugins-good/gst/udp/gstdynudpsink.c: * gst-plugins-good/gst/udp/gstudpsrc.c: - Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc, - overrides the port or multicast parameters. Fixes bugs #323021. + Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc, + overrides the port or multicast parameters. Fixes bugs #323021. 2006-01-06 Tim-Philipp Müller @@ -107,14 +127,14 @@ 2005-12-30 Stefan Kost * configure.ac: - also remove smoothwave's Makefile.am + also remove smoothwave's Makefile.am * docs/plugins/Makefile.am: - fix plugin docs + fix plugin docs 2005-12-30 Stefan Kost * tests/examples/Makefile.am: - added missing Makefile.am + added missing Makefile.am 2005-12-30 Stefan Kost @@ -124,10 +144,10 @@ * tests/Makefile.am: * tests/examples/level/Makefile.am: * tests/examples/level/level-example.c: (message_handler), (main): - moved level-example to tests/examples/level-example + moved level-example to tests/examples/level-example * tests/old/examples/level/demo.c: (main): * tests/old/examples/level/plot.c: (main): - some initial fixes + some initial fixes 2005-12-29 Michael Smith @@ -154,8 +174,8 @@ * gst-plugins-good/gst/rtp/gstrtph263pdepay.c: * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h: * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c: - Making these depayloaders (H263+ and mpeg4 video) inherit from - RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908. + Making these depayloaders (H263+ and mpeg4 video) inherit from + RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908. 2005-12-21 Jan Schmidt @@ -248,7 +268,7 @@ * ext/esd/esdmon.c: (gst_esdmon_open_audio): * ext/esd/esdsink.c: (gst_esdsink_prepare): * gst/multipart/multipartdemux.c: - change some char* into char[] + change some char* into char[] 2005-12-16 Wim Taymans @@ -289,9 +309,10 @@ * gst-plugins-good/gst/rtp/gstrtpmpadepay.c: * gst-plugins-good/gst/rtp/gstrtpmpapay.c: * gst-plugins-good/gst/rtp/README: - Fixed payload range in payloder caps. Removed payload range completly from - depayloaders as they don't require payload type in their caps. In effect, - there isn't any specific payload type for any given codec, only suggestions. + Fixed payload range in payloder caps. Removed payload range completely + from depayloaders as they don't require payload type in their caps. + In effect, there isn't any specific payload type for any given codec, + only suggestions. Fixes bug #324011. 2005-12-13 Julien MOUTTE @@ -311,11 +332,12 @@ 2005-12-13 Edward Hervey * gst/flx/gstflxdec.c: (gst_flxdec_chain): - If the speed of the file is null in the header, set the frame_time to the default - setting of GST_SECOND / 70. Which is the default frame_delay for .fli files as - stated in this document : http://www.compuphase.com/flic.htm - Would be nice to have the time conversion done properly too - (duration = flxh->frames * flxdec->frame_time) + If the speed of the file is null in the header, set the frame_time to + the default setting of GST_SECOND / 70. Which is the default + frame_delay for .fli files as stated in this document : + http://www.compuphase.com/flic.htm + Would be nice to have the time conversion done properly too (duration = + flxh->frames * flxdec->frame_time) 2005-12-12 Julien MOUTTE @@ -371,7 +393,7 @@ 2005-12-11 Stefan Kost * sys/oss/gstosssink.c: (gst_oss_sink_class_init): - more debug-func-ptr usage + more debug-func-ptr usage 2005-12-11 Zeeshan Ali diff --git a/configure.ac b/configure.ac index 9692f244b..43dcc1a49 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 10, 0, 1, +AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 10, 0, 2, GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? @@ -35,6 +35,10 @@ AC_SUBST(GST_MAJORMINOR) AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL +dnl *** required versions of GStreamer stuff *** +GST_REQ=0.10.1 +GSTPB_REQ=0.10.1 + dnl *** autotools stuff **** dnl allow for different autotools @@ -198,8 +202,6 @@ fi dnl checks for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1) -GST_REQ=0.9.7 -GSTPB_REQ=0.9.7 GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ]) GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ]) diff --git a/po/af.po b/po/af.po index 11d26274b..1aa7c11a0 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.7.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/az.po b/po/az.po index 0f6f6cd4d..3c2e94a81 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" @@ -17,7 +17,7 @@ msgstr "" "X-Generator: KBabel 1.0.2\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/cs.po b/po/cs.po index 86bbf2b6a..979edde05 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-08-08 22:58+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" @@ -19,7 +19,7 @@ msgstr "" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 5296e8f50..0004679df 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/hu.po b/po/hu.po index 577c35468..2764030d8 100644 --- a/po/hu.po +++ b/po/hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-07-18 11:03+0200\n" "Last-Translator: Laszlo Dvornik \n" "Language-Team: Hungarian \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/it.po b/po/it.po index 42c1dda32..3abe0b07d 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-11-07 19:11+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/nb.po b/po/nb.po index 9d894905a..c02fee750 100644 --- a/po/nb.po +++ b/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-10-04 15:54+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/nl.po b/po/nl.po index 36fe555eb..a8b4f6197 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-08-05 16:26+0200\n" "Last-Translator: Elros Cyriatan \n" "Language-Team: Dutch \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/or.po b/po/or.po index e8b0395b9..1a4881fc1 100644 --- a/po/or.po +++ b/po/or.po @@ -2,13 +2,13 @@ # Copyright (C) 2004, Free Software Foundation, Inc. # This file is distributed under the same license as the gst-plugins-0.8.3 package. # Gora Mohanty , 2004. -# $Id: or.po,v 1.17 2005/12/05 16:21:08 thomasvs Exp $ +# $Id: or.po,v 1.18 2005/12/22 15:00:41 burger Exp $ # msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n" "Last-Translator: Gora Mohanty \n" "Language-Team: Oriya \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/sq.po b/po/sq.po index 9a5e2aa6e..611c9df52 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/sr.po b/po/sr.po index a41a75c41..c9ed4ee31 100644 --- a/po/sr.po +++ b/po/sr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.7.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-03-13 00:18+0100\n" "Last-Translator: Danilo Segan \n" "Language-Team: Serbian \n" @@ -17,7 +17,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/sv.po b/po/sv.po index 98b8028aa..cfdb5a181 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-08-03 20:53+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/uk.po b/po/uk.po index 173d154d9..b50934335 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2004-08-03 15:40+0200\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" diff --git a/po/vi.po b/po/vi.po index 18e472ea9..b86484f62 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-17 19:50-0500\n" +"POT-Creation-Date: 2006-01-11 11:15+0100\n" "PO-Revision-Date: 2005-01-22 17:17+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ext/libpng/gstpngdec.c:275 ext/libpng/gstpngdec.c:438 -#: gst/wavparse/gstwavparse.c:1141 +#: gst/wavparse/gstwavparse.c:1142 msgid "Internal data stream error." msgstr "" -- GitLab