mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
0.10.28.3 pre-release
This commit is contained in:
parent
31ffc671f2
commit
865140fb19
79 changed files with 585 additions and 560 deletions
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
|||
dnl initialize autoconf
|
||||
dnl releases only do -Wall, git and prerelease does -Werror too
|
||||
dnl use a three digit version number for releases, and four for git/pre
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.28.2,
|
||||
AC_INIT(GStreamer Good Plug-ins, 0.10.28.3,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-good)
|
||||
|
||||
|
@ -54,8 +54,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.32.1
|
||||
GSTPB_REQ=0.10.32.1
|
||||
GST_REQ=0.10.32.2
|
||||
GSTPB_REQ=0.10.32.2
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -21738,3 +21738,93 @@
|
|||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::dts-method</NAME>
|
||||
<TYPE>GstQTMuxDtsMethods</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>dts-method</NICK>
|
||||
<BLURB>Method to determine DTS time.</BLURB>
|
||||
<DEFAULT>reorder</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::faststart</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Format file to faststart</NICK>
|
||||
<BLURB>If the file should be formatted for faststart (headers first).</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::faststart-file</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>File to use for storing buffers</NICK>
|
||||
<BLURB>File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::fragment-duration</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Fragment duration</NICK>
|
||||
<BLURB>Fragment durations in ms (produce a fragmented file if > 0).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::moov-recovery-file</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>File to store data for posterior moov atom recovery</NICK>
|
||||
<BLURB>File to be used to store data for moov atom making movie file recovery possible in case of a crash during muxing. Null for disabled. (Experimental).</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::movie-timescale</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE>>= 1</RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Movie timescale</NICK>
|
||||
<BLURB>Timescale to use in the movie (units per second).</BLURB>
|
||||
<DEFAULT>1000</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::presentation-time</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Include presentation-time info</NICK>
|
||||
<BLURB>Calculate and include presentation/composition time (in addition to decoding time).</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::streamable</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Streamable</NICK>
|
||||
<BLURB>If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>Gst3GPPMux::trak-timescale</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rwx</FLAGS>
|
||||
<NICK>Track timescale</NICK>
|
||||
<BLURB>Timescale to use for the tracks (units per second, 0 is automatic).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -30,7 +30,10 @@ GObject
|
|||
GstRTSPSrc
|
||||
GstRgVolume
|
||||
GstAspectRatioCrop
|
||||
GstCmmlEnc
|
||||
GstCmmlDec
|
||||
GstBaseSink
|
||||
GstAASink
|
||||
GstBaseAudioSink
|
||||
GstPulseSink
|
||||
GstJackAudioSink
|
||||
|
@ -38,11 +41,9 @@ GObject
|
|||
GstEsdSink
|
||||
GstOssSink
|
||||
GstOss4Sink
|
||||
GstVideoSink
|
||||
GstV4l2Sink
|
||||
GstGdkPixbufSink
|
||||
GstAASink
|
||||
GstCACASink
|
||||
GstVideoSink
|
||||
GstGdkPixbufSink
|
||||
GstShout2send
|
||||
GstTest
|
||||
GstMultiFileSink
|
||||
|
@ -51,6 +52,9 @@ GObject
|
|||
GstDynUDPSink
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstDV1394Src
|
||||
GstHDV1394Src
|
||||
GstSoupHTTPSrc
|
||||
GstBaseAudioSrc
|
||||
GstAudioSrc
|
||||
GstPulseSrc
|
||||
|
@ -58,16 +62,94 @@ GObject
|
|||
GstOss4Source
|
||||
GstJackAudioSrc
|
||||
GstV4l2Src
|
||||
GstDV1394Src
|
||||
GstHDV1394Src
|
||||
GstSoupHTTPSrc
|
||||
GstXImageSrc
|
||||
GstMultiFileSrc
|
||||
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
|
||||
GstSpeexEnc
|
||||
GstSpeexDec
|
||||
GstJpegEnc
|
||||
GstJpegDec
|
||||
GstSmokeEnc
|
||||
GstSmokeDec
|
||||
GstPngDec
|
||||
GstPngEnc
|
||||
GstGdkPixbuf
|
||||
GstOssMixerElement
|
||||
GstV4l2Radio
|
||||
GstOss4Mixer
|
||||
GstShapeWipe
|
||||
GstAviDemux
|
||||
GstAviMux
|
||||
GstAviSubtitle
|
||||
GstRTPDepay
|
||||
GstBaseRTPDepayload
|
||||
GstRtpAC3Depay
|
||||
|
@ -141,91 +223,6 @@ GObject
|
|||
GstRtpVorbisPay
|
||||
GstRtpVRawPay
|
||||
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
|
||||
GstGoom2k1
|
||||
GstWavEnc
|
||||
|
@ -237,12 +234,17 @@ GObject
|
|||
GstQTMux
|
||||
GstMP4Mux
|
||||
GstISMLMux
|
||||
Gst3GPPMux
|
||||
GstGPPMux
|
||||
GstMJ2Mux
|
||||
GstRndBufferSize
|
||||
GstCapsDebug
|
||||
GstEFence
|
||||
GstCutter
|
||||
GstMatroskaDemux
|
||||
GstMatroskaParse
|
||||
GstMatroskaMux
|
||||
GstWebMMux
|
||||
GstRTPDec
|
||||
GstSMPTE
|
||||
GstAuParse
|
||||
|
@ -256,6 +258,7 @@ GObject
|
|||
GstApeDemux
|
||||
GstID3Demux
|
||||
GstFlxDec
|
||||
GstDeinterlace
|
||||
GstImageFreeze
|
||||
GstBaseParse
|
||||
GstAacParse
|
||||
|
@ -270,7 +273,6 @@ GObject
|
|||
GstWavParse
|
||||
GstFlvDemux
|
||||
GstFlvMux
|
||||
GstMonoscope
|
||||
GstICYDemux
|
||||
GstVideoMixer
|
||||
GstVideoMixer2
|
||||
|
@ -295,23 +297,21 @@ GObject
|
|||
RTPSession
|
||||
GstMixerTrack
|
||||
GstMixerOptions
|
||||
GdkPixbuf
|
||||
GstTunerNorm
|
||||
GstTunerChannel
|
||||
GdkPixbuf
|
||||
GInterface
|
||||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstPropertyProbe
|
||||
GstPreset
|
||||
GstTagSetter
|
||||
GstStreamVolume
|
||||
GstImplementsInterface
|
||||
GstPropertyProbe
|
||||
GstMixer
|
||||
GstTagSetter
|
||||
GstPreset
|
||||
GstTuner
|
||||
GstColorBalance
|
||||
GstVideoOrientation
|
||||
GstXOverlay
|
||||
GstNavigation
|
||||
GstTagXmpWriter
|
||||
GIcon
|
||||
|
|
|
@ -20,24 +20,20 @@ GstRgVolume GstChildProxy
|
|||
GstAspectRatioCrop GstChildProxy
|
||||
GstPulseSink GstStreamVolume GstImplementsInterface GstPropertyProbe
|
||||
GstOss4Sink GstStreamVolume GstPropertyProbe
|
||||
GstV4l2Sink GstImplementsInterface GstXOverlay GstNavigation GstColorBalance GstVideoOrientation GstPropertyProbe
|
||||
GstShout2send GstTagSetter
|
||||
GstUDPSink GstURIHandler
|
||||
GstDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstHDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstSoupHTTPSrc GstURIHandler
|
||||
GstPulseSrc GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstOssSrc GstImplementsInterface GstMixer
|
||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstV4l2Src GstURIHandler GstImplementsInterface GstTuner GstColorBalance GstVideoOrientation GstPropertyProbe
|
||||
GstDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstHDV1394Src GstURIHandler GstPropertyProbe
|
||||
GstSoupHTTPSrc GstURIHandler
|
||||
GstUDPSrc GstURIHandler
|
||||
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstSpeexEnc GstTagSetter GstPreset
|
||||
GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe
|
||||
GstMatroskaMux GstTagSetter
|
||||
GstWebMMux GstTagSetter
|
||||
GstDeinterlace GstChildProxy
|
||||
GstWavpackEnc GstPreset
|
||||
GstTagLibMux GstTagSetter
|
||||
GstId3v2Mux GstTagSetter
|
||||
GstApev2Mux GstTagSetter
|
||||
GstFlacEnc GstTagSetter GstPreset
|
||||
GstFlacTag GstTagSetter
|
||||
GstVideoBalance GstImplementsInterface GstColorBalance
|
||||
|
@ -45,14 +41,21 @@ GstIirEqualizer GstChildProxy
|
|||
GstIirEqualizerNBands GstChildProxy
|
||||
GstIirEqualizer3Bands GstChildProxy GstPreset
|
||||
GstIirEqualizer10Bands GstChildProxy GstPreset
|
||||
GstPulseMixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstSpeexEnc GstTagSetter GstPreset
|
||||
GstOssMixerElement GstImplementsInterface GstMixer
|
||||
GstV4l2Radio GstURIHandler GstImplementsInterface GstTuner GstPropertyProbe
|
||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstAviMux GstTagSetter
|
||||
GstQTMux GstTagSetter GstTagXmpWriter
|
||||
GstMP4Mux GstTagSetter GstTagXmpWriter
|
||||
GstISMLMux GstTagSetter GstTagXmpWriter
|
||||
Gst3GPPMux GstTagSetter GstTagXmpWriter
|
||||
GstGPPMux GstTagSetter GstTagXmpWriter
|
||||
GstMJ2Mux GstTagSetter GstTagXmpWriter
|
||||
GstMatroskaMux GstTagSetter
|
||||
GstWebMMux GstTagSetter
|
||||
GstDeinterlace GstChildProxy
|
||||
GstFlvMux GstTagSetter
|
||||
GstVideoMixer GstChildProxy
|
||||
GstVideoMixer2 GstChildProxy
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
GstChildProxy GstObject
|
||||
GstTagSetter GstElement
|
||||
GstStreamVolume GObject
|
||||
GstImplementsInterface GstElement
|
||||
GstMixer GstImplementsInterface GstElement
|
||||
GstTagSetter GstElement
|
||||
GstTuner GstImplementsInterface GstElement
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstVideoOrientation GstImplementsInterface GstElement
|
||||
GstXOverlay GstImplementsInterface GstElement
|
||||
GstTagXmpWriter GstElement
|
||||
GIcon GObject
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Source for video data via IEEE1394 interface</description>
|
||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||
<basename>libgst1394.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASCII Art video sink</description>
|
||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||
<basename>libgstaasink.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ALaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||
<basename>libgstalaw.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>adds an alpha channel to video - constant or via chroma-keying</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||
<basename>libgstalpha.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
|
||||
<basename>libgstalphacolor.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
|
||||
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
|
||||
<basename>libgstannodex.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>APEv1/2 tag reader</description>
|
||||
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
|
||||
<basename>libgstapetag.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio effects plugin</description>
|
||||
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
|
||||
<basename>libgstaudiofx.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Parsers for various audio formats</description>
|
||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
|
||||
<basename>libgstaudioparsers.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>parses au streams</description>
|
||||
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
|
||||
<basename>libgstauparse.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
|
||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||
<basename>libgstautodetect.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>AVI stream handling</description>
|
||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||
<basename>libgstavi.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<name>video_%d</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>video/x-raw-yuv, format=(fourcc){ YUY2, I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 3, 5 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-3ivx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], msmpegversion=(int)[ 41, 43 ]; video/mpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)720, height=(int){ 576, 480 }, framerate=(fraction)[ 0/1, 2147483647/1 ], systemstream=(boolean)false; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], wmvversion=(int)[ 1, 3 ]; image/x-jpc, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
<details>video/x-raw-yuv, format=(fourcc){ YUY2, I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 3, 5 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-3ivx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], msmpegversion=(int)[ 41, 43 ]; video/mpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)720, height=(int){ 576, 480 }, framerate=(fraction)[ 0/1, 2147483647/1 ], systemstream=(boolean)false; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], wmvversion=(int)[ 1, 3 ]; image/x-jpc, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Colored ASCII Art video sink</description>
|
||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||
<basename>libgstcacasink.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Cairo-based elements</description>
|
||||
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
|
||||
<basename>libgstcairo.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio Cutter to split audio into non-silent bits</description>
|
||||
<filename>../../gst/cutter/.libs/libgstcutter.so</filename>
|
||||
<basename>libgstcutter.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>elements for testing and debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
|
||||
<basename>libgstdebug.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Deinterlacer</description>
|
||||
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
|
||||
<basename>libgstdeinterlace.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
||||
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
||||
<basename>libgstdv.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -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 "Electric Fence".</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstefence.so</filename>
|
||||
<basename>libgstefence.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>effect plugins from the effectv project</description>
|
||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||
<basename>libgsteffectv.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GStreamer audio equalizers</description>
|
||||
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
|
||||
<basename>libgstequalizer.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ESD Element Plugins</description>
|
||||
<filename>../../ext/esd/.libs/libgstesd.so</filename>
|
||||
<basename>libgstesd.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>The FLAC Lossless compressor Codec</description>
|
||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||
<basename>libgstflac.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>FLV muxing and demuxing plugin</description>
|
||||
<filename>../../gst/flv/.libs/libgstflv.so</filename>
|
||||
<basename>libgstflv.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>FLC/FLI/FLX video decoder</description>
|
||||
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
|
||||
<basename>libgstflxdec.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
|
||||
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
|
||||
<basename>libgstgconfelements.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GdkPixbuf-based image decoder, scaler and sink</description>
|
||||
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
|
||||
<basename>libgstgdkpixbuf.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GOOM visualization filter</description>
|
||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||
<basename>libgstgoom.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GOOM 2k1 visualization filter</description>
|
||||
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
|
||||
<basename>libgstgoom2k1.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>RTP session management plugin library</description>
|
||||
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
|
||||
<basename>libgstrtpmanager.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>elements wrapping the GStreamer/HAL audio input/output devices</description>
|
||||
<filename>../../ext/hal/.libs/libgsthalelements.so</filename>
|
||||
<basename>libgsthalelements.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demux ICY tags from a stream</description>
|
||||
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
|
||||
<basename>libgsticydemux.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demux ID3v1 and ID3v2 tags from a file</description>
|
||||
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
|
||||
<basename>libgstid3demux.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Still frame stream generator</description>
|
||||
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
|
||||
<basename>libgstimagefreeze.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio interleaver/deinterleaver</description>
|
||||
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
|
||||
<basename>libgstinterleave.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>JACK audio elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>JPeg plugin library</description>
|
||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||
<basename>libgstjpeg.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio level plugin</description>
|
||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||
<basename>libgstlevel.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Matroska and WebM stream handling</description>
|
||||
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
|
||||
<basename>libgstmatroska.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
@ -65,7 +65,7 @@
|
|||
<name>video_%d</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pn-realvideo, rmversion=(int)[ 1, 4 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ YUY2, I420, YV12, UYVY, AYUV }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, wmvversion=(int)[ 1, 3 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
<details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-pn-realvideo, rmversion=(int)[ 1, 4 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ YUY2, I420, YV12, UYVY, AYUV }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, wmvversion=(int)[ 1, 3 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MuLaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||
<basename>libgstmulaw.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Reads/Writes buffers from/to sequentially named files</description>
|
||||
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
|
||||
<basename>libgstmultifile.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>multipart stream manipulation</description>
|
||||
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
|
||||
<basename>libgstmultipart.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Template for a video filter</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
|
||||
<basename>libgstnavigationtest.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Open Sound System (OSS) version 4 support for GStreamer</description>
|
||||
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
|
||||
<basename>libgstoss4audio.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||
<basename>libgstossaudio.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>PNG plugin library</description>
|
||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||
<basename>libgstpng.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>PulseAudio plugin library</description>
|
||||
<filename>../../ext/pulse/.libs/libgstpulse.so</filename>
|
||||
<basename>libgstpulse.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
<description>Quicktime support</description>
|
||||
<filename>../../gst/quicktime/.libs/libgstquicktime.so</filename>
|
||||
<basename>libgstquicktime.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>gppmux</name>
|
||||
<name>3gppmux</name>
|
||||
<longname>3GPP Muxer</longname>
|
||||
<class>Codec/Muxer</class>
|
||||
<description>Multiplex audio and video into a 3GPP file</description>
|
||||
|
@ -36,6 +36,33 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>gppmux</name>
|
||||
<longname>3GPP Muxer</longname>
|
||||
<class>Codec/Muxer</class>
|
||||
<description>Multiplex audio and video into a 3GPP file (deprecated)</description>
|
||||
<author>Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>audio_%d</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>audio/AMR, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/AMR-WB, rate=(int)16000, channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)3, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, channels=(int)[ 1, 8 ], rate=(int)[ 1, 2147483647 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>video_%d</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, alignment=(string)au, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/quicktime, variant=(string)3gpp</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>ismlmux</name>
|
||||
<longname>ISML Muxer</longname>
|
||||
|
@ -208,4 +235,4 @@
|
|||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
||||
</plugin>
|
|
@ -3,7 +3,7 @@
|
|||
<description>ReplayGain volume normalization</description>
|
||||
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
|
||||
<basename>libgstreplaygain.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Real-time protocol plugins</description>
|
||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||
<basename>libgstrtp.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data via RTSP</description>
|
||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||
<basename>libgstrtsp.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Shape Wipe transition filter</description>
|
||||
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
|
||||
<basename>libgstshapewipe.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Sends data to an icecast server using libshout2</description>
|
||||
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
||||
<basename>libgstshout2.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>libshout2</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Apply the standard SMPTE transitions on video images</description>
|
||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||
<basename>libgstsmpte.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libsoup HTTP client src</description>
|
||||
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
|
||||
<basename>libgstsouphttpsrc.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Run an FFT on the audio signal, output spectrum data</description>
|
||||
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
|
||||
<basename>libgstspectrum.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Speex plugin library</description>
|
||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||
<basename>libgstspeex.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Tag writing plug-in based on taglib</description>
|
||||
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
||||
<basename>libgsttaglib.so</basename>
|
||||
<version>0.10.28.1</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins git</package>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data via UDP</description>
|
||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||
<basename>libgstudp.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>elements for Video 4 Linux</description>
|
||||
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
|
||||
<basename>libgstvideo4linux2.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
@ -18,21 +18,6 @@
|
|||
<pads>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>v4l2sink</name>
|
||||
<longname>Video (video4linux2) Sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>Displays frames on a video4linux2 device</description>
|
||||
<author>Rob Clark <rob@ti.com>,</author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)8, depth=(int)8, red_mask=(int)224, green_mask=(int)28, blue_mask=(int)3, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)1234, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, endianness=(int)4321, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-gray, bpp=(int)8, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVU9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y42B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41B, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)Y41P, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV12, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)NV21, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YUV9, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-bayer, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; image/jpeg, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-dv, systemstream=(boolean)true, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/mpegts; video/x-sonix, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc1, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-pwc2, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], framerate=(fraction)[ 0/1, 100/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>v4l2src</name>
|
||||
<longname>Video (video4linux2) Source</longname>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>resizes a video by adding borders or cropping</description>
|
||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||
<basename>libgstvideobox.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Crops video into a user-defined region</description>
|
||||
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
|
||||
<basename>libgstvideocrop.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Video filters plugin</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
|
||||
<basename>libgstvideofilter.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Video mixer</description>
|
||||
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
|
||||
<basename>libgstvideomixer.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Encode raw audio into WAV</description>
|
||||
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
|
||||
<basename>libgstwavenc.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Wavpack lossless/lossy audio format handling</description>
|
||||
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
|
||||
<basename>libgstwavpack.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Parse a .wav file into raw audio</description>
|
||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||
<basename>libgstwavparse.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>X11 video input plugin using standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
|
||||
<basename>libgstximagesrc.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
|
||||
<basename>libgsty4menc.so</basename>
|
||||
<version>0.10.28.2</version>
|
||||
<version>0.10.28.3</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins prerelease</package>
|
||||
|
|
45
po/bg.po
45
po/bg.po
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.26.2\n"
|
||||
"Project-Id-Version: gst-plugins-good 0.10.28.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-04-16 16:25+0100\n"
|
||||
"PO-Revision-Date: 2011-01-15 16:44+0200\n"
|
||||
"POT-Creation-Date: 2011-04-27 12:13+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 22:35+0300\n"
|
||||
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
|
||||
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
|
||||
"Language: bg\n"
|
||||
|
@ -22,7 +22,7 @@ msgid "Could not establish connection to sound server"
|
|||
msgstr "Не може да се осъществи връзка към звуковия сървър."
|
||||
|
||||
msgid "Failed to query sound server capabilities"
|
||||
msgstr "Неуспех при запитването за възможностите на звуковия сървър."
|
||||
msgstr "Неуспешно запитване за възможностите на звуковия сървър."
|
||||
|
||||
#. TRANSLATORS: 'song title' by 'artist name'
|
||||
#, c-format
|
||||
|
@ -33,7 +33,7 @@ msgid "Internal data stream error."
|
|||
msgstr "Вътрешна грешка на потока от данни."
|
||||
|
||||
msgid "Failed to decode JPEG image"
|
||||
msgstr "Неуспех при декодиране на изображение, формат JPEG."
|
||||
msgstr "Неуспешно декодиране на изображение, формат JPEG."
|
||||
|
||||
msgid "Could not connect to server"
|
||||
msgstr "Не може да се осъществи връзка към сървър."
|
||||
|
@ -560,16 +560,15 @@ msgstr "Неуспешно запитване за атрибутите за в
|
|||
|
||||
#, c-format
|
||||
msgid "Failed to get setting of tuner %d on device '%s'."
|
||||
msgstr ""
|
||||
"Неуспех при получаването на настройките на тунер %d на устройство „%s“."
|
||||
msgstr "Неуспешно получаване на настройките на тунер %d на устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to query norm on device '%s'."
|
||||
msgstr "Неуспех при запитването за нормата на устройство „%s“."
|
||||
msgstr "Неуспешно запитване за нормата на устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed getting controls attributes on device '%s'."
|
||||
msgstr "Неуспех при получаването на контролните атрибути на устройството „%s“."
|
||||
msgstr "Неуспешно получаване на контролните атрибути на устройството „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Cannot identify device '%s'."
|
||||
|
@ -593,53 +592,49 @@ msgstr "Устройството „%s“ не е изходно устройс
|
|||
|
||||
#, c-format
|
||||
msgid "Failed to set norm for device '%s'."
|
||||
msgstr "Неуспех при задаване на нормата на устройство „%s“."
|
||||
msgstr "Неуспешно задаване на нормата на устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to get current tuner frequency for device '%s'."
|
||||
msgstr ""
|
||||
"Неуспех при получаването на текущата настройка на честотата за устройство "
|
||||
"„%s“."
|
||||
"Неуспешно получаване на текущата настройка на честотата за устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to set current tuner frequency for device '%s' to %lu Hz."
|
||||
msgstr ""
|
||||
"Неуспех при задаването на текущата настройка на честотата на устройство „%s“ "
|
||||
"да е %lu Hz."
|
||||
"Неуспешно задаване на текущата настройка на честотата на устройство „%s“ да "
|
||||
"е %lu Hz."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to get signal strength for device '%s'."
|
||||
msgstr "Неуспех при получаването на силата на сигнала на устройство „%s“."
|
||||
msgstr "Неуспешно получаване на силата на сигнала на устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to get value for control %d on device '%s'."
|
||||
msgstr ""
|
||||
"Неуспех при получаването на стойността на контрол %d на устройство „%s“."
|
||||
msgstr "Неуспешно получаване на стойността на контрол %d на устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to set value %d for control %d on device '%s'."
|
||||
msgstr ""
|
||||
"Неуспех при задаването на стойността %d на контрол %d на устройство „%s“."
|
||||
msgstr "Неуспешно задаване на стойността %d на контрол %d на устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to get current input on device '%s'. May be it is a radio device"
|
||||
msgstr ""
|
||||
"Неуспех при получаването на текущия вход на устройство „%s“. Може би е радио."
|
||||
"Неуспешно получаване на текущия вход на устройство „%s“. Може би е радио."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to set input %d on device %s."
|
||||
msgstr "Неуспех при задаването на вход %d на устройство „%s“."
|
||||
msgstr "Неуспешно задаване на вход %d на устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Failed to get current output on device '%s'. May be it is a radio device"
|
||||
msgstr ""
|
||||
"Неуспех при получаването на текущия изход на устройство „%s“. Може би е "
|
||||
"радио."
|
||||
"Неуспешно получаване на текущия изход на устройство „%s“. Може би е радио."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to set output %d on device %s."
|
||||
msgstr "Неуспех при задаването на изход %d на устройство „%s“."
|
||||
msgstr "Неуспешно задаване на изход %d на устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Could not enqueue buffers in device '%s'."
|
||||
|
@ -647,7 +642,7 @@ msgstr "Буферите в устройство „%s“ не могат да
|
|||
|
||||
#, c-format
|
||||
msgid "Failed trying to get video frames from device '%s'."
|
||||
msgstr "Неуспех при опита за получаване на видео кадрите от устройство „%s“."
|
||||
msgstr "Неуспешен опит за получаване на видео кадрите от устройство „%s“."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed after %d tries. device %s. system error: %s"
|
||||
|
|
218
po/ja.po
218
po/ja.po
|
@ -2,13 +2,13 @@
|
|||
# This file is put in the public domain.
|
||||
#
|
||||
# Takao Fujiwara <takao.fujiwara@sun.com>, 2006.
|
||||
# Makoto Kato <makoto.kt@gmail.com>, 2009.
|
||||
# Makoto Kato <makoto.kt@gmail.com>, 2009-2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.14.2\n"
|
||||
"Project-Id-Version: gst-plugins-good 0.10.28.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-01-07 01:15+0000\n"
|
||||
"PO-Revision-Date: 2009-06-01 19:29+0900\n"
|
||||
"POT-Creation-Date: 2011-04-27 12:13+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 20:15+0900\n"
|
||||
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
|
||||
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
|
||||
"Language: ja\n"
|
||||
|
@ -38,30 +38,27 @@ msgstr "JPEG画像のデコードに失敗しました"
|
|||
msgid "Could not connect to server"
|
||||
msgstr "サーバーへ接続できません"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Server does not support seeking."
|
||||
msgstr "デバイス '%s' はビデオキャプチャをサポートしていません"
|
||||
msgstr "サーバーはシークをサポートしていません。"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not resolve server name."
|
||||
msgstr "サーバーへ接続できません"
|
||||
msgstr "サーバー名を解決できません。"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not establish connection to server."
|
||||
msgstr "サウンドサーバーへの接続に失敗しました"
|
||||
msgstr "サーバーへの接続を確立できません。"
|
||||
|
||||
msgid "Secure connection setup failed."
|
||||
msgstr ""
|
||||
msgstr "セキュア接続のセットアップに失敗しました。"
|
||||
|
||||
msgid ""
|
||||
"A network error occured, or the server closed the connection unexpectedly."
|
||||
msgstr ""
|
||||
msgstr "ネットワークエラーが発生したか、サーバーが予期せず接続を閉じました。"
|
||||
|
||||
msgid "Server sent bad data."
|
||||
msgstr ""
|
||||
|
||||
msgid "No URL set."
|
||||
msgstr ""
|
||||
msgstr "URLが指定されていません。"
|
||||
|
||||
# SUN REVIEWED
|
||||
msgid "No or invalid input audio, AVI stream will be corrupt."
|
||||
|
@ -77,7 +74,7 @@ msgid "This file is corrupt and cannot be played."
|
|||
msgstr "このファイルは壊れているため再生することができません"
|
||||
|
||||
msgid "Invalid atom size."
|
||||
msgstr ""
|
||||
msgstr "不正なアトムサイズ"
|
||||
|
||||
msgid "This file is incomplete and cannot be played."
|
||||
msgstr "このファイルは正常ではないため、再生することができません"
|
||||
|
@ -108,7 +105,7 @@ msgstr ""
|
|||
"インをインストールする必要があるかもしれません。"
|
||||
|
||||
msgid "Internal data flow error."
|
||||
msgstr "内部データフローエラー"
|
||||
msgstr "内部データフローエラー。"
|
||||
|
||||
# SUN REVIEWED
|
||||
msgid "Volume"
|
||||
|
@ -238,16 +235,19 @@ msgstr ""
|
|||
msgid "Could not open audio device for recording."
|
||||
msgstr "音声デバイスを録音用に開くことができません。"
|
||||
|
||||
# SUN REVIEWED
|
||||
msgid "Could not open audio device for mixer control handling."
|
||||
msgstr "ミキサーがコントロールするオーディオデバイスを開くことができません。"
|
||||
msgstr "音声デバイスをミキサーコントロール用に開くことができません。"
|
||||
|
||||
msgid ""
|
||||
"Could not open audio device for mixer control handling. This version of the "
|
||||
"Open Sound System is not supported by this element."
|
||||
msgstr ""
|
||||
"ミキサーコントロール用にオーディオデバイスを開くことができませんでした。Open "
|
||||
"Sound Systemのこのバージョンではこの要素によってサポートされていません。"
|
||||
|
||||
msgid "Master"
|
||||
msgstr ""
|
||||
msgstr "マスタ"
|
||||
|
||||
msgid "Front"
|
||||
msgstr "フロント"
|
||||
|
@ -258,102 +258,95 @@ msgstr "リア"
|
|||
msgid "Headphones"
|
||||
msgstr "ヘッドフォン"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Center"
|
||||
msgstr "センター / LFE"
|
||||
msgstr "センター"
|
||||
|
||||
msgid "LFE"
|
||||
msgstr ""
|
||||
msgstr "LFE"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Surround"
|
||||
msgstr "サラウンドサウンド"
|
||||
msgstr "サラウンド"
|
||||
|
||||
msgid "Side"
|
||||
msgstr "サイド"
|
||||
|
||||
# SUN REVIEWED
|
||||
#, fuzzy
|
||||
msgid "Built-in Speaker"
|
||||
msgstr "スピーカ"
|
||||
msgstr "ビルトインスピーカ"
|
||||
|
||||
msgid "AUX 1 Out"
|
||||
msgstr ""
|
||||
msgstr "AUX 1出力"
|
||||
|
||||
msgid "AUX 2 Out"
|
||||
msgstr ""
|
||||
msgstr "AUX 2出力"
|
||||
|
||||
msgid "AUX Out"
|
||||
msgstr ""
|
||||
msgstr "AUX出力"
|
||||
|
||||
msgid "3D Depth"
|
||||
msgstr ""
|
||||
|
||||
msgid "3D Center"
|
||||
msgstr ""
|
||||
msgstr "3Dセンター"
|
||||
|
||||
msgid "3D Enhance"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Telephone"
|
||||
msgstr "ヘッドフォン"
|
||||
msgstr "電話"
|
||||
|
||||
msgid "Line Out"
|
||||
msgstr ""
|
||||
msgstr "ライン出力"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Line In"
|
||||
msgstr "ライン入力"
|
||||
|
||||
msgid "Internal CD"
|
||||
msgstr ""
|
||||
msgstr "内蔵CD"
|
||||
|
||||
msgid "Video In"
|
||||
msgstr ""
|
||||
msgstr "ビデオ入力"
|
||||
|
||||
msgid "AUX 1 In"
|
||||
msgstr ""
|
||||
msgstr "AUX 1入力"
|
||||
|
||||
msgid "AUX 2 In"
|
||||
msgstr ""
|
||||
msgstr "AUX 2入力"
|
||||
|
||||
msgid "AUX In"
|
||||
msgstr ""
|
||||
msgstr "AUX入力"
|
||||
|
||||
msgid "Record Gain"
|
||||
msgstr ""
|
||||
msgstr "録音ゲイン"
|
||||
|
||||
msgid "Output Gain"
|
||||
msgstr ""
|
||||
msgstr "出力ゲイン"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone Boost"
|
||||
msgstr "マイクロフォン"
|
||||
msgstr "マイクロフォンブースト"
|
||||
|
||||
msgid "Loopback"
|
||||
msgstr ""
|
||||
msgstr "ループバック"
|
||||
|
||||
msgid "Diagnostic"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bass Boost"
|
||||
msgstr ""
|
||||
msgstr "低音ブースト"
|
||||
|
||||
msgid "Playback Ports"
|
||||
msgstr ""
|
||||
msgstr "プレイバックポート"
|
||||
|
||||
msgid "Input"
|
||||
msgstr "入力"
|
||||
|
||||
msgid "Record Source"
|
||||
msgstr ""
|
||||
msgstr "録音ソース"
|
||||
|
||||
msgid "Monitor Source"
|
||||
msgstr ""
|
||||
msgstr "モニターソース"
|
||||
|
||||
msgid "Keyboard Beep"
|
||||
msgstr ""
|
||||
msgstr "キーボードビープ音"
|
||||
|
||||
msgid "Simulate Stereo"
|
||||
msgstr ""
|
||||
|
@ -361,81 +354,74 @@ msgstr ""
|
|||
msgid "Stereo"
|
||||
msgstr "ステレオ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Surround Sound"
|
||||
msgstr "サラウンドサウンド"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone Gain"
|
||||
msgstr "マイクロフォン"
|
||||
msgstr "マイクロフォンゲイン"
|
||||
|
||||
msgid "Speaker Source"
|
||||
msgstr ""
|
||||
msgstr "スピーカソース"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone Source"
|
||||
msgstr "マイクロフォン"
|
||||
msgstr "マイクロフォンソース"
|
||||
|
||||
msgid "Jack"
|
||||
msgstr ""
|
||||
msgstr "ジャック"
|
||||
|
||||
msgid "Center / LFE"
|
||||
msgstr "センター / LFE"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Stereo Mix"
|
||||
msgstr "ステレオ"
|
||||
msgstr "ステレオミックス"
|
||||
|
||||
msgid "Mono Mix"
|
||||
msgstr ""
|
||||
msgstr "モノラルミックス"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Input Mix"
|
||||
msgstr "入力ミックス"
|
||||
|
||||
msgid "SPDIF In"
|
||||
msgstr ""
|
||||
msgstr "SPDIF入力"
|
||||
|
||||
msgid "SPDIF Out"
|
||||
msgstr ""
|
||||
msgstr "SPDIF出力"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone 1"
|
||||
msgstr "マイクロフォン"
|
||||
msgstr "マイクロフォン1"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone 2"
|
||||
msgstr "マイクロフォン"
|
||||
msgstr "マイクロフォン2"
|
||||
|
||||
msgid "Digital Out"
|
||||
msgstr ""
|
||||
msgstr "デジタル出力"
|
||||
|
||||
msgid "Digital In"
|
||||
msgstr ""
|
||||
msgstr "デジタル入力"
|
||||
|
||||
msgid "HDMI"
|
||||
msgstr ""
|
||||
msgstr "HDMI"
|
||||
|
||||
msgid "Modem"
|
||||
msgstr ""
|
||||
msgstr "モデム"
|
||||
|
||||
msgid "Handset"
|
||||
msgstr ""
|
||||
msgstr "ヘッドセット"
|
||||
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
msgstr "その他"
|
||||
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "なし"
|
||||
|
||||
msgid "On"
|
||||
msgstr "On"
|
||||
msgstr "オン"
|
||||
|
||||
msgid "Off"
|
||||
msgstr "Off"
|
||||
msgstr "オフ"
|
||||
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
msgstr "ミュート"
|
||||
|
||||
msgid "Fast"
|
||||
msgstr ""
|
||||
|
@ -446,130 +432,104 @@ msgstr ""
|
|||
|
||||
#. TRANSLATORS: "Low" is a quality setting here
|
||||
msgid "Low"
|
||||
msgstr "低音"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: "Medium" is a quality setting here
|
||||
msgid "Medium"
|
||||
msgstr "中音"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: "High" is a quality setting here
|
||||
msgid "High"
|
||||
msgstr "高音"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: "Very High" is a quality setting here
|
||||
#, fuzzy
|
||||
msgid "Very High"
|
||||
msgstr "高音"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: "Production" is a quality setting here
|
||||
msgid "Production"
|
||||
msgstr "プロダクション"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Front Panel Microphone"
|
||||
msgstr "フロントパネルのマイクロフォン"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Front Panel Line In"
|
||||
msgstr "プロントパネルのライン入力"
|
||||
msgstr "フロントパネルのライン入力"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Front Panel Headphones"
|
||||
msgstr "フロントパネルのヘッドフォン"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Front Panel Line Out"
|
||||
msgstr "プロントパネルのライン入力"
|
||||
msgstr "フロントパネルのライン出力"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Green Connector"
|
||||
msgstr "緑色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Pink Connector"
|
||||
msgstr "ピンク色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Blue Connector"
|
||||
msgstr "青色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "White Connector"
|
||||
msgstr "白色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Black Connector"
|
||||
msgstr "黒色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Gray Connector"
|
||||
msgstr "グレー色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Orange Connector"
|
||||
msgstr "オレンジ色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Red Connector"
|
||||
msgstr "赤色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Yellow Connector"
|
||||
msgstr "黄色コネクタ"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Green Front Panel Connector"
|
||||
msgstr "緑色のフロントパネルのコネクタ"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Pink Front Panel Connector"
|
||||
msgstr "ピンク色のフロントパネルコネクタ"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Blue Front Panel Connector"
|
||||
msgstr "緑色のフロントパネルのコネクタ"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "White Front Panel Connector"
|
||||
msgstr "ピンク色のフロントパネルコネクタ"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Black Front Panel Connector"
|
||||
msgstr "ピンク色のフロントパネルコネクタ"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Gray Front Panel Connector"
|
||||
msgstr "緑色のフロントパネルのコネクタ"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Orange Front Panel Connector"
|
||||
msgstr "緑色のフロントパネルのコネクタ"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Red Front Panel Connector"
|
||||
msgstr "緑色のフロントパネルのコネクタ"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Yellow Front Panel Connector"
|
||||
msgstr "緑色のフロントパネルのコネクタ"
|
||||
msgstr ""
|
||||
|
||||
msgid "Spread Output"
|
||||
msgstr ""
|
||||
|
||||
msgid "Downmix"
|
||||
msgstr ""
|
||||
msgstr "ダウンミックス"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Virtual Mixer Input"
|
||||
msgstr "仮想ミキサー入力"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Virtual Mixer Output"
|
||||
msgstr "仮想ミキサー出力"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Virtual Mixer Channels"
|
||||
msgstr "仮想ミキサー入力"
|
||||
msgstr "仮想ミキサーチャンネル"
|
||||
|
||||
#. TRANSLATORS: name + number of a volume mixer control
|
||||
#, c-format
|
||||
|
@ -581,31 +541,33 @@ msgstr ""
|
|||
msgid "%s Function"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Could not open audio device for playback. This version of the Open Sound "
|
||||
"System is not supported by this element."
|
||||
msgstr ""
|
||||
"プレイバック用にオーディオデバイスを開くことができませんでした。この Open "
|
||||
"Sound System のバージョンはこのエレメントによってサポートされません。"
|
||||
"再生用にオーディオデバイスを開くことができませんでした。デバイスを開くための"
|
||||
"権限がありません。"
|
||||
|
||||
msgid "Playback is not supported by this audio device."
|
||||
msgstr "プレイバックはこのオーディオデバイスによってサポートされません。"
|
||||
msgstr ""
|
||||
|
||||
msgid "Audio playback error."
|
||||
msgstr "オーディオプレイバックエラー"
|
||||
msgstr ""
|
||||
|
||||
msgid "Recording is not supported by this audio device."
|
||||
msgstr "録音はこのオーディオデバイスによってサポートされません。"
|
||||
msgstr "このオーディオデバイスによって録音はサポートされていません。"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Error recording from audio device."
|
||||
msgstr "オーディオデバイスからの録音時にエラーが発生しました。"
|
||||
msgstr "デバイス %2$s から %1$d バイト読み込み時にエラーが発生しました。"
|
||||
|
||||
# SUN REVIEWED
|
||||
msgid "Gain"
|
||||
msgstr "ゲイン"
|
||||
|
||||
msgid "Headphone"
|
||||
msgstr ""
|
||||
msgstr "ヘッドフォン"
|
||||
|
||||
#, c-format
|
||||
msgid "Error reading %d bytes from device '%s'."
|
||||
|
@ -660,9 +622,9 @@ msgstr "デバイス '%s' を読み取り用と書き込み用に開くことが
|
|||
msgid "Device '%s' is not a capture device."
|
||||
msgstr "デバイス '%s' はキャプチャデバイスではありません"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "Device '%s' is not a output device."
|
||||
msgstr "デバイス '%s' はキャプチャデバイスではありません"
|
||||
msgstr "デバイス '%s' は出力デバイスではありません"
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to set norm for device '%s'."
|
||||
|
|
23
po/nl.po
23
po/nl.po
|
@ -1,14 +1,13 @@
|
|||
# translation of gst-plugins-good-0.10.25.3.nl.po to Dutch
|
||||
# translation of gst-plugins-good-0.10.28.2.nl.po to Dutch
|
||||
# This file is put in the public domain.
|
||||
#
|
||||
# Freek de Kruijf <f.de.kruijf@hetnet.nl>, 2007, 2008, 2009.
|
||||
# Freek de Kruijf <f.de.kruijf@gmail.com>, 2010.
|
||||
# Freek de Kruijf <f.de.kruijf@gmail.com>, 2007, 2008, 2009, 2010, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.25.3\n"
|
||||
"Project-Id-Version: gst-plugins-good 0.10.28.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-01-07 01:15+0000\n"
|
||||
"PO-Revision-Date: 2010-10-25 20:15+0200\n"
|
||||
"POT-Creation-Date: 2011-04-27 12:13+0100\n"
|
||||
"PO-Revision-Date: 2011-04-27 00:05+0200\n"
|
||||
"Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
|
||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
||||
"Language: nl\n"
|
||||
|
@ -75,7 +74,7 @@ msgid "This file is corrupt and cannot be played."
|
|||
msgstr "Dit bestand is beschadigd en kan niet afgespeeld worden."
|
||||
|
||||
msgid "Invalid atom size."
|
||||
msgstr ""
|
||||
msgstr "Ongeldige \"atom\"-grootte."
|
||||
|
||||
msgid "This file is incomplete and cannot be played."
|
||||
msgstr "Dit bestand is incompleet en kan niet afgespeeld worden."
|
||||
|
@ -630,16 +629,16 @@ msgstr ""
|
|||
msgid "Failed to set input %d on device %s."
|
||||
msgstr "Kan invoer %d op apparaat '%s' niet instellen."
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Failed to get current output on device '%s'. May be it is a radio device"
|
||||
msgstr ""
|
||||
"Kan de huidige instellingen van apparaat '%s' niet verkrijgen. Het is "
|
||||
"mogelijk een radio"
|
||||
"Kan de huidige uitvoer niet op apparaat '%s' krijgen. Het is mogelijk een "
|
||||
"radio"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "Failed to set output %d on device %s."
|
||||
msgstr "Kan invoer %d op apparaat '%s' niet instellen."
|
||||
msgstr "Kan uitvoer %d op apparaat %s niet instellen."
|
||||
|
||||
#, c-format
|
||||
msgid "Could not enqueue buffers in device '%s'."
|
||||
|
|
341
po/ru.po
341
po/ru.po
|
@ -1,20 +1,24 @@
|
|||
# Translation for gst-plugins-good messages to Russian
|
||||
# This file is put in the public domain.
|
||||
#
|
||||
# Артём Попов <artfwo@gmail.com>, 2009.
|
||||
# Pavel Maryanov <acid_jack@ukr.net>, 2009.
|
||||
#
|
||||
# Yuri Kozlov <yuray@komyakino.ru>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-good 0.10.13.2\n"
|
||||
"Project-Id-Version: gst-plugins-good 0.10.28.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-01-07 01:15+0000\n"
|
||||
"PO-Revision-Date: 2009-02-12 14:35+0200\n"
|
||||
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
|
||||
"POT-Creation-Date: 2011-04-27 12:13+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 21:13+0400\n"
|
||||
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
|
||||
"Language-Team: Russian <gnu@mx.ru>\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Lokalize 1.0\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
msgid "Could not establish connection to sound server"
|
||||
msgstr "Не удалось установить соединение с сервером звука"
|
||||
|
@ -25,7 +29,7 @@ msgstr "Ошибка при запросе возможностей сервер
|
|||
#. TRANSLATORS: 'song title' by 'artist name'
|
||||
#, c-format
|
||||
msgid "'%s' by '%s'"
|
||||
msgstr ""
|
||||
msgstr "«%s» исполняет «%s»"
|
||||
|
||||
msgid "Internal data stream error."
|
||||
msgstr "Внутренняя ошибка потока данных."
|
||||
|
@ -36,30 +40,27 @@ msgstr "Не удалось декодировать JPEG-изображение
|
|||
msgid "Could not connect to server"
|
||||
msgstr "Не удалось соединиться с сервером"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Server does not support seeking."
|
||||
msgstr "Устройство «%s» не поддерживает захват видео"
|
||||
msgstr "Сервер не поддерживает поиск."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not resolve server name."
|
||||
msgstr "Не удалось соединиться с сервером"
|
||||
msgstr "Не удалось определить имя сервера."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not establish connection to server."
|
||||
msgstr "Не удалось установить соединение с сервером звука"
|
||||
msgstr "Не удалось установить соединение с сервером."
|
||||
|
||||
msgid "Secure connection setup failed."
|
||||
msgstr ""
|
||||
msgstr "Не удалось настроить защищённое соединение."
|
||||
|
||||
msgid ""
|
||||
"A network error occured, or the server closed the connection unexpectedly."
|
||||
msgstr ""
|
||||
msgstr "Произошла сетевая ошибка или сервер неожиданно закрыл соединение."
|
||||
|
||||
msgid "Server sent bad data."
|
||||
msgstr ""
|
||||
msgstr "Сервер прислал некорректные данные."
|
||||
|
||||
msgid "No URL set."
|
||||
msgstr ""
|
||||
msgstr "URL не задан."
|
||||
|
||||
msgid "No or invalid input audio, AVI stream will be corrupt."
|
||||
msgstr ""
|
||||
|
@ -76,7 +77,7 @@ msgid "This file is corrupt and cannot be played."
|
|||
msgstr "Файл повреждён и не может быть воспроизведён."
|
||||
|
||||
msgid "Invalid atom size."
|
||||
msgstr ""
|
||||
msgstr "Неверный атомарный размер."
|
||||
|
||||
msgid "This file is incomplete and cannot be played."
|
||||
msgstr "Файл не полон и не может быть воспроизведён."
|
||||
|
@ -93,12 +94,16 @@ msgid ""
|
|||
"No supported stream was found. You might need to install a GStreamer RTSP "
|
||||
"extension plugin for Real media streams."
|
||||
msgstr ""
|
||||
"Ни один поток не поддерживается. Возможно требуется установка "
|
||||
"дополнительного модуля GStreamer RTSP для потоков Real media."
|
||||
|
||||
msgid ""
|
||||
"No supported stream was found. You might need to allow more transport "
|
||||
"protocols or may otherwise be missing the right GStreamer RTSP extension "
|
||||
"plugin."
|
||||
msgstr ""
|
||||
"Ни один поток не поддерживается. Возможно требуется разрешить дополнительные "
|
||||
"протоколы передачи или же отсутствует правильный модуль GStreamer RTSP."
|
||||
|
||||
msgid "Internal data flow error."
|
||||
msgstr "Внутренняя ошибка потока данных."
|
||||
|
@ -215,187 +220,173 @@ msgstr ""
|
|||
"Не удалось открыть аудио-устройство для обработки параметров микшера. Данная "
|
||||
"версия Open Sound System не поддерживается этим элементом."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Master"
|
||||
msgstr "Скорость"
|
||||
msgstr "Общий"
|
||||
|
||||
msgid "Front"
|
||||
msgstr "Фронт"
|
||||
msgstr "Фронтальные"
|
||||
|
||||
msgid "Rear"
|
||||
msgstr "Тыл"
|
||||
msgstr "Тыловые"
|
||||
|
||||
msgid "Headphones"
|
||||
msgstr "Наушники"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Center"
|
||||
msgstr "Центр / Сабвуфер"
|
||||
msgstr "Центр"
|
||||
|
||||
msgid "LFE"
|
||||
msgstr ""
|
||||
msgstr "Сабвуфер"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Surround"
|
||||
msgstr "Объёмный звук"
|
||||
|
||||
msgid "Side"
|
||||
msgstr "Боковые"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Built-in Speaker"
|
||||
msgstr "Внутренний динамик"
|
||||
|
||||
msgid "AUX 1 Out"
|
||||
msgstr ""
|
||||
msgstr "Выход AUX 1"
|
||||
|
||||
msgid "AUX 2 Out"
|
||||
msgstr ""
|
||||
msgstr "Выход AUX 2"
|
||||
|
||||
msgid "AUX Out"
|
||||
msgstr ""
|
||||
msgstr "Выход AUX"
|
||||
|
||||
msgid "3D Depth"
|
||||
msgstr ""
|
||||
msgstr "3D глубина"
|
||||
|
||||
msgid "3D Center"
|
||||
msgstr ""
|
||||
msgstr "3D центр"
|
||||
|
||||
msgid "3D Enhance"
|
||||
msgstr ""
|
||||
msgstr "3D улучшение"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Telephone"
|
||||
msgstr "Наушники"
|
||||
msgstr "Телефон"
|
||||
|
||||
msgid "Line Out"
|
||||
msgstr ""
|
||||
msgstr "Линейный выход"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Line In"
|
||||
msgstr "Линейный вход"
|
||||
|
||||
msgid "Internal CD"
|
||||
msgstr ""
|
||||
msgstr "Внутренний CD"
|
||||
|
||||
msgid "Video In"
|
||||
msgstr ""
|
||||
msgstr "Видео вход"
|
||||
|
||||
msgid "AUX 1 In"
|
||||
msgstr ""
|
||||
msgstr "Вход AUX 1"
|
||||
|
||||
msgid "AUX 2 In"
|
||||
msgstr ""
|
||||
msgstr "Вход AUX 2"
|
||||
|
||||
msgid "AUX In"
|
||||
msgstr ""
|
||||
msgstr "Вход AUX"
|
||||
|
||||
msgid "Record Gain"
|
||||
msgstr ""
|
||||
msgstr "Уровень записи"
|
||||
|
||||
msgid "Output Gain"
|
||||
msgstr ""
|
||||
msgstr "Выходной уровень"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone Boost"
|
||||
msgstr "Микрофон"
|
||||
msgstr "Микрофонный усилитель"
|
||||
|
||||
msgid "Loopback"
|
||||
msgstr ""
|
||||
msgstr "Петля"
|
||||
|
||||
msgid "Diagnostic"
|
||||
msgstr ""
|
||||
msgstr "Диагностика"
|
||||
|
||||
msgid "Bass Boost"
|
||||
msgstr ""
|
||||
msgstr "Усиление баса"
|
||||
|
||||
msgid "Playback Ports"
|
||||
msgstr ""
|
||||
msgstr "Порты воспроизведения"
|
||||
|
||||
msgid "Input"
|
||||
msgstr "Вход"
|
||||
|
||||
msgid "Record Source"
|
||||
msgstr ""
|
||||
msgstr "Устройство записи"
|
||||
|
||||
msgid "Monitor Source"
|
||||
msgstr ""
|
||||
msgstr "Устройство вывода"
|
||||
|
||||
msgid "Keyboard Beep"
|
||||
msgstr ""
|
||||
msgstr "Озвучка клавиатуры"
|
||||
|
||||
msgid "Simulate Stereo"
|
||||
msgstr ""
|
||||
msgstr "Имитация стерео"
|
||||
|
||||
msgid "Stereo"
|
||||
msgstr "Стерео"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Surround Sound"
|
||||
msgstr "Объёмный звук"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone Gain"
|
||||
msgstr "Микрофон"
|
||||
msgstr "Уровень микрофона"
|
||||
|
||||
msgid "Speaker Source"
|
||||
msgstr ""
|
||||
msgstr "Устройство динамика"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone Source"
|
||||
msgstr "Микрофон"
|
||||
msgstr "Устройство микрофона"
|
||||
|
||||
msgid "Jack"
|
||||
msgstr ""
|
||||
msgstr "Jack"
|
||||
|
||||
msgid "Center / LFE"
|
||||
msgstr "Центр / Сабвуфер"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Stereo Mix"
|
||||
msgstr "Стерео"
|
||||
msgstr "Стерео микширование"
|
||||
|
||||
msgid "Mono Mix"
|
||||
msgstr ""
|
||||
msgstr "Моно микширование"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Input Mix"
|
||||
msgstr "Уровень входа"
|
||||
msgstr "Микширование входа"
|
||||
|
||||
msgid "SPDIF In"
|
||||
msgstr ""
|
||||
msgstr "Вход SPDIF"
|
||||
|
||||
msgid "SPDIF Out"
|
||||
msgstr ""
|
||||
msgstr "Выход SPDIF"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone 1"
|
||||
msgstr "Микрофон"
|
||||
msgstr "Микрофон 1"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Microphone 2"
|
||||
msgstr "Микрофон"
|
||||
msgstr "Микрофон 2"
|
||||
|
||||
msgid "Digital Out"
|
||||
msgstr ""
|
||||
msgstr "Цифровой выход"
|
||||
|
||||
msgid "Digital In"
|
||||
msgstr ""
|
||||
msgstr "Цифровой вход"
|
||||
|
||||
msgid "HDMI"
|
||||
msgstr ""
|
||||
msgstr "HDMI"
|
||||
|
||||
msgid "Modem"
|
||||
msgstr ""
|
||||
msgstr "Модем"
|
||||
|
||||
msgid "Handset"
|
||||
msgstr ""
|
||||
msgstr "Гарнитура"
|
||||
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
msgstr "Другой"
|
||||
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Ничего"
|
||||
|
||||
msgid "On"
|
||||
msgstr "Вкл"
|
||||
|
@ -404,14 +395,14 @@ msgid "Off"
|
|||
msgstr "Выкл"
|
||||
|
||||
msgid "Mute"
|
||||
msgstr ""
|
||||
msgstr "Заглушить"
|
||||
|
||||
msgid "Fast"
|
||||
msgstr "Скорость"
|
||||
|
||||
#. TRANSLATORS: "Very Low" is a quality setting here
|
||||
msgid "Very Low"
|
||||
msgstr ""
|
||||
msgstr "Очень низкое"
|
||||
|
||||
#. TRANSLATORS: "Low" is a quality setting here
|
||||
msgid "Low"
|
||||
|
@ -426,129 +417,103 @@ msgid "High"
|
|||
msgstr "Высокое"
|
||||
|
||||
#. TRANSLATORS: "Very High" is a quality setting here
|
||||
#, fuzzy
|
||||
msgid "Very High"
|
||||
msgstr "Очень высокое"
|
||||
|
||||
#. TRANSLATORS: "Production" is a quality setting here
|
||||
msgid "Production"
|
||||
msgstr "Продукция"
|
||||
msgstr "Выдача"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Front Panel Microphone"
|
||||
msgstr "Фронтальный микрофон"
|
||||
msgstr "Микрофон на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Front Panel Line In"
|
||||
msgstr "Фронтальный линейный вход"
|
||||
msgstr "Линейный вход на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Front Panel Headphones"
|
||||
msgstr "Фронтальные наушники"
|
||||
msgstr "Наушники на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Front Panel Line Out"
|
||||
msgstr "Фронтальный линейный вход"
|
||||
msgstr "Линейный выход на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Green Connector"
|
||||
msgstr "Зелёный разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Pink Connector"
|
||||
msgstr "Розовый разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Blue Connector"
|
||||
msgstr "Синий разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "White Connector"
|
||||
msgstr "Белый разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Black Connector"
|
||||
msgstr "Чёрный разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Gray Connector"
|
||||
msgstr "Серый разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Orange Connector"
|
||||
msgstr "Оранжевый разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Red Connector"
|
||||
msgstr "Красный разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Yellow Connector"
|
||||
msgstr "Жёлтый разъём"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Green Front Panel Connector"
|
||||
msgstr "Фронтальный зелёный разъём"
|
||||
msgstr "Зелёный разъём на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Pink Front Panel Connector"
|
||||
msgstr "Фронтальный розовый разъём"
|
||||
msgstr "Розовый разъём на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Blue Front Panel Connector"
|
||||
msgstr "Фронтальный синий разъём"
|
||||
msgstr "Синий разъём на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "White Front Panel Connector"
|
||||
msgstr "Фронтальный белый разъём"
|
||||
msgstr "Белый разъём на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Black Front Panel Connector"
|
||||
msgstr "Фронтальный чёрный разъём"
|
||||
msgstr "Чёрный разъём на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Gray Front Panel Connector"
|
||||
msgstr "Фронтальный серый разъём"
|
||||
msgstr "Серый разъём на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Orange Front Panel Connector"
|
||||
msgstr "Фронтальный оранжевый разъём"
|
||||
msgstr "Оранжевый разъём на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Red Front Panel Connector"
|
||||
msgstr "Фронтальный красный разъём"
|
||||
msgstr "Красный разъём на передней панели"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Yellow Front Panel Connector"
|
||||
msgstr "Фронтальный жёлтый разъём"
|
||||
msgstr "Жёлтый разъём на передней панели"
|
||||
|
||||
msgid "Spread Output"
|
||||
msgstr ""
|
||||
msgstr "Развёрнутый вывод"
|
||||
|
||||
msgid "Downmix"
|
||||
msgstr ""
|
||||
msgstr "Низведение"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Virtual Mixer Input"
|
||||
msgstr "Виртуальный вход микшера"
|
||||
msgstr "Вход виртуального микшера"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Virtual Mixer Output"
|
||||
msgstr "Виртуальный выход микшера"
|
||||
msgstr "Выход виртуального микшера"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Virtual Mixer Channels"
|
||||
msgstr "Виртуальный вход микшера"
|
||||
msgstr "Каналы виртуального микшера"
|
||||
|
||||
#. TRANSLATORS: name + number of a volume mixer control
|
||||
#, c-format
|
||||
msgid "%s %d Function"
|
||||
msgstr ""
|
||||
msgstr "Функция %s %d"
|
||||
|
||||
#. TRANSLATORS: name of a volume mixer control
|
||||
#, c-format
|
||||
msgid "%s Function"
|
||||
msgstr ""
|
||||
msgstr "Функция %s"
|
||||
|
||||
msgid ""
|
||||
"Could not open audio device for playback. This version of the Open Sound "
|
||||
|
@ -570,10 +535,10 @@ msgid "Error recording from audio device."
|
|||
msgstr "Ошибка записи с аудио-устройства."
|
||||
|
||||
msgid "Gain"
|
||||
msgstr "Усиление"
|
||||
msgstr "Уровень"
|
||||
|
||||
msgid "Headphone"
|
||||
msgstr ""
|
||||
msgstr "Наушник"
|
||||
|
||||
#, c-format
|
||||
msgid "Error reading %d bytes from device '%s'."
|
||||
|
@ -627,9 +592,9 @@ msgstr "Не удалось открыть устройство «%s» для ч
|
|||
msgid "Device '%s' is not a capture device."
|
||||
msgstr "Устройство «%s» не является устройством захвата."
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "Device '%s' is not a output device."
|
||||
msgstr "Устройство «%s» не является устройством захвата."
|
||||
msgstr "Устройство «%s» не является устройством вывода."
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to set norm for device '%s'."
|
||||
|
@ -664,18 +629,18 @@ msgstr ""
|
|||
|
||||
#, c-format
|
||||
msgid "Failed to set input %d on device %s."
|
||||
msgstr "Не удалось выбрать вход %d для устройства %s"
|
||||
msgstr "Не удалось выбрать вход %d для устройства %s."
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Failed to get current output on device '%s'. May be it is a radio device"
|
||||
msgstr ""
|
||||
"Не удалось определить активный вход устройства «%s». Возможно, это радио-"
|
||||
"Не удалось определить активный выход устройства «%s». Возможно, это радио-"
|
||||
"устройство"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "Failed to set output %d on device %s."
|
||||
msgstr "Не удалось выбрать вход %d для устройства %s"
|
||||
msgstr "Не удалось выбрать выход %d для устройства %s."
|
||||
|
||||
#, c-format
|
||||
msgid "Could not enqueue buffers in device '%s'."
|
||||
|
@ -713,56 +678,10 @@ msgstr ""
|
|||
msgid "Cannot operate without a clock"
|
||||
msgstr "Операция невозможна без часов"
|
||||
|
||||
#~ msgid "Device '%s' cannot capture at %d/%d frames per second"
|
||||
#~ msgid "Failed to enumerate possible video formats device '%s' can work with"
|
||||
#~ msgstr ""
|
||||
#~ "Устройство «%s» не может осуществить захват при %d/%d кадрах в секунду"
|
||||
|
||||
#~ 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». Не хватает "
|
||||
#~ "памяти."
|
||||
#~ "Не удалось создать список видео-форматов, с которыми может работать "
|
||||
#~ "устройство «%s»"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The buffer type is not supported, or the index is out of bounds, or no "
|
||||
|
@ -773,7 +692,53 @@ msgstr "Операция невозможна без часов"
|
|||
#~ "были распределены, либо неверные значения длины или userptr (устройство "
|
||||
#~ "%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 ""
|
||||
#~ "Не удалось создать список видео-форматов, с которыми может работать "
|
||||
#~ "устройство «%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 кадрах в секунду"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2011-04-16T15:21Z"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2011-04-27T11:10Z"
|
||||
|
||||
/* struct v4l2_buffer missing */
|
||||
#undef GST_V4L2_MISSING_BUFDECL
|
||||
|
@ -396,7 +396,7 @@
|
|||
#define PACKAGE_NAME "GStreamer Good Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.28.2"
|
||||
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.28.3"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-good"
|
||||
|
@ -405,7 +405,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.10.28.2"
|
||||
#define PACKAGE_VERSION "0.10.28.3"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -436,7 +436,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.28.2"
|
||||
#define VERSION "0.10.28.3"
|
||||
|
||||
/* old wavpack API */
|
||||
#undef WAVPACK_OLD_API
|
||||
|
|
Loading…
Reference in a new issue