mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
0.10.19.4 pre-release
This commit is contained in:
parent
0ee6ce901d
commit
4d7ce8c506
42 changed files with 2810 additions and 2368 deletions
|
@ -3,7 +3,7 @@ AC_PREREQ(2.60)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.19.3,
|
||||
AC_INIT(GStreamer Bad Plug-ins, 0.10.19.4,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-bad)
|
||||
|
||||
|
|
|
@ -26390,7 +26390,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>physics</NICK>
|
||||
<BLURB>water density: from 1 to 4.</BLURB>
|
||||
<DEFAULT>4.63015e-299</DEFAULT>
|
||||
<DEFAULT>1.10363e-314</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26430,7 +26430,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>splash</NICK>
|
||||
<BLURB>make a big splash in the center.</BLURB>
|
||||
<DEFAULT>7.74861e-304</DEFAULT>
|
||||
<DEFAULT>7.13925e-321</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26440,7 +26440,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>splash</NICK>
|
||||
<BLURB>make a big splash in the center.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>2.35064e-310</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26470,7 +26470,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>ratiox</NICK>
|
||||
<BLURB>x-ratio.</BLURB>
|
||||
<DEFAULT>1.37974e-309</DEFAULT>
|
||||
<DEFAULT>8.62498e-317</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26480,7 +26480,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>ratioy</NICK>
|
||||
<BLURB>y-ratio.</BLURB>
|
||||
<DEFAULT>1.3852e-309</DEFAULT>
|
||||
<DEFAULT>-1.30276e-224</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26490,7 +26490,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>DelayTime</NICK>
|
||||
<BLURB>the delay time.</BLURB>
|
||||
<DEFAULT>1.37974e-309</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26520,7 +26520,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Color</NICK>
|
||||
<BLURB>the color of the image.</BLURB>
|
||||
<DEFAULT>2.33349e-09</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26530,7 +26530,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Color</NICK>
|
||||
<BLURB>the color of the image.</BLURB>
|
||||
<DEFAULT>5.42746e-14</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26540,7 +26540,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Color-R</NICK>
|
||||
<BLURB>the color of the image.</BLURB>
|
||||
<DEFAULT>8.89504e-15</DEFAULT>
|
||||
<DEFAULT>2.54155e-38</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -27060,7 +27060,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>blend</NICK>
|
||||
<BLURB>blend factor.</BLURB>
|
||||
<DEFAULT>4.74303e-322</DEFAULT>
|
||||
<DEFAULT>6.09249e+247</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
GObject
|
||||
GstColorBalanceChannel
|
||||
GstMixerTrack
|
||||
GstMixerOptions
|
||||
GstObject
|
||||
GstBus
|
||||
GstClock
|
||||
|
@ -46,6 +48,7 @@ GObject
|
|||
GstBaseSrc
|
||||
GstDTMFSrc
|
||||
GstDataURISrc
|
||||
GstFliteTestSrc
|
||||
GstPushSrc
|
||||
GstBaseAudioSrc
|
||||
GstJackAudioSrc
|
||||
|
@ -56,6 +59,7 @@ GObject
|
|||
GstMMS
|
||||
GstMythtvSrc
|
||||
GstNeonhttpSrc
|
||||
GstRTMPSrc
|
||||
GstRfbSrc
|
||||
GstShmSrc
|
||||
GstVCDSrc
|
||||
|
@ -204,6 +208,7 @@ GObject
|
|||
GstGPPMux
|
||||
GstGSMDec
|
||||
GstGSMEnc
|
||||
GstGmeDec
|
||||
GstH264Parse
|
||||
GstId3BaseMux
|
||||
GstId3Mux
|
||||
|
@ -216,7 +221,6 @@ GObject
|
|||
GstKateEnc
|
||||
GstKateParse
|
||||
GstKateTag
|
||||
GstKateTiger
|
||||
GstLiveAdder
|
||||
GstMJ2Mux
|
||||
GstMP4Mux
|
||||
|
@ -226,11 +230,9 @@ GObject
|
|||
GstMimDec
|
||||
GstMimEnc
|
||||
GstModPlug
|
||||
GstMpeg2enc
|
||||
GstMpeg4VParse
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
GstMplex
|
||||
GstMusepackDec
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
|
@ -255,6 +257,38 @@ GObject
|
|||
GstAudioSegmentClip
|
||||
GstVideoSegmentClip
|
||||
GstSignalProcessor
|
||||
invadarecords-com-plugins-lv2-compressor-mono
|
||||
invadarecords-com-plugins-lv2-compressor-stereo
|
||||
invadarecords-com-plugins-lv2-delay-mono
|
||||
invadarecords-com-plugins-lv2-delay-sum
|
||||
invadarecords-com-plugins-lv2-erreverb-mono
|
||||
invadarecords-com-plugins-lv2-erreverb-sum
|
||||
invadarecords-com-plugins-lv2-filter-hpf-mono
|
||||
invadarecords-com-plugins-lv2-filter-hpf-stereo
|
||||
invadarecords-com-plugins-lv2-filter-lpf-mono
|
||||
invadarecords-com-plugins-lv2-filter-lpf-stereo
|
||||
invadarecords-com-plugins-lv2-input
|
||||
invadarecords-com-plugins-lv2-meter
|
||||
invadarecords-com-plugins-lv2-phaser-mono
|
||||
invadarecords-com-plugins-lv2-phaser-stereo
|
||||
invadarecords-com-plugins-lv2-phaser-sum
|
||||
invadarecords-com-plugins-lv2-testtone
|
||||
invadarecords-com-plugins-lv2-tube-mono
|
||||
invadarecords-com-plugins-lv2-tube-stereo
|
||||
ladspa-Ambisonics-11-cube-decoder
|
||||
ladspa-Ambisonics-11-hexagon-decoder
|
||||
ladspa-Ambisonics-11-mono-panner
|
||||
ladspa-Ambisonics-11-rotator
|
||||
ladspa-Ambisonics-11-square-decoder
|
||||
ladspa-Ambisonics-11-stereo-panner
|
||||
ladspa-Ambisonics-21-panner
|
||||
ladspa-Ambisonics-21-rotator
|
||||
ladspa-Ambisonics-22-panner
|
||||
ladspa-Ambisonics-22-rotator
|
||||
ladspa-Ambisonics-31-panner
|
||||
ladspa-Ambisonics-31-rotator
|
||||
ladspa-Ambisonics-33-panner
|
||||
ladspa-Ambisonics-33-rotator
|
||||
ladspa-Chorus1
|
||||
ladspa-Chorus2
|
||||
ladspa-G2reverb
|
||||
|
@ -263,8 +297,14 @@ GObject
|
|||
ladspa-Mvclpf-2
|
||||
ladspa-Mvclpf-3
|
||||
ladspa-Mvclpf-4
|
||||
ladspa-Parametric1
|
||||
ladspa-Phaser1
|
||||
ladspa-Phaser1+LFO
|
||||
ladspa-Pulse-VCO
|
||||
ladspa-Rec-VCO
|
||||
ladspa-Saw-VCO
|
||||
ladspa-Tricardioid-to-AMB
|
||||
ladspa-Virtualmic
|
||||
ladspa-alias
|
||||
ladspa-allpass-c
|
||||
ladspa-allpass-l
|
||||
|
|
|
@ -2,42 +2,42 @@ GstBin GstChildProxy
|
|||
GstPipeline GstChildProxy
|
||||
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstPhotography
|
||||
GstQTMoovRecover GstChildProxy
|
||||
RsnDvdBin GstChildProxy GstURIHandler
|
||||
GstGSettingsSwitchSink GstChildProxy
|
||||
GstGSettingsAudioSink GstChildProxy
|
||||
GstGSettingsVideoSink GstChildProxy
|
||||
GstGSettingsSwitchSrc GstChildProxy
|
||||
GstGSettingsAudioSrc GstChildProxy
|
||||
GstGSettingsVideoSrc GstChildProxy
|
||||
RsnDvdBin GstChildProxy GstURIHandler
|
||||
DvbBaseBin GstChildProxy GstURIHandler
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
GstAutoConvert GstChildProxy
|
||||
GstSDPDemux GstChildProxy
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
GstMpeg2enc GstPreset
|
||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||
GstMetadataMux GstTagSetter
|
||||
GstXvidEnc GstPreset
|
||||
GstVP8Enc GstTagSetter GstPreset
|
||||
GstDiracEnc GstPreset
|
||||
GstCDAudio GstURIHandler
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||
VdpSink GstImplementsInterface GstNavigation GstXOverlay
|
||||
GstApExSink GstImplementsInterface GstMixer
|
||||
GstCeltEnc GstTagSetter GstPreset
|
||||
GstCDAudio GstURIHandler
|
||||
GstAmrWbEnc GstPreset
|
||||
GstMythtvSrc GstURIHandler
|
||||
GstRTMPSrc GstURIHandler
|
||||
GstMMS GstURIHandler
|
||||
GstNeonhttpSrc GstURIHandler
|
||||
GstVCDSrc GstURIHandler
|
||||
GstDataURISrc GstURIHandler
|
||||
GstAmrWbEnc GstPreset
|
||||
GstMetadataMux GstTagSetter
|
||||
GstFaac GstPreset
|
||||
GstXvidEnc GstPreset
|
||||
GstDiracEnc GstPreset
|
||||
GstVP8Enc GstTagSetter GstPreset
|
||||
GstKateEnc GstTagSetter
|
||||
GstKateTag GstTagSetter
|
||||
GstJifMux GstTagSetter
|
||||
GstId3BaseMux GstTagSetter
|
||||
GstId3Mux GstTagSetter
|
||||
GstCeltEnc GstTagSetter GstPreset
|
||||
GstQTMux GstTagSetter
|
||||
GstMP4Mux GstTagSetter
|
||||
GstGPPMux GstTagSetter
|
||||
GstMJ2Mux GstTagSetter
|
||||
GstJifMux GstTagSetter
|
||||
GstAsfMux GstTagSetter
|
||||
GstId3BaseMux GstTagSetter
|
||||
GstId3Mux GstTagSetter
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
GstChildProxy GstObject
|
||||
GstImplementsInterface GstElement
|
||||
GstXOverlay GstImplementsInterface GstElement
|
||||
GstTagSetter GstElement
|
||||
GstImplementsInterface GstElement
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstXOverlay GstImplementsInterface GstElement
|
||||
GstMixer GstImplementsInterface GstElement
|
||||
GstPhotography GstImplementsInterface GstElement
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -10,6 +10,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifndef _ORC_INTEGER_TYPEDEFS_
|
||||
#define _ORC_INTEGER_TYPEDEFS_
|
||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||
|
@ -47,10 +49,10 @@ typedef long orc_int64;
|
|||
typedef unsigned long orc_uint64;
|
||||
#endif
|
||||
#endif
|
||||
typedef union { orc_int32 i; float f; } orc_union32;
|
||||
typedef union { orc_int64 i; double f; } orc_union64;
|
||||
typedef union { orc_int16 i; orc_int8 x2[2]; } orc_union16;
|
||||
typedef union { orc_int32 i; float f; orc_int16 x2[2]; orc_int8 x4[4]; } orc_union32;
|
||||
typedef union { orc_int64 i; double f; orc_int32 x2[2]; orc_int16 x4[4]; } orc_union64;
|
||||
#endif
|
||||
|
||||
void cogorc_downsample_horiz_cosite_1tap (orc_uint8 * d1, const orc_uint16 * s1, int n);
|
||||
void cogorc_downsample_horiz_cosite_3tap (orc_uint8 * d1, const orc_uint16 * s1, const orc_uint16 * s2, int n);
|
||||
void cogorc_downsample_420_jpeg (orc_uint8 * d1, const orc_uint16 * s1, const orc_uint16 * s2, int n);
|
||||
|
|
2
po/af.po
2
po/af.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.7.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
|
||||
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
|
||||
"Language-Team: Afrikaans <i18n@af.org.za>\n"
|
||||
|
|
2
po/az.po
2
po/az.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-0.8.0\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
|
||||
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
|
||||
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
|
||||
|
|
2
po/bg.po
2
po/bg.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-09-24 15:33+0300\n"
|
||||
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
|
||||
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
|
||||
|
|
2
po/ca.po
2
po/ca.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.8.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2004-08-05 15:48+0200\n"
|
||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||
"Language-Team: Catalan <ca@dodds.net>\n"
|
||||
|
|
2
po/cs.po
2
po/cs.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-29 01:48+0200\n"
|
||||
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
|
||||
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
|
||||
|
|
2
po/da.po
2
po/da.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad-0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-12 11:28+0200\n"
|
||||
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
|
|
2
po/de.po
2
po/de.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-22 16:58+0200\n"
|
||||
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
|
||||
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.8.1\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
|
||||
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
|
||||
"Language-Team: English (British) <en_gb@li.org>\n"
|
||||
|
|
2
po/es.po
2
po/es.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-09-29 23:12+0200\n"
|
||||
"Last-Translator: Jorge González González <aloriel@gmail.com>\n"
|
||||
"Language-Team: Spanish <es@li.org>\n"
|
||||
|
|
2
po/eu.po
2
po/eu.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad-0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2010-03-25 12:30+0100\n"
|
||||
"Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
|
||||
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
|
||||
|
|
2
po/fi.po
2
po/fi.po
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-12 22:13+0300\n"
|
||||
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
|
||||
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
|
||||
|
|
2
po/fr.po
2
po/fr.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-09-22 20:27+0200\n"
|
||||
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
|
||||
"Language-Team: French <traduc@traduc.org>\n"
|
||||
|
|
2
po/hu.po
2
po/hu.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-12 23:33+0200\n"
|
||||
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
||||
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
|
||||
|
|
2
po/id.po
2
po/id.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-24 11:38-0400\n"
|
||||
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
|
||||
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
|
||||
|
|
2
po/it.po
2
po/it.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-14 00:12+0200\n"
|
||||
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
|
||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||
|
|
2
po/ja.po
2
po/ja.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.11.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-06-01 20:27+0900\n"
|
||||
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
|
||||
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
|
||||
|
|
2
po/ky.po
2
po/ky.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.5\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2007-11-13 17:16+0600\n"
|
||||
"Last-Translator: Ilyas Bakirov <just_ilyas@yahoo.com>\n"
|
||||
"Language-Team: Kirghiz <i18n-team-ky-kyrgyz@lists.sourceforge.net>\n"
|
||||
|
|
2
po/lt.po
2
po/lt.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad-0.10.6.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2008-05-14 02:13+0300\n"
|
||||
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
|
||||
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
||||
|
|
2
po/lv.po
2
po/lv.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-12 20:33+0100\n"
|
||||
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
|
||||
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
|
||||
|
|
2
po/mt.po
2
po/mt.po
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad-0.10.8.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2008-10-26 20:27+0100\n"
|
||||
"Last-Translator: Michel Bugeja <michelbugeja@rabatmalta.com>\n"
|
||||
"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
|
||||
|
|
2
po/nb.po
2
po/nb.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.5\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2007-11-03 14:46+0100\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
||||
|
|
2
po/nl.po
2
po/nl.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-13 00:06+0200\n"
|
||||
"Last-Translator: Freek de Kruijf <f.de.kruijf@hetnet.nl>\n"
|
||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
||||
|
|
2
po/or.po
2
po/or.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-0.8.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
|
||||
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
|
||||
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
|
||||
|
|
2
po/pl.po
2
po/pl.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-26 16:52+0200\n"
|
||||
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
|
||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad-0.10.18.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2010-05-26 00:00-0300\n"
|
||||
"Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
|
||||
|
|
2
po/ru.po
2
po/ru.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.9.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-02-12 15:00+0200\n"
|
||||
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
|
||||
"Language-Team: Russian <gnu@mx.ru>\n"
|
||||
|
|
2
po/sk.po
2
po/sk.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2010-03-08 09:20+0100\n"
|
||||
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
|
||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||
|
|
2
po/sq.po
2
po/sq.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.7.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2008-08-15 16:07+0200\n"
|
||||
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
||||
"Language-Team: Albanian <translation-team-sq@lists.sourceforge.net>\n"
|
||||
|
|
2
po/sr.po
2
po/sr.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.7.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2004-03-13 00:18+0100\n"
|
||||
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
|
||||
"Language-Team: Serbian <gnu@prevod.org>\n"
|
||||
|
|
2
po/sv.po
2
po/sv.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-12 20:29+0100\n"
|
||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||
|
|
2
po/tr.po
2
po/tr.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad-0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-08-12 19:51+0200\n"
|
||||
"Last-Translator: Server Acim <serveracim@gmail.com>\n"
|
||||
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
||||
|
|
2
po/uk.po
2
po/uk.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.5\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2007-07-04 12:19+0200\n"
|
||||
"Last-Translator: Maxim V. Dziumanenko <dziumanenko@gmail.com>\n"
|
||||
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
|
||||
|
|
2
po/vi.po
2
po/vi.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2010-03-06 22:09+1030\n"
|
||||
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
|
||||
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
|
||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-bad 0.10.16.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2010-05-31 02:06+0100\n"
|
||||
"POT-Creation-Date: 2010-08-21 21:29+0200\n"
|
||||
"PO-Revision-Date: 2009-11-20 18:12中国标准时间\n"
|
||||
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
|
||||
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
#undef USE_POISONING
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.19.3"
|
||||
#define VERSION "0.10.19.4"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
|
Loading…
Reference in a new issue