Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy1524
gst-plugins-ugly
Commits
55813557
Commit
55813557
authored
Feb 17, 2012
by
Wim Taymans
Browse files
RELEASE 0.11.1
parent
ed4b967d
Changes
63
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
55813557
This diff is collapsed.
Click to expand it.
NEWS
View file @
55813557
This diff is collapsed.
Click to expand it.
RELEASE
View file @
55813557
Release notes for GStreamer Ugly Plug-ins 0.1
0
.1
8
"
Extra Life
"
Release notes for GStreamer Ugly Plug-ins 0.1
1
.1 "
Moonlapse Vertigo
"
The GStreamer team is proud to announce a new release
in the 0.1
0
.x stable series of the
in the 0.1
1
.x
un
stable series of the
GStreamer Ugly Plug-ins.
The 0.10.x series is a stable series targeted at end users.
It is not API or ABI compatible with the stable 0.8.x series.
It is, however, parallel installable with the 0.8.x series.
The 0.11.x series is an unstable series targeted at developers and will
eventually lead up to the stable 1.0 series.
It is not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 0.10.x series.
...
...
@@ -55,34 +56,11 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* amrwbdec: avoid stalling on invalid frame
* asfpacket: don't rely on data from duration extension
* dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
* dvdsubdec: Output only a single buffer per subpicture and set the correct duration
* lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
* mad: build the mad plugin even if libid3tag is not available
* mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that)
* mpeg2dec: don't deadlock when setting an index
* mpegstream: increase allowable gap between streams
* x264enc: allow changing the bitrate and quantitizers dynamically
* x264enc: don't register flags with a value of 0
* x264enc: implement getcaps function to proxy downstream caps restrictions upstream
* x264enc: make tag event writable before modifying tag list in place
* x264enc: set max bitrate in quality mode
Bugs fixed in this release
* 539708 : [mpegstream] Increase allowable gap between streams
* 607698 : asfdemux: fix parsing of packets with padding
* 619136 : [dvdsubdec] spits out buffers at video framerate
* 621663 : x264enc: support changing bitrate property on the fly
* 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean
* 639715 : amrparse: seek error with EOS
* 640272 : x264enc: make tag event writable before modifying tag list in place
* 641151 : lame: doesn't negotiate sample rate properly
* 642360 : x264enc: Don't register flags which have 0 as a value
* 644704 : [dvdsubedc] no SPU clipping implemented
* 647709 : mpeg2dec: errors out on not-linked flow return
* Parallel installability with 0.10.x series
* Many cleanups
* Ported to new 0.11 core API changes
There were no bugs fixed in this release
Download
...
...
@@ -111,17 +89,24 @@ Applications
Contributors to this release
* Brendan Le Foll
* Alessandro Decina
* Brian Gitonga Marete
* Christian Fredrik Kalager Schaller
* David Schleef
* Edward Hervey
*
Luis de Bethencourt
*
Julien Isorce
* Mark Nauwelaerts
* M
iguel Angel Cabrera Moya
* M
atej Knopp
* Olivier Crête
* René Stadler
* Robert Swain
* Sebastian Dröge
* Sjoerd Simons
* Stefan Kost
* Thibault Saunier
* Stefan Sauer
* Thiago Santos
* Thomas Vander Stichele
* Tim-Philipp Müller
* Vincent Penquerc'h
* Yang Xichuan
* Wim Taymans
* Руслан Ижбулатов
\ No newline at end of file
configure.ac
View file @
55813557
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Ugly Plug-ins, 0.11.
0.
1,
AC_INIT(GStreamer Ugly Plug-ins, 0.11.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
...
...
@@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.
0
GSTPB_REQ=0.11.
0
GST_REQ=0.11.
2
GSTPB_REQ=0.11.
2
dnl *** autotools stuff ****
...
...
docs/plugins/gst-plugins-ugly-plugins.args
View file @
55813557
...
...
@@ -81,7 +81,7 @@
<ARG>
<NAME>GstCdioCddaSrc::read-speed</NAME>
<TYPE>gint</TYPE>
<RANGE>[
-1
,100]</RANGE>
<RANGE>[
G_MAXULONG
,100]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Read speed</NICK>
<BLURB>Read from device at the specified speed (-1 = default).</BLURB>
...
...
@@ -530,12 +530,12 @@
<ARG>
<NAME>GstSidDec::blocksize</NAME>
<TYPE>gu
long
</TYPE>
<TYPE>gu
int
</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Block size</NICK>
<BLURB>Size in bytes to output per buffer.</BLURB>
<DEFAULT></DEFAULT>
<DEFAULT>
4096
</DEFAULT>
</ARG>
<ARG>
...
...
docs/plugins/gst-plugins-ugly-plugins.hierarchy
View file @
55813557
...
...
@@ -3,20 +3,23 @@ GObject
GstObject
GstBus
GstClock
GstControlBinding
GstControlSource
GstElement
GstA52Dec
GstASFDemux
GstAudioDecoder
GstA52Dec
GstAmrnbDec
GstAmrwbDec
GstMad
GstAudioEncoder
GstAmrnbEnc
GstLameMP3Enc
GstTwoLame
GstBaseRTPDepayload
GstRtpAsfDepay
GstBaseSrc
GstPushSrc
GstAudioCdSrc
GstCdioCddaSrc
GstDvdReadSrc
GstPNMSrc
GstBin
...
...
@@ -24,11 +27,12 @@ GObject
GstDvdLpcmDec
GstDvdSubDec
GstDvdSubParse
GstMad
GstMpeg2dec
GstRDTDepay
GstRDTManager
GstRMDemux
GstRTPBaseDepayload
GstRtpAsfDepay
GstRTSPReal
GstRTSPWMS
GstRealAudioDemux
...
...
@@ -39,7 +43,6 @@ GObject
GstPlugin
GstPluginFeature
GstElementFactory
GstIndexFactory
GstTypeFindFactory
GstRegistry
GstTask
...
...
docs/plugins/gst-plugins-ugly-plugins.interfaces
View file @
55813557
GstAmrnbEnc GstPreset
GstAudioCdSrc GstURIHandler
GstAudioEncoder GstPreset
GstBin GstChildProxy
GstCddaBaseSrc GstURIHandler
...
...
docs/plugins/inspect/plugin-a52dec.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Decodes ATSC A/52 encoded audio streams
</description>
<filename>
../../ext/a52dec/.libs/libgsta52dec.so
</filename>
<basename>
libgsta52dec.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -26,7 +26,7 @@
<name>
src
</name>
<direction>
source
</direction>
<presence>
always
</presence>
<details>
audio/x-raw, format=(string)F32LE, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]
</details>
<details>
audio/x-raw, format=(string)F32LE,
layout=(string)interleaved,
rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]
</details>
</caps>
</pads>
</element>
...
...
docs/plugins/inspect/plugin-amrnb.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Adaptive Multi-Rate Narrow-Band
</description>
<filename>
../../ext/amrnb/.libs/libgstamrnb.so
</filename>
<basename>
libgstamrnb.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
unknown
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -26,7 +26,7 @@
<name>
src
</name>
<direction>
source
</direction>
<presence>
always
</presence>
<details>
audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1
</details>
<details>
audio/x-raw, format=(string)S16LE,
layout=(string)interleaved,
rate=(int)8000, channels=(int)1
</details>
</caps>
</pads>
</element>
...
...
@@ -41,7 +41,7 @@
<name>
sink
</name>
<direction>
sink
</direction>
<presence>
always
</presence>
<details>
audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1
</details>
<details>
audio/x-raw, format=(string)S16LE,
layout=(string)interleaved,
rate=(int)8000, channels=(int)1
</details>
</caps>
<caps>
<name>
src
</name>
...
...
docs/plugins/inspect/plugin-amrwbdec.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Adaptive Multi-Rate Wide-Band Decoder
</description>
<filename>
../../ext/amrwbdec/.libs/libgstamrwbdec.so
</filename>
<basename>
libgstamrwbdec.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
unknown
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -26,7 +26,7 @@
<name>
src
</name>
<direction>
source
</direction>
<presence>
always
</presence>
<details>
audio/x-raw, format=(string)S16LE, rate=(int)16000, channels=(int)1
</details>
<details>
audio/x-raw, format=(string)S16LE,
layout=(string)interleaved,
rate=(int)16000, channels=(int)1
</details>
</caps>
</pads>
</element>
...
...
docs/plugins/inspect/plugin-asf.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Demuxes and muxes audio and video in Microsofts ASF format
</description>
<filename>
../../gst/asfdemux/.libs/libgstasf.so
</filename>
<basename>
libgstasf.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-cdio.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Read audio from audio CDs
</description>
<filename>
../../ext/cdio/.libs/libgstcdio.so
</filename>
<basename>
libgstcdio.so
</basename>
<version>
0.1
0.18
.1
</version>
<version>
0.1
1
.1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -20,7 +20,7 @@
<name>
src
</name>
<direction>
source
</direction>
<presence>
always
</presence>
<details>
audio/x-raw
-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16
, rate=(int)44100, channels=(int)2
</details>
<details>
audio/x-raw
, format=(string)S16LE, layout=(string)interleaved
, rate=(int)44100, channels=(int)2
</details>
</caps>
</pads>
</element>
...
...
docs/plugins/inspect/plugin-dvdlpcmdec.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Decode DVD LPCM frames into standard PCM
</description>
<filename>
../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so
</filename>
<basename>
libgstdvdlpcmdec.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -26,7 +26,7 @@
<name>
src
</name>
<direction>
source
</direction>
<presence>
always
</presence>
<details>
audio/x-raw, format=(string){ S16BE, S24BE }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ]
</details>
<details>
audio/x-raw, format=(string){ S16BE, S24BE },
layout=(string)interleaved,
rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ]
</details>
</caps>
</pads>
</element>
...
...
docs/plugins/inspect/plugin-dvdread.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Access a DVD with dvdread
</description>
<filename>
../../ext/dvdread/.libs/libgstdvdread.so
</filename>
<basename>
libgstdvdread.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-dvdsub.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
DVD subtitle parser and decoder
</description>
<filename>
../../gst/dvdsub/.libs/libgstdvdsub.so
</filename>
<basename>
libgstdvdsub.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-lame.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Encode MP3s with LAME
</description>
<filename>
../../ext/lame/.libs/libgstlame.so
</filename>
<basename>
libgstlame.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -20,7 +20,7 @@
<name>
sink
</name>
<direction>
sink
</direction>
<presence>
always
</presence>
<details>
audio/x-raw, format=(string)S16LE, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)
[ 1, 2 ]
</details>
<details>
audio/x-raw, format=(string)S16LE,
layout=(string)interleaved,
rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)
1; audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
</details>
</caps>
<caps>
<name>
src
</name>
...
...
docs/plugins/inspect/plugin-mad.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
mp3 decoding based on the mad library
</description>
<filename>
../../ext/mad/.libs/libgstmad.so
</filename>
<basename>
libgstmad.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -26,7 +26,7 @@
<name>
src
</name>
<direction>
source
</direction>
<presence>
always
</presence>
<details>
audio/x-raw, format=(string)S32LE, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]
</details>
<details>
audio/x-raw, format=(string)S32LE,
layout=(string)interleaved,
rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]
</details>
</caps>
</pads>
</element>
...
...
docs/plugins/inspect/plugin-mpeg2dec.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
LibMpeg2 decoder
</description>
<filename>
../../ext/mpeg2dec/.libs/libgstmpeg2dec.so
</filename>
<basename>
libgstmpeg2dec.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-realmedia.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
RealMedia support plugins
</description>
<filename>
../../gst/realmedia/.libs/libgstrmdemux.so
</filename>
<basename>
libgstrmdemux.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
LGPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-siddec.xml
View file @
55813557
...
...
@@ -3,10 +3,10 @@
<description>
Uses libsidplay to decode .sid files
</description>
<filename>
../../ext/sidplay/.libs/libgstsid.so
</filename>
<basename>
libgstsid.so
</basename>
<version>
0.11.
0.
1
</version>
<version>
0.11.1
</version>
<license>
GPL
</license>
<source>
gst-plugins-ugly
</source>
<package>
GStreamer Ugly Plug-ins
git
</package>
<package>
GStreamer Ugly Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -26,7 +26,7 @@
<name>
src
</name>
<direction>
source
</direction>
<presence>
always
</presence>
<details>
audio/x-raw, format=(string){
S8, U8,
S16LE, U16LE
}
, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]
</details>
<details>
audio/x-raw, format=(string){ S16LE, U16LE
, S8, U8 }, layout=(string)interleaved
, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]
</details>
</caps>
</pads>
</element>
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment