Commit Graph

106 Commits

Author SHA256 Message Date
6a3dd99690 Accepting request 951652 from home:iznogood:branches:multimedia:libs
- Update to version 1.18.6:
  + gstplugin: Fix for UWP build
  + gst-ptp-helper: Do not disable multicast loopback
  + concat: fix qos event handling
  + pluginfeature: Fix object leak
  + baseparse: fix invalid avg_bitrate after reset
  + multiqueue: Fix query unref race on flush
  + gst: Initialize optional event/message fields when parsing
  + bitwriter: Fix the trailing bits lost when getting its data
  + multiqueue: never consider a queue that is not waiting
  + input-selector: Use proper segments when cleaning cached
    buffers

OBS-URL: https://build.opensuse.org/request/show/951652
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=175
2022-02-07 10:06:10 +00:00
dc0ca914a9 Accepting request 949329 from home:alarrosa:branches:multimedia:libs
Add bug/cve references to the changelog so we don't lose them
when updating the package in SLE

    - important security fixes (bsc#1181255, CVE-2021-3185)

OBS-URL: https://build.opensuse.org/request/show/949329
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=174
2022-01-26 18:41:43 +00:00
2b1e423afb Accepting request 919952 from home:sbrabec:branches:tuu-goodbye
Fix issue identification.

OBS-URL: https://build.opensuse.org/request/show/919952
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=173
2021-09-22 08:24:48 +00:00
d38bfce134 Accepting request 919672 from home:iznogood:branches:multimedia:libs
- Stop building doc sub-package, we will in the future use
  upstreams own standalone doc package. Following this: Drop
  fdupes, gtk-doc and hotdoc BuildRequires, and fdupes call, no
  longer needed nor usefull.
- Refresh patches with quilt.

OBS-URL: https://build.opensuse.org/request/show/919672
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=172
2021-09-22 08:24:21 +00:00
dfb2a40d68 Accepting request 919338 from home:sbrabec:branches:tuu-goodbye
- Remove obsolete translation-update-upstream and
  gnome-patch-translation support (PM-2938).

OBS-URL: https://build.opensuse.org/request/show/919338
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=171
2021-09-16 07:00:19 +00:00
4faa67782f Accepting request 919110 from home:iznogood:branches:multimedia:libs
- Update to version 1.18.5:
  + aggregator:
    - Release the SRC lock while querying latency
    - Release pads' peeked buffer when removing the pad or
      finalizing it
  + basesink: Don't swap rstart/rstop when stepping
  + basesrc: Print segments with GST_SEGMENT_FORMAT and not
    GST_PTR_FORMAT
  + childproxy: init value in gst_child_proxy_get_property() if
    needed
  + clocksync: Fix providing system clock by default
  + concat:
    - Properly propagate seqnum of segment events
    - adjust running time offsets on downstream events
    - fix locking in SEGMENT event handler
  + downloadbuffer/sparsefile: several fixes for win32
  + element: NULL the lists of contexts in dispose()
  + multiqueue:
    - Use running time of gap events for wakeups.
    - Ensure peer pad exists when iterating internal links
  + pad:
    - Keep IDLE probe hook alive during immediate callback
    - Ensure last flow return is set on sink pads in push mode
    - Don't spam the debug log at INFO level when default-chaining
      a buffer list
    - clear probes holding mutex
  + parse-launch:
    - Fix a critical when using the : operator.
  + Don't do delayed property setting for top-level properties.
  + plugin: load plugins with unknown license strings
  + ptpclock: Don't leak the GList
  + queue2: Refuse all serialized queries when posting buffering
    messages
  + systemclock: Update monotonic reference time when re-scheduling
  + High CPU usage in 1.18 (but not master) when pausing playback
    in gnome-music
  + Don't use volatile to mean atomic (fixes compiler warnings with
    gcc 11)

OBS-URL: https://build.opensuse.org/request/show/919110
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=170
2021-09-15 10:26:25 +00:00
9402d5981e Accepting request 880172 from home:dirkmueller:Factory
- update to 1.18.4:
  important security fixes for ID3 tag reading, matroska and realmedia
   parsing, and gst-libav audio decoding
  Details:
  * audiomixer, audioaggregator: input buffer handling fixes
  * decodebin3: improve stream-selection message handling
  * uridecodebin3: make “caps” property work
  * wavenc: fix writing of INFO chunks in some cases
  * v4l2: bt601 colorimetry, allow encoder resolution changes, fix
    decoder frame rate negotiation
  * decklinkvideosink: fix auto format detection, and fixes for 29.97fps
    framerate output
  * mpeg-2 video handling fixes when seeking
  * avviddec: fix bufferpool negotiation and possible memory corruption
    when changing resolution
  * various stability, performance and reliability improvements
  * memory leak fixes
  * build fixes: rpicamsrc, qt overlay example, d3d11videosink on UWP
  * info: Don’t leak log function user_data if the debug system is
    compiled out
  * task: Use SetThreadDescription() Win32 API for setting thread names,
    which preserves thread names in dump files.
  * buffer, memory: Mark info in map functions as caller-allocates and
    pass allocation params as const pointers where possible
  * clock: define AUTO_CLEANUP_FREE_FUNC for GstClockID
  * tag: id3v2: fix frame size check and potential invalid reads
  * audio: Fix gst_audio_buffer_truncate() meta handling for
    non-interleaved audio
  * audioresample: respect buffer layout when draining
  * audioaggregator: fix input_buffer ownership

OBS-URL: https://build.opensuse.org/request/show/880172
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=168
2021-03-21 08:14:20 +00:00
774ad3df42 Accepting request 863727 from home:iznogood:branches:multimedia:libs
- Update to version 1.18.3:
  + Highlighted bugfixes:
    - Fix ogg playback regression for ogg files that also have ID3
      or APE tags
    - compositor: fix artefacts and invalid memory access when
      blending subsampled formats
    - Exported mini object ref/unref/copy functions for use in
      bindings such as gstreamer-sharp
    - Add support for Apple silicon (M1) to cerbero package builder
    - Ship RIST plugin in binary packages
    - Various stability, performance and reliability improvements
    - Memory leak fixes
    - Build fixes
  + gstreamer:
    - gst: Add non-inline ref/unref/copy/replace methods for
      various mini objects (buffer, bufferlist, caps, context,
      event, memory, message, promise, query, sample, taglist, uri)
      for use in bindings such as gstreamer-sharp.
    - harness: don't use GST_DEBUG_OBJECT with GstHarness which is
      not a GObject.

OBS-URL: https://build.opensuse.org/request/show/863727
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=166
2021-01-19 13:45:27 +00:00
f73535a161 Accepting request 859449 from home:fcrozat:branches:multimedia:libs
- Move gst-plugins-doc-cache-generator to devel subpackage
  (remove python3 dependency on main gstreamer package).

(please check the entire gstreamer stack is still building with this change)

OBS-URL: https://build.opensuse.org/request/show/859449
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=164
2020-12-30 16:41:44 +00:00
9706f63f4d Accepting request 854481 from home:iznogood:branches:multimedia:libs
- Update to version 1.18.2:
  + Highlighted bugfixes:
    - Fix MPEG-TS timestamping regression when playing DVB streams
    - compositor: fix artefacts in certain input scaling/conversion
      situations and make sure that the output format is actually
      supported, plus renegotiation fixes
    - Fix sftp:// URI playback in decodebin/playbin via giosrc
    - adaptivedemux/dashdemux/hlsdemux fixes
    - rtsp-server fixes
    - android media: fix crash when encoding AVC
    - fix races in various unit tests
    - lots of other bug fixes and memory leak fixes
    - various stability, performance and reliability improvements
    - g-i annotation fixes
    - build fixes
  + gstreamer changes:
    - bin: When removing a sink, check if the EOS status changed
    - info: colorize PIDs in log messages
    - aggregator: Include min-upstream-latency in buffering time,
      helps especially with performance issues on single core
      systems where there are a lot of threads running
    - typefind: copy seqnum to new segment event, fixing issues
      with oggdemux operating in push mode with typefind operating
      in pull mode
    - identity, clocksync: Also provide system clock if sync=false
    - queue2: Fix modes in scheduling query handling
    - harness: Handle element not being set cleanly
    - g-i: Add some missing nullable annotations, and fix some
      nullable annotations:
    - gst_test_clock_process_next_clock_id() returns nullable
    - gst_stream_type_get_name() is not nullable
    - build: fix build issue when compiling for 32-bit
      architectures with 64-bit time_t (e.g. riscv32) by increasing
      padding in GstClockEntryImpl in gst_private.h
- Fix the _service file and spec to really use the tarball
  generated by service.

OBS-URL: https://build.opensuse.org/request/show/854481
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=162
2020-12-10 13:23:42 +00:00
c6dc5e1a65 Accepting request 846314 from home:alarrosa:branches:multimedia:libs:gstreamer
Update gstreamer to 1.18.1

OBS-URL: https://build.opensuse.org/request/show/846314
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=160
2020-11-06 12:33:52 +00:00
0425007135 Accepting request 843772 from home:dimstar:Factory
- Do not manually install gst-tester-%{gst_branch}: meson_install
  takes care of this already.

OBS-URL: https://build.opensuse.org/request/show/843772
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=158
2020-10-24 12:33:41 +00:00
e8e705c04c Accepting request 835390 from home:alarrosa:branches:multimedia:libs:gstreamer
Update to gstreamer 1.18.0

OBS-URL: https://build.opensuse.org/request/show/835390
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=157
2020-10-02 15:25:30 +00:00
d816fccc97 Accepting request 810380 from home:msmeissn:branches:multimedia:libs
- adjust / ship more 32bit stuff for Wine usage (bsc#1172304)

OBS-URL: https://build.opensuse.org/request/show/810380
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=155
2020-06-01 07:44:22 +00:00
fa32890161 Accepting request 799351 from home:iznogood:factory
- Fix file-list, needed due to libexecdir move, and our previously
  wrong usage of libexecdir.

OBS-URL: https://build.opensuse.org/request/show/799351
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=153
2020-05-01 09:00:03 +00:00
e00a8bba19 Accepting request 769153 from home:iznogood:branches:multimedia:libs
- No longer recommend -lang: supplements are in use.

OBS-URL: https://build.opensuse.org/request/show/769153
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=151
2020-02-01 13:03:24 +00:00
00df611f77 Accepting request 761111 from home:iznogood:branches:multimedia:libs
- Add gstreamer-revert-encforce-elements.patch: Revert enforce
  elements, patches from upstream stable branch.

OBS-URL: https://build.opensuse.org/request/show/761111
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=149
2020-01-08 09:18:28 +00:00
70ce70188e Accepting request 754045 from home:iznogood:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/754045
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=147
2019-12-05 09:19:40 +00:00
47211f32b9 Accepting request 732972 from home:iznogood:branches:multimedia:libs
Scripted push of project home:iznogood:branches:multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/732972
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=145
2019-09-26 12:25:09 +00:00
6b90b048d5 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=143 2019-07-11 08:30:06 +00:00
ac59ed558f OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=142 2019-07-11 08:28:54 +00:00
0d4e556e0f - Fix meson script using sed: since we rename gst-plugin-helper for
multi arch purpose, we also need to fix meson.build to make the
  code look for the correct name (boo#1140998).
- Update to version 1.16.0:

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=141
2019-07-10 13:18:14 +00:00
bbe0f7919c Accepting request 712800 from home:Andreas_Schwab:Factory
- Use libunwind only if available

OBS-URL: https://build.opensuse.org/request/show/712800
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=139
2019-07-02 09:54:55 +00:00
07d31ce017 Accepting request 710670 from home:mgorse:branches:multimedia:libs
- Update to version 1.16.0: 
  + Highlights
    - GStreamer WebRTC stack gained support for data channels for
      peer-to-peer communication based on SCTP, BUNDLE support,
      as well as support for multiple TURN servers.
    - AV1 video codec support for Matroska and QuickTime/MP4
      containers and more configuration options and supported
      input formats for the AOMedia AV1 encoder
    - Support for Closed Captions and other Ancillary Data in video
   -  Support for planar (non-interleaved) raw audio
    - GstVideoAggregator, compositor and OpenGL mixer elements are
      now in -base
    - New alternate fields interlace mode where each buffer carries
      a single field
    - WebM and Matroska ContentEncryption support in the Matroska
      demuxer
    - new WebKit WPE-based web browser source element
    - Video4Linux: HEVC encoding and decoding, JPEG encoding, and
      improved dmabuf import/export
    - Hardware-accelerated Nvidia video decoder gained support for
      VP8/VP9 decoding, whilst the encoder gained support for
      H.265/HEVC encoding.
    - Many improvements to the Intel Media SDK based
      hardware-accelerated video decoder and encoder plugin
      (msdk): dmabuf import/export for zero-copy integration with
      other components; VP9 decoding; 10-bit HEVC encoding; video
      post-processing (vpp) support including deinterlacing; and
      the video decoder now handles dynamic resolution changes.
    - The ASS/SSA subtitle overlay renderer can now handle multiple
      subtitles that overlap in time and will show them on screen

OBS-URL: https://build.opensuse.org/request/show/710670
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=137
2019-06-25 11:43:36 +00:00
8c0460a2cd Accepting request 706754 from home:iznogood:branches:multimedia:libs
New stable rel

OBS-URL: https://build.opensuse.org/request/show/706754
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=135
2019-06-05 19:11:24 +00:00
379d11084f changelog
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=133
2018-10-03 08:50:50 +00:00
54c2b7fb7b Accepting request 639710 from home:seanlew:branches:multimedia:libs
Updated gstreamet to 1.14.4

OBS-URL: https://build.opensuse.org/request/show/639710
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=132
2018-10-03 08:49:38 +00:00
Ismail Dönmez
7442125d89 Accepting request 638599 from GNOME:Next
- Update to version 1.14.3:
  + opusenc: fix crash on 32-bit platforms.
  + compositor: fix major buffer leak when doing crossfading on
    some but not all pads.
  + wasapi: various fixes for wasapisrc and wasapisink regressions.
  + x264enc: Set bit depth to fix "This build of x264 requires
    8-bit depth. Rebuild to..." runtime errors with x264 version
    ≥ 153.
  + audioaggregator, audiomixer: caps negotiation fixes.
  + input-selector: latency handling fixes.
  + playbin, playsink: audio visualization support fixes.
  + dashdemux: fix possible crash if stream is neither isobmff nor
    isoff_ondemand profile.
  + opencv: Fix build for opencv >= 3.4.2.
  + h265parse: miscellaneous fixes backported from h264parse.
  + pads: fix changing of pad offsets from inside pad probes.
  + pads: ensure that pads are blocked for IDLE probes if they are
    called from the streaming thread too.

OBS-URL: https://build.opensuse.org/request/show/638599
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=130
2018-09-27 07:29:10 +00:00
Ismail Dönmez
080e2e1ab1 Accepting request 624672 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/624672
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=128
2018-07-23 09:48:38 +00:00
5f4774f032 Accepting request 622288 from home:dimstar:Factory
Fixes issues in combination with file 5.33 - Staging:C

- Update gstreamer.macros and gstreamer.prov to be compatible with
  file 5.33, which differently idenfies executables from libraries.

OBS-URL: https://build.opensuse.org/request/show/622288
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=126
2018-07-12 11:09:45 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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