gstreamer/sys
Philipp Zabel 8b068fb78b v4l2sink: fix pool-less allocation query handling
This fixes a critical warning if the last-sample property is enabled:

  (gst-launch-1.0:391): GStreamer-CRITICAL **: 01:12:57.428: gst_object_unref: assertion 'object != NULL' failed

If the allocation query does not contain any allocation pools,
gst_query_parse_nth_allocation_pool will leave the local pool,
min, and max variables undefined, so check the array length first.
If pool is NULL, do not call gst_object_unref.
2019-03-08 22:01:14 +01:00
..
directsound meson: Add build files for osxaudio, osxvideo, waveform 2018-08-17 20:05:25 +05:30
oss meson: Add feature options for all plugins 2018-07-27 18:42:54 +05:30
oss4 meson: Fix oss4 header checks 2018-08-01 03:18:58 +05:30
osxaudio osxcoreaudio: fix typo 2018-12-17 13:45:36 +01:00
osxvideo osxvideo: meson: Add dependencies by using appleframeworks 2018-12-14 12:21:58 +09:00
v4l2 v4l2sink: fix pool-less allocation query handling 2019-03-08 22:01:14 +01:00
waveform meson: Add build files for osxaudio, osxvideo, waveform 2018-08-17 20:05:25 +05:30
ximage meson: ximage: check for XShmAttach() 2019-01-22 09:52:14 +00:00
Makefile.am sys: remove sunaudio plugin 2017-06-23 20:02:43 +01:00
meson.build meson: Add build files for osxaudio, osxvideo, waveform 2018-08-17 20:05:25 +05:30