diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-27 12:45:51 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-27 12:45:51 +0100 |
commit | 865140fb190bb2c18a9f9c6173f8b44ce2823b38 (patch) | |
tree | d260204c861c1b8386006c99fd0a683d50e4ff35 | |
parent | 31ffc671f2bc31487531f2b0f7bfa8a7120ab92d (diff) |
0.10.28.3 pre-release
79 files changed, 575 insertions, 550 deletions
diff --git a/configure.ac b/configure.ac index 36bd4a778..0f50db514 100644 --- a/configure.ac +++ b/configure.ac @@ -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 **** diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index a6143ee23..acbd788a0 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -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> + diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index b8db7c3fa..4c437c9a3 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -30,7 +30,10 @@ GObject GstRTSPSrc GstRgVolume GstAspectRatioCrop + GstCmmlEnc + GstCmmlDec GstBaseSink + GstAASink GstBaseAudioSink GstPulseSink GstJackAudioSink @@ -38,11 +41,9 @@ GObject GstEsdSink GstOssSink GstOss4Sink + GstCACASink GstVideoSink - GstV4l2Sink GstGdkPixbufSink - GstAASink - GstCACASink GstShout2send GstTest GstMultiFileSink @@ -51,6 +52,9 @@ GObject GstDynUDPSink GstBaseSrc GstPushSrc + GstDV1394Src + GstHDV1394Src + GstSoupHTTPSrc GstBaseAudioSrc GstAudioSrc GstPulseSrc @@ -58,101 +62,17 @@ GObject GstOss4Source GstJackAudioSrc GstV4l2Src - GstDV1394Src - GstHDV1394Src - GstSoupHTTPSrc GstXImageSrc GstMultiFileSrc GstUDPSrc - GstPulseMixer - GstSpeexEnc - GstSpeexDec - GstV4l2Radio - GstRTPDepay - GstBaseRTPDepayload - GstRtpAC3Depay - GstRTPBVDepay - GstRtpCELTDepay - GstRTPDVDepay - GstRtpGSTDepay - GstRTPiLBCDepay - GstRtpG722Depay - GstRtpG723Depay - GstRtpG726Depay - GstRtpG729Depay - GstRTPGSMDepay - GstRtpAMRDepay - GstRtpPcmaDepay - GstRtpPcmuDepay - GstRtpMPADepay - GstRtpMPARobustDepay - GstRtpMPVDepay - GstRtpH263PDepay - GstRtpH263Depay - GstRtpH264Depay - GstRtpJ2KDepay - GstRtpJPEGDepay - GstRtpL16Depay - GstRtpMP1SDepay - GstRtpMP2TDepay - GstRtpMP4VDepay - GstRtpMP4ADepay - GstRtpMP4GDepay - GstRtpQCELPDepay - GstRtpQDM2Depay - GstRTPSirenDepay - GstRtpSPEEXDepay - GstRtpSV3VDepay - GstRtpTheoraDepay - GstRtpVorbisDepay - GstRtpVRawDepay - GstRtpXQTDepay - GstBaseRTPPayload - GstRtpAC3Pay - GstBaseRTPAudioPayload - GstRTPBVPay - GstRTPILBCPay - GstRtpG722Pay - GstRtpG726Pay - GstRtpPcmuPay - GstRtpPcmaPay - GstRtpL16Pay - GstRTPSirenPay - GstRtpCELTPay - GstRTPDVPay - GstRtpGSTPay - GstRTPG723Pay - GstRTPG729Pay - GstRTPGSMPay - GstRtpAMRPay - GstRtpMPAPay - GstRTPMPVPay - GstRtpH263PPay - GstRtpH263Pay - GstRtpH264Pay - GstRtpJ2KPay - GstRtpJPEGPay - GstRTPMP2TPay - GstRtpMP4VPay - GstRtpMP4APay - GstRtpMP4GPay - GstRtpSPEEXPay - GstRtpTheoraPay - GstRtpVorbisPay - GstRtpVRawPay - GstAsteriskh263 - GstMatroskaDemux - GstMatroskaParse - GstMatroskaMux - GstWebMMux - GstDeinterlace - GstCmmlEnc - GstCmmlDec GstWavpackParse GstWavpackDec GstWavpackEnc GstDVDemux GstDVDec + GstTagLibMux + GstId3v2Mux + GstApev2Mux GstFlacEnc GstFlacDec GstFlacTag @@ -213,6 +133,9 @@ GObject GstVideoCrop GstAudioPanorama GstCairoRender + GstPulseMixer + GstSpeexEnc + GstSpeexDec GstJpegEnc GstJpegDec GstSmokeEnc @@ -221,11 +144,85 @@ GObject GstPngEnc GstGdkPixbuf GstOssMixerElement + GstV4l2Radio GstOss4Mixer GstShapeWipe GstAviDemux GstAviMux GstAviSubtitle + GstRTPDepay + GstBaseRTPDepayload + GstRtpAC3Depay + GstRTPBVDepay + GstRtpCELTDepay + GstRTPDVDepay + GstRtpGSTDepay + GstRTPiLBCDepay + GstRtpG722Depay + GstRtpG723Depay + GstRtpG726Depay + GstRtpG729Depay + GstRTPGSMDepay + GstRtpAMRDepay + GstRtpPcmaDepay + GstRtpPcmuDepay + GstRtpMPADepay + GstRtpMPARobustDepay + GstRtpMPVDepay + GstRtpH263PDepay + GstRtpH263Depay + GstRtpH264Depay + GstRtpJ2KDepay + GstRtpJPEGDepay + GstRtpL16Depay + GstRtpMP1SDepay + GstRtpMP2TDepay + GstRtpMP4VDepay + GstRtpMP4ADepay + GstRtpMP4GDepay + GstRtpQCELPDepay + GstRtpQDM2Depay + GstRTPSirenDepay + GstRtpSPEEXDepay + GstRtpSV3VDepay + GstRtpTheoraDepay + GstRtpVorbisDepay + GstRtpVRawDepay + GstRtpXQTDepay + GstBaseRTPPayload + GstRtpAC3Pay + GstBaseRTPAudioPayload + GstRTPBVPay + GstRTPILBCPay + GstRtpG722Pay + GstRtpG726Pay + GstRtpPcmuPay + GstRtpPcmaPay + GstRtpL16Pay + GstRTPSirenPay + GstRtpCELTPay + GstRTPDVPay + GstRtpGSTPay + GstRTPG723Pay + GstRTPG729Pay + GstRTPGSMPay + GstRtpAMRPay + GstRtpMPAPay + GstRTPMPVPay + GstRtpH263PPay + GstRtpH263Pay + GstRtpH264Pay + GstRtpJ2KPay + GstRtpJPEGPay + GstRTPMP2TPay + GstRtpMP4VPay + GstRtpMP4APay + GstRtpMP4GPay + GstRtpSPEEXPay + GstRtpTheoraPay + GstRtpVorbisPay + GstRtpVRawPay + GstAsteriskh263 GstGoom GstGoom2k1 GstWavEnc @@ -237,12 +234,17 @@ GObject GstQTMux GstMP4Mux GstISMLMux + Gst3GPPMux GstGPPMux GstMJ2Mux GstRndBufferSize GstCapsDebug GstEFence GstCutter + GstMatroskaDemux + GstMatroskaParse + GstMatroskaMux + GstWebMMux GstRTPDec GstSMPTE GstAuParse @@ -256,6 +258,7 @@ GObject GstApeDemux GstID3Demux GstFlxDec + GstDeinterlace GstImageFreeze GstBaseParse GstAacParse @@ -270,7 +273,6 @@ GObject GstWavParse GstFlvDemux GstFlvMux - GstMonoscope GstICYDemux GstVideoMixer GstVideoMixer2 @@ -295,23 +297,21 @@ GObject RTPSession GstMixerTrack GstMixerOptions - GdkPixbuf GstTunerNorm GstTunerChannel + GdkPixbuf GInterface GTypePlugin GstChildProxy GstURIHandler + GstPropertyProbe + GstPreset + GstTagSetter GstStreamVolume GstImplementsInterface - GstPropertyProbe GstMixer - GstTagSetter - GstPreset GstTuner GstColorBalance GstVideoOrientation - GstXOverlay - GstNavigation GstTagXmpWriter GIcon diff --git a/docs/plugins/gst-plugins-good-plugins.interfaces b/docs/plugins/gst-plugins-good-plugins.interfaces index 631b07915..f5d37a0ae 100644 --- a/docs/plugins/gst-plugins-good-plugins.interfaces +++ b/docs/plugins/gst-plugins-good-plugins.interfaces @@ -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 diff --git a/docs/plugins/gst-plugins-good-plugins.prerequisites b/docs/plugins/gst-plugins-good-plugins.prerequisites index f64bf0f3c..ec5b5e29b 100644 --- a/docs/plugins/gst-plugins-good-plugins.prerequisites +++ b/docs/plugins/gst-plugins-good-plugins.prerequisites @@ -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 diff --git a/docs/plugins/inspect/plugin-1394.xml b/docs/plugins/inspect/plugin-1394.xml index 5aa3c3e88..de9ed8c26 100644 --- a/docs/plugins/inspect/plugin-1394.xml +++ b/docs/plugins/inspect/plugin-1394.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index 2c3e805e6..30992938d 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index 0f634a9ee..04349b845 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 51308f7e8..37a24259f 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index 6cbec1713..490e48661 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-annodex.xml b/docs/plugins/inspect/plugin-annodex.xml index 0f96bc269..b9b03de7d 100644 --- a/docs/plugins/inspect/plugin-annodex.xml +++ b/docs/plugins/inspect/plugin-annodex.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index f90487a18..509fe5bee 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index 1355c7ac9..d5765a85e 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-audioparsers.xml b/docs/plugins/inspect/plugin-audioparsers.xml index 3ecc5c235..48e9389c1 100644 --- a/docs/plugins/inspect/plugin-audioparsers.xml +++ b/docs/plugins/inspect/plugin-audioparsers.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index b6ded0d6c..40a3b204d 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 4be2fc61f..21f2a9828 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index f589b3087..b9a6db6da 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index ae0ff25f9..b5c206234 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index 9bd41b11b..7e94911e0 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index 36e407e0c..c665bd24a 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index c2ce1ef1e..9fc769d90 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-deinterlace.xml b/docs/plugins/inspect/plugin-deinterlace.xml index 6d5a7797c..2b0fbe426 100644 --- a/docs/plugins/inspect/plugin-deinterlace.xml +++ b/docs/plugins/inspect/plugin-deinterlace.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index 4cf9e8ac8..787b4f8f8 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml index 6a276399e..9c793b496 100644 --- a/docs/plugins/inspect/plugin-efence.xml +++ b/docs/plugins/inspect/plugin-efence.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index f9675c2af..267a5501c 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index b039c8f40..328fa7174 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml index de4476d3e..b1b6ed093 100644 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ b/docs/plugins/inspect/plugin-esdsink.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index ddea6e0d8..6d49264c0 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-flv.xml b/docs/plugins/inspect/plugin-flv.xml index eed824170..015a6d8f7 100644 --- a/docs/plugins/inspect/plugin-flv.xml +++ b/docs/plugins/inspect/plugin-flv.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index 5a68a00b1..4fddd9c56 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml index ab0b2c548..b7ae95cd9 100644 --- a/docs/plugins/inspect/plugin-gconfelements.xml +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index 70f0286fc..399f5573f 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index 1538fa0ed..dea60c99d 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index 03d19eaf0..ea54d08a0 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-gstrtpmanager.xml b/docs/plugins/inspect/plugin-gstrtpmanager.xml index 35e97cd44..1bd2c5ff6 100644 --- a/docs/plugins/inspect/plugin-gstrtpmanager.xml +++ b/docs/plugins/inspect/plugin-gstrtpmanager.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-halelements.xml b/docs/plugins/inspect/plugin-halelements.xml index dda60c2c7..4c68dee5b 100644 --- a/docs/plugins/inspect/plugin-halelements.xml +++ b/docs/plugins/inspect/plugin-halelements.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index 41cc97c5b..ba4a6c549 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 867d0dd54..a03ce08d1 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-imagefreeze.xml b/docs/plugins/inspect/plugin-imagefreeze.xml index 53b8d3ba9..3de1b7b59 100644 --- a/docs/plugins/inspect/plugin-imagefreeze.xml +++ b/docs/plugins/inspect/plugin-imagefreeze.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index a0887907b..609c5c1da 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-jack.xml b/docs/plugins/inspect/plugin-jack.xml index 1f5e285e8..a58f54200 100644 --- a/docs/plugins/inspect/plugin-jack.xml +++ b/docs/plugins/inspect/plugin-jack.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 0b43211ce..1dff8388d 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index 8a697e05f..de4525e6f 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index 78b0be159..f8615d1cb 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index 1e67f12b4..0fe3bf3bb 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 0b0037d06..265b45be7 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index 64fcd8ebc..53cfee886 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index 84f292994..34a037551 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-oss4.xml b/docs/plugins/inspect/plugin-oss4.xml index eea1aaafa..c6072de85 100644 --- a/docs/plugins/inspect/plugin-oss4.xml +++ b/docs/plugins/inspect/plugin-oss4.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index 8e3100dae..0e8d60f21 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index 8fa2ac876..aa0ef063d 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index 50d9d7952..1e5433ce6 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-quicktime.xml b/docs/plugins/inspect/plugin-quicktime.xml index c146ebcde..8411926b8 100644 --- a/docs/plugins/inspect/plugin-quicktime.xml +++ b/docs/plugins/inspect/plugin-quicktime.xml @@ -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> @@ -37,6 +37,33 @@ </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> <class>Codec/Muxer</class> @@ -208,4 +235,4 @@ </pads> </element> </elements> -</plugin> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index 45e7461f1..b66aff87d 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index 7237e17e0..1869411dd 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index 57871fa10..14bf6a28e 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-shapewipe.xml b/docs/plugins/inspect/plugin-shapewipe.xml index f037351ea..3cf973e9b 100644 --- a/docs/plugins/inspect/plugin-shapewipe.xml +++ b/docs/plugins/inspect/plugin-shapewipe.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-shout2send.xml b/docs/plugins/inspect/plugin-shout2send.xml index f2667f02e..574bdadb1 100644 --- a/docs/plugins/inspect/plugin-shout2send.xml +++ b/docs/plugins/inspect/plugin-shout2send.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index 28b68ec4e..c42d4d29b 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index 8d52447d4..bd2674c30 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index e069a4a40..bf6c2e629 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index 83c56cb41..502754380 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index 7618c2079..6a4d0063e 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index bc7854cc4..95df26492 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index df3adf86a..0669547f5 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -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> @@ -19,21 +19,6 @@ </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> <class>Source/Video</class> diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index c162694b2..b8968941e 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index 3cc94621a..2ec68a99e 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-videofilter.xml b/docs/plugins/inspect/plugin-videofilter.xml index f792a5732..887b645d0 100644 --- a/docs/plugins/inspect/plugin-videofilter.xml +++ b/docs/plugins/inspect/plugin-videofilter.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index e71ad9b63..0945e51eb 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index 559ca8c49..efb8221c0 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index 125552c28..9721ad0c8 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index d235b9c35..63240f9a3 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index 685940c65..6aa3b90ea 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-y4menc.xml b/docs/plugins/inspect/plugin-y4menc.xml index 0fd6f2ab7..5e29bbcb1 100644 --- a/docs/plugins/inspect/plugin-y4menc.xml +++ b/docs/plugins/inspect/plugin-y4menc.xml @@ -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> @@ -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" @@ -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'." @@ -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'." @@ -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,67 +678,67 @@ msgstr "" msgid "Cannot operate without a clock" msgstr "Операция невозможна без часов" -#~ msgid "Device '%s' cannot capture at %d/%d frames per second" +#~ msgid "Failed to enumerate possible video formats device '%s' can work with" #~ msgstr "" -#~ "Устройство «%s» не может осуществить захват при %d/%d кадрах в секунду" +#~ "Не удалось создать список видео-форматов, с которыми может работать " +#~ "устройство «%s»" -#~ msgid "Could not set parameters on device '%s'" -#~ msgstr "Не удалось установить параметры устройства «%s»" +#~ msgid "" +#~ "The buffer type is not supported, or the index is out of bounds, or no " +#~ "buffers have been allocated yet, or the userptr or length are invalid. " +#~ "device %s" +#~ msgstr "" +#~ "Неподдерживаемый тип буфера, либо индекс вне диапазона, либо буферы не " +#~ "были распределены, либо неверные значения длины или userptr (устройство " +#~ "%s)" -#~ msgid "Failed getting controls attributes on device '%s.'" -#~ msgstr "Ошибка получения атрибутов управления устройства «%s»." +#~ msgid "" +#~ "Failed trying to get video frames from device '%s'. Not enough memory." +#~ msgstr "" +#~ "Ошибка при попытке получения кадров видео с устройства «%s». Не хватает " +#~ "памяти." -#~ msgid "This file is encrypted and cannot be played." -#~ msgstr "Файл зашифрован и не может быть воспроизведён." +#~ msgid "insufficient memory to enqueue a user pointer buffer. device %s." +#~ msgstr "" +#~ "не хватает памяти для постановки в очередь буфера пользовательского " +#~ "указателя (устройство %s)" -#~ msgid "Disc is not an Audio CD." -#~ msgstr "Диск не является аудио-CD." +#~ msgid "No free buffers found in the pool at index %d." +#~ msgstr "В пуле не найдено свободных буферов для индекса %d." -#~ msgid "Could not read from CD." -#~ msgstr "Не удалось прочитать CD." +#~ msgid "Device '%s' cannot capture at %dx%d" +#~ msgstr "Устройство «%s» не может осуществлять захват в разрешении %dx%d" -#~ msgid "Error stopping streaming capture from device '%s'." -#~ msgstr "Ошибка при остановке потокового захвата с устройства «%s»." +#~ msgid "Device '%s' cannot capture in the specified format" +#~ msgstr "Устройство «%s» не может осуществлять захват в указанном формате" -#~ msgid "Error starting streaming capture from device '%s'." -#~ msgstr "Ошибка при запуске потокового захвата с устройства «%s»." +#~ msgid "Could not get buffers 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 "Error starting streaming capture from device '%s'." +#~ msgstr "Ошибка при запуске потокового захвата с устройства «%s»." -#~ msgid "Device '%s' cannot capture in the specified format" -#~ msgstr "Устройство «%s» не может осуществлять захват в указанном формате" +#~ msgid "Error stopping streaming capture from device '%s'." +#~ msgstr "Ошибка при остановке потокового захвата с устройства «%s»." -#~ msgid "Device '%s' cannot capture at %dx%d" -#~ msgstr "Устройство «%s» не может осуществлять захват в разрешении %dx%d" +#~ msgid "Could not read from CD." +#~ msgstr "Не удалось прочитать CD." -#~ msgid "No free buffers found in the pool at index %d." -#~ msgstr "В пуле не найдено свободных буферов для индекса %d." +#~ msgid "Disc is not an Audio CD." +#~ msgstr "Диск не является аудио-CD." -#~ msgid "insufficient memory to enqueue a user pointer buffer. device %s." -#~ msgstr "" -#~ "не хватает памяти для постановки в очередь буфера пользовательского " -#~ "указателя (устройство %s)" +#~ msgid "This file is encrypted and cannot be played." +#~ msgstr "Файл зашифрован и не может быть воспроизведён." -#~ msgid "" -#~ "Failed trying to get video frames from device '%s'. Not enough memory." -#~ msgstr "" -#~ "Ошибка при попытке получения кадров видео с устройства «%s». Не хватает " -#~ "памяти." +#~ msgid "Failed getting controls attributes on device '%s.'" +#~ msgstr "Ошибка получения атрибутов управления устройства «%s»." -#~ msgid "" -#~ "The buffer type is not supported, or the index is out of bounds, or no " -#~ "buffers have been allocated yet, or the userptr or length are invalid. " -#~ "device %s" -#~ msgstr "" -#~ "Неподдерживаемый тип буфера, либо индекс вне диапазона, либо буферы не " -#~ "были распределены, либо неверные значения длины или userptr (устройство " -#~ "%s)" +#~ msgid "Could not set parameters on device '%s'" +#~ msgstr "Не удалось установить параметры устройства «%s»" -#~ msgid "Failed to enumerate possible video formats device '%s' can work with" +#~ msgid "Device '%s' cannot capture at %d/%d frames per second" #~ msgstr "" -#~ "Не удалось создать список видео-форматов, с которыми может работать " -#~ "устройство «%s»" +#~ "Устройство «%s» не может осуществить захват при %d/%d кадрах в секунду" diff --git a/win32/common/config.h b/win32/common/config.h index f332d338e..c6c269134 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -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 |