Hello community,
here is the log from the commit of package gstreamer-0_10-plugins-base for openSUSE:Factory
checked in at Thu May 28 02:28:07 CEST 2009.
--------
--- GNOME/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes 2009-02-25 15:10:44.000000000 +0100
+++ gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes 2009-05-18 01:03:54.000000000 +0200
@@ -1,0 +2,59 @@
+Mon May 18 00:57:55 CEST 2009 - vuntz(a)novell.com
+
+- Update to version 0.10.23:
+ + New navigation API to support DVD playback
+ + playbin2 improvements
+ + RTSP extensions to allow extra headers and options
+ + Replace audioresampler with speexresample based code
+ + Support interlacing flags in the gstvideo library
+ + Support new RIFF formats
+ + Improve typefinding
+ + Support more frame formats in videoscale
+ + Many other bug-fixes and improvements
+ + Bugs fixed: bgo#577637, bgo#580120, bgo#478512, bgo#574962,
+ bgo#564139, bgo#577436, bgo#350311, bgo#378094, bgo#543591,
+ bgo#553295, bgo#565105, bgo#565777, bgo#566661, bgo#567255,
+ bgo#567636, bgo#567740, bgo#568482, bgo#569655, bgo#570142,
+ bgo#570356, bgo#570768, bgo#570832, bgo#571009, bgo#571147,
+ bgo#572577, bgo#572872, bgo#572993, bgo#573165, bgo#573528,
+ bgo#573529, bgo#574293, bgo#574319, bgo#574447, bgo#574939,
+ bgo#575550, bgo#575638, bgo#575649, bgo#576019, bgo#576142,
+ bgo#576180, bgo#576586, bgo#577054, bgo#577709, bgo#577827,
+ bgo#578583, bgo#578656, bgo#579129, bgo#579130, bgo#579192,
+ bgo#579203, bgo#579267, bgo#579463, bgo#579668, bgo#579734,
+ bgo#579912, bgo#580470, bgo#580952, bgo#581727, bgo#569682,
+ bgo#580020, bgo#562794, bgo#567396, bgo#567982, bgo#571299,
+ bgo#574443, bgo#574516, bgo#574964, bgo#575256, bgo#575588,
+ bgo#576187, bgo#576188, bgo#576190, bgo#577288, bgo#577610,
+ bgo#577794, bgo#578118, bgo#578506, bgo#578942, bgo#580271,
+ bgo#580649
+ + API added:
+ - GstRTSP::gst_rtsp_options_as_text()
+ - GstRTSPMessage::gst_rtsp_message_take_header()
+ - GstRTSPRange::gst_rtsp_range_to_string()
+ - New Navigation interface commands, queries and messages
+ - gst_rtsp_channel_new()
+ - gst_rtsp_channel_unref()
+ - gst_rtsp_channel_attach()
+ - gst_rtsp_channel_queue_message()
+ - gst_rtsp_connection_accept()
+ - GstAppSink::gst_app_sink_set_callbacks()
+ - GST_VIDEO_FORMAT_YVYU, GST_VIDEO_BUFFER_TFF,
+ GST_VIDEO_BUFFER_RFF, GST_VIDEO_BUFFER_ONEFIELD
+ - GST_MIXER_FLAG_HAS_WHITELIST, GST_MIXER_FLAG_GROUPING,
+ GST_MIXER_TRACK_NO_RECORD, GST_MIXER_TRACK_NO_MUTE,
+ GST_MIXER_TRACK_WHITELIST
+ - GstAppSrc::emit-signals
+ - GstAppSrc::gst_app_src_set_emit_signals()
+ - GstAppSrc::gst_app_src_get_emit_signals()
+ - GstAppSrc::gst_app_src_set_callbacks()
+ - RTSP::gst_rtsp_connection_get_url()
+ - GstRTSPLowerTrans::GST_RTSP_LOWER_TRANS_HTTP
+ - RTSP:gst_rtsp_connection_set_tunneled()
+ - RTSP:gst_rtsp_connection_is_tunneled()
+ - RTSP::gst_rtsp_connection_set_ip()
+ - RTSP::gst_rtsp_connection_get_tunnelid()
+ - RTSP::gst_rtsp_connection_do_tunnel()
+ - RTSP::gst_rtsp_watch_reset()
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gst-plugins-base-0.10.22.tar.bz2
New:
----
gst-plugins-base-0.10.23.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-0_10-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.i26899/_old 2009-05-28 02:26:39.000000000 +0200
+++ /var/tmp/diff_new_pack.i26899/_new 2009-05-28 02:26:39.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gstreamer-0_10-plugins-base (Version 0.10.22)
+# spec file for package gstreamer-0_10-plugins-base (Version 0.10.23)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,8 +20,8 @@
Name: gstreamer-0_10-plugins-base
%define _name gst-plugins-base
-Version: 0.10.22
-Release: 2
+Version: 0.10.23
+Release: 1
%define gst_branch 0.10
BuildRequires: alsa-devel
BuildRequires: cdparanoia
@@ -151,14 +151,14 @@
%package -n libgstapp-0_10-0
License: GPL v2 or later; LGPL v2.1 or later
Summary: GStreamer Streaming-Media Framework Plug-Ins
-Group: System/Libraries
+Group: Productivity/Multimedia/Other
# We want to have base modules installed:
Requires: %{name}
%description -n libgstapp-0_10-0
GStreamer is a streaming media framework based on graphs of filters
that operate on media data. Applications using this library can do
-anything media-related,from real-time sound processing to playing
+anything media-related, from real-time sound processing to playing
videos. Its plug-in-based architecture means that new data types or
processing capabilities can be added simply by installing new plug-ins.
@@ -369,6 +369,62 @@
%{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{gst_branch}
%changelog
+* Mon May 18 2009 vuntz(a)novell.com
+- Update to version 0.10.23:
+ + New navigation API to support DVD playback
+ + playbin2 improvements
+ + RTSP extensions to allow extra headers and options
+ + Replace audioresampler with speexresample based code
+ + Support interlacing flags in the gstvideo library
+ + Support new RIFF formats
+ + Improve typefinding
+ + Support more frame formats in videoscale
+ + Many other bug-fixes and improvements
+ + Bugs fixed: bgo#577637, bgo#580120, bgo#478512, bgo#574962,
+ bgo#564139, bgo#577436, bgo#350311, bgo#378094, bgo#543591,
+ bgo#553295, bgo#565105, bgo#565777, bgo#566661, bgo#567255,
+ bgo#567636, bgo#567740, bgo#568482, bgo#569655, bgo#570142,
+ bgo#570356, bgo#570768, bgo#570832, bgo#571009, bgo#571147,
+ bgo#572577, bgo#572872, bgo#572993, bgo#573165, bgo#573528,
+ bgo#573529, bgo#574293, bgo#574319, bgo#574447, bgo#574939,
+ bgo#575550, bgo#575638, bgo#575649, bgo#576019, bgo#576142,
+ bgo#576180, bgo#576586, bgo#577054, bgo#577709, bgo#577827,
+ bgo#578583, bgo#578656, bgo#579129, bgo#579130, bgo#579192,
+ bgo#579203, bgo#579267, bgo#579463, bgo#579668, bgo#579734,
+ bgo#579912, bgo#580470, bgo#580952, bgo#581727, bgo#569682,
+ bgo#580020, bgo#562794, bgo#567396, bgo#567982, bgo#571299,
+ bgo#574443, bgo#574516, bgo#574964, bgo#575256, bgo#575588,
+ bgo#576187, bgo#576188, bgo#576190, bgo#577288, bgo#577610,
+ bgo#577794, bgo#578118, bgo#578506, bgo#578942, bgo#580271,
+ bgo#580649
+ + API added:
+ - GstRTSP::gst_rtsp_options_as_text()
+ - GstRTSPMessage::gst_rtsp_message_take_header()
+ - GstRTSPRange::gst_rtsp_range_to_string()
+ - New Navigation interface commands, queries and messages
+ - gst_rtsp_channel_new()
+ - gst_rtsp_channel_unref()
+ - gst_rtsp_channel_attach()
+ - gst_rtsp_channel_queue_message()
+ - gst_rtsp_connection_accept()
+ - GstAppSink::gst_app_sink_set_callbacks()
+ - GST_VIDEO_FORMAT_YVYU, GST_VIDEO_BUFFER_TFF,
+ GST_VIDEO_BUFFER_RFF, GST_VIDEO_BUFFER_ONEFIELD
+ - GST_MIXER_FLAG_HAS_WHITELIST, GST_MIXER_FLAG_GROUPING,
+ GST_MIXER_TRACK_NO_RECORD, GST_MIXER_TRACK_NO_MUTE,
+ GST_MIXER_TRACK_WHITELIST
+ - GstAppSrc::emit-signals
+ - GstAppSrc::gst_app_src_set_emit_signals()
+ - GstAppSrc::gst_app_src_get_emit_signals()
+ - GstAppSrc::gst_app_src_set_callbacks()
+ - RTSP::gst_rtsp_connection_get_url()
+ - GstRTSPLowerTrans::GST_RTSP_LOWER_TRANS_HTTP
+ - RTSP:gst_rtsp_connection_set_tunneled()
+ - RTSP:gst_rtsp_connection_is_tunneled()
+ - RTSP::gst_rtsp_connection_set_ip()
+ - RTSP::gst_rtsp_connection_get_tunnelid()
+ - RTSP::gst_rtsp_connection_do_tunnel()
+ - RTSP::gst_rtsp_watch_reset()
* Mon Feb 23 2009 sbrabec(a)suse.cz
- Split libgstapp into a separate library - its versioning is not
in sync with other libraries.
@@ -484,7 +540,7 @@
bgo#515654, bgo#516246, bgo#517420, bgo#517991, bgo#518039,
bgo#518162, bgo#518940, bgo#519906, bgo#519916, bgo#520523,
bgo#521743, bgo#522625, bgo#523054, bgo#511825, and bgo#520300.
-* Tue Feb 05 2008 maw(a)suse.de
+* Wed Feb 06 2008 maw(a)suse.de
- Update to version 0.10.17:
+ Work around ABI breakge due to unfortunate use of the
GST_DISABLE_DEPRECATED macro
@@ -676,7 +732,7 @@
* 334129 : Disable frame dropping for now
* 317038 : use default channel layout if none is specified in multic...
* 319340 : [cdparanoia] uncorrected-error signal never fired
-* Thu Feb 23 2006 jpr(a)suse.de
+* Fri Feb 24 2006 jpr(a)suse.de
- update to version 0.10.3
- Changes since 0.10.2:
* typefind improvements
++++++ gst-plugins-base-0.10.22.tar.bz2 -> gst-plugins-base-0.10.23.tar.bz2 ++++++
++++ 180457 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org