mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
releasing 0.9.6
Original commit message from CVS: releasing 0.9.6
This commit is contained in:
parent
5f6a8b9c3e
commit
89da1d41b9
15 changed files with 101 additions and 19 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.9.6 ===
|
||||
|
||||
2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.9.6, "The Marshals Are Dead"
|
||||
|
||||
2005-11-23 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
|
||||
|
|
12
NEWS
12
NEWS
|
@ -1,4 +1,14 @@
|
|||
This is GStreamer Ugly Plug-ins 0.9.5, "Zero-Test Patching".
|
||||
This is GStreamer Ugly Plug-ins 0.9.6, "The Marshals Are Dead".
|
||||
|
||||
Changes since 0.9.5:
|
||||
|
||||
* mpegstream ported
|
||||
* fractional framerates
|
||||
|
||||
Bugs fixed since 0.9.5:
|
||||
|
||||
* 319862 : Partial mpegstream/dvddemux port
|
||||
* 321955 : gst-plugins-ugly fail to compile
|
||||
|
||||
Changes since 0.9.3:
|
||||
|
||||
|
|
14
RELEASE
14
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.5 "Zero-Test Patching"
|
||||
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.6 "The Marshals Are Dead"
|
||||
|
||||
|
||||
The GStreamer team is petrified to announce a new release
|
||||
|
@ -55,9 +55,13 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* mpegstream ported
|
||||
* fractional framerates
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 319862 : Partial mpegstream/dvddemux port
|
||||
* 321955 : gst-plugins-ugly fail to compile
|
||||
|
||||
Download
|
||||
|
||||
|
@ -87,7 +91,13 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Christian Schaller
|
||||
* Andy Wingo
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Johan Dahlin
|
||||
* Martin Soto
|
||||
* Michael Smith
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
|
|
@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 5, 1,
|
||||
AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 6, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Mode</NICK>
|
||||
<BLURB>Encoding mode.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>Stereo</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -225,7 +225,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Padding type</NICK>
|
||||
<BLURB>Padding type.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>No Padding</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -235,7 +235,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Lame Preset</NICK>
|
||||
<BLURB>Lame Preset.</BLURB>
|
||||
<DEFAULT>none</DEFAULT>
|
||||
<DEFAULT>None</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -245,7 +245,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Quality</NICK>
|
||||
<BLURB>Quality of algorithm used for encoding.</BLURB>
|
||||
<DEFAULT>5</DEFAULT>
|
||||
<DEFAULT>5 - Default</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -265,7 +265,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>VBR</NICK>
|
||||
<BLURB>Specify bitrate mode.</BLURB>
|
||||
<DEFAULT>cbr</DEFAULT>
|
||||
<DEFAULT>No VBR (Constant Bitrate)</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -315,7 +315,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>VBR Quality</NICK>
|
||||
<BLURB>VBR Quality.</BLURB>
|
||||
<DEFAULT>5</DEFAULT>
|
||||
<DEFAULT>5 - Default</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -528,3 +528,53 @@
|
|||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMPEGParse::adjust</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>adjust</NICK>
|
||||
<BLURB>Adjust timestamps to smooth discontinuities.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMPEGParse::byte-offset</NAME>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Byte Offset</NICK>
|
||||
<BLURB>Emit reached-offset signal when the byte offset is reached.</BLURB>
|
||||
<DEFAULT>18446744073709551615</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMPEGParse::max-discont</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= 0</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Max Discont</NICK>
|
||||
<BLURB>The maximum allowed SCR discontinuity.</BLURB>
|
||||
<DEFAULT>120000</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMPEGParse::sync</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Sync</NICK>
|
||||
<BLURB>Synchronize on the stream SCR.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMPEGParse::time-offset</NAME>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>r</FLAGS>
|
||||
<NICK>Time Offset</NICK>
|
||||
<BLURB>Time offset in the stream.</BLURB>
|
||||
<DEFAULT>18446744073709551615</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
<SIGNAL>
|
||||
<NAME>GstMPEGParse::reached-offset</NAME>
|
||||
<RETURNS>void</RETURNS>
|
||||
GstMPEGParse *gstmpegparse
|
||||
</SIGNAL>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decodes ATSC A/52 encoded audio streams</description>
|
||||
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
|
||||
<basename>libgsta52dec.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adaptive Multi-Rate Narrow-Band</description>
|
||||
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
|
||||
<basename>libgstamrnb.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decode DVD LPCM frames into standard PCM</description>
|
||||
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
||||
<basename>libgstdvdlpcmdec.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
|
||||
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
|
||||
<basename>libgstiec958.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Encode MP3's with LAME</description>
|
||||
<filename>../../ext/lame/.libs/libgstlame.so</filename>
|
||||
<basename>libgstlame.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>id3 tag manipulation and mp3 decoding based on the mad library</description>
|
||||
<filename>../../ext/mad/.libs/libgstmad.so</filename>
|
||||
<basename>libgstmad.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>LibMpeg2 decoder</description>
|
||||
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
|
||||
<basename>libgstmpeg2dec.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-1 layer 1/2/3 audio parser</description>
|
||||
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
|
||||
<basename>libgstmpegaudioparse.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Realmedia stream demuxer</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.so</basename>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
Loading…
Reference in a new issue