0.10.28.3 pre-release
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 27 Apr 2011 11:45:51 +0000 (12:45 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 27 Apr 2011 11:45:51 +0000 (12:45 +0100)
79 files changed:
configure.ac
docs/plugins/gst-plugins-good-plugins.args
docs/plugins/gst-plugins-good-plugins.hierarchy
docs/plugins/gst-plugins-good-plugins.interfaces
docs/plugins/gst-plugins-good-plugins.prerequisites
docs/plugins/inspect/plugin-1394.xml
docs/plugins/inspect/plugin-aasink.xml
docs/plugins/inspect/plugin-alaw.xml
docs/plugins/inspect/plugin-alpha.xml
docs/plugins/inspect/plugin-alphacolor.xml
docs/plugins/inspect/plugin-annodex.xml
docs/plugins/inspect/plugin-apetag.xml
docs/plugins/inspect/plugin-audiofx.xml
docs/plugins/inspect/plugin-audioparsers.xml
docs/plugins/inspect/plugin-auparse.xml
docs/plugins/inspect/plugin-autodetect.xml
docs/plugins/inspect/plugin-avi.xml
docs/plugins/inspect/plugin-cacasink.xml
docs/plugins/inspect/plugin-cairo.xml
docs/plugins/inspect/plugin-cutter.xml
docs/plugins/inspect/plugin-debug.xml
docs/plugins/inspect/plugin-deinterlace.xml
docs/plugins/inspect/plugin-dv.xml
docs/plugins/inspect/plugin-efence.xml
docs/plugins/inspect/plugin-effectv.xml
docs/plugins/inspect/plugin-equalizer.xml
docs/plugins/inspect/plugin-esdsink.xml
docs/plugins/inspect/plugin-flac.xml
docs/plugins/inspect/plugin-flv.xml
docs/plugins/inspect/plugin-flxdec.xml
docs/plugins/inspect/plugin-gconfelements.xml
docs/plugins/inspect/plugin-gdkpixbuf.xml
docs/plugins/inspect/plugin-goom.xml
docs/plugins/inspect/plugin-goom2k1.xml
docs/plugins/inspect/plugin-gstrtpmanager.xml
docs/plugins/inspect/plugin-halelements.xml
docs/plugins/inspect/plugin-icydemux.xml
docs/plugins/inspect/plugin-id3demux.xml
docs/plugins/inspect/plugin-imagefreeze.xml
docs/plugins/inspect/plugin-interleave.xml
docs/plugins/inspect/plugin-jack.xml
docs/plugins/inspect/plugin-jpeg.xml
docs/plugins/inspect/plugin-level.xml
docs/plugins/inspect/plugin-matroska.xml
docs/plugins/inspect/plugin-mulaw.xml
docs/plugins/inspect/plugin-multifile.xml
docs/plugins/inspect/plugin-multipart.xml
docs/plugins/inspect/plugin-navigationtest.xml
docs/plugins/inspect/plugin-oss4.xml
docs/plugins/inspect/plugin-ossaudio.xml
docs/plugins/inspect/plugin-png.xml
docs/plugins/inspect/plugin-pulseaudio.xml
docs/plugins/inspect/plugin-quicktime.xml
docs/plugins/inspect/plugin-replaygain.xml
docs/plugins/inspect/plugin-rtp.xml
docs/plugins/inspect/plugin-rtsp.xml
docs/plugins/inspect/plugin-shapewipe.xml
docs/plugins/inspect/plugin-shout2send.xml
docs/plugins/inspect/plugin-smpte.xml
docs/plugins/inspect/plugin-soup.xml
docs/plugins/inspect/plugin-spectrum.xml
docs/plugins/inspect/plugin-speex.xml
docs/plugins/inspect/plugin-taglib.xml
docs/plugins/inspect/plugin-udp.xml
docs/plugins/inspect/plugin-video4linux2.xml
docs/plugins/inspect/plugin-videobox.xml
docs/plugins/inspect/plugin-videocrop.xml
docs/plugins/inspect/plugin-videofilter.xml
docs/plugins/inspect/plugin-videomixer.xml
docs/plugins/inspect/plugin-wavenc.xml
docs/plugins/inspect/plugin-wavpack.xml
docs/plugins/inspect/plugin-wavparse.xml
docs/plugins/inspect/plugin-ximagesrc.xml
docs/plugins/inspect/plugin-y4menc.xml
po/bg.po
po/ja.po
po/nl.po
po/ru.po
win32/common/config.h

index 36bd4a7..0f50db5 100644 (file)
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
 dnl initialize autoconf
 dnl releases only do -Wall, git and prerelease does -Werror too
 dnl use a three digit version number for releases, and four for git/pre
-AC_INIT(GStreamer Good Plug-ins, 0.10.28.2,
+AC_INIT(GStreamer Good Plug-ins, 0.10.28.3,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-good)
 
@@ -54,8 +54,8 @@ AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.32.1
-GSTPB_REQ=0.10.32.1
+GST_REQ=0.10.32.2
+GSTPB_REQ=0.10.32.2
 
 dnl *** autotools stuff ****
 
index a6143ee..acbd788 100644 (file)
 <DEFAULT>0</DEFAULT>
 </ARG>
 
+<ARG>
+<NAME>Gst3GPPMux::dts-method</NAME>
+<TYPE>GstQTMuxDtsMethods</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>dts-method</NICK>
+<BLURB>Method to determine DTS time.</BLURB>
+<DEFAULT>reorder</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Gst3GPPMux::faststart</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Format file to faststart</NICK>
+<BLURB>If the file should be formatted for faststart (headers first).</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Gst3GPPMux::faststart-file</NAME>
+<TYPE>gchar*</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>File to use for storing buffers</NICK>
+<BLURB>File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically.</BLURB>
+<DEFAULT>NULL</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Gst3GPPMux::fragment-duration</NAME>
+<TYPE>guint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>Fragment duration</NICK>
+<BLURB>Fragment durations in ms (produce a fragmented file if > 0).</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Gst3GPPMux::moov-recovery-file</NAME>
+<TYPE>gchar*</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>File to store data for posterior moov atom recovery</NICK>
+<BLURB>File to be used to store data for moov atom making movie file recovery possible in case of a crash during muxing. Null for disabled. (Experimental).</BLURB>
+<DEFAULT>NULL</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Gst3GPPMux::movie-timescale</NAME>
+<TYPE>guint</TYPE>
+<RANGE>>= 1</RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>Movie timescale</NICK>
+<BLURB>Timescale to use in the movie (units per second).</BLURB>
+<DEFAULT>1000</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Gst3GPPMux::presentation-time</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>Include presentation-time info</NICK>
+<BLURB>Calculate and include presentation/composition time (in addition to decoding time).</BLURB>
+<DEFAULT>TRUE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Gst3GPPMux::streamable</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>Streamable</NICK>
+<BLURB>If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.</BLURB>
+<DEFAULT>FALSE</DEFAULT>
+</ARG>
+
+<ARG>
+<NAME>Gst3GPPMux::trak-timescale</NAME>
+<TYPE>guint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>Track timescale</NICK>
+<BLURB>Timescale to use for the tracks (units per second, 0 is automatic).</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+
index b8db7c3..4c437c9 100644 (file)
@@ -30,7 +30,10 @@ GObject
         GstRTSPSrc
         GstRgVolume
         GstAspectRatioCrop
+      GstCmmlEnc
+      GstCmmlDec
       GstBaseSink
+        GstAASink
         GstBaseAudioSink
           GstPulseSink
           GstJackAudioSink
@@ -38,11 +41,9 @@ GObject
             GstEsdSink
             GstOssSink
             GstOss4Sink
+        GstCACASink
         GstVideoSink
-          GstV4l2Sink
           GstGdkPixbufSink
-        GstAASink
-        GstCACASink
         GstShout2send
         GstTest
         GstMultiFileSink
@@ -51,6 +52,9 @@ GObject
         GstDynUDPSink
       GstBaseSrc
         GstPushSrc
+          GstDV1394Src
+          GstHDV1394Src
+          GstSoupHTTPSrc
           GstBaseAudioSrc
             GstAudioSrc
               GstPulseSrc
@@ -58,101 +62,17 @@ GObject
               GstOss4Source
             GstJackAudioSrc
           GstV4l2Src
-          GstDV1394Src
-          GstHDV1394Src
-          GstSoupHTTPSrc
           GstXImageSrc
           GstMultiFileSrc
           GstUDPSrc
-      GstPulseMixer
-      GstSpeexEnc
-      GstSpeexDec
-      GstV4l2Radio
-      GstRTPDepay
-      GstBaseRTPDepayload
-        GstRtpAC3Depay
-        GstRTPBVDepay
-        GstRtpCELTDepay
-        GstRTPDVDepay
-        GstRtpGSTDepay
-        GstRTPiLBCDepay
-        GstRtpG722Depay
-        GstRtpG723Depay
-        GstRtpG726Depay
-        GstRtpG729Depay
-        GstRTPGSMDepay
-        GstRtpAMRDepay
-        GstRtpPcmaDepay
-        GstRtpPcmuDepay
-        GstRtpMPADepay
-        GstRtpMPARobustDepay
-        GstRtpMPVDepay
-        GstRtpH263PDepay
-        GstRtpH263Depay
-        GstRtpH264Depay
-        GstRtpJ2KDepay
-        GstRtpJPEGDepay
-        GstRtpL16Depay
-        GstRtpMP1SDepay
-        GstRtpMP2TDepay
-        GstRtpMP4VDepay
-        GstRtpMP4ADepay
-        GstRtpMP4GDepay
-        GstRtpQCELPDepay
-        GstRtpQDM2Depay
-        GstRTPSirenDepay
-        GstRtpSPEEXDepay
-        GstRtpSV3VDepay
-        GstRtpTheoraDepay
-        GstRtpVorbisDepay
-        GstRtpVRawDepay
-        GstRtpXQTDepay
-      GstBaseRTPPayload
-        GstRtpAC3Pay
-        GstBaseRTPAudioPayload
-          GstRTPBVPay
-          GstRTPILBCPay
-          GstRtpG722Pay
-          GstRtpG726Pay
-          GstRtpPcmuPay
-          GstRtpPcmaPay
-          GstRtpL16Pay
-          GstRTPSirenPay
-        GstRtpCELTPay
-        GstRTPDVPay
-        GstRtpGSTPay
-        GstRTPG723Pay
-        GstRTPG729Pay
-        GstRTPGSMPay
-        GstRtpAMRPay
-        GstRtpMPAPay
-        GstRTPMPVPay
-        GstRtpH263PPay
-        GstRtpH263Pay
-        GstRtpH264Pay
-        GstRtpJ2KPay
-        GstRtpJPEGPay
-        GstRTPMP2TPay
-        GstRtpMP4VPay
-        GstRtpMP4APay
-        GstRtpMP4GPay
-        GstRtpSPEEXPay
-        GstRtpTheoraPay
-        GstRtpVorbisPay
-        GstRtpVRawPay
-      GstAsteriskh263
-      GstMatroskaDemux
-      GstMatroskaParse
-      GstMatroskaMux
-        GstWebMMux
-      GstDeinterlace
-      GstCmmlEnc
-      GstCmmlDec
       GstWavpackParse
       GstWavpackDec
       GstWavpackEnc
       GstDVDemux
       GstDVDec
+      GstTagLibMux
+        GstId3v2Mux
+        GstApev2Mux
       GstFlacEnc
       GstFlacDec
       GstFlacTag
@@ -213,6 +133,9 @@ GObject
         GstVideoCrop
         GstAudioPanorama
       GstCairoRender
+      GstPulseMixer
+      GstSpeexEnc
+      GstSpeexDec
       GstJpegEnc
       GstJpegDec
       GstSmokeEnc
@@ -221,11 +144,85 @@ GObject
       GstPngEnc
       GstGdkPixbuf
       GstOssMixerElement
+      GstV4l2Radio
       GstOss4Mixer
       GstShapeWipe
       GstAviDemux
       GstAviMux
       GstAviSubtitle
+      GstRTPDepay
+      GstBaseRTPDepayload
+        GstRtpAC3Depay
+        GstRTPBVDepay
+        GstRtpCELTDepay
+        GstRTPDVDepay
+        GstRtpGSTDepay
+        GstRTPiLBCDepay
+        GstRtpG722Depay
+        GstRtpG723Depay
+        GstRtpG726Depay
+        GstRtpG729Depay
+        GstRTPGSMDepay
+        GstRtpAMRDepay
+        GstRtpPcmaDepay
+        GstRtpPcmuDepay
+        GstRtpMPADepay
+        GstRtpMPARobustDepay
+        GstRtpMPVDepay
+        GstRtpH263PDepay
+        GstRtpH263Depay
+        GstRtpH264Depay
+        GstRtpJ2KDepay
+        GstRtpJPEGDepay
+        GstRtpL16Depay
+        GstRtpMP1SDepay
+        GstRtpMP2TDepay
+        GstRtpMP4VDepay
+        GstRtpMP4ADepay
+        GstRtpMP4GDepay
+        GstRtpQCELPDepay
+        GstRtpQDM2Depay
+        GstRTPSirenDepay
+        GstRtpSPEEXDepay
+        GstRtpSV3VDepay
+        GstRtpTheoraDepay
+        GstRtpVorbisDepay
+        GstRtpVRawDepay
+        GstRtpXQTDepay
+      GstBaseRTPPayload
+        GstRtpAC3Pay
+        GstBaseRTPAudioPayload
+          GstRTPBVPay
+          GstRTPILBCPay
+          GstRtpG722Pay
+          GstRtpG726Pay
+          GstRtpPcmuPay
+          GstRtpPcmaPay
+          GstRtpL16Pay
+          GstRTPSirenPay
+        GstRtpCELTPay
+        GstRTPDVPay
+        GstRtpGSTPay
+        GstRTPG723Pay
+        GstRTPG729Pay
+        GstRTPGSMPay
+        GstRtpAMRPay
+        GstRtpMPAPay
+        GstRTPMPVPay
+        GstRtpH263PPay
+        GstRtpH263Pay
+        GstRtpH264Pay
+        GstRtpJ2KPay
+        GstRtpJPEGPay
+        GstRTPMP2TPay
+        GstRtpMP4VPay
+        GstRtpMP4APay
+        GstRtpMP4GPay
+        GstRtpSPEEXPay
+        GstRtpTheoraPay
+        GstRtpVorbisPay
+        GstRtpVRawPay
+      GstAsteriskh263
       GstGoom
       GstGoom2k1
       GstWavEnc
@@ -237,12 +234,17 @@ GObject
       GstQTMux
       GstMP4Mux
       GstISMLMux
+      Gst3GPPMux
       GstGPPMux
       GstMJ2Mux
       GstRndBufferSize
       GstCapsDebug
       GstEFence
       GstCutter
+      GstMatroskaDemux
+      GstMatroskaParse
+      GstMatroskaMux
+        GstWebMMux
       GstRTPDec
       GstSMPTE
       GstAuParse
@@ -256,6 +258,7 @@ GObject
         GstApeDemux
         GstID3Demux
       GstFlxDec
+      GstDeinterlace
       GstImageFreeze
       GstBaseParse
         GstAacParse
@@ -270,7 +273,6 @@ GObject
       GstWavParse
       GstFlvDemux
       GstFlvMux
-      GstMonoscope
       GstICYDemux
       GstVideoMixer
       GstVideoMixer2
@@ -295,23 +297,21 @@ GObject
   RTPSession
   GstMixerTrack
     GstMixerOptions
-  GdkPixbuf
   GstTunerNorm
   GstTunerChannel
+  GdkPixbuf
 GInterface
   GTypePlugin
   GstChildProxy
   GstURIHandler
+  GstPropertyProbe
+  GstPreset
+  GstTagSetter
   GstStreamVolume
   GstImplementsInterface
-  GstPropertyProbe
   GstMixer
-  GstTagSetter
-  GstPreset
   GstTuner
   GstColorBalance
   GstVideoOrientation
-  GstXOverlay
-  GstNavigation
   GstTagXmpWriter
   GIcon
index 631b079..f5d37a0 100644 (file)
@@ -20,24 +20,20 @@ GstRgVolume GstChildProxy
 GstAspectRatioCrop GstChildProxy
 GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe
 GstOss4Sink GstStreamVolume GstPropertyProbe
-GstV4l2Sink GstImplementsInterface GstXOverlay GstNavigation GstColorBalance GstVideoOrientation GstPropertyProbe
 GstShout2send GstTagSetter
 GstUDPSink GstURIHandler
+GstDV1394Src GstURIHandler GstPropertyProbe
+GstHDV1394Src GstURIHandler GstPropertyProbe
+GstSoupHTTPSrc GstURIHandler
 GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe
 GstOssSrc GstImplementsInterface GstMixer
 GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
 GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe
-GstDV1394Src GstURIHandler GstPropertyProbe
-GstHDV1394Src GstURIHandler GstPropertyProbe
-GstSoupHTTPSrc GstURIHandler
 GstUDPSrc GstURIHandler
-GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
-GstSpeexEnc GstTagSetter GstPreset
-GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe
-GstMatroskaMux GstTagSetter
-GstWebMMux GstTagSetter
-GstDeinterlace GstChildProxy
 GstWavpackEnc GstPreset
+GstTagLibMux GstTagSetter
+GstId3v2Mux GstTagSetter
+GstApev2Mux GstTagSetter
 GstFlacEnc GstTagSetter GstPreset
 GstFlacTag GstTagSetter
 GstVideoBalance GstImplementsInterface GstColorBalance
@@ -45,14 +41,21 @@ GstIirEqualizer GstChildProxy
 GstIirEqualizerNBands GstChildProxy
 GstIirEqualizer3Bands GstChildProxy GstPreset
 GstIirEqualizer10Bands GstChildProxy GstPreset
+GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
+GstSpeexEnc GstTagSetter GstPreset
 GstOssMixerElement GstImplementsInterface GstMixer
+GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe
 GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
 GstAviMux GstTagSetter
 GstQTMux GstTagSetter GstTagXmpWriter
 GstMP4Mux GstTagSetter GstTagXmpWriter
 GstISMLMux GstTagSetter GstTagXmpWriter
+Gst3GPPMux GstTagSetter GstTagXmpWriter
 GstGPPMux GstTagSetter GstTagXmpWriter
 GstMJ2Mux GstTagSetter GstTagXmpWriter
+GstMatroskaMux GstTagSetter
+GstWebMMux GstTagSetter
+GstDeinterlace GstChildProxy
 GstFlvMux GstTagSetter
 GstVideoMixer GstChildProxy
 GstVideoMixer2 GstChildProxy
index f64bf0f..ec5b5e2 100644 (file)
@@ -1,11 +1,10 @@
 GstChildProxy GstObject
+GstTagSetter GstElement
 GstStreamVolume GObject
 GstImplementsInterface GstElement
 GstMixer GstImplementsInterface GstElement
-GstTagSetter GstElement
 GstTuner GstImplementsInterface GstElement
 GstColorBalance GstImplementsInterface GstElement
 GstVideoOrientation GstImplementsInterface GstElement
-GstXOverlay GstImplementsInterface GstElement
 GstTagXmpWriter GstElement
 GIcon GObject
index 5aa3c3e..de9ed8c 100644 (file)
@@ -3,7 +3,7 @@
   <description>Source for video data via IEEE1394 interface</description>
   <filename>../../ext/raw1394/.libs/libgst1394.so</filename>
   <basename>libgst1394.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 2c3e805..3099293 100644 (file)
@@ -3,7 +3,7 @@
   <description>ASCII Art video sink</description>
   <filename>../../ext/aalib/.libs/libgstaasink.so</filename>
   <basename>libgstaasink.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 0f634a9..04349b8 100644 (file)
@@ -3,7 +3,7 @@
   <description>ALaw audio conversion routines</description>
   <filename>../../gst/law/.libs/libgstalaw.so</filename>
   <basename>libgstalaw.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 51308f7..37a2425 100644 (file)
@@ -3,7 +3,7 @@
   <description>adds an alpha channel to video - constant or via chroma-keying</description>
   <filename>../../gst/alpha/.libs/libgstalpha.so</filename>
   <basename>libgstalpha.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 6cbec17..490e486 100644 (file)
@@ -3,7 +3,7 @@
   <description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
   <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
   <basename>libgstalphacolor.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 0f96bc2..b9b03de 100644 (file)
@@ -3,7 +3,7 @@
   <description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
   <filename>../../ext/annodex/.libs/libgstannodex.so</filename>
   <basename>libgstannodex.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index f90487a..509fe5b 100644 (file)
@@ -3,7 +3,7 @@
   <description>APEv1/2 tag reader</description>
   <filename>../../gst/apetag/.libs/libgstapetag.so</filename>
   <basename>libgstapetag.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 1355c7a..d5765a8 100644 (file)
@@ -3,7 +3,7 @@
   <description>Audio effects plugin</description>
   <filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
   <basename>libgstaudiofx.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 3ecc5c2..48e9389 100644 (file)
@@ -3,7 +3,7 @@
   <description>Parsers for various audio formats</description>
   <filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
   <basename>libgstaudioparsers.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index b6ded0d..40a3b20 100644 (file)
@@ -3,7 +3,7 @@
   <description>parses au streams</description>
   <filename>../../gst/auparse/.libs/libgstauparse.so</filename>
   <basename>libgstauparse.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 4be2fc6..21f2a98 100644 (file)
@@ -3,7 +3,7 @@
   <description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
   <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
   <basename>libgstautodetect.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index f589b30..b9a6db6 100644 (file)
@@ -3,7 +3,7 @@
   <description>AVI stream handling</description>
   <filename>../../gst/avi/.libs/libgstavi.so</filename>
   <basename>libgstavi.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
@@ -59,7 +59,7 @@
           <name>video_%d</name>
           <direction>sink</direction>
           <presence>request</presence>
-          <details>video/x-raw-yuv, format=(fourcc){ YUY2, I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 3, 5 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-3ivx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], msmpegversion=(int)[ 41, 43 ]; video/mpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)720, height=(int){ 576, 480 }, framerate=(fraction)[ 0/1, 2147483647/1 ], systemstream=(boolean)false; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], wmvversion=(int)[ 1, 3 ]; image/x-jpc, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+          <details>video/x-raw-yuv, format=(fourcc){ YUY2, I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 3, 5 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-3ivx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], msmpegversion=(int)[ 41, 43 ]; video/mpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)720, height=(int){ 576, 480 }, framerate=(fraction)[ 0/1, 2147483647/1 ], systemstream=(boolean)false; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], wmvversion=(int)[ 1, 3 ]; image/x-jpc, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
         </caps>
         <caps>
           <name>src</name>
index ae0ff25..b5c2062 100644 (file)
@@ -3,7 +3,7 @@
   <description>Colored ASCII Art video sink</description>
   <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
   <basename>libgstcacasink.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 9bd41b1..7e94911 100644 (file)
@@ -3,7 +3,7 @@
   <description>Cairo-based elements</description>
   <filename>../../ext/cairo/.libs/libgstcairo.so</filename>
   <basename>libgstcairo.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 36e407e..c665bd2 100644 (file)
@@ -3,7 +3,7 @@
   <description>Audio Cutter to split audio into non-silent bits</description>
   <filename>../../gst/cutter/.libs/libgstcutter.so</filename>
   <basename>libgstcutter.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index c2ce1ef..9fc769d 100644 (file)
@@ -3,7 +3,7 @@
   <description>elements for testing and debugging</description>
   <filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
   <basename>libgstdebug.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 6d5a779..2b0fbe4 100644 (file)
@@ -3,7 +3,7 @@
   <description>Deinterlacer</description>
   <filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
   <basename>libgstdeinterlace.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 4cf9e8a..787b4f8 100644 (file)
@@ -3,7 +3,7 @@
   <description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
   <filename>../../ext/dv/.libs/libgstdv.so</filename>
   <basename>libgstdv.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 6a27639..9c793b4 100644 (file)
@@ -3,7 +3,7 @@
   <description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults.  This allocation method is very similar to the debugging tool &quot;Electric Fence&quot;.</description>
   <filename>../../gst/debugutils/.libs/libgstefence.so</filename>
   <basename>libgstefence.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index f9675c2..267a550 100644 (file)
@@ -3,7 +3,7 @@
   <description>effect plugins from the effectv project</description>
   <filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
   <basename>libgsteffectv.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index b039c8f..328fa71 100644 (file)
@@ -3,7 +3,7 @@
   <description>GStreamer audio equalizers</description>
   <filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
   <basename>libgstequalizer.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index de4476d..b1b6ed0 100644 (file)
@@ -3,7 +3,7 @@
   <description>ESD Element Plugins</description>
   <filename>../../ext/esd/.libs/libgstesd.so</filename>
   <basename>libgstesd.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index ddea6e0..6d49264 100644 (file)
@@ -3,7 +3,7 @@
   <description>The FLAC Lossless compressor Codec</description>
   <filename>../../ext/flac/.libs/libgstflac.so</filename>
   <basename>libgstflac.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index eed8241..015a6d8 100644 (file)
@@ -3,7 +3,7 @@
   <description>FLV muxing and demuxing plugin</description>
   <filename>../../gst/flv/.libs/libgstflv.so</filename>
   <basename>libgstflv.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 5a68a00..4fddd9c 100644 (file)
@@ -3,7 +3,7 @@
   <description>FLC/FLI/FLX video decoder</description>
   <filename>../../gst/flx/.libs/libgstflxdec.so</filename>
   <basename>libgstflxdec.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index ab0b2c5..b7ae95c 100644 (file)
@@ -3,7 +3,7 @@
   <description>elements wrapping the GStreamer/GConf audio/video output settings</description>
   <filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
   <basename>libgstgconfelements.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 70f0286..399f557 100644 (file)
@@ -3,7 +3,7 @@
   <description>GdkPixbuf-based image decoder, scaler and sink</description>
   <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
   <basename>libgstgdkpixbuf.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 1538fa0..dea60c9 100644 (file)
@@ -3,7 +3,7 @@
   <description>GOOM visualization filter</description>
   <filename>../../gst/goom/.libs/libgstgoom.so</filename>
   <basename>libgstgoom.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 03d19ea..ea54d08 100644 (file)
@@ -3,7 +3,7 @@
   <description>GOOM 2k1 visualization filter</description>
   <filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
   <basename>libgstgoom2k1.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 35e97cd..1bd2c5f 100644 (file)
@@ -3,7 +3,7 @@
   <description>RTP session management plugin library</description>
   <filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
   <basename>libgstrtpmanager.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index dda60c2..4c68dee 100644 (file)
@@ -3,7 +3,7 @@
   <description>elements wrapping the GStreamer/HAL audio input/output devices</description>
   <filename>../../ext/hal/.libs/libgsthalelements.so</filename>
   <basename>libgsthalelements.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 41cc97c..ba4a6c5 100644 (file)
@@ -3,7 +3,7 @@
   <description>Demux ICY tags from a stream</description>
   <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
   <basename>libgsticydemux.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 867d0dd..a03ce08 100644 (file)
@@ -3,7 +3,7 @@
   <description>Demux ID3v1 and ID3v2 tags from a file</description>
   <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
   <basename>libgstid3demux.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 53b8d3b..3de1b7b 100644 (file)
@@ -3,7 +3,7 @@
   <description>Still frame stream generator</description>
   <filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
   <basename>libgstimagefreeze.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index a088790..609c5c1 100644 (file)
@@ -3,7 +3,7 @@
   <description>Audio interleaver/deinterleaver</description>
   <filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
   <basename>libgstinterleave.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 1f5e285..a58f542 100644 (file)
@@ -3,7 +3,7 @@
   <description>JACK audio elements</description>
   <filename>../../ext/jack/.libs/libgstjack.so</filename>
   <basename>libgstjack.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 0b43211..1dff838 100644 (file)
@@ -3,7 +3,7 @@
   <description>JPeg plugin library</description>
   <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
   <basename>libgstjpeg.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 8a697e0..de4525e 100644 (file)
@@ -3,7 +3,7 @@
   <description>Audio level plugin</description>
   <filename>../../gst/level/.libs/libgstlevel.so</filename>
   <basename>libgstlevel.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 78b0be1..f8615d1 100644 (file)
@@ -3,7 +3,7 @@
   <description>Matroska and WebM stream handling</description>
   <filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
   <basename>libgstmatroska.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
@@ -65,7 +65,7 @@
           <name>video_%d</name>
           <direction>sink</direction>
           <presence>request</presence>
-          <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pn-realvideo, rmversion=(int)[ 1, 4 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ YUY2, I420, YV12, UYVY, AYUV }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, wmvversion=(int)[ 1, 3 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+          <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pn-realvideo, rmversion=(int)[ 1, 4 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ YUY2, I420, YV12, UYVY, AYUV }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, wmvversion=(int)[ 1, 3 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
         </caps>
         <caps>
           <name>src</name>
index 1e67f12..0fe3bf3 100644 (file)
@@ -3,7 +3,7 @@
   <description>MuLaw audio conversion routines</description>
   <filename>../../gst/law/.libs/libgstmulaw.so</filename>
   <basename>libgstmulaw.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 0b0037d..265b45b 100644 (file)
@@ -3,7 +3,7 @@
   <description>Reads/Writes buffers from/to sequentially named files</description>
   <filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
   <basename>libgstmultifile.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 64fcd8e..53cfee8 100644 (file)
@@ -3,7 +3,7 @@
   <description>multipart stream manipulation</description>
   <filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
   <basename>libgstmultipart.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 84f2929..34a0375 100644 (file)
@@ -3,7 +3,7 @@
   <description>Template for a video filter</description>
   <filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
   <basename>libgstnavigationtest.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index eea1aaa..c6072de 100644 (file)
@@ -3,7 +3,7 @@
   <description>Open Sound System (OSS) version 4 support for GStreamer</description>
   <filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
   <basename>libgstoss4audio.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 8e3100d..0e8d60f 100644 (file)
@@ -3,7 +3,7 @@
   <description>OSS (Open Sound System) support for GStreamer</description>
   <filename>../../sys/oss/.libs/libgstossaudio.so</filename>
   <basename>libgstossaudio.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 8fa2ac8..aa0ef06 100644 (file)
@@ -3,7 +3,7 @@
   <description>PNG plugin library</description>
   <filename>../../ext/libpng/.libs/libgstpng.so</filename>
   <basename>libgstpng.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 50d9d79..1e5433c 100644 (file)
@@ -3,7 +3,7 @@
   <description>PulseAudio plugin library</description>
   <filename>../../ext/pulse/.libs/libgstpulse.so</filename>
   <basename>libgstpulse.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index c146ebc..8411926 100644 (file)
@@ -3,14 +3,14 @@
   <description>Quicktime support</description>
   <filename>../../gst/quicktime/.libs/libgstquicktime.so</filename>
   <basename>libgstquicktime.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
-      <name>gppmux</name>
+      <name>3gppmux</name>
       <longname>3GPP Muxer</longname>
       <class>Codec/Muxer</class>
       <description>Multiplex audio and video into a 3GPP file</description>
       </pads>
     </element>
     <element>
+      <name>gppmux</name>
+      <longname>3GPP Muxer</longname>
+      <class>Codec/Muxer</class>
+      <description>Multiplex audio and video into a 3GPP file (deprecated)</description>
+      <author>Thiago Sousa Santos &lt;thiagoss@embedded.ufcg.edu.br&gt;</author>
+      <pads>
+        <caps>
+          <name>audio_%d</name>
+          <direction>sink</direction>
+          <presence>request</presence>
+          <details>audio/AMR, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/AMR-WB, rate=(int)16000, channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)3, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, channels=(int)[ 1, 8 ], rate=(int)[ 1, 2147483647 ]</details>
+        </caps>
+        <caps>
+          <name>video_%d</name>
+          <direction>sink</direction>
+          <presence>request</presence>
+          <details>video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+        </caps>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>video/quicktime, variant=(string)3gpp</details>
+        </caps>
+      </pads>
+    </element>
+    <element>
       <name>ismlmux</name>
       <longname>ISML Muxer</longname>
       <class>Codec/Muxer</class>
       </pads>
     </element>
   </elements>
-</plugin>
+</plugin>
\ No newline at end of file
index 45e7461..b66aff8 100644 (file)
@@ -3,7 +3,7 @@
   <description>ReplayGain volume normalization</description>
   <filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
   <basename>libgstreplaygain.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 7237e17..1869411 100644 (file)
@@ -3,7 +3,7 @@
   <description>Real-time protocol plugins</description>
   <filename>../../gst/rtp/.libs/libgstrtp.so</filename>
   <basename>libgstrtp.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 57871fa..14bf6a2 100644 (file)
@@ -3,7 +3,7 @@
   <description>transfer data via RTSP</description>
   <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
   <basename>libgstrtsp.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index f037351..3cf973e 100644 (file)
@@ -3,7 +3,7 @@
   <description>Shape Wipe transition filter</description>
   <filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
   <basename>libgstshapewipe.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index f2667f0..574bdad 100644 (file)
@@ -3,7 +3,7 @@
   <description>Sends data to an icecast server using libshout2</description>
   <filename>../../ext/shout2/.libs/libgstshout2.so</filename>
   <basename>libgstshout2.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>libshout2</package>
index 28b68ec..c42d4d2 100644 (file)
@@ -3,7 +3,7 @@
   <description>Apply the standard SMPTE transitions on video images</description>
   <filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
   <basename>libgstsmpte.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 8d52447..bd2674c 100644 (file)
@@ -3,7 +3,7 @@
   <description>libsoup HTTP client src</description>
   <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
   <basename>libgstsouphttpsrc.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index e069a4a..bf6c2e6 100644 (file)
@@ -3,7 +3,7 @@
   <description>Run an FFT on the audio signal, output spectrum data</description>
   <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
   <basename>libgstspectrum.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 83c56cb..5027543 100644 (file)
@@ -3,7 +3,7 @@
   <description>Speex plugin library</description>
   <filename>../../ext/speex/.libs/libgstspeex.so</filename>
   <basename>libgstspeex.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 7618c20..6a4d006 100644 (file)
@@ -3,10 +3,10 @@
   <description>Tag writing plug-in based on taglib</description>
   <filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
   <basename>libgsttaglib.so</basename>
-  <version>0.10.28.1</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
-  <package>GStreamer Good Plug-ins git</package>
+  <package>GStreamer Good Plug-ins prerelease</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index bc7854c..95df264 100644 (file)
@@ -3,7 +3,7 @@
   <description>transfer data via UDP</description>
   <filename>../../gst/udp/.libs/libgstudp.so</filename>
   <basename>libgstudp.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index df3adf8..0669547 100644 (file)
@@ -3,7 +3,7 @@
   <description>elements for Video 4 Linux</description>
   <filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
   <basename>libgstvideo4linux2.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
       </pads>
     </element>
     <element>
-      <name>v4l2sink</name>
-      <longname>Video (video4linux2) Sink</longname>
-      <class>Sink/Video</class>
-      <description>Displays frames on a video4linux2 device</description>
-      <author>Rob Clark &lt;rob@ti.com&gt;,</author>
-      <pads>
-        <caps>
-          <name>sink</name>
-          <direction>sink</direction>
-          <presence>always</presence>
-          <details>video/x-raw-rgb, bpp=(int)8, depth=(int)8, red_mask=(int)224, green_mask=(int)28, blue_mask=(int)3, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-gray, bpp=(int)8, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVU9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y42B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41P, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV21, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUV9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-bayer, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-dv, systemstream=(boolean)true, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/mpegts; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]</details>
-        </caps>
-      </pads>
-    </element>
-    <element>
       <name>v4l2src</name>
       <longname>Video (video4linux2) Source</longname>
       <class>Source/Video</class>
index c162694..b896894 100644 (file)
@@ -3,7 +3,7 @@
   <description>resizes a video by adding borders or cropping</description>
   <filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
   <basename>libgstvideobox.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 3cc9462..2ec68a9 100644 (file)
@@ -3,7 +3,7 @@
   <description>Crops video into a user-defined region</description>
   <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
   <basename>libgstvideocrop.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index f792a57..887b645 100644 (file)
@@ -3,7 +3,7 @@
   <description>Video filters plugin</description>
   <filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
   <basename>libgstvideofilter.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index e71ad9b..0945e51 100644 (file)
@@ -3,7 +3,7 @@
   <description>Video mixer</description>
   <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
   <basename>libgstvideomixer.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 559ca8c..efb8221 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode raw audio into WAV</description>
   <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
   <basename>libgstwavenc.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 125552c..9721ad0 100644 (file)
@@ -3,7 +3,7 @@
   <description>Wavpack lossless/lossy audio format handling</description>
   <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
   <basename>libgstwavpack.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index d235b9c..63240f9 100644 (file)
@@ -3,7 +3,7 @@
   <description>Parse a .wav file into raw audio</description>
   <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
   <basename>libgstwavparse.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 685940c..6aa3b90 100644 (file)
@@ -3,7 +3,7 @@
   <description>X11 video input plugin using standard Xlib calls</description>
   <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
   <basename>libgstximagesrc.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 0fd6f2a..5e29bbc 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
   <filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
   <basename>libgsty4menc.so</basename>
-  <version>0.10.28.2</version>
+  <version>0.10.28.3</version>
   <license>LGPL</license>
   <source>gst-plugins-good</source>
   <package>GStreamer Good Plug-ins prerelease</package>
index 5cad58e..8d2ec42 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -6,10 +6,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-plugins-good 0.10.26.2\n"
+"Project-Id-Version: gst-plugins-good 0.10.28.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-04-16 16:25+0100\n"
-"PO-Revision-Date: 2011-01-15 16:44+0200\n"
+"POT-Creation-Date: 2011-04-27 12:13+0100\n"
+"PO-Revision-Date: 2011-04-26 22:35+0300\n"
 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
 "Language: bg\n"
@@ -22,7 +22,7 @@ msgid "Could not establish connection to sound server"
 msgstr "Не може да се осъществи връзка към звуковия сървър."
 
 msgid "Failed to query sound server capabilities"
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð·Ð°Ð¿Ð¸Ñ\82ванеÑ\82о за възможностите на звуковия сървър."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88но Ð·Ð°Ð¿Ð¸Ñ\82ване за възможностите на звуковия сървър."
 
 #. TRANSLATORS: 'song title' by 'artist name'
 #, c-format
@@ -33,7 +33,7 @@ msgid "Internal data stream error."
 msgstr "Вътрешна грешка на потока от данни."
 
 msgid "Failed to decode JPEG image"
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и декодиране на изображение, формат JPEG."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88но декодиране на изображение, формат JPEG."
 
 msgid "Could not connect to server"
 msgstr "Не може да се осъществи връзка към сървър."
@@ -560,16 +560,15 @@ msgstr "Неуспешно запитване за атрибутите за в
 
 #, c-format
 msgid "Failed to get setting of tuner %d on device '%s'."
-msgstr ""
-"Неуспех при получаването на настройките на тунер %d на устройство „%s“."
+msgstr "Неуспешно получаване на настройките на тунер %d на устройство „%s“."
 
 #, c-format
 msgid "Failed to query norm on device '%s'."
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð·Ð°Ð¿Ð¸Ñ\82ванеÑ\82о за нормата на устройство „%s“."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88но Ð·Ð°Ð¿Ð¸Ñ\82ване за нормата на устройство „%s“."
 
 #, c-format
 msgid "Failed getting controls attributes on device '%s'."
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð¿Ð¾Ð»Ñ\83Ñ\87аванеÑ\82о на контролните атрибути на устройството „%s“."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88но Ð¿Ð¾Ð»Ñ\83Ñ\87аване на контролните атрибути на устройството „%s“."
 
 #, c-format
 msgid "Cannot identify device '%s'."
@@ -593,53 +592,49 @@ msgstr "Устройството „%s“ не е изходно устройс
 
 #, c-format
 msgid "Failed to set norm for device '%s'."
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и задаване на нормата на устройство „%s“."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88но задаване на нормата на устройство „%s“."
 
 #, c-format
 msgid "Failed to get current tuner frequency for device '%s'."
 msgstr ""
-"Неуспех при получаването на текущата настройка на честотата за устройство "
-"„%s“."
+"Неуспешно получаване на текущата настройка на честотата за устройство „%s“."
 
 #, c-format
 msgid "Failed to set current tuner frequency for device '%s' to %lu Hz."
 msgstr ""
-"Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð·Ð°Ð´Ð°Ð²Ð°Ð½ÐµÑ\82о Ð½Ð° Ñ\82екÑ\83Ñ\89аÑ\82а Ð½Ð°Ñ\81Ñ\82Ñ\80ойка Ð½Ð° Ñ\87еÑ\81Ñ\82оÑ\82аÑ\82а Ð½Ð° Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82во â\80\9e%sâ\80\9c "
-"да Ðµ %lu Hz."
+"Ð\9dеÑ\83Ñ\81пеÑ\88но Ð·Ð°Ð´Ð°Ð²Ð°Ð½Ðµ Ð½Ð° Ñ\82екÑ\83Ñ\89аÑ\82а Ð½Ð°Ñ\81Ñ\82Ñ\80ойка Ð½Ð° Ñ\87еÑ\81Ñ\82оÑ\82аÑ\82а Ð½Ð° Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82во â\80\9e%sâ\80\9c Ð´Ð° "
+"е %lu Hz."
 
 #, c-format
 msgid "Failed to get signal strength for device '%s'."
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð¿Ð¾Ð»Ñ\83Ñ\87аванеÑ\82о на силата на сигнала на устройство „%s“."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88но Ð¿Ð¾Ð»Ñ\83Ñ\87аване на силата на сигнала на устройство „%s“."
 
 #, c-format
 msgid "Failed to get value for control %d on device '%s'."
-msgstr ""
-"Неуспех при получаването на стойността на контрол %d на устройство „%s“."
+msgstr "Неуспешно получаване на стойността на контрол %d на устройство „%s“."
 
 #, c-format
 msgid "Failed to set value %d for control %d on device '%s'."
-msgstr ""
-"Неуспех при задаването на стойността %d на контрол %d на устройство „%s“."
+msgstr "Неуспешно задаване на стойността %d на контрол %d на устройство „%s“."
 
 #, c-format
 msgid "Failed to get current input on device '%s'. May be it is a radio device"
 msgstr ""
-"Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð¿Ð¾Ð»Ñ\83Ñ\87аванеÑ\82о на текущия вход на устройство „%s“. Може би е радио."
+"Ð\9dеÑ\83Ñ\81пеÑ\88но Ð¿Ð¾Ð»Ñ\83Ñ\87аване на текущия вход на устройство „%s“. Може би е радио."
 
 #, c-format
 msgid "Failed to set input %d on device %s."
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð·Ð°Ð´Ð°Ð²Ð°Ð½ÐµÑ\82о на вход %d на устройство „%s“."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88но Ð·Ð°Ð´Ð°Ð²Ð°Ð½Ðµ на вход %d на устройство „%s“."
 
 #, c-format
 msgid ""
 "Failed to get current output on device '%s'. May be it is a radio device"
 msgstr ""
-"Неуспех при получаването на текущия изход на устройство „%s“. Може би е "
-"радио."
+"Неуспешно получаване на текущия изход на устройство „%s“. Може би е радио."
 
 #, c-format
 msgid "Failed to set output %d on device %s."
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð·Ð°Ð´Ð°Ð²Ð°Ð½ÐµÑ\82о на изход %d на устройство „%s“."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88но Ð·Ð°Ð´Ð°Ð²Ð°Ð½Ðµ на изход %d на устройство „%s“."
 
 #, c-format
 msgid "Could not enqueue buffers in device '%s'."
@@ -647,7 +642,7 @@ msgstr "Буферите в устройство „%s“ не могат да 
 
 #, c-format
 msgid "Failed trying to get video frames from device '%s'."
-msgstr "Ð\9dеÑ\83Ñ\81пеÑ\85 Ð¿Ñ\80и Ð¾Ð¿Ð¸Ñ\82а за получаване на видео кадрите от устройство „%s“."
+msgstr "Ð\9dеÑ\83Ñ\81пеÑ\88ен Ð¾Ð¿Ð¸Ñ\82 за получаване на видео кадрите от устройство „%s“."
 
 #, c-format
 msgid "Failed after %d tries. device %s. system error: %s"
index 45d44cf..00968e9 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -2,13 +2,13 @@
 # This file is put in the public domain.
 #
 # Takao Fujiwara <takao.fujiwara@sun.com>, 2006.
-# Makoto Kato <makoto.kt@gmail.com>, 2009.
+# Makoto Kato <makoto.kt@gmail.com>, 2009-2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-plugins-good 0.10.14.2\n"
+"Project-Id-Version: gst-plugins-good 0.10.28.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-01-07 01:15+0000\n"
-"PO-Revision-Date: 2009-06-01 19:29+0900\n"
+"POT-Creation-Date: 2011-04-27 12:13+0100\n"
+"PO-Revision-Date: 2011-04-26 20:15+0900\n"
 "Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
 "Language: ja\n"
@@ -38,30 +38,27 @@ msgstr "JPEG画像のデコードに失敗しました"
 msgid "Could not connect to server"
 msgstr "サーバーへ接続できません"
 
-#, fuzzy
 msgid "Server does not support seeking."
-msgstr "ã\83\87ã\83\90ã\82¤ã\82¹ '%s' ã\81¯ã\83\93ã\83\87ã\82ªã\82­ã\83£ã\83\97ã\83\81ã\83£ã\82\92ã\82µã\83\9dã\83¼ã\83\88ã\81\97ã\81¦ã\81\84ã\81¾ã\81\9bã\82\93"
+msgstr "ã\82µã\83¼ã\83\90ã\83¼ã\81¯ã\82·ã\83¼ã\82¯ã\82\92ã\82µã\83\9dã\83¼ã\83\88ã\81\97ã\81¦ã\81\84ã\81¾ã\81\9bã\82\93ã\80\82"
 
-#, fuzzy
 msgid "Could not resolve server name."
-msgstr "サーバーへ接続できません"
+msgstr "サーバー名を解決できません。"
 
-#, fuzzy
 msgid "Could not establish connection to server."
-msgstr "ã\82µã\82¦ã\83³ã\83\89ã\82µã\83¼ã\83\90ã\83¼ã\81¸ã\81®æ\8e¥ç¶\9aã\81«å¤±æ\95\97ã\81\97ã\81¾ã\81\97ã\81\9f"
+msgstr "ã\82µã\83¼ã\83\90ã\83¼ã\81¸ã\81®æ\8e¥ç¶\9aã\82\92確ç«\8bã\81§ã\81\8dã\81¾ã\81\9bã\82\93ã\80\82"
 
 msgid "Secure connection setup failed."
-msgstr ""
+msgstr "セキュア接続のセットアップに失敗しました。"
 
 msgid ""
 "A network error occured, or the server closed the connection unexpectedly."
-msgstr ""
+msgstr "ネットワークエラーが発生したか、サーバーが予期せず接続を閉じました。"
 
 msgid "Server sent bad data."
 msgstr ""
 
 msgid "No URL set."
-msgstr ""
+msgstr "URLが指定されていません。"
 
 # SUN REVIEWED
 msgid "No or invalid input audio, AVI stream will be corrupt."
@@ -77,7 +74,7 @@ msgid "This file is corrupt and cannot be played."
 msgstr "このファイルは壊れているため再生することができません"
 
 msgid "Invalid atom size."
-msgstr ""
+msgstr "不正なアトムサイズ"
 
 msgid "This file is incomplete and cannot be played."
 msgstr "このファイルは正常ではないため、再生することができません"
@@ -108,7 +105,7 @@ msgstr ""
 "インをインストールする必要があるかもしれません。"
 
 msgid "Internal data flow error."
-msgstr "内部データフローエラー"
+msgstr "内部データフローエラー"
 
 # SUN REVIEWED
 msgid "Volume"
@@ -238,16 +235,19 @@ msgstr ""
 msgid "Could not open audio device for recording."
 msgstr "音声デバイスを録音用に開くことができません。"
 
+# SUN REVIEWED
 msgid "Could not open audio device for mixer control handling."
-msgstr "ミキサーがコントロールするオーディオデバイスを開くことができません。"
+msgstr "音声デバイスをミキサーコントロール用に開くことができません。"
 
 msgid ""
 "Could not open audio device for mixer control handling. This version of the "
 "Open Sound System is not supported by this element."
 msgstr ""
+"ミキサーコントロール用にオーディオデバイスを開くことができませんでした。Open "
+"Sound Systemのこのバージョンではこの要素によってサポートされていません。"
 
 msgid "Master"
-msgstr ""
+msgstr "マスタ"
 
 msgid "Front"
 msgstr "フロント"
@@ -258,102 +258,95 @@ msgstr "リア"
 msgid "Headphones"
 msgstr "ヘッドフォン"
 
-#, fuzzy
 msgid "Center"
-msgstr "センター / LFE"
+msgstr "センター"
 
 msgid "LFE"
-msgstr ""
+msgstr "LFE"
 
-#, fuzzy
 msgid "Surround"
-msgstr "サラウンドサウンド"
+msgstr "サラウンド"
 
 msgid "Side"
 msgstr "サイド"
 
-# SUN REVIEWED
-#, fuzzy
 msgid "Built-in Speaker"
-msgstr "スピーカ"
+msgstr "ã\83\93ã\83«ã\83\88ã\82¤ã\83³ã\82¹ã\83\94ã\83¼ã\82«"
 
 msgid "AUX 1 Out"
-msgstr ""
+msgstr "AUX 1出力"
 
 msgid "AUX 2 Out"
-msgstr ""
+msgstr "AUX 2出力"
 
 msgid "AUX Out"
-msgstr ""
+msgstr "AUX出力"
 
 msgid "3D Depth"
 msgstr ""
 
 msgid "3D Center"
-msgstr ""
+msgstr "3Dセンター"
 
 msgid "3D Enhance"
 msgstr ""
 
-#, fuzzy
 msgid "Telephone"
-msgstr "ヘッドフォン"
+msgstr "電話"
 
 msgid "Line Out"
-msgstr ""
+msgstr "ライン出力"
 
-#, fuzzy
 msgid "Line In"
 msgstr "ライン入力"
 
 msgid "Internal CD"
-msgstr ""
+msgstr "内蔵CD"
 
 msgid "Video In"
-msgstr ""
+msgstr "ビデオ入力"
 
 msgid "AUX 1 In"
-msgstr ""
+msgstr "AUX 1入力"
 
 msgid "AUX 2 In"
-msgstr ""
+msgstr "AUX 2入力"
 
 msgid "AUX In"
-msgstr ""
+msgstr "AUX入力"
 
 msgid "Record Gain"
-msgstr ""
+msgstr "録音ゲイン"
 
 msgid "Output Gain"
-msgstr ""
+msgstr "出力ゲイン"
 
-#, fuzzy
 msgid "Microphone Boost"
-msgstr "マイクロフォン"
+msgstr "マイクロフォンブースト"
 
 msgid "Loopback"
-msgstr ""
+msgstr "ループバック"
 
 msgid "Diagnostic"
 msgstr ""
 
 msgid "Bass Boost"
-msgstr ""
+msgstr "低音ブースト"
 
 msgid "Playback Ports"
-msgstr ""
+msgstr "プレイバックポート"
 
 msgid "Input"
 msgstr "入力"
 
 msgid "Record Source"
-msgstr ""
+msgstr "録音ソース"
 
 msgid "Monitor Source"
-msgstr ""
+msgstr "モニターソース"
 
 msgid "Keyboard Beep"
-msgstr ""
+msgstr "キーボードビープ音"
 
 msgid "Simulate Stereo"
 msgstr ""
@@ -361,81 +354,74 @@ msgstr ""
 msgid "Stereo"
 msgstr "ステレオ"
 
-#, fuzzy
 msgid "Surround Sound"
 msgstr "サラウンドサウンド"
 
-#, fuzzy
 msgid "Microphone Gain"
-msgstr "マイクロフォン"
+msgstr "マイクロフォンゲイン"
 
 msgid "Speaker Source"
-msgstr ""
+msgstr "スピーカソース"
 
-#, fuzzy
 msgid "Microphone Source"
-msgstr "マイクロフォン"
+msgstr "マイクロフォンソース"
 
 msgid "Jack"
-msgstr ""
+msgstr "ジャック"
 
 msgid "Center / LFE"
 msgstr "センター / LFE"
 
-#, fuzzy
 msgid "Stereo Mix"
-msgstr "ステレオ"
+msgstr "ステレオミックス"
 
 msgid "Mono Mix"
-msgstr ""
+msgstr "モノラルミックス"
 
-#, fuzzy
 msgid "Input Mix"
 msgstr "入力ミックス"
 
 msgid "SPDIF In"
-msgstr ""
+msgstr "SPDIF入力"
 
 msgid "SPDIF Out"
-msgstr ""
+msgstr "SPDIF出力"
 
-#, fuzzy
 msgid "Microphone 1"
-msgstr "マイクロフォン"
+msgstr "マイクロフォン1"
 
-#, fuzzy
 msgid "Microphone 2"
-msgstr "マイクロフォン"
+msgstr "マイクロフォン2"
 
 msgid "Digital Out"
-msgstr ""
+msgstr "デジタル出力"
 
 msgid "Digital In"
-msgstr ""
+msgstr "デジタル入力"
 
 msgid "HDMI"
-msgstr ""
+msgstr "HDMI"
 
 msgid "Modem"
-msgstr ""
+msgstr "モデム"
 
 msgid "Handset"
-msgstr ""
+msgstr "ヘッドセット"
 
 msgid "Other"
-msgstr ""
+msgstr "その他"
 
 msgid "None"
-msgstr ""
+msgstr "なし"
 
 msgid "On"
-msgstr "On"
+msgstr "オン"
 
 msgid "Off"
-msgstr "Off"
+msgstr "オフ"
 
 msgid "Mute"
-msgstr ""
+msgstr "ミュート"
 
 msgid "Fast"
 msgstr ""
@@ -446,130 +432,104 @@ msgstr ""
 
 #. TRANSLATORS: "Low" is a quality setting here
 msgid "Low"
-msgstr "低音"
+msgstr ""
 
 #. TRANSLATORS: "Medium" is a quality setting here
 msgid "Medium"
-msgstr "中音"
+msgstr ""
 
 #. TRANSLATORS: "High" is a quality setting here
 msgid "High"
-msgstr "高音"
+msgstr ""
 
 #. TRANSLATORS: "Very High" is a quality setting here
-#, fuzzy
 msgid "Very High"
-msgstr "高音"
+msgstr ""
 
 #. TRANSLATORS: "Production" is a quality setting here
 msgid "Production"
-msgstr "プロダクション"
+msgstr ""
 
-#, fuzzy
 msgid "Front Panel Microphone"
 msgstr "フロントパネルのマイクロフォン"
 
-#, fuzzy
 msgid "Front Panel Line In"
-msgstr "ã\83\97ロントパネルのライン入力"
+msgstr "ã\83\95ロントパネルのライン入力"
 
-#, fuzzy
 msgid "Front Panel Headphones"
 msgstr "フロントパネルのヘッドフォン"
 
-#, fuzzy
 msgid "Front Panel Line Out"
-msgstr "ã\83\97ã\83­ã\83³ã\83\88ã\83\91ã\83\8dã\83«ã\81®ã\83©ã\82¤ã\83³å\85¥力"
+msgstr "ã\83\95ã\83­ã\83³ã\83\88ã\83\91ã\83\8dã\83«ã\81®ã\83©ã\82¤ã\83³å\87º力"
 
-#, fuzzy
 msgid "Green Connector"
 msgstr "緑色コネクタ"
 
-#, fuzzy
 msgid "Pink Connector"
 msgstr "ピンク色コネクタ"
 
-#, fuzzy
 msgid "Blue Connector"
 msgstr "青色コネクタ"
 
-#, fuzzy
 msgid "White Connector"
 msgstr "白色コネクタ"
 
-#, fuzzy
 msgid "Black Connector"
 msgstr "黒色コネクタ"
 
-#, fuzzy
 msgid "Gray Connector"
 msgstr "グレー色コネクタ"
 
-#, fuzzy
 msgid "Orange Connector"
 msgstr "オレンジ色コネクタ"
 
-#, fuzzy
 msgid "Red Connector"
 msgstr "赤色コネクタ"
 
-#, fuzzy
 msgid "Yellow Connector"
 msgstr "黄色コネクタ"
 
-#, fuzzy
 msgid "Green Front Panel Connector"
-msgstr "緑色のフロントパネルのコネクタ"
+msgstr ""
 
-#, fuzzy
 msgid "Pink Front Panel Connector"
-msgstr "ピンク色のフロントパネルコネクタ"
+msgstr ""
 
-#, fuzzy
 msgid "Blue Front Panel Connector"
-msgstr "緑色のフロントパネルのコネクタ"
+msgstr ""
 
-#, fuzzy
 msgid "White Front Panel Connector"
-msgstr "ピンク色のフロントパネルコネクタ"
+msgstr ""
 
-#, fuzzy
 msgid "Black Front Panel Connector"
-msgstr "ピンク色のフロントパネルコネクタ"
+msgstr ""
 
-#, fuzzy
 msgid "Gray Front Panel Connector"
-msgstr "緑色のフロントパネルのコネクタ"
+msgstr ""
 
-#, fuzzy
 msgid "Orange Front Panel Connector"
-msgstr "緑色のフロントパネルのコネクタ"
+msgstr ""
 
-#, fuzzy
 msgid "Red Front Panel Connector"
-msgstr "緑色のフロントパネルのコネクタ"
+msgstr ""
 
-#, fuzzy
 msgid "Yellow Front Panel Connector"
-msgstr "緑色のフロントパネルのコネクタ"
+msgstr ""
 
 msgid "Spread Output"
 msgstr ""
 
 msgid "Downmix"
-msgstr ""
+msgstr "ダウンミックス"
 
-#, fuzzy
 msgid "Virtual Mixer Input"
 msgstr "仮想ミキサー入力"
 
-#, fuzzy
 msgid "Virtual Mixer Output"
 msgstr "仮想ミキサー出力"
 
-#, fuzzy
 msgid "Virtual Mixer Channels"
-msgstr "仮想ミキサー入力"
+msgstr "仮想ミキサーチャンネル"
 
 #. TRANSLATORS: name + number of a volume mixer control
 #, c-format
@@ -581,31 +541,33 @@ msgstr ""
 msgid "%s Function"
 msgstr ""
 
+#, fuzzy
 msgid ""
 "Could not open audio device for playback. This version of the Open Sound "
 "System is not supported by this element."
 msgstr ""
-"プレイバック用にオーディオデバイスを開くことができませんでした。この Open "
-"Sound System のバージョンはこのエレメントによってサポートされません。"
+"再生用にオーディオデバイスを開くことができませんでした。デバイスを開くための"
+"権限がありません。"
 
 msgid "Playback is not supported by this audio device."
-msgstr "プレイバックはこのオーディオデバイスによってサポートされません。"
+msgstr ""
 
 msgid "Audio playback error."
-msgstr "オーディオプレイバックエラー"
+msgstr ""
 
 msgid "Recording is not supported by this audio device."
-msgstr "録音はこのオーディオデバイスによってサポートされません。"
+msgstr "このオーディオデバイスによって録音はサポートされていません。"
 
+#, fuzzy
 msgid "Error recording from audio device."
-msgstr "ã\82ªã\83¼ã\83\87ã\82£ã\82ªã\83\87ã\83\90ã\82¤ã\82¹ã\81\8bã\82\89ã\81®é\8c²é\9f³時にエラーが発生しました。"
+msgstr "ã\83\87ã\83\90ã\82¤ã\82¹ %2$s ã\81\8bã\82\89ã\80\80%1$d ã\83\90ã\82¤ã\83\88読ã\81¿è¾¼ã\81¿時にエラーが発生しました。"
 
 # SUN REVIEWED
 msgid "Gain"
 msgstr "ゲイン"
 
 msgid "Headphone"
-msgstr ""
+msgstr "ヘッドフォン"
 
 #, c-format
 msgid "Error reading %d bytes from device '%s'."
@@ -660,9 +622,9 @@ msgstr "デバイス '%s' を読み取り用と書き込み用に開くことが
 msgid "Device '%s' is not a capture device."
 msgstr "デバイス '%s' はキャプチャデバイスではありません"
 
-#, fuzzy, c-format
+#, c-format
 msgid "Device '%s' is not a output device."
-msgstr "デバイス '%s' はキャプチャデバイスではありません"
+msgstr "デバイス '%s' は出力デバイスではありません"
 
 #, c-format
 msgid "Failed to set norm for device '%s'."
index 5f6f242..1eac71c 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,14 +1,13 @@
-# translation of gst-plugins-good-0.10.25.3.nl.po to Dutch
+# translation of gst-plugins-good-0.10.28.2.nl.po to Dutch
 # This file is put in the public domain.
 #
-# Freek de Kruijf <f.de.kruijf@hetnet.nl>, 2007, 2008, 2009.
-# Freek de Kruijf <f.de.kruijf@gmail.com>, 2010.
+# Freek de Kruijf <f.de.kruijf@gmail.com>, 2007, 2008, 2009, 2010, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-plugins-good 0.10.25.3\n"
+"Project-Id-Version: gst-plugins-good 0.10.28.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-01-07 01:15+0000\n"
-"PO-Revision-Date: 2010-10-25 20:15+0200\n"
+"POT-Creation-Date: 2011-04-27 12:13+0100\n"
+"PO-Revision-Date: 2011-04-27 00:05+0200\n"
 "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
 "Language: nl\n"
@@ -75,7 +74,7 @@ msgid "This file is corrupt and cannot be played."
 msgstr "Dit bestand is beschadigd en kan niet afgespeeld worden."
 
 msgid "Invalid atom size."
-msgstr ""
+msgstr "Ongeldige \"atom\"-grootte."
 
 msgid "This file is incomplete and cannot be played."
 msgstr "Dit bestand is incompleet en kan niet afgespeeld worden."
@@ -630,16 +629,16 @@ msgstr ""
 msgid "Failed to set input %d on device %s."
 msgstr "Kan invoer %d op apparaat '%s' niet instellen."
 
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Failed to get current output on device '%s'. May be it is a radio device"
 msgstr ""
-"Kan de huidige instellingen van apparaat '%s' niet verkrijgen. Het is "
-"mogelijk een radio"
+"Kan de huidige uitvoer niet op apparaat '%s' krijgen. Het is mogelijk een "
+"radio"
 
-#, fuzzy, c-format
+#, c-format
 msgid "Failed to set output %d on device %s."
-msgstr "Kan invoer %d op apparaat '%s' niet instellen."
+msgstr "Kan uitvoer %d op apparaat %s niet instellen."
 
 #, c-format
 msgid "Could not enqueue buffers in device '%s'."
index 0428d5f..13a0eee 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,20 +1,24 @@
 # Translation for gst-plugins-good messages to Russian
 # This file is put in the public domain.
+#
 # Артём Попов <artfwo@gmail.com>, 2009.
 # Pavel Maryanov <acid_jack@ukr.net>, 2009.
-#
+# Yuri Kozlov <yuray@komyakino.ru>, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-plugins-good 0.10.13.2\n"
+"Project-Id-Version: gst-plugins-good 0.10.28.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2011-01-07 01:15+0000\n"
-"PO-Revision-Date: 2009-02-12 14:35+0200\n"
-"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
+"POT-Creation-Date: 2011-04-27 12:13+0100\n"
+"PO-Revision-Date: 2011-04-26 21:13+0400\n"
+"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <gnu@mx.ru>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 msgid "Could not establish connection to sound server"
 msgstr "Не удалось установить соединение с сервером звука"
@@ -25,7 +29,7 @@ msgstr "Ошибка при запросе возможностей сервер
 #. TRANSLATORS: 'song title' by 'artist name'
 #, c-format
 msgid "'%s' by '%s'"
-msgstr ""
+msgstr "«%s» исполняет «%s»"
 
 msgid "Internal data stream error."
 msgstr "Внутренняя ошибка потока данных."
@@ -36,30 +40,27 @@ msgstr "Не удалось декодировать JPEG-изображение
 msgid "Could not connect to server"
 msgstr "Не удалось соединиться с сервером"
 
-#, fuzzy
 msgid "Server does not support seeking."
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Â«%s» Ð½Ðµ Ð¿Ð¾Ð´Ð´ÐµÑ\80живаеÑ\82 Ð·Ð°Ñ\85ваÑ\82 Ð²Ð¸Ð´ÐµÐ¾"
+msgstr "СеÑ\80веÑ\80 Ð½Ðµ Ð¿Ð¾Ð´Ð´ÐµÑ\80живаеÑ\82 Ð¿Ð¾Ð¸Ñ\81к."
 
-#, fuzzy
 msgid "Could not resolve server name."
-msgstr "Не удалось соединиться с сервером"
+msgstr "Не удалось определить имя сервера."
 
-#, fuzzy
 msgid "Could not establish connection to server."
-msgstr "Не удалось установить соединение с сервером звука"
+msgstr "Не удалось установить соединение с сервером."
 
 msgid "Secure connection setup failed."
-msgstr ""
+msgstr "Не удалось настроить защищённое соединение."
 
 msgid ""
 "A network error occured, or the server closed the connection unexpectedly."
-msgstr ""
+msgstr "Произошла сетевая ошибка или сервер неожиданно закрыл соединение."
 
 msgid "Server sent bad data."
-msgstr ""
+msgstr "Сервер прислал некорректные данные."
 
 msgid "No URL set."
-msgstr ""
+msgstr "URL не задан."
 
 msgid "No or invalid input audio, AVI stream will be corrupt."
 msgstr ""
@@ -76,7 +77,7 @@ msgid "This file is corrupt and cannot be played."
 msgstr "Файл повреждён и не может быть воспроизведён."
 
 msgid "Invalid atom size."
-msgstr ""
+msgstr "Неверный атомарный размер."
 
 msgid "This file is incomplete and cannot be played."
 msgstr "Файл не полон и не может быть воспроизведён."
@@ -93,12 +94,16 @@ msgid ""
 "No supported stream was found. You might need to install a GStreamer RTSP "
 "extension plugin for Real media streams."
 msgstr ""
+"Ни один поток не поддерживается. Возможно требуется установка "
+"дополнительного модуля GStreamer RTSP для потоков Real media."
 
 msgid ""
 "No supported stream was found. You might need to allow more transport "
 "protocols or may otherwise be missing the right GStreamer RTSP extension "
 "plugin."
 msgstr ""
+"Ни один поток не поддерживается. Возможно требуется разрешить дополнительные "
+"протоколы передачи или же отсутствует правильный модуль GStreamer RTSP."
 
 msgid "Internal data flow error."
 msgstr "Внутренняя ошибка потока данных."
@@ -215,187 +220,173 @@ msgstr ""
 "Не удалось открыть аудио-устройство для обработки параметров микшера. Данная "
 "версия Open Sound System не поддерживается этим элементом."
 
-#, fuzzy
 msgid "Master"
-msgstr "СкоÑ\80оÑ\81Ñ\82Ñ\8c"
+msgstr "Ð\9eбÑ\89ий"
 
 msgid "Front"
-msgstr "Фронт"
+msgstr "Фронтальные"
 
 msgid "Rear"
-msgstr "Тыл"
+msgstr "Тыловые"
 
 msgid "Headphones"
 msgstr "Наушники"
 
-#, fuzzy
 msgid "Center"
-msgstr "Центр / Сабвуфер"
+msgstr "Центр"
 
 msgid "LFE"
-msgstr ""
+msgstr "Сабвуфер"
 
-#, fuzzy
 msgid "Surround"
 msgstr "Объёмный звук"
 
 msgid "Side"
 msgstr "Боковые"
 
-#, fuzzy
 msgid "Built-in Speaker"
 msgstr "Внутренний динамик"
 
 msgid "AUX 1 Out"
-msgstr ""
+msgstr "Выход AUX 1"
 
 msgid "AUX 2 Out"
-msgstr ""
+msgstr "Выход AUX 2"
 
 msgid "AUX Out"
-msgstr ""
+msgstr "Выход AUX"
 
 msgid "3D Depth"
-msgstr ""
+msgstr "3D глубина"
 
 msgid "3D Center"
-msgstr ""
+msgstr "3D центр"
 
 msgid "3D Enhance"
-msgstr ""
+msgstr "3D улучшение"
 
-#, fuzzy
 msgid "Telephone"
-msgstr "Ð\9dаÑ\83Ñ\88ники"
+msgstr "ТелеÑ\84он"
 
 msgid "Line Out"
-msgstr ""
+msgstr "Линейный выход"
 
-#, fuzzy
 msgid "Line In"
 msgstr "Линейный вход"
 
 msgid "Internal CD"
-msgstr ""
+msgstr "Внутренний CD"
 
 msgid "Video In"
-msgstr ""
+msgstr "Видео вход"
 
 msgid "AUX 1 In"
-msgstr ""
+msgstr "Вход AUX 1"
 
 msgid "AUX 2 In"
-msgstr ""
+msgstr "Вход AUX 2"
 
 msgid "AUX In"
-msgstr ""
+msgstr "Вход AUX"
 
 msgid "Record Gain"
-msgstr ""
+msgstr "Уровень записи"
 
 msgid "Output Gain"
-msgstr ""
+msgstr "Выходной уровень"
 
-#, fuzzy
 msgid "Microphone Boost"
-msgstr "Микрофон"
+msgstr "Микрофонный усилитель"
 
 msgid "Loopback"
-msgstr ""
+msgstr "Петля"
 
 msgid "Diagnostic"
-msgstr ""
+msgstr "Диагностика"
 
 msgid "Bass Boost"
-msgstr ""
+msgstr "Усиление баса"
 
 msgid "Playback Ports"
-msgstr ""
+msgstr "Порты воспроизведения"
 
 msgid "Input"
 msgstr "Вход"
 
 msgid "Record Source"
-msgstr ""
+msgstr "Устройство записи"
 
 msgid "Monitor Source"
-msgstr ""
+msgstr "Устройство вывода"
 
 msgid "Keyboard Beep"
-msgstr ""
+msgstr "Озвучка клавиатуры"
 
 msgid "Simulate Stereo"
-msgstr ""
+msgstr "Имитация стерео"
 
 msgid "Stereo"
 msgstr "Стерео"
 
-#, fuzzy
 msgid "Surround Sound"
 msgstr "Объёмный звук"
 
-#, fuzzy
 msgid "Microphone Gain"
-msgstr "Ð\9cикÑ\80оÑ\84он"
+msgstr "УÑ\80овенÑ\8c Ð¼Ð¸ÐºÑ\80оÑ\84она"
 
 msgid "Speaker Source"
-msgstr ""
+msgstr "Устройство динамика"
 
-#, fuzzy
 msgid "Microphone Source"
-msgstr "Ð\9cикÑ\80оÑ\84он"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¼Ð¸ÐºÑ\80оÑ\84она"
 
 msgid "Jack"
-msgstr ""
+msgstr "Jack"
 
 msgid "Center / LFE"
 msgstr "Центр / Сабвуфер"
 
-#, fuzzy
 msgid "Stereo Mix"
-msgstr "Стерео"
+msgstr "Стерео микширование"
 
 msgid "Mono Mix"
-msgstr ""
+msgstr "Моно микширование"
 
-#, fuzzy
 msgid "Input Mix"
-msgstr "УÑ\80овенÑ\8c входа"
+msgstr "Ð\9cикÑ\88иÑ\80ование входа"
 
 msgid "SPDIF In"
-msgstr ""
+msgstr "Вход SPDIF"
 
 msgid "SPDIF Out"
-msgstr ""
+msgstr "Выход SPDIF"
 
-#, fuzzy
 msgid "Microphone 1"
-msgstr "Микрофон"
+msgstr "Микрофон 1"
 
-#, fuzzy
 msgid "Microphone 2"
-msgstr "Микрофон"
+msgstr "Микрофон 2"
 
 msgid "Digital Out"
-msgstr ""
+msgstr "Цифровой выход"
 
 msgid "Digital In"
-msgstr ""
+msgstr "Цифровой вход"
 
 msgid "HDMI"
-msgstr ""
+msgstr "HDMI"
 
 msgid "Modem"
-msgstr ""
+msgstr "Модем"
 
 msgid "Handset"
-msgstr ""
+msgstr "Гарнитура"
 
 msgid "Other"
-msgstr ""
+msgstr "Другой"
 
 msgid "None"
-msgstr ""
+msgstr "Ничего"
 
 msgid "On"
 msgstr "Вкл"
@@ -404,14 +395,14 @@ msgid "Off"
 msgstr "Выкл"
 
 msgid "Mute"
-msgstr ""
+msgstr "Заглушить"
 
 msgid "Fast"
 msgstr "Скорость"
 
 #. TRANSLATORS: "Very Low" is a quality setting here
 msgid "Very Low"
-msgstr ""
+msgstr "Очень низкое"
 
 #. TRANSLATORS: "Low" is a quality setting here
 msgid "Low"
@@ -426,129 +417,103 @@ msgid "High"
 msgstr "Высокое"
 
 #. TRANSLATORS: "Very High" is a quality setting here
-#, fuzzy
 msgid "Very High"
 msgstr "Очень высокое"
 
 #. TRANSLATORS: "Production" is a quality setting here
 msgid "Production"
-msgstr "Ð\9fÑ\80одÑ\83кÑ\86иÑ\8f"
+msgstr "Ð\92Ñ\8bдаÑ\87а"
 
-#, fuzzy
 msgid "Front Panel Microphone"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ð¼Ð¸ÐºÑ\80оÑ\84он"
+msgstr "Ð\9cикÑ\80оÑ\84он Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Front Panel Line In"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ð»Ð¸Ð½ÐµÐ¹Ð½Ñ\8bй Ð²Ñ\85од"
+msgstr "Ð\9bинейнÑ\8bй Ð²Ñ\85од Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Front Panel Headphones"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bе Ð½Ð°Ñ\83Ñ\88ники"
+msgstr "Ð\9dаÑ\83Ñ\88ники Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»и"
 
-#, fuzzy
 msgid "Front Panel Line Out"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ð»Ð¸Ð½ÐµÐ¹Ð½Ñ\8bй Ð²Ñ\85од"
+msgstr "Ð\9bинейнÑ\8bй Ð²Ñ\8bÑ\85од Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Green Connector"
 msgstr "Зелёный разъём"
 
-#, fuzzy
 msgid "Pink Connector"
 msgstr "Розовый разъём"
 
-#, fuzzy
 msgid "Blue Connector"
 msgstr "Синий разъём"
 
-#, fuzzy
 msgid "White Connector"
 msgstr "Белый разъём"
 
-#, fuzzy
 msgid "Black Connector"
 msgstr "Чёрный разъём"
 
-#, fuzzy
 msgid "Gray Connector"
 msgstr "Серый разъём"
 
-#, fuzzy
 msgid "Orange Connector"
 msgstr "Оранжевый разъём"
 
-#, fuzzy
 msgid "Red Connector"
 msgstr "Красный разъём"
 
-#, fuzzy
 msgid "Yellow Connector"
 msgstr "Жёлтый разъём"
 
-#, fuzzy
 msgid "Green Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ð·ÐµÐ»Ñ\91нÑ\8bй Ñ\80азÑ\8aÑ\91м"
+msgstr "Ð\97елÑ\91нÑ\8bй Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Pink Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ñ\80озовÑ\8bй Ñ\80азÑ\8aÑ\91м"
+msgstr "РозовÑ\8bй Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Blue Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ñ\81иний Ñ\80азÑ\8aÑ\91м"
+msgstr "Синий Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "White Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ð±ÐµÐ»Ñ\8bй Ñ\80азÑ\8aÑ\91м"
+msgstr "Ð\91елÑ\8bй Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Black Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ñ\87Ñ\91Ñ\80нÑ\8bй Ñ\80азÑ\8aÑ\91м"
+msgstr "ЧÑ\91Ñ\80нÑ\8bй Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Gray Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ñ\81еÑ\80Ñ\8bй Ñ\80азÑ\8aÑ\91м"
+msgstr "СеÑ\80Ñ\8bй Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Orange Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ð¾Ñ\80анжевÑ\8bй Ñ\80азÑ\8aÑ\91м"
+msgstr "Ð\9eÑ\80анжевÑ\8bй Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Red Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй ÐºÑ\80аÑ\81нÑ\8bй Ñ\80азÑ\8aÑ\91м"
+msgstr "Ð\9aÑ\80аÑ\81нÑ\8bй Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
-#, fuzzy
 msgid "Yellow Front Panel Connector"
-msgstr "ФÑ\80онÑ\82алÑ\8cнÑ\8bй Ð¶Ñ\91лÑ\82Ñ\8bй Ñ\80азÑ\8aÑ\91м"
+msgstr "Ð\96Ñ\91лÑ\82Ñ\8bй Ñ\80азÑ\8aÑ\91м Ð½Ð° Ð¿ÐµÑ\80едней Ð¿Ð°Ð½ÐµÐ»Ð¸"
 
 msgid "Spread Output"
-msgstr ""
+msgstr "Развёрнутый вывод"
 
 msgid "Downmix"
-msgstr ""
+msgstr "Низведение"
 
-#, fuzzy
 msgid "Virtual Mixer Input"
-msgstr "Виртуальный вход микшера"
+msgstr "Вход виртуального микшера"
 
-#, fuzzy
 msgid "Virtual Mixer Output"
-msgstr "Виртуальный выход микшера"
+msgstr "Выход виртуального микшера"
 
-#, fuzzy
 msgid "Virtual Mixer Channels"
-msgstr "Ð\92иÑ\80Ñ\82Ñ\83алÑ\8cнÑ\8bй Ð²Ñ\85од микшера"
+msgstr "Ð\9aаналÑ\8b Ð²Ð¸Ñ\80Ñ\82Ñ\83алÑ\8cного микшера"
 
 #. TRANSLATORS: name + number of a volume mixer control
 #, c-format
 msgid "%s %d Function"
-msgstr ""
+msgstr "Функция %s %d"
 
 #. TRANSLATORS: name of a volume mixer control
 #, c-format
 msgid "%s Function"
-msgstr ""
+msgstr "Функция %s"
 
 msgid ""
 "Could not open audio device for playback. This version of the Open Sound "
@@ -570,10 +535,10 @@ msgid "Error recording from audio device."
 msgstr "Ошибка записи с аудио-устройства."
 
 msgid "Gain"
-msgstr "УÑ\81иление"
+msgstr "УÑ\80овенÑ\8c"
 
 msgid "Headphone"
-msgstr ""
+msgstr "Наушник"
 
 #, c-format
 msgid "Error reading %d bytes from device '%s'."
@@ -627,9 +592,9 @@ msgstr "Не удалось открыть устройство «%s» для ч
 msgid "Device '%s' is not a capture device."
 msgstr "Устройство «%s» не является устройством захвата."
 
-#, fuzzy, c-format
+#, c-format
 msgid "Device '%s' is not a output device."
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Â«%s» Ð½Ðµ Ñ\8fвлÑ\8fеÑ\82Ñ\81Ñ\8f Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82вом Ð·Ð°Ñ\85ваÑ\82а."
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Â«%s» Ð½Ðµ Ñ\8fвлÑ\8fеÑ\82Ñ\81Ñ\8f Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82вом Ð²Ñ\8bвода."
 
 #, c-format
 msgid "Failed to set norm for device '%s'."
@@ -664,18 +629,18 @@ msgstr ""
 
 #, c-format
 msgid "Failed to set input %d on device %s."
-msgstr "Не удалось выбрать вход %d для устройства %s"
+msgstr "Не удалось выбрать вход %d для устройства %s."
 
-#, fuzzy, c-format
+#, c-format
 msgid ""
 "Failed to get current output on device '%s'. May be it is a radio device"
 msgstr ""
-"Не удалось определить активный вход устройства «%s». Возможно, это радио-"
+"Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð¾Ð¿Ñ\80еделиÑ\82Ñ\8c Ð°ÐºÑ\82ивнÑ\8bй Ð²Ñ\8bÑ\85од Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва Â«%s». Ð\92озможно, Ñ\8dÑ\82о Ñ\80адио-"
 "устройство"
 
-#, fuzzy, c-format
+#, c-format
 msgid "Failed to set output %d on device %s."
-msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð²Ñ\8bбÑ\80аÑ\82Ñ\8c Ð²Ñ\85од %d Ð´Ð»Ñ\8f Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва %s"
+msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð²Ñ\8bбÑ\80аÑ\82Ñ\8c Ð²Ñ\8bÑ\85од %d Ð´Ð»Ñ\8f Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва %s."
 
 #, c-format
 msgid "Could not enqueue buffers in device '%s'."
@@ -713,67 +678,67 @@ msgstr ""
 msgid "Cannot operate without a clock"
 msgstr "Операция невозможна без часов"
 
-#~ msgid "Device '%s' cannot capture at %d/%d frames per second"
+#~ msgid "Failed to enumerate possible video formats device '%s' can work with"
 #~ msgstr ""
-#~ "Устройство «%s» не может осуществить захват при %d/%d кадрах в секунду"
+#~ "Не удалось создать список видео-форматов, с которыми может работать "
+#~ "устройство «%s»"
 
-#~ msgid "Could not set parameters on device '%s'"
-#~ msgstr "Не удалось установить параметры устройства «%s»"
+#~ msgid ""
+#~ "The buffer type is not supported, or the index is out of bounds, or no "
+#~ "buffers have been allocated yet, or the userptr or length are invalid. "
+#~ "device %s"
+#~ msgstr ""
+#~ "Неподдерживаемый тип буфера, либо индекс вне диапазона, либо буферы не "
+#~ "были распределены, либо неверные значения длины или userptr (устройство "
+#~ "%s)"
 
-#~ msgid "Failed getting controls attributes on device '%s.'"
-#~ msgstr "Ошибка получения атрибутов управления устройства «%s»."
+#~ msgid ""
+#~ "Failed trying to get video frames from device '%s'. Not enough memory."
+#~ msgstr ""
+#~ "Ошибка при попытке получения кадров видео с устройства «%s». Не хватает "
+#~ "памяти."
 
-#~ msgid "This file is encrypted and cannot be played."
-#~ msgstr "Файл зашифрован и не может быть воспроизведён."
+#~ msgid "insufficient memory to enqueue a user pointer buffer. device %s."
+#~ msgstr ""
+#~ "не хватает памяти для постановки в очередь буфера пользовательского "
+#~ "указателя (устройство %s)"
 
-#~ msgid "Disc is not an Audio CD."
-#~ msgstr "Ð\94иÑ\81к Ð½Ðµ Ñ\8fвлÑ\8fеÑ\82Ñ\81Ñ\8f Ð°Ñ\83дио-CD."
+#~ msgid "No free buffers found in the pool at index %d."
+#~ msgstr "Ð\92 Ð¿Ñ\83ле Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾ Ñ\81вободнÑ\8bÑ\85 Ð±Ñ\83Ñ\84еÑ\80ов Ð´Ð»Ñ\8f Ð¸Ð½Ð´ÐµÐºÑ\81а %d."
 
-#~ msgid "Could not read from CD."
-#~ msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð¿Ñ\80оÑ\87иÑ\82аÑ\82Ñ\8c CD."
+#~ msgid "Device '%s' cannot capture at %dx%d"
+#~ msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Â«%s» Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влÑ\8fÑ\82Ñ\8c Ð·Ð°Ñ\85ваÑ\82 Ð² Ñ\80азÑ\80еÑ\88ении %dx%d"
 
-#~ msgid "Error stopping streaming capture from device '%s'."
-#~ msgstr "Ð\9eÑ\88ибка Ð¿Ñ\80и Ð¾Ñ\81Ñ\82ановке Ð¿Ð¾Ñ\82окового Ð·Ð°Ñ\85ваÑ\82а Ñ\81 Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва Â«%s»."
+#~ msgid "Device '%s' cannot capture in the specified format"
+#~ msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Â«%s» Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влÑ\8fÑ\82Ñ\8c Ð·Ð°Ñ\85ваÑ\82 Ð² Ñ\83казанном Ñ\84оÑ\80маÑ\82е"
 
-#~ msgid "Error starting streaming capture from device '%s'."
-#~ msgstr "Ð\9eÑ\88ибка Ð¿Ñ\80и Ð·Ð°Ð¿Ñ\83Ñ\81ке Ð¿Ð¾Ñ\82окового Ð·Ð°Ñ\85ваÑ\82а Ñ\81 Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва Â«%s»."
+#~ msgid "Could not get buffers from device '%s'."
+#~ msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð¿Ð¾Ð»Ñ\83Ñ\87иÑ\82Ñ\8c Ð±Ñ\83Ñ\84еÑ\80Ñ\8b Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва Â«%s»"
 
 #~ msgid "Could not get enough buffers from device '%s'."
 #~ msgstr "Не удалось получить необходимое количество буферов устройства «%s»"
 
-#~ msgid "Could not get buffers from device '%s'."
-#~ msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð¿Ð¾Ð»Ñ\83Ñ\87иÑ\82Ñ\8c Ð±Ñ\83Ñ\84еÑ\80Ñ\8b Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва Â«%s»"
+#~ msgid "Error starting streaming capture from device '%s'."
+#~ msgstr "Ð\9eÑ\88ибка Ð¿Ñ\80и Ð·Ð°Ð¿Ñ\83Ñ\81ке Ð¿Ð¾Ñ\82окового Ð·Ð°Ñ\85ваÑ\82а Ñ\81 Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва Â«%s»."
 
-#~ msgid "Device '%s' cannot capture in the specified format"
-#~ msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Â«%s» Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влÑ\8fÑ\82Ñ\8c Ð·Ð°Ñ\85ваÑ\82 Ð² Ñ\83казанном Ñ\84оÑ\80маÑ\82е"
+#~ msgid "Error stopping streaming capture from device '%s'."
+#~ msgstr "Ð\9eÑ\88ибка Ð¿Ñ\80и Ð¾Ñ\81Ñ\82ановке Ð¿Ð¾Ñ\82окового Ð·Ð°Ñ\85ваÑ\82а Ñ\81 Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва Â«%s»."
 
-#~ msgid "Device '%s' cannot capture at %dx%d"
-#~ msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Â«%s» Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влÑ\8fÑ\82Ñ\8c Ð·Ð°Ñ\85ваÑ\82 Ð² Ñ\80азÑ\80еÑ\88ении %dx%d"
+#~ msgid "Could not read from CD."
+#~ msgstr "Ð\9dе Ñ\83далоÑ\81Ñ\8c Ð¿Ñ\80оÑ\87иÑ\82аÑ\82Ñ\8c CD."
 
-#~ msgid "No free buffers found in the pool at index %d."
-#~ msgstr "Ð\92 Ð¿Ñ\83ле Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾ Ñ\81вободнÑ\8bÑ\85 Ð±Ñ\83Ñ\84еÑ\80ов Ð´Ð»Ñ\8f Ð¸Ð½Ð´ÐµÐºÑ\81а %d."
+#~ msgid "Disc is not an Audio CD."
+#~ msgstr "Ð\94иÑ\81к Ð½Ðµ Ñ\8fвлÑ\8fеÑ\82Ñ\81Ñ\8f Ð°Ñ\83дио-CD."
 
-#~ msgid "insufficient memory to enqueue a user pointer buffer. device %s."
-#~ msgstr ""
-#~ "не хватает памяти для постановки в очередь буфера пользовательского "
-#~ "указателя (устройство %s)"
+#~ msgid "This file is encrypted and cannot be played."
+#~ msgstr "Файл зашифрован и не может быть воспроизведён."
 
-#~ msgid ""
-#~ "Failed trying to get video frames from device '%s'. Not enough memory."
-#~ msgstr ""
-#~ "Ошибка при попытке получения кадров видео с устройства «%s». Не хватает "
-#~ "памяти."
+#~ msgid "Failed getting controls attributes on device '%s.'"
+#~ msgstr "Ошибка получения атрибутов управления устройства «%s»."
 
-#~ msgid ""
-#~ "The buffer type is not supported, or the index is out of bounds, or no "
-#~ "buffers have been allocated yet, or the userptr or length are invalid. "
-#~ "device %s"
-#~ msgstr ""
-#~ "Неподдерживаемый тип буфера, либо индекс вне диапазона, либо буферы не "
-#~ "были распределены, либо неверные значения длины или userptr (устройство "
-#~ "%s)"
+#~ msgid "Could not set parameters on device '%s'"
+#~ msgstr "Не удалось установить параметры устройства «%s»"
 
-#~ msgid "Failed to enumerate possible video formats device '%s' can work with"
+#~ msgid "Device '%s' cannot capture at %d/%d frames per second"
 #~ msgstr ""
-#~ "Не удалось создать список видео-форматов, с которыми может работать "
-#~ "устройство «%s»"
+#~ "Устройство «%s» не может осуществить захват при %d/%d кадрах в секунду"
index f332d33..c6c2691 100644 (file)
@@ -49,7 +49,7 @@
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2011-04-16T15:21Z"
+#define GST_PACKAGE_RELEASE_DATETIME "2011-04-27T11:10Z"
 
 /* struct v4l2_buffer missing */
 #undef GST_V4L2_MISSING_BUFDECL
 #define PACKAGE_NAME "GStreamer Good Plug-ins"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.28.2"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.28.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gst-plugins-good"
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.28.2"
+#define PACKAGE_VERSION "0.10.28.3"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.10.28.2"
+#define VERSION "0.10.28.3"
 
 /* old wavpack API */
 #undef WAVPACK_OLD_API