Commit Graph

225 Commits

Author SHA256 Message Date
Dominique Leuenberger
686a62a7b6 Accepting request 611156 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/611156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=53
2018-05-29 08:26:39 +00:00
Ismail Dönmez
2ac7e1f8a4 Accepting request 610745 from home:iznogood:branches:multimedia:libs
- Update to version 1.14.1:
  + GstPad: Fix race condition causing the same probe to be called
    multiple times
  + Fix occasional deadlocks on windows when outputting debug
    logging
  + Fix debug levels being applied in the wrong order
  + GIR annotation fixes for bindings
  + audiomixer, audioaggregator: fix some negotiation issues
  + gst-play-1.0: fix leaving stdin in non-blocking mode after exit
  + flvmux: wait for caps on all input pads before writing header
    even if source is live
  + flvmux: don't wake up the muxer unless there is data, fixes
    busy looping if there's no input data
  + flvmux: fix major leak of input buffers
  + rtspsrc, rtsp-server: revert to RTSP RFC handling of
    sendonly/recvonly attributes
  + rtpvrawpay: fix payloading with very large mtu sizes where
    everything fits into a single RTP packet
  + v4l2: Fix hard-coded enabled v4l2 probe on Linux/ARM
  + v4l2: Disable DMABuf for emulated formats when using libv4l2
  + v4l2: Always set colorimetry in S_FMT
  + asfdemux: Set stream-format field for H264 streams and handle
    H.264 in bytestream format
  + x265enc: Fix tagging of keyframes on output buffers
  + ladspa: Fix critical during plugin load on Windows
  + decklink: Fix COM initialisation on Windows
  + h264parse: fix re-use across pipeline stop/restart
  + mpegtsmux: fix force-keyframe event handling and PCR/PMT
    changes that would confuse some players with generated HLS
    streams
  + adaptivedemux: Support period change in live playlist
  + rfbsrc: Fix support for applevncserver and support NULL pool in
    decide_allocation
  + jpegparse: Fix APP1 marker segment parsing
  + h265parse: Make caps writable before modifying them, fixes
    criticals
  + fakevideosink: request an extra buffer if enable-last-sample is
    enabled
  + wasapisrc: Don't provide a clock based on WASAPI's clock
  + wasapi: Only use audioclient3 when low-latency, as it might
    otherwise glitch with slow CPUs or VMs
  + wasapi: Don't derive device period from latency time, should
    make it more robust against glitches
  + audiolatency: Fix wave detection in buffers and avoid bogus pts
    values while starting
  + msdk: fix plugin load on implementations with only HW support
  + msdk: dec: set framerate to the driver only if provided, not in
    0/1 case
  + msdk: Don't set extended coding options for JPEG encode
  + rtponviftimestamp: fix state change function init/reset causing
    races/crashes on shutdown
  + decklink: fix initialization failure in windows binary
  + ladspa: Fix critical warnings during plugin load on Windows and
    fix dependencies in meson build
  + gl: fix cross-compilation error with viv-fb
  + qmlglsink: make work with eglfs_kms
  + rtspclientsink: Don't deadlock in preroll on early close
  + rtspclientsink: Fix client ports for the RTCP backchannel
  + rtsp-server: Fix session timeout when streaming data to client
    over TCP
  + vaapiencode: h264: find best profile in those available, fixing
    negotiation errors
  + vaapi: remove custom GstGL context handling, use GstGL instead.
    Fixes GL Context sharing with WebkitGtk on wayland
  + gst-editing-services: various fixes
  + gst-python: bump pygobject req to 3.8;
    fix GstPad.set_query_function(); dist autogen.sh and
    configure.ac in tarball
  + g-i: pick up GstVideo-1.0.gir from local build directory in
    GstGL build
  + g-i: update constant values for bindings
  + avoid duplicate symbols in plugins across modules in static
    builds
  + ... and many, many more!
- Rename gst-plugin-scanner to gst-plugin-scanner-%{arch}, allowing
  multiple variants to co-exist (boo#1049452).

OBS-URL: https://build.opensuse.org/request/show/610745
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=124
2018-05-22 08:40:55 +00:00
Ismail Dönmez
25c4dc242e Accepting request 607670 from GNOME:Next
New stable branch, please keep all subs in a "group" when acking/forwarding. Particulary important this time as there is a few plugins moving from one package to an other.

OBS-URL: https://build.opensuse.org/request/show/607670
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=123
2018-05-16 08:17:36 +00:00
Dominique Leuenberger
29f9a84a1e Accepting request 600099 from multimedia:libs
Resubmit - baselibs.conf fixed

OBS-URL: https://build.opensuse.org/request/show/600099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=52
2018-04-25 07:56:17 +00:00
170aa5e40c Fix baselibs.conf: file additions are regexes
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=121
2018-04-23 15:13:26 +00:00
43c20337d8 Fixup baselibs.conf
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=120
2018-04-23 14:58:40 +00:00
Ismail Dönmez
ae81f4561e Accepting request 600054 from home:dimstar:Factory
- Rename gst-plugin-scanner to gst-plugin-scanner-%{arch}, allowing
  multiple variants to co-exist (boo#1049452).

OBS-URL: https://build.opensuse.org/request/show/600054
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=119
2018-04-23 14:03:59 +00:00
Dominique Leuenberger
1a74cc8f90 Accepting request 592327 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/592327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=51
2018-04-02 20:48:05 +00:00
930ce7b99f Accepting request 592305 from home:iznogood:branches:multimedia:libs
- Update to version 1.12.5:
  + pad: fix some stream deactivation deadlocks/races.
  + registrychunks: don't read from unaligned memory when loading
    registry.
  + ptp: fix build failure with #undef USE_MEASUREMENT_FILTERING.
  + downloadbuffer: Don't hold the mutex while posting the
    download-complete message.
  + playbin3: Fix accessing invalid index in GstStream when
    received select-stream event.
  + id3v2: re-fix handling of ID3 v2.4 tags with extended headers.
  + audio: fix handling of U32BE format.
  + videodecoder: Reset QoS time after pushing segment. This fixes
    playbin gapless playback with videos.
  + subparse: push out of last chunk of text if last line has no
    newline.
  + aacparse: When parsing raw input, accept frames of any size.
    This fixes handling of encoded silence.
  + splitmuxsrc: Improve not-linked handling.
  + rtspsrc: also proxy multicast-iface property to RTCP udpsrc.
  + flacdec: flush flac decoder on lost sync, so that it can
    re-sync.
  + matroskamux: Only mark new clusters as keyframe if they start
    on a keyframe or we're muxing only audio.
  + matroskamux: Clip maximum cluster duration to the maximum
    possible value.
  + h264parse: reset internal 'state' variable properly.
  + x264enc: fix build with newer x264 with support for multiple
    bit depths.
  + x265enc: Fix tagging of keyframes on output buffers.
  + glimagesink: Correct PAR in output caps when transforming.
  + vtdec: destroy and create the GL context on start()/stop(),
    fixing a refcount loop.
  + player: fix criticals when reading info/track properties that
    are NULL.
  + lv2: fix inverted boolean properties.
  + rtponviftimestamp: fix state change function init/reset, fixing
    memory corruption or leaks on shutdown.
  + libav: some build issues fixes.
  + rtsp-server: Place netaddress meta on packets received via TCP.
    Fixes keep-alive via RTCP in TCP interleaved mode.
  + rtsp-server: gi annotation fixes.
  + gst-libav: internal ffmpeg copy was updated to ffmpeg 3.3.6.
  + Various fixes for memory leaks, deadlocks and crashes in all
    modules.

OBS-URL: https://build.opensuse.org/request/show/592305
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=117
2018-03-29 14:18:36 +00:00
Dominique Leuenberger
622ccbbe3c Accepting request 589677 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/589677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=50
2018-03-24 15:07:51 +00:00
Tomáš Chvátal
9cfd527209 Accepting request 589307 from home:dimstar:t-u-u
t-u-u / boo#1086036

OBS-URL: https://build.opensuse.org/request/show/589307
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=115
2018-03-21 09:18:12 +00:00
Dominique Leuenberger
693473595f Accepting request 581528 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/581528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=49
2018-03-02 20:08:11 +00:00
Tomáš Chvátal
31e7f724a5 Accepting request 581197 from GNOME:Next
spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581197
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=113
2018-03-01 07:48:33 +00:00
Dominique Leuenberger
852e1fb056 Accepting request 556046 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/556046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=48
2017-12-14 09:53:08 +00:00
Tomáš Chvátal
38ecf11b40 Accepting request 555932 from home:Zaitor:branches:multimedia:libs
- Update to version 1.12.4:
  + Dozens of fixes for various issues detected with the help of
    Google's OSS-Fuzz project.
  + Performance regressions with registering debug categories after
    gst_init() were fixed.
  + Regression with seeking back to 0 in souphttpsrc was fixed.
  + Regression with header rewriting in flacparse was fixed.
  + Regression with playbin/playsink leaking sinks was fixed.
  + Inconsistencies with DROPPED/HANDLED handling in pad probe
    handlers are fixed.
  + gst_bin_iterate_sorted() always returns sources last now, as
    documented.
  + gst_query_writable_structure() will never return NULL, for
    consistency with events.
  + Removal of metas from gst_buffer_meta_foreach() works correctly
    now.
  + OpenJPEG plugin builds with OpenJPEG >= 2.3.
  + CDIO plugin builds with CDIO >= 1.0.
  + gstreamer-vaapi works correctly with libva 1.0.
  + gst-libav was updated to ffmpeg 3.3.5.
  + Various fixes for memory leaks, deadlocks and crashes in all
    modules and many, many more!
  + Bugs fixed: bgo#788520, bgo#788617.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/555932
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=111
2017-12-11 18:35:51 +00:00
Dominique Leuenberger
15787c251b Accepting request 547077 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/547077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=47
2017-12-04 11:15:26 +00:00
Tomáš Chvátal
7b4f0b42f8 Accepting request 547063 from home:Zaitor:branches:multimedia:libs
- Add explicit python3-xml BuildRequires: fix build on older
  versions of openSUSE.

OBS-URL: https://build.opensuse.org/request/show/547063
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=109
2017-12-01 11:34:04 +00:00
Tomáš Chvátal
f1a6e1f477 Accepting request 546439 from GNOME:Next
+ Replace python BuildRequires with python3-base.

OBS-URL: https://build.opensuse.org/request/show/546439
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=108
2017-11-29 14:19:51 +00:00
Tomáš Chvátal
b3f09f9fb5 Accepting request 546414 from GNOME:Next
- Switch to python3:
  + Export PYTHON=/usr/bin/python3 before calling configure.

OBS-URL: https://build.opensuse.org/request/show/546414
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=107
2017-11-29 13:02:08 +00:00
Dominique Leuenberger
dff1afab4b Accepting request 528119 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/528119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=46
2017-09-25 11:56:26 +00:00
e7f30ad889 Accepting request 527165 from home:Zaitor:branches:multimedia:libs
New upstream rel

OBS-URL: https://build.opensuse.org/request/show/527165
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=105
2017-09-21 15:56:17 +00:00
Dominique Leuenberger
fc2d3778aa Accepting request 519762 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/519762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=45
2017-09-04 10:17:28 +00:00
Bjørn Lie
80ef56b22b Accepting request 519212 from GNOME:Next
- Drop conditional valgrind-devel BuildRequires, this type of
  debugging is probably not done by users of binary packages.

OBS-URL: https://build.opensuse.org/request/show/519212
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=103
2017-08-30 20:57:57 +00:00
Dominique Leuenberger
faa86b4917 Accepting request 510423 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/510423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=44
2017-07-17 07:03:01 +00:00
OBS User mrdocs
efbbb22707 Accepting request 510291 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/510291
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=101
2017-07-14 23:49:19 +00:00
Dominique Leuenberger
06564d2ce4 Accepting request 505417 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/505417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=43
2017-06-28 08:32:53 +00:00
Tomáš Chvátal
c9f92abfae Accepting request 505070 from GNOME:Next
Update to 1.12.1

OBS-URL: https://build.opensuse.org/request/show/505070
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=99
2017-06-21 13:44:06 +00:00
Dominique Leuenberger
3e5188e595 Accepting request 495715 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/495715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=42
2017-06-18 11:47:30 +00:00
7b459638fe Accepting request 495579 from GNOME:Next
New stable branch

OBS-URL: https://build.opensuse.org/request/show/495579
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=97
2017-05-17 19:46:26 +00:00
Dominique Leuenberger
b058a4aaa0 Accepting request 460336 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/460336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=41
2017-02-27 17:50:00 +00:00
OBS User mrdocs
3925b92c5b Accepting request 460183 from home:Zaitor:branches:multimedia:libs
New stable release

OBS-URL: https://build.opensuse.org/request/show/460183
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=95
2017-02-25 05:06:01 +00:00
Dominique Leuenberger
af084de096 Accepting request 455845 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/455845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=40
2017-02-13 23:37:11 +00:00
42fe32be9b Accepting request 455803 from home:Zaitor:branches:multimedia:libs
Add upstream bugfix and add CVE to previous versionbump

OBS-URL: https://build.opensuse.org/request/show/455803
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=93
2017-02-09 22:35:03 +00:00
Dominique Leuenberger
1a35f8b7ac Accepting request 453502 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/453502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=39
2017-02-02 14:26:07 +00:00
4235fea5f4 Accepting request 453479 from home:Zaitor:branches:multimedia:libs
Scripted push of project home:Zaitor:branches:multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/453479
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=91
2017-01-30 19:25:22 +00:00
Dominique Leuenberger
4ff65a88ff Accepting request 444141 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/444141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=38
2016-12-09 08:32:49 +00:00
5a82e9da90 Accepting request 444131 from GNOME:Next
New stable branch

OBS-URL: https://build.opensuse.org/request/show/444131
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=89
2016-12-06 12:55:16 +00:00
Dominique Leuenberger
b467799d2a Accepting request 424387 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/424387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=37
2016-09-07 09:42:09 +00:00
Ismail Dönmez
4065600194 Accepting request 424305 from GNOME:Next
Stable update, stop building gstreamer-doc as "own package" - boo#996937

OBS-URL: https://build.opensuse.org/request/show/424305
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=87
2016-09-02 07:12:55 +00:00
Dominique Leuenberger
6360a507e5 Accepting request 402082 from multimedia:libs
- Run pre_checkin.sh to get in sync with gstreamer.

- Update to GNOME 3.20.2 (Fate#318572)
- Update to version 1.8.2:
  + bgo#727105: doc: Drop reference to osssink / esdsink / etc,
    from gst-launch-1.0 man page.
  + bgo#741001: GST_DEBUG categories are missing when using
    --gst-debug-help.
  + bgo#763496: queue: Can release serialized (ALLOCATION) query
    before downstream returned it.
  + bgo#765906: typefind: Regression due to fix for bgo#763491.
  + bgo#765961: Fix element leak in gstutils.c:find_common_root().
  + bgo#766002: pad: IDLE probes don't block when returning
    GST_PAD_PROBE_OK.

- Update to GNOME 3.20.2 (Fate#318572)

OBS-URL: https://build.opensuse.org/request/show/402082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=36
2016-07-01 07:56:18 +00:00
Ismail Dönmez
374f112187 -
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=85
2016-06-15 08:20:58 +00:00
Ismail Dönmez
d24d61a6a2 Accepting request 402011 from home:Zaitor:branches:multimedia:libs
Stable version bump

OBS-URL: https://build.opensuse.org/request/show/402011
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=84
2016-06-15 08:16:01 +00:00
Dominique Leuenberger
acbc219c63 Accepting request 400183 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/400183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=35
2016-06-09 13:57:11 +00:00
Ismail Dönmez
fd31ba9635 Accepting request 400181 from SUSE:SLE-12-SP2:GA
This is a pure SLE syncup request - it's a NO-OP (changes only), but it does allow to have packages equal

OBS-URL: https://build.opensuse.org/request/show/400181
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=82
2016-06-06 09:22:38 +00:00
Dominique Leuenberger
1466c15abd Accepting request 393206 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/393206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=34
2016-05-04 06:18:26 +00:00
Bjørn Lie
9c462a44ac Accepting request 393180 from GNOME:Next
New stable update

OBS-URL: https://build.opensuse.org/request/show/393180
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=80
2016-05-01 16:30:37 +00:00
Dominique Leuenberger
7452900809 Accepting request 390185 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/390185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=33
2016-04-30 21:26:16 +00:00
e5b123ffc9 Accepting request 389903 from GNOME:Next
New stable branch

OBS-URL: https://build.opensuse.org/request/show/389903
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=78
2016-04-15 12:50:44 +00:00
Dominique Leuenberger
720a939170 Accepting request 357488 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/357488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=32
2016-02-12 10:21:33 +00:00
Ismail Dönmez
a61bef330a Accepting request 357479 from GNOME:Next
Update to 1.6.3

OBS-URL: https://build.opensuse.org/request/show/357479
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=76
2016-02-03 09:30:51 +00:00