0.10.28.3 pre-release

This commit is contained in:
Tim-Philipp Müller 2011-04-27 12:45:51 +01:00
parent 31ffc671f2
commit 865140fb19
79 changed files with 585 additions and 560 deletions

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too 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 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, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good) gst-plugins-good)
@ -54,8 +54,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.32.1 GST_REQ=0.10.32.2
GSTPB_REQ=0.10.32.1 GSTPB_REQ=0.10.32.2
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -21738,3 +21738,93 @@
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </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>

View file

@ -30,7 +30,10 @@ GObject
GstRTSPSrc GstRTSPSrc
GstRgVolume GstRgVolume
GstAspectRatioCrop GstAspectRatioCrop
GstCmmlEnc
GstCmmlDec
GstBaseSink GstBaseSink
GstAASink
GstBaseAudioSink GstBaseAudioSink
GstPulseSink GstPulseSink
GstJackAudioSink GstJackAudioSink
@ -38,11 +41,9 @@ GObject
GstEsdSink GstEsdSink
GstOssSink GstOssSink
GstOss4Sink GstOss4Sink
GstVideoSink
GstV4l2Sink
GstGdkPixbufSink
GstAASink
GstCACASink GstCACASink
GstVideoSink
GstGdkPixbufSink
GstShout2send GstShout2send
GstTest GstTest
GstMultiFileSink GstMultiFileSink
@ -51,6 +52,9 @@ GObject
GstDynUDPSink GstDynUDPSink
GstBaseSrc GstBaseSrc
GstPushSrc GstPushSrc
GstDV1394Src
GstHDV1394Src
GstSoupHTTPSrc
GstBaseAudioSrc GstBaseAudioSrc
GstAudioSrc GstAudioSrc
GstPulseSrc GstPulseSrc
@ -58,16 +62,94 @@ GObject
GstOss4Source GstOss4Source
GstJackAudioSrc GstJackAudioSrc
GstV4l2Src GstV4l2Src
GstDV1394Src
GstHDV1394Src
GstSoupHTTPSrc
GstXImageSrc GstXImageSrc
GstMultiFileSrc GstMultiFileSrc
GstUDPSrc GstUDPSrc
GstWavpackParse
GstWavpackDec
GstWavpackEnc
GstDVDemux
GstDVDec
GstTagLibMux
GstId3v2Mux
GstApev2Mux
GstFlacEnc
GstFlacDec
GstFlacTag
GstCairoTextOverlay
GstBaseTransform
GstCairoTimeOverlay
GstVideoFilter
GstCairoOverlay
GstEdgeTV
GstAgingTV
GstDiceTV
GstWarpTV
GstShagadelicTV
GstVertigoTV
GstRevTV
GstQuarkTV
GstOpTV
GstRadioacTV
GstStreakTV
GstRippleTV
GstNavigationtest
GstGamma
GstVideoBalance
GstVideoFlip
GstSMPTEAlpha
GstAlpha
GstAlphaColor
GstPixbufScale
GstVideoBox
GstBreakMyData
GstCapsSetter
GstNavSeek
GstProgressReport
GstTagInject
GstCpuReport
GstLevel
GstAudioFilter
GstIirEqualizer
GstIirEqualizerNBands
GstIirEqualizer3Bands
GstIirEqualizer10Bands
GstSpectrum
GstAudioInvert
GstAudioKaraoke
GstAudioAmplify
GstAudioDynamic
GstAudioFXBaseIIRFilter
GstAudioChebLimit
GstAudioChebBand
GstAudioIIRFilter
GstAudioFXBaseFIRFilter
GstAudioWSincLimit
GstAudioWSincBand
GstAudioFIRFilter
GstAudioEcho
GstRgAnalysis
GstRgLimiter
GstVideoCrop
GstAudioPanorama
GstCairoRender
GstPulseMixer GstPulseMixer
GstSpeexEnc GstSpeexEnc
GstSpeexDec GstSpeexDec
GstJpegEnc
GstJpegDec
GstSmokeEnc
GstSmokeDec
GstPngDec
GstPngEnc
GstGdkPixbuf
GstOssMixerElement
GstV4l2Radio GstV4l2Radio
GstOss4Mixer
GstShapeWipe
GstAviDemux
GstAviMux
GstAviSubtitle
GstRTPDepay GstRTPDepay
GstBaseRTPDepayload GstBaseRTPDepayload
GstRtpAC3Depay GstRtpAC3Depay
@ -141,91 +223,6 @@ GObject
GstRtpVorbisPay GstRtpVorbisPay
GstRtpVRawPay GstRtpVRawPay
GstAsteriskh263 GstAsteriskh263
GstMatroskaDemux
GstMatroskaParse
GstMatroskaMux
GstWebMMux
GstDeinterlace
GstCmmlEnc
GstCmmlDec
GstWavpackParse
GstWavpackDec
GstWavpackEnc
GstDVDemux
GstDVDec
GstFlacEnc
GstFlacDec
GstFlacTag
GstCairoTextOverlay
GstBaseTransform
GstCairoTimeOverlay
GstVideoFilter
GstCairoOverlay
GstEdgeTV
GstAgingTV
GstDiceTV
GstWarpTV
GstShagadelicTV
GstVertigoTV
GstRevTV
GstQuarkTV
GstOpTV
GstRadioacTV
GstStreakTV
GstRippleTV
GstNavigationtest
GstGamma
GstVideoBalance
GstVideoFlip
GstSMPTEAlpha
GstAlpha
GstAlphaColor
GstPixbufScale
GstVideoBox
GstBreakMyData
GstCapsSetter
GstNavSeek
GstProgressReport
GstTagInject
GstCpuReport
GstLevel
GstAudioFilter
GstIirEqualizer
GstIirEqualizerNBands
GstIirEqualizer3Bands
GstIirEqualizer10Bands
GstSpectrum
GstAudioInvert
GstAudioKaraoke
GstAudioAmplify
GstAudioDynamic
GstAudioFXBaseIIRFilter
GstAudioChebLimit
GstAudioChebBand
GstAudioIIRFilter
GstAudioFXBaseFIRFilter
GstAudioWSincLimit
GstAudioWSincBand
GstAudioFIRFilter
GstAudioEcho
GstRgAnalysis
GstRgLimiter
GstVideoCrop
GstAudioPanorama
GstCairoRender
GstJpegEnc
GstJpegDec
GstSmokeEnc
GstSmokeDec
GstPngDec
GstPngEnc
GstGdkPixbuf
GstOssMixerElement
GstOss4Mixer
GstShapeWipe
GstAviDemux
GstAviMux
GstAviSubtitle
GstGoom GstGoom
GstGoom2k1 GstGoom2k1
GstWavEnc GstWavEnc
@ -237,12 +234,17 @@ GObject
GstQTMux GstQTMux
GstMP4Mux GstMP4Mux
GstISMLMux GstISMLMux
Gst3GPPMux
GstGPPMux GstGPPMux
GstMJ2Mux GstMJ2Mux
GstRndBufferSize GstRndBufferSize
GstCapsDebug GstCapsDebug
GstEFence GstEFence
GstCutter GstCutter
GstMatroskaDemux
GstMatroskaParse
GstMatroskaMux
GstWebMMux
GstRTPDec GstRTPDec
GstSMPTE GstSMPTE
GstAuParse GstAuParse
@ -256,6 +258,7 @@ GObject
GstApeDemux GstApeDemux
GstID3Demux GstID3Demux
GstFlxDec GstFlxDec
GstDeinterlace
GstImageFreeze GstImageFreeze
GstBaseParse GstBaseParse
GstAacParse GstAacParse
@ -270,7 +273,6 @@ GObject
GstWavParse GstWavParse
GstFlvDemux GstFlvDemux
GstFlvMux GstFlvMux
GstMonoscope
GstICYDemux GstICYDemux
GstVideoMixer GstVideoMixer
GstVideoMixer2 GstVideoMixer2
@ -295,23 +297,21 @@ GObject
RTPSession RTPSession
GstMixerTrack GstMixerTrack
GstMixerOptions GstMixerOptions
GdkPixbuf
GstTunerNorm GstTunerNorm
GstTunerChannel GstTunerChannel
GdkPixbuf
GInterface GInterface
GTypePlugin GTypePlugin
GstChildProxy GstChildProxy
GstURIHandler GstURIHandler
GstPropertyProbe
GstPreset
GstTagSetter
GstStreamVolume GstStreamVolume
GstImplementsInterface GstImplementsInterface
GstPropertyProbe
GstMixer GstMixer
GstTagSetter
GstPreset
GstTuner GstTuner
GstColorBalance GstColorBalance
GstVideoOrientation GstVideoOrientation
GstXOverlay
GstNavigation
GstTagXmpWriter GstTagXmpWriter
GIcon GIcon

View file

@ -20,24 +20,20 @@ GstRgVolume GstChildProxy
GstAspectRatioCrop GstChildProxy GstAspectRatioCrop GstChildProxy
GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe
GstOss4Sink GstStreamVolume GstPropertyProbe GstOss4Sink GstStreamVolume GstPropertyProbe
GstV4l2Sink GstImplementsInterface GstXOverlay GstNavigation GstColorBalance GstVideoOrientation GstPropertyProbe
GstShout2send GstTagSetter GstShout2send GstTagSetter
GstUDPSink GstURIHandler GstUDPSink GstURIHandler
GstDV1394Src GstURIHandler GstPropertyProbe
GstHDV1394Src GstURIHandler GstPropertyProbe
GstSoupHTTPSrc GstURIHandler
GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe
GstOssSrc GstImplementsInterface GstMixer GstOssSrc GstImplementsInterface GstMixer
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe
GstDV1394Src GstURIHandler GstPropertyProbe
GstHDV1394Src GstURIHandler GstPropertyProbe
GstSoupHTTPSrc GstURIHandler
GstUDPSrc GstURIHandler GstUDPSrc GstURIHandler
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
GstSpeexEnc GstTagSetter GstPreset
GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe
GstMatroskaMux GstTagSetter
GstWebMMux GstTagSetter
GstDeinterlace GstChildProxy
GstWavpackEnc GstPreset GstWavpackEnc GstPreset
GstTagLibMux GstTagSetter
GstId3v2Mux GstTagSetter
GstApev2Mux GstTagSetter
GstFlacEnc GstTagSetter GstPreset GstFlacEnc GstTagSetter GstPreset
GstFlacTag GstTagSetter GstFlacTag GstTagSetter
GstVideoBalance GstImplementsInterface GstColorBalance GstVideoBalance GstImplementsInterface GstColorBalance
@ -45,14 +41,21 @@ GstIirEqualizer GstChildProxy
GstIirEqualizerNBands GstChildProxy GstIirEqualizerNBands GstChildProxy
GstIirEqualizer3Bands GstChildProxy GstPreset GstIirEqualizer3Bands GstChildProxy GstPreset
GstIirEqualizer10Bands GstChildProxy GstPreset GstIirEqualizer10Bands GstChildProxy GstPreset
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
GstSpeexEnc GstTagSetter GstPreset
GstOssMixerElement GstImplementsInterface GstMixer GstOssMixerElement GstImplementsInterface GstMixer
GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
GstAviMux GstTagSetter GstAviMux GstTagSetter
GstQTMux GstTagSetter GstTagXmpWriter GstQTMux GstTagSetter GstTagXmpWriter
GstMP4Mux GstTagSetter GstTagXmpWriter GstMP4Mux GstTagSetter GstTagXmpWriter
GstISMLMux GstTagSetter GstTagXmpWriter GstISMLMux GstTagSetter GstTagXmpWriter
Gst3GPPMux GstTagSetter GstTagXmpWriter
GstGPPMux GstTagSetter GstTagXmpWriter GstGPPMux GstTagSetter GstTagXmpWriter
GstMJ2Mux GstTagSetter GstTagXmpWriter GstMJ2Mux GstTagSetter GstTagXmpWriter
GstMatroskaMux GstTagSetter
GstWebMMux GstTagSetter
GstDeinterlace GstChildProxy
GstFlvMux GstTagSetter GstFlvMux GstTagSetter
GstVideoMixer GstChildProxy GstVideoMixer GstChildProxy
GstVideoMixer2 GstChildProxy GstVideoMixer2 GstChildProxy

View file

@ -1,11 +1,10 @@
GstChildProxy GstObject GstChildProxy GstObject
GstTagSetter GstElement
GstStreamVolume GObject GstStreamVolume GObject
GstImplementsInterface GstElement GstImplementsInterface GstElement
GstMixer GstImplementsInterface GstElement GstMixer GstImplementsInterface GstElement
GstTagSetter GstElement
GstTuner GstImplementsInterface GstElement GstTuner GstImplementsInterface GstElement
GstColorBalance GstImplementsInterface GstElement GstColorBalance GstImplementsInterface GstElement
GstVideoOrientation GstImplementsInterface GstElement GstVideoOrientation GstImplementsInterface GstElement
GstXOverlay GstImplementsInterface GstElement
GstTagXmpWriter GstElement GstTagXmpWriter GstElement
GIcon GObject GIcon GObject

View file

@ -3,7 +3,7 @@
<description>Source for video data via IEEE1394 interface</description> <description>Source for video data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename> <filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename> <basename>libgst1394.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>ASCII Art video sink</description> <description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename> <filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename> <basename>libgstaasink.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>ALaw audio conversion routines</description> <description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename> <filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename> <basename>libgstalaw.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>adds an alpha channel to video - constant or via chroma-keying</description> <description>adds an alpha channel to video - constant or via chroma-keying</description>
<filename>../../gst/alpha/.libs/libgstalpha.so</filename> <filename>../../gst/alpha/.libs/libgstalpha.so</filename>
<basename>libgstalpha.so</basename> <basename>libgstalpha.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description> <description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename> <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
<basename>libgstalphacolor.so</basename> <basename>libgstalphacolor.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description> <description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
<filename>../../ext/annodex/.libs/libgstannodex.so</filename> <filename>../../ext/annodex/.libs/libgstannodex.so</filename>
<basename>libgstannodex.so</basename> <basename>libgstannodex.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>APEv1/2 tag reader</description> <description>APEv1/2 tag reader</description>
<filename>../../gst/apetag/.libs/libgstapetag.so</filename> <filename>../../gst/apetag/.libs/libgstapetag.so</filename>
<basename>libgstapetag.so</basename> <basename>libgstapetag.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Audio effects plugin</description> <description>Audio effects plugin</description>
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename> <filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
<basename>libgstaudiofx.so</basename> <basename>libgstaudiofx.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Parsers for various audio formats</description> <description>Parsers for various audio formats</description>
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename> <filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
<basename>libgstaudioparsers.so</basename> <basename>libgstaudioparsers.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>parses au streams</description> <description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename> <filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename> <basename>libgstauparse.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description> <description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename> <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
<basename>libgstautodetect.so</basename> <basename>libgstautodetect.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>AVI stream handling</description> <description>AVI stream handling</description>
<filename>../../gst/avi/.libs/libgstavi.so</filename> <filename>../../gst/avi/.libs/libgstavi.so</filename>
<basename>libgstavi.so</basename> <basename>libgstavi.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>
@ -59,7 +59,7 @@
<name>video_%d</name> <name>video_%d</name>
<direction>sink</direction> <direction>sink</direction>
<presence>request</presence> <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>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -3,7 +3,7 @@
<description>Colored ASCII Art video sink</description> <description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename> <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename> <basename>libgstcacasink.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Cairo-based elements</description> <description>Cairo-based elements</description>
<filename>../../ext/cairo/.libs/libgstcairo.so</filename> <filename>../../ext/cairo/.libs/libgstcairo.so</filename>
<basename>libgstcairo.so</basename> <basename>libgstcairo.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Audio Cutter to split audio into non-silent bits</description> <description>Audio Cutter to split audio into non-silent bits</description>
<filename>../../gst/cutter/.libs/libgstcutter.so</filename> <filename>../../gst/cutter/.libs/libgstcutter.so</filename>
<basename>libgstcutter.so</basename> <basename>libgstcutter.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>elements for testing and debugging</description> <description>elements for testing and debugging</description>
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename> <filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
<basename>libgstdebug.so</basename> <basename>libgstdebug.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Deinterlacer</description> <description>Deinterlacer</description>
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename> <filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
<basename>libgstdeinterlace.so</basename> <basename>libgstdeinterlace.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description> <description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
<filename>../../ext/dv/.libs/libgstdv.so</filename> <filename>../../ext/dv/.libs/libgstdv.so</filename>
<basename>libgstdv.so</basename> <basename>libgstdv.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View 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> <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> <filename>../../gst/debugutils/.libs/libgstefence.so</filename>
<basename>libgstefence.so</basename> <basename>libgstefence.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>effect plugins from the effectv project</description> <description>effect plugins from the effectv project</description>
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename> <filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
<basename>libgsteffectv.so</basename> <basename>libgsteffectv.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>GStreamer audio equalizers</description> <description>GStreamer audio equalizers</description>
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename> <filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
<basename>libgstequalizer.so</basename> <basename>libgstequalizer.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>ESD Element Plugins</description> <description>ESD Element Plugins</description>
<filename>../../ext/esd/.libs/libgstesd.so</filename> <filename>../../ext/esd/.libs/libgstesd.so</filename>
<basename>libgstesd.so</basename> <basename>libgstesd.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>The FLAC Lossless compressor Codec</description> <description>The FLAC Lossless compressor Codec</description>
<filename>../../ext/flac/.libs/libgstflac.so</filename> <filename>../../ext/flac/.libs/libgstflac.so</filename>
<basename>libgstflac.so</basename> <basename>libgstflac.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>FLV muxing and demuxing plugin</description> <description>FLV muxing and demuxing plugin</description>
<filename>../../gst/flv/.libs/libgstflv.so</filename> <filename>../../gst/flv/.libs/libgstflv.so</filename>
<basename>libgstflv.so</basename> <basename>libgstflv.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>FLC/FLI/FLX video decoder</description> <description>FLC/FLI/FLX video decoder</description>
<filename>../../gst/flx/.libs/libgstflxdec.so</filename> <filename>../../gst/flx/.libs/libgstflxdec.so</filename>
<basename>libgstflxdec.so</basename> <basename>libgstflxdec.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>elements wrapping the GStreamer/GConf audio/video output settings</description> <description>elements wrapping the GStreamer/GConf audio/video output settings</description>
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename> <filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
<basename>libgstgconfelements.so</basename> <basename>libgstgconfelements.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>GdkPixbuf-based image decoder, scaler and sink</description> <description>GdkPixbuf-based image decoder, scaler and sink</description>
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename> <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
<basename>libgstgdkpixbuf.so</basename> <basename>libgstgdkpixbuf.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>GOOM visualization filter</description> <description>GOOM visualization filter</description>
<filename>../../gst/goom/.libs/libgstgoom.so</filename> <filename>../../gst/goom/.libs/libgstgoom.so</filename>
<basename>libgstgoom.so</basename> <basename>libgstgoom.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>GOOM 2k1 visualization filter</description> <description>GOOM 2k1 visualization filter</description>
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename> <filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
<basename>libgstgoom2k1.so</basename> <basename>libgstgoom2k1.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>RTP session management plugin library</description> <description>RTP session management plugin library</description>
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename> <filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
<basename>libgstrtpmanager.so</basename> <basename>libgstrtpmanager.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>elements wrapping the GStreamer/HAL audio input/output devices</description> <description>elements wrapping the GStreamer/HAL audio input/output devices</description>
<filename>../../ext/hal/.libs/libgsthalelements.so</filename> <filename>../../ext/hal/.libs/libgsthalelements.so</filename>
<basename>libgsthalelements.so</basename> <basename>libgsthalelements.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Demux ICY tags from a stream</description> <description>Demux ICY tags from a stream</description>
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename> <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
<basename>libgsticydemux.so</basename> <basename>libgsticydemux.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Demux ID3v1 and ID3v2 tags from a file</description> <description>Demux ID3v1 and ID3v2 tags from a file</description>
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename> <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
<basename>libgstid3demux.so</basename> <basename>libgstid3demux.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Still frame stream generator</description> <description>Still frame stream generator</description>
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename> <filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
<basename>libgstimagefreeze.so</basename> <basename>libgstimagefreeze.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Audio interleaver/deinterleaver</description> <description>Audio interleaver/deinterleaver</description>
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename> <filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
<basename>libgstinterleave.so</basename> <basename>libgstinterleave.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>JACK audio elements</description> <description>JACK audio elements</description>
<filename>../../ext/jack/.libs/libgstjack.so</filename> <filename>../../ext/jack/.libs/libgstjack.so</filename>
<basename>libgstjack.so</basename> <basename>libgstjack.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>JPeg plugin library</description> <description>JPeg plugin library</description>
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename> <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
<basename>libgstjpeg.so</basename> <basename>libgstjpeg.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Audio level plugin</description> <description>Audio level plugin</description>
<filename>../../gst/level/.libs/libgstlevel.so</filename> <filename>../../gst/level/.libs/libgstlevel.so</filename>
<basename>libgstlevel.so</basename> <basename>libgstlevel.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Matroska and WebM stream handling</description> <description>Matroska and WebM stream handling</description>
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename> <filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
<basename>libgstmatroska.so</basename> <basename>libgstmatroska.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>
@ -65,7 +65,7 @@
<name>video_%d</name> <name>video_%d</name>
<direction>sink</direction> <direction>sink</direction>
<presence>request</presence> <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>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -3,7 +3,7 @@
<description>MuLaw audio conversion routines</description> <description>MuLaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstmulaw.so</filename> <filename>../../gst/law/.libs/libgstmulaw.so</filename>
<basename>libgstmulaw.so</basename> <basename>libgstmulaw.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Reads/Writes buffers from/to sequentially named files</description> <description>Reads/Writes buffers from/to sequentially named files</description>
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename> <filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
<basename>libgstmultifile.so</basename> <basename>libgstmultifile.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>multipart stream manipulation</description> <description>multipart stream manipulation</description>
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename> <filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
<basename>libgstmultipart.so</basename> <basename>libgstmultipart.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Template for a video filter</description> <description>Template for a video filter</description>
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename> <filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
<basename>libgstnavigationtest.so</basename> <basename>libgstnavigationtest.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Open Sound System (OSS) version 4 support for GStreamer</description> <description>Open Sound System (OSS) version 4 support for GStreamer</description>
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename> <filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
<basename>libgstoss4audio.so</basename> <basename>libgstoss4audio.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>OSS (Open Sound System) support for GStreamer</description> <description>OSS (Open Sound System) support for GStreamer</description>
<filename>../../sys/oss/.libs/libgstossaudio.so</filename> <filename>../../sys/oss/.libs/libgstossaudio.so</filename>
<basename>libgstossaudio.so</basename> <basename>libgstossaudio.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>PNG plugin library</description> <description>PNG plugin library</description>
<filename>../../ext/libpng/.libs/libgstpng.so</filename> <filename>../../ext/libpng/.libs/libgstpng.so</filename>
<basename>libgstpng.so</basename> <basename>libgstpng.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>PulseAudio plugin library</description> <description>PulseAudio plugin library</description>
<filename>../../ext/pulse/.libs/libgstpulse.so</filename> <filename>../../ext/pulse/.libs/libgstpulse.so</filename>
<basename>libgstpulse.so</basename> <basename>libgstpulse.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,14 +3,14 @@
<description>Quicktime support</description> <description>Quicktime support</description>
<filename>../../gst/quicktime/.libs/libgstquicktime.so</filename> <filename>../../gst/quicktime/.libs/libgstquicktime.so</filename>
<basename>libgstquicktime.so</basename> <basename>libgstquicktime.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
<name>gppmux</name> <name>3gppmux</name>
<longname>3GPP Muxer</longname> <longname>3GPP Muxer</longname>
<class>Codec/Muxer</class> <class>Codec/Muxer</class>
<description>Multiplex audio and video into a 3GPP file</description> <description>Multiplex audio and video into a 3GPP file</description>
@ -36,6 +36,33 @@
</caps> </caps>
</pads> </pads>
</element> </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> <element>
<name>ismlmux</name> <name>ismlmux</name>
<longname>ISML Muxer</longname> <longname>ISML Muxer</longname>
@ -208,4 +235,4 @@
</pads> </pads>
</element> </element>
</elements> </elements>
</plugin> </plugin>

View file

@ -3,7 +3,7 @@
<description>ReplayGain volume normalization</description> <description>ReplayGain volume normalization</description>
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename> <filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
<basename>libgstreplaygain.so</basename> <basename>libgstreplaygain.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Real-time protocol plugins</description> <description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename> <filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename> <basename>libgstrtp.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>transfer data via RTSP</description> <description>transfer data via RTSP</description>
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename> <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
<basename>libgstrtsp.so</basename> <basename>libgstrtsp.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Shape Wipe transition filter</description> <description>Shape Wipe transition filter</description>
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename> <filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
<basename>libgstshapewipe.so</basename> <basename>libgstshapewipe.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Sends data to an icecast server using libshout2</description> <description>Sends data to an icecast server using libshout2</description>
<filename>../../ext/shout2/.libs/libgstshout2.so</filename> <filename>../../ext/shout2/.libs/libgstshout2.so</filename>
<basename>libgstshout2.so</basename> <basename>libgstshout2.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>libshout2</package> <package>libshout2</package>

View file

@ -3,7 +3,7 @@
<description>Apply the standard SMPTE transitions on video images</description> <description>Apply the standard SMPTE transitions on video images</description>
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename> <filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
<basename>libgstsmpte.so</basename> <basename>libgstsmpte.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>libsoup HTTP client src</description> <description>libsoup HTTP client src</description>
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename> <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
<basename>libgstsouphttpsrc.so</basename> <basename>libgstsouphttpsrc.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Run an FFT on the audio signal, output spectrum data</description> <description>Run an FFT on the audio signal, output spectrum data</description>
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename> <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
<basename>libgstspectrum.so</basename> <basename>libgstspectrum.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Speex plugin library</description> <description>Speex plugin library</description>
<filename>../../ext/speex/.libs/libgstspeex.so</filename> <filename>../../ext/speex/.libs/libgstspeex.so</filename>
<basename>libgstspeex.so</basename> <basename>libgstspeex.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,10 +3,10 @@
<description>Tag writing plug-in based on taglib</description> <description>Tag writing plug-in based on taglib</description>
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename> <filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
<basename>libgsttaglib.so</basename> <basename>libgsttaglib.so</basename>
<version>0.10.28.1</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins prerelease</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,7 +3,7 @@
<description>transfer data via UDP</description> <description>transfer data via UDP</description>
<filename>../../gst/udp/.libs/libgstudp.so</filename> <filename>../../gst/udp/.libs/libgstudp.so</filename>
<basename>libgstudp.so</basename> <basename>libgstudp.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>elements for Video 4 Linux</description> <description>elements for Video 4 Linux</description>
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename> <filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
<basename>libgstvideo4linux2.so</basename> <basename>libgstvideo4linux2.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>
@ -18,21 +18,6 @@
<pads> <pads>
</pads> </pads>
</element> </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> <element>
<name>v4l2src</name> <name>v4l2src</name>
<longname>Video (video4linux2) Source</longname> <longname>Video (video4linux2) Source</longname>

View file

@ -3,7 +3,7 @@
<description>resizes a video by adding borders or cropping</description> <description>resizes a video by adding borders or cropping</description>
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename> <filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
<basename>libgstvideobox.so</basename> <basename>libgstvideobox.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Crops video into a user-defined region</description> <description>Crops video into a user-defined region</description>
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename> <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
<basename>libgstvideocrop.so</basename> <basename>libgstvideocrop.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Video filters plugin</description> <description>Video filters plugin</description>
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename> <filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
<basename>libgstvideofilter.so</basename> <basename>libgstvideofilter.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Video mixer</description> <description>Video mixer</description>
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename> <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
<basename>libgstvideomixer.so</basename> <basename>libgstvideomixer.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Encode raw audio into WAV</description> <description>Encode raw audio into WAV</description>
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename> <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
<basename>libgstwavenc.so</basename> <basename>libgstwavenc.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Wavpack lossless/lossy audio format handling</description> <description>Wavpack lossless/lossy audio format handling</description>
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
<basename>libgstwavpack.so</basename> <basename>libgstwavpack.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Parse a .wav file into raw audio</description> <description>Parse a .wav file into raw audio</description>
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename> <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
<basename>libgstwavparse.so</basename> <basename>libgstwavparse.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>X11 video input plugin using standard Xlib calls</description> <description>X11 video input plugin using standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename> <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
<basename>libgstximagesrc.so</basename> <basename>libgstximagesrc.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -3,7 +3,7 @@
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description> <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename> <filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
<basename>libgsty4menc.so</basename> <basename>libgsty4menc.so</basename>
<version>0.10.28.2</version> <version>0.10.28.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins prerelease</package> <package>GStreamer Good Plug-ins prerelease</package>

View file

@ -6,10 +6,10 @@
# #
msgid "" msgid ""
msgstr "" 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" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2011-04-16 16:25+0100\n" "POT-Creation-Date: 2011-04-27 12:13+0100\n"
"PO-Revision-Date: 2011-01-15 16:44+0200\n" "PO-Revision-Date: 2011-04-26 22:35+0300\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n" "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
"Language: bg\n" "Language: bg\n"
@ -22,7 +22,7 @@ msgid "Could not establish connection to sound server"
msgstr "Не може да се осъществи връзка към звуковия сървър." msgstr "Не може да се осъществи връзка към звуковия сървър."
msgid "Failed to query sound server capabilities" msgid "Failed to query sound server capabilities"
msgstr "Неуспех при запитването за възможностите на звуковия сървър." msgstr "Неуспешно запитване за възможностите на звуковия сървър."
#. TRANSLATORS: 'song title' by 'artist name' #. TRANSLATORS: 'song title' by 'artist name'
#, c-format #, c-format
@ -33,7 +33,7 @@ msgid "Internal data stream error."
msgstr "Вътрешна грешка на потока от данни." msgstr "Вътрешна грешка на потока от данни."
msgid "Failed to decode JPEG image" msgid "Failed to decode JPEG image"
msgstr "Неуспех при декодиране на изображение, формат JPEG." msgstr "Неуспешно декодиране на изображение, формат JPEG."
msgid "Could not connect to server" msgid "Could not connect to server"
msgstr "Не може да се осъществи връзка към сървър." msgstr "Не може да се осъществи връзка към сървър."
@ -560,16 +560,15 @@ msgstr "Неуспешно запитване за атрибутите за в
#, c-format #, c-format
msgid "Failed to get setting of tuner %d on device '%s'." msgid "Failed to get setting of tuner %d on device '%s'."
msgstr "" msgstr "Неуспешно получаване на настройките на тунер %d на устройство „%s“."
"Неуспех при получаването на настройките на тунер %d на устройство „%s“."
#, c-format #, c-format
msgid "Failed to query norm on device '%s'." msgid "Failed to query norm on device '%s'."
msgstr "Неуспех при запитването за нормата на устройство „%s“." msgstr "Неуспешно запитване за нормата на устройство „%s“."
#, c-format #, c-format
msgid "Failed getting controls attributes on device '%s'." msgid "Failed getting controls attributes on device '%s'."
msgstr "Неуспех при получаването на контролните атрибути на устройството „%s“." msgstr "Неуспешно получаване на контролните атрибути на устройството „%s“."
#, c-format #, c-format
msgid "Cannot identify device '%s'." msgid "Cannot identify device '%s'."
@ -593,53 +592,49 @@ msgstr "Устройството „%s“ не е изходно устройс
#, c-format #, c-format
msgid "Failed to set norm for device '%s'." msgid "Failed to set norm for device '%s'."
msgstr "Неуспех при задаване на нормата на устройство „%s“." msgstr "Неуспешно задаване на нормата на устройство „%s“."
#, c-format #, c-format
msgid "Failed to get current tuner frequency for device '%s'." msgid "Failed to get current tuner frequency for device '%s'."
msgstr "" msgstr ""
"Неуспех при получаването на текущата настройка на честотата за устройство " "Неуспешно получаване на текущата настройка на честотата за устройство „%s“."
"„%s“."
#, c-format #, c-format
msgid "Failed to set current tuner frequency for device '%s' to %lu Hz." msgid "Failed to set current tuner frequency for device '%s' to %lu Hz."
msgstr "" msgstr ""
"Неуспех при задаването на текущата настройка на честотата на устройство „%s“ " "Неуспешно задаване на текущата настройка на честотата на устройство „%s“ да "
"да е %lu Hz." "е %lu Hz."
#, c-format #, c-format
msgid "Failed to get signal strength for device '%s'." msgid "Failed to get signal strength for device '%s'."
msgstr "Неуспех при получаването на силата на сигнала на устройство „%s“." msgstr "Неуспешно получаване на силата на сигнала на устройство „%s“."
#, c-format #, c-format
msgid "Failed to get value for control %d on device '%s'." msgid "Failed to get value for control %d on device '%s'."
msgstr "" msgstr "Неуспешно получаване на стойността на контрол %d на устройство „%s“."
"Неуспех при получаването на стойността на контрол %d на устройство „%s“."
#, c-format #, c-format
msgid "Failed to set value %d for control %d on device '%s'." msgid "Failed to set value %d for control %d on device '%s'."
msgstr "" msgstr "Неуспешно задаване на стойността %d на контрол %d на устройство „%s“."
"Неуспех при задаването на стойността %d на контрол %d на устройство „%s“."
#, c-format #, c-format
msgid "Failed to get current input on device '%s'. May be it is a radio device" msgid "Failed to get current input on device '%s'. May be it is a radio device"
msgstr "" msgstr ""
"Неуспех при получаването на текущия вход на устройство „%s“. Може би е радио." "Неуспешно получаване на текущия вход на устройство „%s“. Може би е радио."
#, c-format #, c-format
msgid "Failed to set input %d on device %s." msgid "Failed to set input %d on device %s."
msgstr "Неуспех при задаването на вход %d на устройство „%s“." msgstr "Неуспешно задаване на вход %d на устройство „%s“."
#, c-format #, c-format
msgid "" msgid ""
"Failed to get current output on device '%s'. May be it is a radio device" "Failed to get current output on device '%s'. May be it is a radio device"
msgstr "" msgstr ""
"Неуспех при получаването на текущия изход на устройство „%s“. Може би е " "Неуспешно получаване на текущия изход на устройство „%s“. Може би е радио."
"радио."
#, c-format #, c-format
msgid "Failed to set output %d on device %s." msgid "Failed to set output %d on device %s."
msgstr "Неуспех при задаването на изход %d на устройство „%s“." msgstr "Неуспешно задаване на изход %d на устройство „%s“."
#, c-format #, c-format
msgid "Could not enqueue buffers in device '%s'." msgid "Could not enqueue buffers in device '%s'."
@ -647,7 +642,7 @@ msgstr "Буферите в устройство „%s“ не могат да
#, c-format #, c-format
msgid "Failed trying to get video frames from device '%s'." msgid "Failed trying to get video frames from device '%s'."
msgstr "Неуспех при опита за получаване на видео кадрите от устройство „%s“." msgstr "Неуспешен опит за получаване на видео кадрите от устройство „%s“."
#, c-format #, c-format
msgid "Failed after %d tries. device %s. system error: %s" msgid "Failed after %d tries. device %s. system error: %s"

218
po/ja.po
View file

@ -2,13 +2,13 @@
# This file is put in the public domain. # This file is put in the public domain.
# #
# Takao Fujiwara <takao.fujiwara@sun.com>, 2006. # Takao Fujiwara <takao.fujiwara@sun.com>, 2006.
# Makoto Kato <makoto.kt@gmail.com>, 2009. # Makoto Kato <makoto.kt@gmail.com>, 2009-2011.
msgid "" msgid ""
msgstr "" 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" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2011-01-07 01:15+0000\n" "POT-Creation-Date: 2011-04-27 12:13+0100\n"
"PO-Revision-Date: 2009-06-01 19:29+0900\n" "PO-Revision-Date: 2011-04-26 20:15+0900\n"
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n" "Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
"Language: ja\n" "Language: ja\n"
@ -38,30 +38,27 @@ msgstr "JPEG画像のデコードに失敗しました"
msgid "Could not connect to server" msgid "Could not connect to server"
msgstr "サーバーへ接続できません" msgstr "サーバーへ接続できません"
#, fuzzy
msgid "Server does not support seeking." msgid "Server does not support seeking."
msgstr "デバイス '%s' はビデオキャプチャをサポートしていません" msgstr "サーバーはシークをサポートしていません。"
#, fuzzy
msgid "Could not resolve server name." msgid "Could not resolve server name."
msgstr "サーバーへ接続できません" msgstr "サーバー名を解決できません。"
#, fuzzy
msgid "Could not establish connection to server." msgid "Could not establish connection to server."
msgstr "サウンドサーバーへの接続に失敗しました" msgstr "サーバーへの接続を確立できません。"
msgid "Secure connection setup failed." msgid "Secure connection setup failed."
msgstr "" msgstr "セキュア接続のセットアップに失敗しました。"
msgid "" msgid ""
"A network error occured, or the server closed the connection unexpectedly." "A network error occured, or the server closed the connection unexpectedly."
msgstr "" msgstr "ネットワークエラーが発生したか、サーバーが予期せず接続を閉じました。"
msgid "Server sent bad data." msgid "Server sent bad data."
msgstr "" msgstr ""
msgid "No URL set." msgid "No URL set."
msgstr "" msgstr "URLが指定されていません。"
# SUN REVIEWED # SUN REVIEWED
msgid "No or invalid input audio, AVI stream will be corrupt." 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 "このファイルは壊れているため再生することができません" msgstr "このファイルは壊れているため再生することができません"
msgid "Invalid atom size." msgid "Invalid atom size."
msgstr "" msgstr "不正なアトムサイズ"
msgid "This file is incomplete and cannot be played." msgid "This file is incomplete and cannot be played."
msgstr "このファイルは正常ではないため、再生することができません" msgstr "このファイルは正常ではないため、再生することができません"
@ -108,7 +105,7 @@ msgstr ""
"インをインストールする必要があるかもしれません。" "インをインストールする必要があるかもしれません。"
msgid "Internal data flow error." msgid "Internal data flow error."
msgstr "内部データフローエラー" msgstr "内部データフローエラー"
# SUN REVIEWED # SUN REVIEWED
msgid "Volume" msgid "Volume"
@ -238,16 +235,19 @@ msgstr ""
msgid "Could not open audio device for recording." msgid "Could not open audio device for recording."
msgstr "音声デバイスを録音用に開くことができません。" msgstr "音声デバイスを録音用に開くことができません。"
# SUN REVIEWED
msgid "Could not open audio device for mixer control handling." msgid "Could not open audio device for mixer control handling."
msgstr "ミキサーがコントロールするオーディオデバイスを開くことができません。" msgstr "音声デバイスをミキサーコントロール用に開くことができません。"
msgid "" msgid ""
"Could not open audio device for mixer control handling. This version of the " "Could not open audio device for mixer control handling. This version of the "
"Open Sound System is not supported by this element." "Open Sound System is not supported by this element."
msgstr "" msgstr ""
"ミキサーコントロール用にオーディオデバイスを開くことができませんでした。Open "
"Sound Systemのこのバージョンではこの要素によってサポートされていません。"
msgid "Master" msgid "Master"
msgstr "" msgstr "マスタ"
msgid "Front" msgid "Front"
msgstr "フロント" msgstr "フロント"
@ -258,102 +258,95 @@ msgstr "リア"
msgid "Headphones" msgid "Headphones"
msgstr "ヘッドフォン" msgstr "ヘッドフォン"
#, fuzzy
msgid "Center" msgid "Center"
msgstr "センター / LFE" msgstr "センター"
msgid "LFE" msgid "LFE"
msgstr "" msgstr "LFE"
#, fuzzy
msgid "Surround" msgid "Surround"
msgstr "サラウンドサウンド" msgstr "サラウンド"
msgid "Side" msgid "Side"
msgstr "サイド" msgstr "サイド"
# SUN REVIEWED
#, fuzzy
msgid "Built-in Speaker" msgid "Built-in Speaker"
msgstr "スピーカ" msgstr "ビルトインスピーカ"
msgid "AUX 1 Out" msgid "AUX 1 Out"
msgstr "" msgstr "AUX 1出力"
msgid "AUX 2 Out" msgid "AUX 2 Out"
msgstr "" msgstr "AUX 2出力"
msgid "AUX Out" msgid "AUX Out"
msgstr "" msgstr "AUX出力"
msgid "3D Depth" msgid "3D Depth"
msgstr "" msgstr ""
msgid "3D Center" msgid "3D Center"
msgstr "" msgstr "3Dセンター"
msgid "3D Enhance" msgid "3D Enhance"
msgstr "" msgstr ""
#, fuzzy
msgid "Telephone" msgid "Telephone"
msgstr "ヘッドフォン" msgstr "電話"
msgid "Line Out" msgid "Line Out"
msgstr "" msgstr "ライン出力"
#, fuzzy
msgid "Line In" msgid "Line In"
msgstr "ライン入力" msgstr "ライン入力"
msgid "Internal CD" msgid "Internal CD"
msgstr "" msgstr "内蔵CD"
msgid "Video In" msgid "Video In"
msgstr "" msgstr "ビデオ入力"
msgid "AUX 1 In" msgid "AUX 1 In"
msgstr "" msgstr "AUX 1入力"
msgid "AUX 2 In" msgid "AUX 2 In"
msgstr "" msgstr "AUX 2入力"
msgid "AUX In" msgid "AUX In"
msgstr "" msgstr "AUX入力"
msgid "Record Gain" msgid "Record Gain"
msgstr "" msgstr "録音ゲイン"
msgid "Output Gain" msgid "Output Gain"
msgstr "" msgstr "出力ゲイン"
#, fuzzy
msgid "Microphone Boost" msgid "Microphone Boost"
msgstr "マイクロフォン" msgstr "マイクロフォンブースト"
msgid "Loopback" msgid "Loopback"
msgstr "" msgstr "ループバック"
msgid "Diagnostic" msgid "Diagnostic"
msgstr "" msgstr ""
msgid "Bass Boost" msgid "Bass Boost"
msgstr "" msgstr "低音ブースト"
msgid "Playback Ports" msgid "Playback Ports"
msgstr "" msgstr "プレイバックポート"
msgid "Input" msgid "Input"
msgstr "入力" msgstr "入力"
msgid "Record Source" msgid "Record Source"
msgstr "" msgstr "録音ソース"
msgid "Monitor Source" msgid "Monitor Source"
msgstr "" msgstr "モニターソース"
msgid "Keyboard Beep" msgid "Keyboard Beep"
msgstr "" msgstr "キーボードビープ音"
msgid "Simulate Stereo" msgid "Simulate Stereo"
msgstr "" msgstr ""
@ -361,81 +354,74 @@ msgstr ""
msgid "Stereo" msgid "Stereo"
msgstr "ステレオ" msgstr "ステレオ"
#, fuzzy
msgid "Surround Sound" msgid "Surround Sound"
msgstr "サラウンドサウンド" msgstr "サラウンドサウンド"
#, fuzzy
msgid "Microphone Gain" msgid "Microphone Gain"
msgstr "マイクロフォン" msgstr "マイクロフォンゲイン"
msgid "Speaker Source" msgid "Speaker Source"
msgstr "" msgstr "スピーカソース"
#, fuzzy
msgid "Microphone Source" msgid "Microphone Source"
msgstr "マイクロフォン" msgstr "マイクロフォンソース"
msgid "Jack" msgid "Jack"
msgstr "" msgstr "ジャック"
msgid "Center / LFE" msgid "Center / LFE"
msgstr "センター / LFE" msgstr "センター / LFE"
#, fuzzy
msgid "Stereo Mix" msgid "Stereo Mix"
msgstr "ステレオ" msgstr "ステレオミックス"
msgid "Mono Mix" msgid "Mono Mix"
msgstr "" msgstr "モノラルミックス"
#, fuzzy
msgid "Input Mix" msgid "Input Mix"
msgstr "入力ミックス" msgstr "入力ミックス"
msgid "SPDIF In" msgid "SPDIF In"
msgstr "" msgstr "SPDIF入力"
msgid "SPDIF Out" msgid "SPDIF Out"
msgstr "" msgstr "SPDIF出力"
#, fuzzy
msgid "Microphone 1" msgid "Microphone 1"
msgstr "マイクロフォン" msgstr "マイクロフォン1"
#, fuzzy
msgid "Microphone 2" msgid "Microphone 2"
msgstr "マイクロフォン" msgstr "マイクロフォン2"
msgid "Digital Out" msgid "Digital Out"
msgstr "" msgstr "デジタル出力"
msgid "Digital In" msgid "Digital In"
msgstr "" msgstr "デジタル入力"
msgid "HDMI" msgid "HDMI"
msgstr "" msgstr "HDMI"
msgid "Modem" msgid "Modem"
msgstr "" msgstr "モデム"
msgid "Handset" msgid "Handset"
msgstr "" msgstr "ヘッドセット"
msgid "Other" msgid "Other"
msgstr "" msgstr "その他"
msgid "None" msgid "None"
msgstr "" msgstr "なし"
msgid "On" msgid "On"
msgstr "On" msgstr "オン"
msgid "Off" msgid "Off"
msgstr "Off" msgstr "オフ"
msgid "Mute" msgid "Mute"
msgstr "" msgstr "ミュート"
msgid "Fast" msgid "Fast"
msgstr "" msgstr ""
@ -446,130 +432,104 @@ msgstr ""
#. TRANSLATORS: "Low" is a quality setting here #. TRANSLATORS: "Low" is a quality setting here
msgid "Low" msgid "Low"
msgstr "低音" msgstr ""
#. TRANSLATORS: "Medium" is a quality setting here #. TRANSLATORS: "Medium" is a quality setting here
msgid "Medium" msgid "Medium"
msgstr "中音" msgstr ""
#. TRANSLATORS: "High" is a quality setting here #. TRANSLATORS: "High" is a quality setting here
msgid "High" msgid "High"
msgstr "高音" msgstr ""
#. TRANSLATORS: "Very High" is a quality setting here #. TRANSLATORS: "Very High" is a quality setting here
#, fuzzy
msgid "Very High" msgid "Very High"
msgstr "高音" msgstr ""
#. TRANSLATORS: "Production" is a quality setting here #. TRANSLATORS: "Production" is a quality setting here
msgid "Production" msgid "Production"
msgstr "プロダクション" msgstr ""
#, fuzzy
msgid "Front Panel Microphone" msgid "Front Panel Microphone"
msgstr "フロントパネルのマイクロフォン" msgstr "フロントパネルのマイクロフォン"
#, fuzzy
msgid "Front Panel Line In" msgid "Front Panel Line In"
msgstr "ロントパネルのライン入力" msgstr "ロントパネルのライン入力"
#, fuzzy
msgid "Front Panel Headphones" msgid "Front Panel Headphones"
msgstr "フロントパネルのヘッドフォン" msgstr "フロントパネルのヘッドフォン"
#, fuzzy
msgid "Front Panel Line Out" msgid "Front Panel Line Out"
msgstr "プロントパネルのライン入力" msgstr "フロントパネルのライン出力"
#, fuzzy
msgid "Green Connector" msgid "Green Connector"
msgstr "緑色コネクタ" msgstr "緑色コネクタ"
#, fuzzy
msgid "Pink Connector" msgid "Pink Connector"
msgstr "ピンク色コネクタ" msgstr "ピンク色コネクタ"
#, fuzzy
msgid "Blue Connector" msgid "Blue Connector"
msgstr "青色コネクタ" msgstr "青色コネクタ"
#, fuzzy
msgid "White Connector" msgid "White Connector"
msgstr "白色コネクタ" msgstr "白色コネクタ"
#, fuzzy
msgid "Black Connector" msgid "Black Connector"
msgstr "黒色コネクタ" msgstr "黒色コネクタ"
#, fuzzy
msgid "Gray Connector" msgid "Gray Connector"
msgstr "グレー色コネクタ" msgstr "グレー色コネクタ"
#, fuzzy
msgid "Orange Connector" msgid "Orange Connector"
msgstr "オレンジ色コネクタ" msgstr "オレンジ色コネクタ"
#, fuzzy
msgid "Red Connector" msgid "Red Connector"
msgstr "赤色コネクタ" msgstr "赤色コネクタ"
#, fuzzy
msgid "Yellow Connector" msgid "Yellow Connector"
msgstr "黄色コネクタ" msgstr "黄色コネクタ"
#, fuzzy
msgid "Green Front Panel Connector" msgid "Green Front Panel Connector"
msgstr "緑色のフロントパネルのコネクタ" msgstr ""
#, fuzzy
msgid "Pink Front Panel Connector" msgid "Pink Front Panel Connector"
msgstr "ピンク色のフロントパネルコネクタ" msgstr ""
#, fuzzy
msgid "Blue Front Panel Connector" msgid "Blue Front Panel Connector"
msgstr "緑色のフロントパネルのコネクタ" msgstr ""
#, fuzzy
msgid "White Front Panel Connector" msgid "White Front Panel Connector"
msgstr "ピンク色のフロントパネルコネクタ" msgstr ""
#, fuzzy
msgid "Black Front Panel Connector" msgid "Black Front Panel Connector"
msgstr "ピンク色のフロントパネルコネクタ" msgstr ""
#, fuzzy
msgid "Gray Front Panel Connector" msgid "Gray Front Panel Connector"
msgstr "緑色のフロントパネルのコネクタ" msgstr ""
#, fuzzy
msgid "Orange Front Panel Connector" msgid "Orange Front Panel Connector"
msgstr "緑色のフロントパネルのコネクタ" msgstr ""
#, fuzzy
msgid "Red Front Panel Connector" msgid "Red Front Panel Connector"
msgstr "緑色のフロントパネルのコネクタ" msgstr ""
#, fuzzy
msgid "Yellow Front Panel Connector" msgid "Yellow Front Panel Connector"
msgstr "緑色のフロントパネルのコネクタ" msgstr ""
msgid "Spread Output" msgid "Spread Output"
msgstr "" msgstr ""
msgid "Downmix" msgid "Downmix"
msgstr "" msgstr "ダウンミックス"
#, fuzzy
msgid "Virtual Mixer Input" msgid "Virtual Mixer Input"
msgstr "仮想ミキサー入力" msgstr "仮想ミキサー入力"
#, fuzzy
msgid "Virtual Mixer Output" msgid "Virtual Mixer Output"
msgstr "仮想ミキサー出力" msgstr "仮想ミキサー出力"
#, fuzzy
msgid "Virtual Mixer Channels" msgid "Virtual Mixer Channels"
msgstr "仮想ミキサー入力" msgstr "仮想ミキサーチャンネル"
#. TRANSLATORS: name + number of a volume mixer control #. TRANSLATORS: name + number of a volume mixer control
#, c-format #, c-format
@ -581,31 +541,33 @@ msgstr ""
msgid "%s Function" msgid "%s Function"
msgstr "" msgstr ""
#, fuzzy
msgid "" msgid ""
"Could not open audio device for playback. This version of the Open Sound " "Could not open audio device for playback. This version of the Open Sound "
"System is not supported by this element." "System is not supported by this element."
msgstr "" msgstr ""
"プレイバック用にオーディオデバイスを開くことができませんでした。この Open " "再生用にオーディオデバイスを開くことができませんでした。デバイスを開くための"
"Sound System のバージョンはこのエレメントによってサポートされません。" "権限がありません。"
msgid "Playback is not supported by this audio device." msgid "Playback is not supported by this audio device."
msgstr "プレイバックはこのオーディオデバイスによってサポートされません。" msgstr ""
msgid "Audio playback error." msgid "Audio playback error."
msgstr "オーディオプレイバックエラー" msgstr ""
msgid "Recording is not supported by this audio device." msgid "Recording is not supported by this audio device."
msgstr "録音はこのオーディオデバイスによってサポートされません。" msgstr "このオーディオデバイスによって録音はサポートされていません。"
#, fuzzy
msgid "Error recording from audio device." msgid "Error recording from audio device."
msgstr "オーディオデバイスからの録音時にエラーが発生しました。" msgstr "デバイス %2$s から %1$d バイト読み込み時にエラーが発生しました。"
# SUN REVIEWED # SUN REVIEWED
msgid "Gain" msgid "Gain"
msgstr "ゲイン" msgstr "ゲイン"
msgid "Headphone" msgid "Headphone"
msgstr "" msgstr "ヘッドフォン"
#, c-format #, c-format
msgid "Error reading %d bytes from device '%s'." msgid "Error reading %d bytes from device '%s'."
@ -660,9 +622,9 @@ msgstr "デバイス '%s' を読み取り用と書き込み用に開くことが
msgid "Device '%s' is not a capture device." msgid "Device '%s' is not a capture device."
msgstr "デバイス '%s' はキャプチャデバイスではありません" msgstr "デバイス '%s' はキャプチャデバイスではありません"
#, fuzzy, c-format #, c-format
msgid "Device '%s' is not a output device." msgid "Device '%s' is not a output device."
msgstr "デバイス '%s' はキャプチャデバイスではありません" msgstr "デバイス '%s' は出力デバイスではありません"
#, c-format #, c-format
msgid "Failed to set norm for device '%s'." msgid "Failed to set norm for device '%s'."

View file

@ -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. # 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>, 2007, 2008, 2009, 2010, 2011.
# Freek de Kruijf <f.de.kruijf@gmail.com>, 2010.
msgid "" msgid ""
msgstr "" 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" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2011-01-07 01:15+0000\n" "POT-Creation-Date: 2011-04-27 12:13+0100\n"
"PO-Revision-Date: 2010-10-25 20:15+0200\n" "PO-Revision-Date: 2011-04-27 00:05+0200\n"
"Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n" "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
"Language: nl\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." msgstr "Dit bestand is beschadigd en kan niet afgespeeld worden."
msgid "Invalid atom size." msgid "Invalid atom size."
msgstr "" msgstr "Ongeldige \"atom\"-grootte."
msgid "This file is incomplete and cannot be played." msgid "This file is incomplete and cannot be played."
msgstr "Dit bestand is incompleet en kan niet afgespeeld worden." msgstr "Dit bestand is incompleet en kan niet afgespeeld worden."
@ -630,16 +629,16 @@ msgstr ""
msgid "Failed to set input %d on device %s." msgid "Failed to set input %d on device %s."
msgstr "Kan invoer %d op apparaat '%s' niet instellen." msgstr "Kan invoer %d op apparaat '%s' niet instellen."
#, fuzzy, c-format #, c-format
msgid "" msgid ""
"Failed to get current output on device '%s'. May be it is a radio device" "Failed to get current output on device '%s'. May be it is a radio device"
msgstr "" msgstr ""
"Kan de huidige instellingen van apparaat '%s' niet verkrijgen. Het is " "Kan de huidige uitvoer niet op apparaat '%s' krijgen. Het is mogelijk een "
"mogelijk een radio" "radio"
#, fuzzy, c-format #, c-format
msgid "Failed to set output %d on device %s." 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 #, c-format
msgid "Could not enqueue buffers in device '%s'." msgid "Could not enqueue buffers in device '%s'."

341
po/ru.po
View file

@ -1,20 +1,24 @@
# Translation for gst-plugins-good messages to Russian # Translation for gst-plugins-good messages to Russian
# This file is put in the public domain. # This file is put in the public domain.
#
# Артём Попов <artfwo@gmail.com>, 2009. # Артём Попов <artfwo@gmail.com>, 2009.
# Pavel Maryanov <acid_jack@ukr.net>, 2009. # Pavel Maryanov <acid_jack@ukr.net>, 2009.
# # Yuri Kozlov <yuray@komyakino.ru>, 2011.
msgid "" msgid ""
msgstr "" 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" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2011-01-07 01:15+0000\n" "POT-Creation-Date: 2011-04-27 12:13+0100\n"
"PO-Revision-Date: 2009-02-12 14:35+0200\n" "PO-Revision-Date: 2011-04-26 21:13+0400\n"
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n" "Language-Team: Russian <gnu@mx.ru>\n"
"Language: ru\n" "Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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" msgid "Could not establish connection to sound server"
msgstr "Не удалось установить соединение с сервером звука" msgstr "Не удалось установить соединение с сервером звука"
@ -25,7 +29,7 @@ msgstr "Ошибка при запросе возможностей сервер
#. TRANSLATORS: 'song title' by 'artist name' #. TRANSLATORS: 'song title' by 'artist name'
#, c-format #, c-format
msgid "'%s' by '%s'" msgid "'%s' by '%s'"
msgstr "" msgstr "«%s» исполняет «%s»"
msgid "Internal data stream error." msgid "Internal data stream error."
msgstr "Внутренняя ошибка потока данных." msgstr "Внутренняя ошибка потока данных."
@ -36,30 +40,27 @@ msgstr "Не удалось декодировать JPEG-изображение
msgid "Could not connect to server" msgid "Could not connect to server"
msgstr "Не удалось соединиться с сервером" msgstr "Не удалось соединиться с сервером"
#, fuzzy
msgid "Server does not support seeking." msgid "Server does not support seeking."
msgstr "Устройство «%s» не поддерживает захват видео" msgstr "Сервер не поддерживает поиск."
#, fuzzy
msgid "Could not resolve server name." msgid "Could not resolve server name."
msgstr "Не удалось соединиться с сервером" msgstr "Не удалось определить имя сервера."
#, fuzzy
msgid "Could not establish connection to server." msgid "Could not establish connection to server."
msgstr "Не удалось установить соединение с сервером звука" msgstr "Не удалось установить соединение с сервером."
msgid "Secure connection setup failed." msgid "Secure connection setup failed."
msgstr "" msgstr "Не удалось настроить защищённое соединение."
msgid "" msgid ""
"A network error occured, or the server closed the connection unexpectedly." "A network error occured, or the server closed the connection unexpectedly."
msgstr "" msgstr "Произошла сетевая ошибка или сервер неожиданно закрыл соединение."
msgid "Server sent bad data." msgid "Server sent bad data."
msgstr "" msgstr "Сервер прислал некорректные данные."
msgid "No URL set." msgid "No URL set."
msgstr "" msgstr "URL не задан."
msgid "No or invalid input audio, AVI stream will be corrupt." msgid "No or invalid input audio, AVI stream will be corrupt."
msgstr "" msgstr ""
@ -76,7 +77,7 @@ msgid "This file is corrupt and cannot be played."
msgstr "Файл повреждён и не может быть воспроизведён." msgstr "Файл повреждён и не может быть воспроизведён."
msgid "Invalid atom size." msgid "Invalid atom size."
msgstr "" msgstr "Неверный атомарный размер."
msgid "This file is incomplete and cannot be played." msgid "This file is incomplete and cannot be played."
msgstr "Файл не полон и не может быть воспроизведён." msgstr "Файл не полон и не может быть воспроизведён."
@ -93,12 +94,16 @@ msgid ""
"No supported stream was found. You might need to install a GStreamer RTSP " "No supported stream was found. You might need to install a GStreamer RTSP "
"extension plugin for Real media streams." "extension plugin for Real media streams."
msgstr "" msgstr ""
"Ни один поток не поддерживается. Возможно требуется установка "
"дополнительного модуля GStreamer RTSP для потоков Real media."
msgid "" msgid ""
"No supported stream was found. You might need to allow more transport " "No supported stream was found. You might need to allow more transport "
"protocols or may otherwise be missing the right GStreamer RTSP extension " "protocols or may otherwise be missing the right GStreamer RTSP extension "
"plugin." "plugin."
msgstr "" msgstr ""
"Ни один поток не поддерживается. Возможно требуется разрешить дополнительные "
"протоколы передачи или же отсутствует правильный модуль GStreamer RTSP."
msgid "Internal data flow error." msgid "Internal data flow error."
msgstr "Внутренняя ошибка потока данных." msgstr "Внутренняя ошибка потока данных."
@ -215,187 +220,173 @@ msgstr ""
"Не удалось открыть аудио-устройство для обработки параметров микшера. Данная " "Не удалось открыть аудио-устройство для обработки параметров микшера. Данная "
"версия Open Sound System не поддерживается этим элементом." "версия Open Sound System не поддерживается этим элементом."
#, fuzzy
msgid "Master" msgid "Master"
msgstr "Скорость" msgstr "Общий"
msgid "Front" msgid "Front"
msgstr "Фронт" msgstr "Фронтальные"
msgid "Rear" msgid "Rear"
msgstr "Тыл" msgstr "Тыловые"
msgid "Headphones" msgid "Headphones"
msgstr "Наушники" msgstr "Наушники"
#, fuzzy
msgid "Center" msgid "Center"
msgstr "Центр / Сабвуфер" msgstr "Центр"
msgid "LFE" msgid "LFE"
msgstr "" msgstr "Сабвуфер"
#, fuzzy
msgid "Surround" msgid "Surround"
msgstr "Объёмный звук" msgstr "Объёмный звук"
msgid "Side" msgid "Side"
msgstr "Боковые" msgstr "Боковые"
#, fuzzy
msgid "Built-in Speaker" msgid "Built-in Speaker"
msgstr "Внутренний динамик" msgstr "Внутренний динамик"
msgid "AUX 1 Out" msgid "AUX 1 Out"
msgstr "" msgstr "Выход AUX 1"
msgid "AUX 2 Out" msgid "AUX 2 Out"
msgstr "" msgstr "Выход AUX 2"
msgid "AUX Out" msgid "AUX Out"
msgstr "" msgstr "Выход AUX"
msgid "3D Depth" msgid "3D Depth"
msgstr "" msgstr "3D глубина"
msgid "3D Center" msgid "3D Center"
msgstr "" msgstr "3D центр"
msgid "3D Enhance" msgid "3D Enhance"
msgstr "" msgstr "3D улучшение"
#, fuzzy
msgid "Telephone" msgid "Telephone"
msgstr "Наушники" msgstr "Телефон"
msgid "Line Out" msgid "Line Out"
msgstr "" msgstr "Линейный выход"
#, fuzzy
msgid "Line In" msgid "Line In"
msgstr "Линейный вход" msgstr "Линейный вход"
msgid "Internal CD" msgid "Internal CD"
msgstr "" msgstr "Внутренний CD"
msgid "Video In" msgid "Video In"
msgstr "" msgstr "Видео вход"
msgid "AUX 1 In" msgid "AUX 1 In"
msgstr "" msgstr "Вход AUX 1"
msgid "AUX 2 In" msgid "AUX 2 In"
msgstr "" msgstr "Вход AUX 2"
msgid "AUX In" msgid "AUX In"
msgstr "" msgstr "Вход AUX"
msgid "Record Gain" msgid "Record Gain"
msgstr "" msgstr "Уровень записи"
msgid "Output Gain" msgid "Output Gain"
msgstr "" msgstr "Выходной уровень"
#, fuzzy
msgid "Microphone Boost" msgid "Microphone Boost"
msgstr "Микрофон" msgstr "Микрофонный усилитель"
msgid "Loopback" msgid "Loopback"
msgstr "" msgstr "Петля"
msgid "Diagnostic" msgid "Diagnostic"
msgstr "" msgstr "Диагностика"
msgid "Bass Boost" msgid "Bass Boost"
msgstr "" msgstr "Усиление баса"
msgid "Playback Ports" msgid "Playback Ports"
msgstr "" msgstr "Порты воспроизведения"
msgid "Input" msgid "Input"
msgstr "Вход" msgstr "Вход"
msgid "Record Source" msgid "Record Source"
msgstr "" msgstr "Устройство записи"
msgid "Monitor Source" msgid "Monitor Source"
msgstr "" msgstr "Устройство вывода"
msgid "Keyboard Beep" msgid "Keyboard Beep"
msgstr "" msgstr "Озвучка клавиатуры"
msgid "Simulate Stereo" msgid "Simulate Stereo"
msgstr "" msgstr "Имитация стерео"
msgid "Stereo" msgid "Stereo"
msgstr "Стерео" msgstr "Стерео"
#, fuzzy
msgid "Surround Sound" msgid "Surround Sound"
msgstr "Объёмный звук" msgstr "Объёмный звук"
#, fuzzy
msgid "Microphone Gain" msgid "Microphone Gain"
msgstr "Микрофон" msgstr "Уровень микрофона"
msgid "Speaker Source" msgid "Speaker Source"
msgstr "" msgstr "Устройство динамика"
#, fuzzy
msgid "Microphone Source" msgid "Microphone Source"
msgstr "Микрофон" msgstr "Устройство микрофона"
msgid "Jack" msgid "Jack"
msgstr "" msgstr "Jack"
msgid "Center / LFE" msgid "Center / LFE"
msgstr "Центр / Сабвуфер" msgstr "Центр / Сабвуфер"
#, fuzzy
msgid "Stereo Mix" msgid "Stereo Mix"
msgstr "Стерео" msgstr "Стерео микширование"
msgid "Mono Mix" msgid "Mono Mix"
msgstr "" msgstr "Моно микширование"
#, fuzzy
msgid "Input Mix" msgid "Input Mix"
msgstr "Уровень входа" msgstr "Микширование входа"
msgid "SPDIF In" msgid "SPDIF In"
msgstr "" msgstr "Вход SPDIF"
msgid "SPDIF Out" msgid "SPDIF Out"
msgstr "" msgstr "Выход SPDIF"
#, fuzzy
msgid "Microphone 1" msgid "Microphone 1"
msgstr "Микрофон" msgstr "Микрофон 1"
#, fuzzy
msgid "Microphone 2" msgid "Microphone 2"
msgstr "Микрофон" msgstr "Микрофон 2"
msgid "Digital Out" msgid "Digital Out"
msgstr "" msgstr "Цифровой выход"
msgid "Digital In" msgid "Digital In"
msgstr "" msgstr "Цифровой вход"
msgid "HDMI" msgid "HDMI"
msgstr "" msgstr "HDMI"
msgid "Modem" msgid "Modem"
msgstr "" msgstr "Модем"
msgid "Handset" msgid "Handset"
msgstr "" msgstr "Гарнитура"
msgid "Other" msgid "Other"
msgstr "" msgstr "Другой"
msgid "None" msgid "None"
msgstr "" msgstr "Ничего"
msgid "On" msgid "On"
msgstr "Вкл" msgstr "Вкл"
@ -404,14 +395,14 @@ msgid "Off"
msgstr "Выкл" msgstr "Выкл"
msgid "Mute" msgid "Mute"
msgstr "" msgstr "Заглушить"
msgid "Fast" msgid "Fast"
msgstr "Скорость" msgstr "Скорость"
#. TRANSLATORS: "Very Low" is a quality setting here #. TRANSLATORS: "Very Low" is a quality setting here
msgid "Very Low" msgid "Very Low"
msgstr "" msgstr "Очень низкое"
#. TRANSLATORS: "Low" is a quality setting here #. TRANSLATORS: "Low" is a quality setting here
msgid "Low" msgid "Low"
@ -426,129 +417,103 @@ msgid "High"
msgstr "Высокое" msgstr "Высокое"
#. TRANSLATORS: "Very High" is a quality setting here #. TRANSLATORS: "Very High" is a quality setting here
#, fuzzy
msgid "Very High" msgid "Very High"
msgstr "Очень высокое" msgstr "Очень высокое"
#. TRANSLATORS: "Production" is a quality setting here #. TRANSLATORS: "Production" is a quality setting here
msgid "Production" msgid "Production"
msgstr "Продукция" msgstr "Выдача"
#, fuzzy
msgid "Front Panel Microphone" msgid "Front Panel Microphone"
msgstr "Фронтальный микрофон" msgstr "Микрофон на передней панели"
#, fuzzy
msgid "Front Panel Line In" msgid "Front Panel Line In"
msgstr "Фронтальный линейный вход" msgstr "Линейный вход на передней панели"
#, fuzzy
msgid "Front Panel Headphones" msgid "Front Panel Headphones"
msgstr "Фронтальные наушники" msgstr "Наушники на передней панели"
#, fuzzy
msgid "Front Panel Line Out" msgid "Front Panel Line Out"
msgstr "Фронтальный линейный вход" msgstr "Линейный выход на передней панели"
#, fuzzy
msgid "Green Connector" msgid "Green Connector"
msgstr "Зелёный разъём" msgstr "Зелёный разъём"
#, fuzzy
msgid "Pink Connector" msgid "Pink Connector"
msgstr "Розовый разъём" msgstr "Розовый разъём"
#, fuzzy
msgid "Blue Connector" msgid "Blue Connector"
msgstr "Синий разъём" msgstr "Синий разъём"
#, fuzzy
msgid "White Connector" msgid "White Connector"
msgstr "Белый разъём" msgstr "Белый разъём"
#, fuzzy
msgid "Black Connector" msgid "Black Connector"
msgstr "Чёрный разъём" msgstr "Чёрный разъём"
#, fuzzy
msgid "Gray Connector" msgid "Gray Connector"
msgstr "Серый разъём" msgstr "Серый разъём"
#, fuzzy
msgid "Orange Connector" msgid "Orange Connector"
msgstr "Оранжевый разъём" msgstr "Оранжевый разъём"
#, fuzzy
msgid "Red Connector" msgid "Red Connector"
msgstr "Красный разъём" msgstr "Красный разъём"
#, fuzzy
msgid "Yellow Connector" msgid "Yellow Connector"
msgstr "Жёлтый разъём" msgstr "Жёлтый разъём"
#, fuzzy
msgid "Green Front Panel Connector" msgid "Green Front Panel Connector"
msgstr "Фронтальный зелёный разъём" msgstr "Зелёный разъём на передней панели"
#, fuzzy
msgid "Pink Front Panel Connector" msgid "Pink Front Panel Connector"
msgstr "Фронтальный розовый разъём" msgstr "Розовый разъём на передней панели"
#, fuzzy
msgid "Blue Front Panel Connector" msgid "Blue Front Panel Connector"
msgstr "Фронтальный синий разъём" msgstr "Синий разъём на передней панели"
#, fuzzy
msgid "White Front Panel Connector" msgid "White Front Panel Connector"
msgstr "Фронтальный белый разъём" msgstr "Белый разъём на передней панели"
#, fuzzy
msgid "Black Front Panel Connector" msgid "Black Front Panel Connector"
msgstr "Фронтальный чёрный разъём" msgstr "Чёрный разъём на передней панели"
#, fuzzy
msgid "Gray Front Panel Connector" msgid "Gray Front Panel Connector"
msgstr "Фронтальный серый разъём" msgstr "Серый разъём на передней панели"
#, fuzzy
msgid "Orange Front Panel Connector" msgid "Orange Front Panel Connector"
msgstr "Фронтальный оранжевый разъём" msgstr "Оранжевый разъём на передней панели"
#, fuzzy
msgid "Red Front Panel Connector" msgid "Red Front Panel Connector"
msgstr "Фронтальный красный разъём" msgstr "Красный разъём на передней панели"
#, fuzzy
msgid "Yellow Front Panel Connector" msgid "Yellow Front Panel Connector"
msgstr "Фронтальный жёлтый разъём" msgstr "Жёлтый разъём на передней панели"
msgid "Spread Output" msgid "Spread Output"
msgstr "" msgstr "Развёрнутый вывод"
msgid "Downmix" msgid "Downmix"
msgstr "" msgstr "Низведение"
#, fuzzy
msgid "Virtual Mixer Input" msgid "Virtual Mixer Input"
msgstr "Виртуальный вход микшера" msgstr "Вход виртуального микшера"
#, fuzzy
msgid "Virtual Mixer Output" msgid "Virtual Mixer Output"
msgstr "Виртуальный выход микшера" msgstr "Выход виртуального микшера"
#, fuzzy
msgid "Virtual Mixer Channels" msgid "Virtual Mixer Channels"
msgstr "Виртуальный вход микшера" msgstr "Каналы виртуального микшера"
#. TRANSLATORS: name + number of a volume mixer control #. TRANSLATORS: name + number of a volume mixer control
#, c-format #, c-format
msgid "%s %d Function" msgid "%s %d Function"
msgstr "" msgstr "Функция %s %d"
#. TRANSLATORS: name of a volume mixer control #. TRANSLATORS: name of a volume mixer control
#, c-format #, c-format
msgid "%s Function" msgid "%s Function"
msgstr "" msgstr "Функция %s"
msgid "" msgid ""
"Could not open audio device for playback. This version of the Open Sound " "Could not open audio device for playback. This version of the Open Sound "
@ -570,10 +535,10 @@ msgid "Error recording from audio device."
msgstr "Ошибка записи с аудио-устройства." msgstr "Ошибка записи с аудио-устройства."
msgid "Gain" msgid "Gain"
msgstr "Усиление" msgstr "Уровень"
msgid "Headphone" msgid "Headphone"
msgstr "" msgstr "Наушник"
#, c-format #, c-format
msgid "Error reading %d bytes from device '%s'." msgid "Error reading %d bytes from device '%s'."
@ -627,9 +592,9 @@ msgstr "Не удалось открыть устройство «%s» для ч
msgid "Device '%s' is not a capture device." msgid "Device '%s' is not a capture device."
msgstr "Устройство «%s» не является устройством захвата." msgstr "Устройство «%s» не является устройством захвата."
#, fuzzy, c-format #, c-format
msgid "Device '%s' is not a output device." msgid "Device '%s' is not a output device."
msgstr "Устройство «%s» не является устройством захвата." msgstr "Устройство «%s» не является устройством вывода."
#, c-format #, c-format
msgid "Failed to set norm for device '%s'." msgid "Failed to set norm for device '%s'."
@ -664,18 +629,18 @@ msgstr ""
#, c-format #, c-format
msgid "Failed to set input %d on device %s." msgid "Failed to set input %d on device %s."
msgstr "Не удалось выбрать вход %d для устройства %s" msgstr "Не удалось выбрать вход %d для устройства %s."
#, fuzzy, c-format #, c-format
msgid "" msgid ""
"Failed to get current output on device '%s'. May be it is a radio device" "Failed to get current output on device '%s'. May be it is a radio device"
msgstr "" msgstr ""
"Не удалось определить активный вход устройства «%s». Возможно, это радио-" "Не удалось определить активный выход устройства «%s». Возможно, это радио-"
"устройство" "устройство"
#, fuzzy, c-format #, c-format
msgid "Failed to set output %d on device %s." msgid "Failed to set output %d on device %s."
msgstr "Не удалось выбрать вход %d для устройства %s" msgstr "Не удалось выбрать выход %d для устройства %s."
#, c-format #, c-format
msgid "Could not enqueue buffers in device '%s'." msgid "Could not enqueue buffers in device '%s'."
@ -713,56 +678,10 @@ msgstr ""
msgid "Cannot operate without a clock" msgid "Cannot operate without a clock"
msgstr "Операция невозможна без часов" 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 "" #~ msgstr ""
#~ "Устройство «%s» не может осуществить захват при %d/%d кадрах в секунду" #~ "Не удалось создать список видео-форматов, с которыми может работать "
#~ "устройство «%s»"
#~ msgid "Could not set parameters on device '%s'"
#~ msgstr "Не удалось установить параметры устройства «%s»"
#~ msgid "Failed getting controls attributes on device '%s.'"
#~ msgstr "Ошибка получения атрибутов управления устройства «%s»."
#~ msgid "This file is encrypted and cannot be played."
#~ msgstr "Файл зашифрован и не может быть воспроизведён."
#~ msgid "Disc is not an Audio CD."
#~ msgstr "Диск не является аудио-CD."
#~ msgid "Could not read from CD."
#~ msgstr "Не удалось прочитать CD."
#~ msgid "Error stopping streaming capture from device '%s'."
#~ msgstr "Ошибка при остановке потокового захвата с устройства «%s»."
#~ msgid "Error starting streaming capture from device '%s'."
#~ msgstr "Ошибка при запуске потокового захвата с устройства «%s»."
#~ msgid "Could not get enough buffers from device '%s'."
#~ msgstr "Не удалось получить необходимое количество буферов устройства «%s»"
#~ msgid "Could not get buffers from device '%s'."
#~ msgstr "Не удалось получить буферы устройства «%s»"
#~ msgid "Device '%s' cannot capture in the specified format"
#~ msgstr "Устройство «%s» не может осуществлять захват в указанном формате"
#~ msgid "Device '%s' cannot capture at %dx%d"
#~ msgstr "Устройство «%s» не может осуществлять захват в разрешении %dx%d"
#~ msgid "No free buffers found in the pool at index %d."
#~ msgstr "В пуле не найдено свободных буферов для индекса %d."
#~ msgid "insufficient memory to enqueue a user pointer buffer. device %s."
#~ msgstr ""
#~ "не хватает памяти для постановки в очередь буфера пользовательского "
#~ "указателя (устройство %s)"
#~ msgid ""
#~ "Failed trying to get video frames from device '%s'. Not enough memory."
#~ msgstr ""
#~ "Ошибка при попытке получения кадров видео с устройства «%s». Не хватает "
#~ "памяти."
#~ msgid "" #~ msgid ""
#~ "The buffer type is not supported, or the index is out of bounds, or no " #~ "The buffer type is not supported, or the index is out of bounds, or no "
@ -773,7 +692,53 @@ msgstr "Операция невозможна без часов"
#~ "были распределены, либо неверные значения длины или userptr (устройство " #~ "были распределены, либо неверные значения длины или userptr (устройство "
#~ "%s)" #~ "%s)"
#~ msgid "Failed to enumerate possible video formats device '%s' can work with" #~ msgid ""
#~ "Failed trying to get video frames from device '%s'. Not enough memory."
#~ msgstr "" #~ msgstr ""
#~ "Не удалось создать список видео-форматов, с которыми может работать " #~ "Ошибка при попытке получения кадров видео с устройства «%s». Не хватает "
#~ "устройство «%s»" #~ "памяти."
#~ msgid "insufficient memory to enqueue a user pointer buffer. device %s."
#~ msgstr ""
#~ "не хватает памяти для постановки в очередь буфера пользовательского "
#~ "указателя (устройство %s)"
#~ msgid "No free buffers found in the pool at index %d."
#~ msgstr "В пуле не найдено свободных буферов для индекса %d."
#~ msgid "Device '%s' cannot capture at %dx%d"
#~ msgstr "Устройство «%s» не может осуществлять захват в разрешении %dx%d"
#~ msgid "Device '%s' cannot capture in the specified format"
#~ msgstr "Устройство «%s» не может осуществлять захват в указанном формате"
#~ msgid "Could not get buffers from device '%s'."
#~ msgstr "Не удалось получить буферы устройства «%s»"
#~ msgid "Could not get enough buffers from device '%s'."
#~ msgstr "Не удалось получить необходимое количество буферов устройства «%s»"
#~ msgid "Error starting streaming capture from device '%s'."
#~ msgstr "Ошибка при запуске потокового захвата с устройства «%s»."
#~ msgid "Error stopping streaming capture from device '%s'."
#~ msgstr "Ошибка при остановке потокового захвата с устройства «%s»."
#~ msgid "Could not read from CD."
#~ msgstr "Не удалось прочитать CD."
#~ msgid "Disc is not an Audio CD."
#~ msgstr "Диск не является аудио-CD."
#~ msgid "This file is encrypted and cannot be played."
#~ msgstr "Файл зашифрован и не может быть воспроизведён."
#~ msgid "Failed getting controls attributes on device '%s.'"
#~ msgstr "Ошибка получения атрибутов управления устройства «%s»."
#~ msgid "Could not set parameters on device '%s'"
#~ msgstr "Не удалось установить параметры устройства «%s»"
#~ msgid "Device '%s' cannot capture at %d/%d frames per second"
#~ msgstr ""
#~ "Устройство «%s» не может осуществить захват при %d/%d кадрах в секунду"

View file

@ -49,7 +49,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* 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 */ /* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL #undef GST_V4L2_MISSING_BUFDECL
@ -396,7 +396,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins" #define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */ /* 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 to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good" #define PACKAGE_TARNAME "gst-plugins-good"
@ -405,7 +405,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* 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 */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -436,7 +436,7 @@
#undef STDC_HEADERS #undef STDC_HEADERS
/* Version number of package */ /* Version number of package */
#define VERSION "0.10.28.2" #define VERSION "0.10.28.3"
/* old wavpack API */ /* old wavpack API */
#undef WAVPACK_OLD_API #undef WAVPACK_OLD_API