Accepting request 160687 from home:Zaitor:branches:multimedia:libs

Update to ver 1.0.6

OBS-URL: https://build.opensuse.org/request/show/160687
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2013-03-24 12:37:52 +00:00 committed by Git OBS Bridge
parent 0ce678786f
commit b57998aeda
6 changed files with 39 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77
size 3130428

3
gstreamer-1.0.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50d4050cd6a23684b6bbf40a9b7c132edfb39fe9db2d81980adaa6e72f4d5826
size 3136000

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 23 12:57:54 UTC 2013 - zaitor@opensuse.org
- Run pre_checkin.sh to get in sync with gstreamer.
-------------------------------------------------------------------
Sat Sep 22 11:33:49 UTC 2012 - dimstar@opensuse.org

View File

@ -19,7 +19,7 @@
Name: gstreamer-doc
%define _name gstreamer
%define build_doc 1
Version: 1.0.5
Version: 1.0.6
Release: 0
%define gst_branch 1.0
Summary: Streaming-Media Framework Runtime
@ -39,6 +39,7 @@ BuildRequires: check-devel
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: glib2-devel >= 2.32.0
BuildRequires: gnome-patch-translation
BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: translation-update-upstream
@ -144,10 +145,12 @@ to develop applications that require these.
%prep
%setup -q -n gstreamer-%{version}
translation-update-upstream po gstreamer-%{gst_branch}
gnome-patch-translation-prepare po gstreamer-%{gst_branch}
%if ! %build_doc
%patch0 -p1
%endif
%patch1 -p1
gnome-patch-translation-update po gstreamer-%{gst_branch}
%build
# FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Mar 23 11:42:44 UTC 2013 - zaitor@opensuse.org
- Update to version 1.0.6:
+ bin: reset GValue from iterator after usage, fixing leak.
+ pipeline: fix seeking on pipeline with NULL clock.
+ message: accept NULL error argument in
gst_message_parse_{error,warning,info}.
+ basesrc: handle renegotiation correctly.
+ basesink: handle sync of EOS after item without duration.
+ basetransform: avoid warnings from NULL outcaps passed to
transform_size in shutdown race.
+ adapter, basesrc, typefind: handle gst_buffer_map failure.
+ queuearray:
- fix gst_queue_array_drop_element().
- fix gst_queue_array_find().
+ queue: remove query from queue if queue is flushing.
+ g-i:
- make sure enumeration types and flags are introspected and
available to bindings.
- add allow-none annotation for gst_pipeline_new()'s name
property.
+ Bugs fixed: bgo#684804, bgo#691185, bgo#691985, bgo#691986,
bgo#692691, bgo#692868, bgo#693065, bgo#693587, bgo#693704,
bgo#693996.
-------------------------------------------------------------------
Mon Feb 25 21:21:10 CET 2013 - sbrabec@suse.cz

View File

@ -19,7 +19,7 @@
Name: gstreamer
%define _name gstreamer
%define build_doc 0
Version: 1.0.5
Version: 1.0.6
Release: 0
%define gst_branch 1.0
Summary: Streaming-Media Framework Runtime