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

View file

@ -1,3 +1,5 @@
=== release 0.10.10 ===
2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org> 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
patch by: Michael Smith <msmith at fluendo dot com> patch by: Michael Smith <msmith at fluendo dot com>
@ -147,9 +149,9 @@
(gst_alsa_mixer_track_update): (gst_alsa_mixer_track_update):
* ext/alsa/gstalsamixertrack.h: * ext/alsa/gstalsamixertrack.h:
Improve and fix mixer track handling, in particular better handling Improve and fix mixer track handling, in particular better handling
of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create separate of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
track objects for tracks that have both capture and playback volume separate track objects for tracks that have both capture and playback
(and label them differently as well so they're not mistakenly volume (and label them differently as well so they're not mistakenly
assumed to be duplicates); classify mixer tracks that only affect assumed to be duplicates); classify mixer tracks that only affect
the audible volume of something (rather than the capture volume) the audible volume of something (rather than the capture volume)
as playback tracks. Redefine/fix meaning of RECORD and MUTE flags as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
@ -520,6 +522,7 @@
(value_list_append_structure_list), (value_list_append_structure_list),
(gst_play_bin_handle_redirect_message), (gst_play_bin_handle_redirect_message),
(gst_play_bin_handle_message): (gst_play_bin_handle_message):
API: GstPlayBin::connection-speed
Add "connection-speed" property; re-order redirect messages with Add "connection-speed" property; re-order redirect messages with
multiple redirect locations depending on the minimum bitrate if multiple redirect locations depending on the minimum bitrate if
that information is available and a connection speed is set that information is available and a connection speed is set
@ -622,8 +625,9 @@
* ext/theora/theoraparse.c (gst_theora_parse_class_init) * ext/theora/theoraparse.c (gst_theora_parse_class_init)
(theora_parse_dispose, theora_parse_set_property) (theora_parse_dispose, theora_parse_set_property)
(theora_parse_get_property, theora_parse_munge_granulepos) (theora_parse_get_property, theora_parse_munge_granulepos)
(theora_parse_push_buffer, theora_parse_change_state): Add a (theora_parse_push_buffer, theora_parse_change_state):
property 'synchronization-points' to fix badly synchronized oggs. API: GstTheoraParse::synchronization-points
Add a property 'synchronization-points' to fix badly synchronized oggs.
2006-08-03 Tim-Philipp Müller <tim at centricular dot net> 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
@ -741,11 +745,6 @@
Make seeking in ogg more accurate again by doing the more correct Make seeking in ogg more accurate again by doing the more correct
granuletime to stream time conversion. granuletime to stream time conversion.
2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_new_client):
2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org> 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full), * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
@ -935,7 +934,7 @@
2006-07-14 Andy Wingo <wingo@pobox.com> 2006-07-14 Andy Wingo <wingo@pobox.com>
Patch by: Iain * <iaingnome@gmail.com> Patch by: Iain Holmes <iaingnome@gmail.com>
* ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak. * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.

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: 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 Features of this release
* Parallel installability with 0.8.x series * Parallel installability with 0.8.x series
* Threadsafe design and API * Threadsafe design and API
* Subtitle fixes * New elements: gdppay, gdpdepay
* 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
Bugs fixed in this release Bugs fixed in this release
* 347296 : Problems with clocks on alsasrc hangs the application * 343787 : The adder cannot handle when multiple elements tries to l...
* 347295 : [vorbisdec] Pushes before being initialized * 336075 : ALSA emu10k1 mixer tracks are wrongly classified as playb...
* 329798 : [playbin] doesn't always give correct error message for m... * 349105 : crash with playbin and resizing screen
* 342085 : [alsasink] doesn't set buffer-time correctly * 342494 : [v4l] Query " device-name " even if device is not open
* 342789 : [audioresample] doesn't clear state when stopped, causing... * 342680 : [adder] seeking with multiple ogg files fails to work
* 343303 : [subparse] workaround for bad entities in sami parser * 345188 : [alsa] can't handle more than 8 channels
* 343385 : [gnomevfs] add support for burn:// URIs * 347091 : converting vorbis comments to GstTagLists is lossy
* 343500 : [riff] gst_riff_parse_strf_vids() can't parse extra data. * 348157 : Changed " Change Device " menu behaviour in gnome-volume-co...
* 343699 : oggmux leaks * 348916 : [typefind] add multipart/x-mixed-replace typefinder
* 344503 : [subparse] parse font face property in sami parser. * 350157 : [riff] riff parser can't detect dts audio stream
* 345131 : [PATCH] videoscale support for 32-bit RGB-formats * 350655 : [oggdemux] should process seeking queries
* 345206 : [textoverlay] crash with non-UTF8 input * 350900 : [adder] should not clamp floating point values
* 345225 : [theoradec] Clipping for exact seeking * 351426 : API: add gst_tag_parse_extended_comment
* 345641 : [API] [libgsttag] add enums for image tag type * 351502 : g_value_set_string leaks
* 345879 : [riff] won't play a .wmv file with WMVA video stream * 351742 : [vorbisenc] discontinuity detection too sensitive, might ...
* 346581 : [typefinding] recognise text/html * 353658 : [videotestsrc] doesn't round strides correctly for YVYU
* 347514 : vorbisenc test often fails under valgrind * 354594 : multifdsink doesn't work reliably with sync-method = 'nex...
* 347221 : [audioconvert] channel remapping does not work right * 351790 : [ogmparse] crash parsing video stream on x86-64
* 347304 : Massive leaks with xvimagesink * 140139 : [avidemux] can't play broken avi with ogg (not vorbis) au...
* 346527 : alsasrc get_range does not respect requested size * 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:
* gst_rtp_buffer_get_payload_subbuffer()
* gst_tag_parse_extended_comment()
* GstPlayBin::connection-speed
* GstTheoraParse::synchronization-points
* GST_AUDIO_CHANNEL_POSITION_NONE
Download Download
@ -114,19 +125,22 @@ Applications
Contributors to this release Contributors to this release
* Alessandro Decina * Alessandro Dessina
* Andy Wingo * Andy Wingo
* Cody Russell
* Edward Hervey * Edward Hervey
* Iain Holmes
* James Livingston
* Jan Schmidt * Jan Schmidt
* Lutz Mueller * Jens Granseuer
* Michael Sheldon * Kai Vehmanen
* Marcel Moreaux
* Martin Szulecki
* Michael Smith * Michael Smith
* Philip Jaegenstedt * Sjoerd Simons
* Sebastien Moutte
* Stefan Kost * Stefan Kost
* Thomas Vander Stichele * Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Viktor Peters
* Wim Taymans * Wim Taymans
* Young-Ho Cha * 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 initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too 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 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, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base) gst-plugins-base)
@ -42,7 +42,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0 dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS 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 FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags. dnl the generated libtool script has no support for the listed tags.

View file

@ -1548,3 +1548,33 @@
<DEFAULT></DEFAULT> <DEFAULT></DEFAULT>
</ARG> </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> <description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename> <filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename> <basename>libgstadder.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>ALSA plugin library</description> <description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename> <filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename> <basename>libgstalsa.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Convert audio to different formats</description> <description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename> <filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename> <basename>libgstaudioconvert.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Adjusts audio frames</description> <description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename> <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename> <basename>libgstaudiorate.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Resamples audio</description> <description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename> <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename> <basename>libgstaudioresample.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Creates audio test signals of given frequency and volume</description> <description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename> <filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename> <basename>libgstaudiotestsrc.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Read audio from CD in paranoid mode</description> <description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename> <filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename> <basename>libgstcdparanoia.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>decoder bin</description> <description>decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename> <filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
<basename>libgstdecodebin.so</basename> <basename>libgstdecodebin.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

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

View file

@ -3,10 +3,10 @@
<description>Payload/depayload GDP packets</description> <description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename> <filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename> <basename>libgstgdp.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>elements to read from and write to Gnome-VFS uri's</description> <description>elements to read from and write to Gnome-VFS uri's</description>
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename> <filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
<basename>libgstgnomevfs.so</basename> <basename>libgstgnomevfs.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,74 +3,12 @@
<description>libvisual visualization plugins</description> <description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename> <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename> <basename>libgstlibvisual.so</basename>
<version>0.10.8</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <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> </elements>
</plugin> </plugin>

View file

@ -3,12 +3,19 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description> <description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename> <filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename> <basename>libgstogg.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <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> <element>
<name>oggdemux</name> <name>oggdemux</name>
<longname>Ogg demuxer</longname> <longname>Ogg demuxer</longname>

View file

@ -3,10 +3,10 @@
<description>Pango-based text rendering and overlay</description> <description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename> <filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename> <basename>libgstpango.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>player bin</description> <description>player bin</description>
<filename>../../gst/playback/.libs/libgstplaybin.so</filename> <filename>../../gst/playback/.libs/libgstplaybin.so</filename>
<basename>libgstplaybin.so</basename> <basename>libgstplaybin.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Subtitle parsing</description> <description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename> <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename> <basename>libgstsubparse.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>transfer data over the network via TCP</description> <description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename> <filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename> <basename>libgsttcp.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Theora plugin library</description> <description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename> <filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename> <basename>libgsttheora.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>default typefind functions</description> <description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename> <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename> <basename>libgsttypefindfunctions.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>

View file

@ -3,10 +3,10 @@
<description>elements for Video 4 Linux</description> <description>elements for Video 4 Linux</description>
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename> <filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
<basename>libgstvideo4linux.so</basename> <basename>libgstvideo4linux.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Adjusts video frames</description> <description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename> <basename>libgstvideorate.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Resizes video</description> <description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename> <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename> <basename>libgstvideoscale.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Creates a test video stream</description> <description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename> <filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename> <basename>libgstvideotestsrc.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>plugin for controlling audio volume</description> <description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename> <filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename> <basename>libgstvolume.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Vorbis plugin library</description> <description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename> <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename> <basename>libgstvorbis.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>X11 video output element based on standard Xlib calls</description> <description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename> <filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename> <basename>libgstximagesink.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>XFree86 video output plugin using Xv extension</description> <description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename> <filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename> <basename>libgstxvimagesink.so</basename>
<version>0.10.9.1</version> <version>0.10.10</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <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> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -140,10 +140,17 @@ gst_theora_parse_class_init (GstTheoraParseClass * klass)
gobject_class->get_property = theora_parse_get_property; gobject_class->get_property = theora_parse_get_property;
gobject_class->set_property = theora_parse_set_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_object_class_install_property (gobject_class, PROP_SYNCHRONIZATION_POINTS,
g_param_spec_value_array ("synchronization-points", g_param_spec_value_array ("synchronization-points",
"Synchronization points", "An array of (granuletime, buffertime) " "Synchronization points",
"pairs", "An array of (granuletime, buffertime) pairs",
g_param_spec_uint64 ("time", "Time", g_param_spec_uint64 ("time", "Time",
"Time (either granuletime or buffertime)", 0, G_MAXUINT64, 0, "Time (either granuletime or buffertime)", 0, G_MAXUINT64, 0,
G_PARAM_READWRITE), (GParamFlags) G_PARAM_READWRITE)); G_PARAM_READWRITE), (GParamFlags) G_PARAM_READWRITE));

View file

@ -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. * If @len is -1 the total payload starting from @offset if subbuffered.
* *
* Returns: A new buffer with the specified data of the payload. * Returns: A new buffer with the specified data of the payload.
*
* Since: 0.10.10
*/ */
GstBuffer * GstBuffer *
gst_rtp_buffer_get_payload_subbuffer (GstBuffer * buffer, guint offset, 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 " "Pango font description of font "
"to be used for subtitle rendering", NULL, G_PARAM_WRITABLE)); "to be used for subtitle rendering", NULL, G_PARAM_WRITABLE));
/** /**
* GstPlayBin:connection-speed * GstPlayBin::connection-speed
* *
* Network connection speed in kbps (0 = unknown) * Network connection speed in kbps (0 = unknown)
* *

View file

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

View file

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