releasing 0.10.10

Original commit message from CVS:
releasing 0.10.10
This commit is contained in:
Thomas Vander Stichele 2006-09-14 20:09:19 +00:00
parent 4ff26a0efc
commit 280e2ca67b
38 changed files with 473 additions and 450 deletions

537
ChangeLog

File diff suppressed because it is too large Load diff

43
NEWS
View file

@ -1,4 +1,45 @@
This is GStreamer Base Plug-ins 0.10.9, "I walk the line"
This is GStreamer Base Plug-ins 0.10.10, "Chorizo"
Changes since 0.10.9:
* New elements: gdppay, gdpdepay
Bugs fixed since 0.10.9:
* 343787 : The adder cannot handle when multiple elements tries to l...
* 336075 : ALSA emu10k1 mixer tracks are wrongly classified as playb...
* 349105 : crash with playbin and resizing screen
* 342494 : [v4l] Query " device-name " even if device is not open
* 342680 : [adder] seeking with multiple ogg files fails to work
* 345188 : [alsa] can't handle more than 8 channels
* 347091 : converting vorbis comments to GstTagLists is lossy
* 348157 : Changed " Change Device " menu behaviour in gnome-volume-co...
* 348916 : [typefind] add multipart/x-mixed-replace typefinder
* 350157 : [riff] riff parser can't detect dts audio stream
* 350655 : [oggdemux] should process seeking queries
* 350900 : [adder] should not clamp floating point values
* 351426 : API: add gst_tag_parse_extended_comment
* 351502 : g_value_set_string leaks
* 351742 : [vorbisenc] discontinuity detection too sensitive, might ...
* 353658 : [videotestsrc] doesn't round strides correctly for YVYU
* 354594 : multifdsink doesn't work reliably with sync-method = 'nex...
* 351790 : [ogmparse] crash parsing video stream on x86-64
* 140139 : [avidemux] can't play broken avi with ogg (not vorbis) au...
* 347783 : [PLUGIN-MOVE] GDP elements should be moved
* 347918 : Internal data flow error in udpsrc
* 349656 : jitterbuffer in GstBaseRtp fails to handle rtp seqnum rol...
* 350784 : element alsamixer doesn't respect asoundrc
* 351308 : [netbuffer] build fails with gkt-doc critical warnings
* 353234 : audiorate preserves DISCONT on buffers
* 353912 : Add cmml caps to oggmux
API added since 0.10.9:
* gst_rtp_buffer_get_payload_subbuffer()
* gst_tag_parse_extended_comment()
* GstPlayBin::connection-speed
* GstTheoraParse::synchronization-points
* GST_AUDIO_CHANNEL_POSITION_NONE
Changes since 0.10.8:

82
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Base Plug-ins 0.10.9 "I walk the line"
Release notes for GStreamer Base Plug-ins 0.10.10 "Chorizo"
@ -51,40 +51,51 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* Subtitle fixes
* Support for images in tags
* Playback improvements
* Gnomevfssrc now supports burn:// uris
* Videoscale now supports more RGBA formats
* Multifdsink improvements
* Testsuite can now generate coverage information
* New elements: gdppay, gdpdepay
Bugs fixed in this release
* 343787 : The adder cannot handle when multiple elements tries to l...
* 336075 : ALSA emu10k1 mixer tracks are wrongly classified as playb...
* 349105 : crash with playbin and resizing screen
* 342494 : [v4l] Query " device-name " even if device is not open
* 342680 : [adder] seeking with multiple ogg files fails to work
* 345188 : [alsa] can't handle more than 8 channels
* 347091 : converting vorbis comments to GstTagLists is lossy
* 348157 : Changed " Change Device " menu behaviour in gnome-volume-co...
* 348916 : [typefind] add multipart/x-mixed-replace typefinder
* 350157 : [riff] riff parser can't detect dts audio stream
* 350655 : [oggdemux] should process seeking queries
* 350900 : [adder] should not clamp floating point values
* 351426 : API: add gst_tag_parse_extended_comment
* 351502 : g_value_set_string leaks
* 351742 : [vorbisenc] discontinuity detection too sensitive, might ...
* 353658 : [videotestsrc] doesn't round strides correctly for YVYU
* 354594 : multifdsink doesn't work reliably with sync-method = 'nex...
* 351790 : [ogmparse] crash parsing video stream on x86-64
* 140139 : [avidemux] can't play broken avi with ogg (not vorbis) au...
* 347783 : [PLUGIN-MOVE] GDP elements should be moved
* 347918 : Internal data flow error in udpsrc
* 349656 : jitterbuffer in GstBaseRtp fails to handle rtp seqnum rol...
* 350784 : element alsamixer doesn't respect asoundrc
* 351308 : [netbuffer] build fails with gkt-doc critical warnings
* 353234 : audiorate preserves DISCONT on buffers
* 353912 : Add cmml caps to oggmux
API changed in this release
- API additions:
* 347296 : Problems with clocks on alsasrc hangs the application
* 347295 : [vorbisdec] Pushes before being initialized
* 329798 : [playbin] doesn't always give correct error message for m...
* 342085 : [alsasink] doesn't set buffer-time correctly
* 342789 : [audioresample] doesn't clear state when stopped, causing...
* 343303 : [subparse] workaround for bad entities in sami parser
* 343385 : [gnomevfs] add support for burn:// URIs
* 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data.
* 343699 : oggmux leaks
* 344503 : [subparse] parse font face property in sami parser.
* 345131 : [PATCH] videoscale support for 32-bit RGB-formats
* 345206 : [textoverlay] crash with non-UTF8 input
* 345225 : [theoradec] Clipping for exact seeking
* 345641 : [API] [libgsttag] add enums for image tag type
* 345879 : [riff] won't play a .wmv file with WMVA video stream
* 346581 : [typefinding] recognise text/html
* 347514 : vorbisenc test often fails under valgrind
* 347221 : [audioconvert] channel remapping does not work right
* 347304 : Massive leaks with xvimagesink
* 346527 : alsasrc get_range does not respect requested size
* gst_rtp_buffer_get_payload_subbuffer()
* gst_tag_parse_extended_comment()
* GstPlayBin::connection-speed
* GstTheoraParse::synchronization-points
* GST_AUDIO_CHANNEL_POSITION_NONE
Download
@ -114,19 +125,22 @@ Applications
Contributors to this release
* Alessandro Decina
* Alessandro Dessina
* Andy Wingo
* Cody Russell
* Edward Hervey
* Iain Holmes
* James Livingston
* Jan Schmidt
* Lutz Mueller
* Michael Sheldon
* Jens Granseuer
* Kai Vehmanen
* Marcel Moreaux
* Martin Szulecki
* Michael Smith
* Philip Jaegenstedt
* Sebastien Moutte
* Sjoerd Simons
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
* Viktor Peters
* Wim Taymans
* Young-Ho Cha
 

2
common

@ -1 +1 @@
Subproject commit d287125f93da692bc25d53b0b7b0e2f90424a212
Subproject commit a8c15b7a2c75fc2bd83850cb17cb05a1ee84ecaf

View file

@ -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 Base Plug-ins, 0.10.9.3,
AC_INIT(GStreamer Base Plug-ins, 0.10.10,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
@ -42,7 +42,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 6, 0, 6)
AS_LIBTOOL(GST, 7, 0, 7)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.

View file

@ -1548,3 +1548,33 @@
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstGDPPay::crc-header</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>CRC Header</NICK>
<BLURB>Calculate and store a CRC checksum on the header.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
<NAME>GstGDPPay::crc-payload</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>CRC Payload</NICK>
<BLURB>Calculate and store a CRC checksum on the payload.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstGDPPay::version</NAME>
<TYPE>GstDPVersion</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Version</NICK>
<BLURB>Version of the GStreamer Data Protocol.</BLURB>
<DEFAULT>GDP Version 1.0</DEFAULT>
</ARG>

View file

@ -3,10 +3,10 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>GPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
<basename>libgstdecodebin.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
<basename>libgstffmpegcolorspace.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>FFMpeg</package>

View file

@ -3,10 +3,10 @@
<description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>elements to read from and write to Gnome-VFS uri's</description>
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
<basename>libgstgnomevfs.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,74 +3,12 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
<version>0.10.8</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>libvisual_G-Force</name>
<longname>libvisual libvisual G-Force plugin plugin v.0.1.0</longname>
<class>Visualization</class>
<description>The Libvisual G-Force plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
<name>libvisual_bumpscope</name>
<longname>libvisual Bumpscope plugin plugin v.0.0.1</longname>
<class>Visualization</class>
<description>The bumpscope visual plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
<name>libvisual_corona</name>
<longname>libvisual libvisual corona plugin plugin v.0.1</longname>
<class>Visualization</class>
<description>The Libvisual corona plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
<name>libvisual_jakdaw</name>
<longname>libvisual Jakdaw plugin plugin v.0.0.1</longname>
<class>Visualization</class>
<description>The jakdaw visual plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
<name>libvisual_jess</name>
<longname>libvisual jess plugin plugin v.0.1</longname>
<class>Visualization</class>
<description>The jess visual plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
<name>libvisual_lv_analyzer</name>
<longname>libvisual libvisual analyzer plugin v.0.1</longname>
<class>Visualization</class>
<description>The Libvisual analyzer plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
<name>libvisual_lv_scope</name>
<longname>libvisual libvisual scope plugin v.0.1</longname>
<class>Visualization</class>
<description>The Libvisual scope plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
<name>libvisual_oinksie</name>
<longname>libvisual oinksie plugin plugin v.0.1</longname>
<class>Visualization</class>
<description>The oinksie visual plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
<element>
<name>libvisual_plazma</name>
<longname>libvisual Plazma plugin plugin v.0.0.1</longname>
<class>Visualization</class>
<description>The plazma visual plugin</description>
<author>Benjamin Otte &lt;otte@gnome.org&gt;</author>
</element>
</elements>
</plugin>

View file

@ -3,12 +3,19 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>oggaviparse</name>
<longname>Ogg AVI parser</longname>
<class>Codec/Parser</class>
<description>parse an ogg avi stream into pages (info about ogg: http://xiph.org)</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>oggdemux</name>
<longname>Ogg demuxer</longname>

View file

@ -3,10 +3,10 @@
<description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>player bin</description>
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
<basename>libgstplaybin.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>

View file

@ -3,10 +3,10 @@
<description>elements for Video 4 Linux</description>
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
<basename>libgstvideo4linux.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename>
<version>0.10.9.1</version>
<version>0.10.10</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins CVS/prerelease</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -140,10 +140,17 @@ gst_theora_parse_class_init (GstTheoraParseClass * klass)
gobject_class->get_property = theora_parse_get_property;
gobject_class->set_property = theora_parse_set_property;
/**
* GstTheoraParse:sychronization-points
*
* An array of (granuletime, buffertime) pairs
*
* Since: 0.10.10
*/
g_object_class_install_property (gobject_class, PROP_SYNCHRONIZATION_POINTS,
g_param_spec_value_array ("synchronization-points",
"Synchronization points", "An array of (granuletime, buffertime) "
"pairs",
"Synchronization points",
"An array of (granuletime, buffertime) pairs",
g_param_spec_uint64 ("time", "Time",
"Time (either granuletime or buffertime)", 0, G_MAXUINT64, 0,
G_PARAM_READWRITE), (GParamFlags) G_PARAM_READWRITE));

View file

@ -1,6 +1,6 @@
/* GStreamer
* Copyright (C) <2005> Philippe Khalaf <burger@speedy.org>
* Copyright (C) <2006> Wim Taymans <wim@fluendo.com>
* Copyright (C) <2005> Philippe Khalaf <burger@speedy.org>
* Copyright (C) <2006> Wim Taymans <wim@fluendo.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@ -763,6 +763,8 @@ gst_rtp_buffer_set_timestamp (GstBuffer * buffer, guint32 timestamp)
* If @len is -1 the total payload starting from @offset if subbuffered.
*
* Returns: A new buffer with the specified data of the payload.
*
* Since: 0.10.10
*/
GstBuffer *
gst_rtp_buffer_get_payload_subbuffer (GstBuffer * buffer, guint offset,

View file

@ -409,7 +409,7 @@ gst_play_bin_class_init (GstPlayBinClass * klass)
"Pango font description of font "
"to be used for subtitle rendering", NULL, G_PARAM_WRITABLE));
/**
* GstPlayBin:connection-speed
* GstPlayBin::connection-speed
*
* Network connection speed in kbps (0 = unknown)
*

View file

@ -80,8 +80,8 @@ VALGRIND_TO_FIX = \
# these tests don't even pass
noinst_PROGRAMS =
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS)
LDADD = $(GST_LIBS) $(GST_CHECK_LIBS)
# valgrind testing
VALGRIND_TESTS_DISABLE = $(VALGRIND_TO_FIX)
@ -91,36 +91,22 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-base.supp
libs_audio_LDADD = \
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
$(LDADD)
libs_audio_CFLAGS = -I$(top_srcdir)/gst-libs $(CFLAGS) $(AM_CFLAGS)
libs_cddabasesrc_LDADD = \
$(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
$(LDADD)
libs_cddabasesrc_CFLAGS = \
-I$(top_srcdir)/gst-libs \
$(CFLAGS) $(AM_CFLAGS)
libs_tag_LDADD = \
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la $(LDADD)
libs_tag_CFLAGS = -I$(top_srcdir)/gst-libs $(CFLAGS) $(AM_CFLAGS)
elements_alsa_LDADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
$(LDADD)
elements_alsa_CFLAGS = \
-I$(top_srcdir)/gst-libs \
$(CFLAGS) $(AM_CFLAGS)
elements_audioconvert_LDADD = \
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
$(LDADD)
elements_audioconvert_CFLAGS = \
-I$(top_srcdir)/gst-libs \
$(CFLAGS) $(AM_CFLAGS)
elements_gdpdepay_LDADD = $(GST_GDP_LIBS) $(LDADD)
elements_gdppay_LDADD = $(GST_GDP_LIBS) $(LDADD)
@ -130,14 +116,13 @@ elements_volume_LDADD = \
elements_volume_CFLAGS = \
$(GST_BASE_CFLAGS) \
$(CFLAGS) $(AM_CFLAGS)
$(AM_CFLAGS)
libs_video_LDADD = \
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \
$(LDADD)
libs_video_CFLAGS = -I$(top_srcdir)/gst-libs $(CFLAGS) $(AM_CFLAGS)
pipelines_oggmux_LDADD = $(LDADD) $(OGG_LIBS)
pipelines_oggmux_CFLAGS = $(CFLAGS) $(AM_CFLAGS) $(OGG_CFLAGS)
pipelines_oggmux_CFLAGS = $(AM_CFLAGS) $(OGG_CFLAGS)
EXTRA_DIST = gst-plugins-base.supp

View file

@ -39,7 +39,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@ -211,13 +211,13 @@
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.9.3"
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.10"
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME "gst-plugins-base"
/* Define to the version of this package. */
#undef PACKAGE_VERSION "0.10.9.3"
#undef PACKAGE_VERSION "0.10.10"
/* directory where plugins are located */
#undef PLUGINDIR
@ -241,7 +241,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.9.3"
#define VERSION "0.10.10"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */