gstreamer/gst-libs/gst/video
Arun Raghavan a6742e81b9 convertframe: Fix async video sample conversion with non-default context
The GSource for dealing with timeouts in
gst_video_convert_sample_async() might be attached to a non-default
context, so we should not be using g_source_remove() on the returned ID.

The correct thing to do is to keep a reference to the actual GSource and
then call g_source_destroy() on it.

https://bugzilla.gnome.org/show_bug.cgi?id=780297
2017-03-20 17:23:58 +05:30
..
.gitignore
colorbalance.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
colorbalance.h
colorbalancechannel.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
colorbalancechannel.h
convertframe.c convertframe: Fix async video sample conversion with non-default context 2017-03-20 17:23:58 +05:30
gstvideoaffinetransformationmeta.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstvideoaffinetransformationmeta.h video/affinetransformationmeta: define the coordinate space used 2016-05-15 10:53:55 +03:00
gstvideodecoder.c videodecoder: Add debug output tracking decode-after-flush 2017-03-18 02:03:47 +11:00
gstvideodecoder.h video: add gst_video_decoder_allocate_output_frame_with_params 2016-11-04 16:18:13 +00:00
gstvideoencoder.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstvideoencoder.h videodecoder/encoder: Correct GST_IS_*CODER_CLASS macros 2016-05-10 10:01:12 +03:00
gstvideofilter.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstvideofilter.h
gstvideometa.c video: Handle errors in gst_video_info_set_format() / gst_video_info_align() 2016-11-24 15:06:39 +02:00
gstvideometa.h docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstvideopool.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstvideopool.h
gstvideosink.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstvideosink.h docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstvideotimecode.c videotimecode: Fix invalid timecode right before a new second 2017-03-10 17:47:46 +02:00
gstvideotimecode.h videotimecode: Init from GDateTime 2017-02-23 19:50:39 +02:00
gstvideoutils.c libs: video: split allocation query caos and pad caps 2016-04-05 11:32:50 +02:00
gstvideoutils.h libs: video: split allocation query caos and pad caps 2016-04-05 11:32:50 +02:00
gstvideoutilsprivate.c videoencoder/decoder: Move conversion utility functions to a common header and use consistently in encoder/decoder 2016-07-04 10:47:36 +02:00
gstvideoutilsprivate.h videoencoder/decoder: Move conversion utility functions to a common header and use consistently in encoder/decoder 2016-07-04 10:47:36 +02:00
Makefile.am videodirection: interface for rotation and flip 2016-08-25 10:19:13 +03:00
meson.build meson: Fix build when orc is disabled 2016-11-14 17:26:02 -03:00
navigation.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
navigation.h
TODO
video-blend.c video: Handle errors in gst_video_info_set_format() / gst_video_info_align() 2016-11-24 15:06:39 +02:00
video-blend.h
video-chroma.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
video-chroma.h
video-color.c Revert "video-color: Allow converting incomplete colorimetry to a string" 2016-11-01 23:51:47 +02:00
video-color.h Revert "video-color: Allow converting incomplete colorimetry to a string" 2016-11-01 23:51:47 +02:00
video-converter.c video: Add I420/I422/Y444_12LE/BE and GBRA video formats 2017-03-16 17:32:27 +02:00
video-converter.h video-converter: Implement multi-threaded scaling/conversion 2017-02-23 21:55:29 +02:00
video-dither.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
video-dither.h
video-event.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
video-event.h
video-format.c video-format: Shift correctly when packing I420_12BE 2017-03-17 13:43:04 +02:00
video-format.h video-format: Order all formats in GST_VIDEO_FORMATS_ALL like in the enum 2017-03-17 13:28:02 +02:00
video-frame.c doc: Add missing map flag to gst_video_frame_map() 2016-09-19 11:27:10 -04:00
video-frame.h video-frame: Expand the range of caps for extended buffer flags 2016-09-01 22:48:40 +10:00
video-info.c video: Add I420/I422/Y444_12LE/BE and GBRA video formats 2017-03-16 17:32:27 +02:00
video-info.h video-info: Sanity check the frame size to prevent overflows 2016-11-24 15:06:39 +02:00
video-multiview.c videometa: Initialize all fields of all metas with default values 2016-04-13 10:10:51 +03:00
video-multiview.h
video-orc-dist.c video: Update orc generated files 2016-11-02 11:04:32 +02:00
video-orc-dist.h video: Update orc generated files 2016-11-02 11:04:32 +02:00
video-orc.orc video: Add VYUY pixel format 2016-11-01 19:55:20 +02:00
video-overlay-composition.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
video-overlay-composition.h
video-resampler.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
video-resampler.h video-converter: fix interlaced scaling some more 2016-06-22 16:21:13 +02:00
video-scaler.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
video-scaler.h
video-tile.c
video-tile.h
video.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
video.h videodirection: interface for rotation and flip 2016-08-25 10:19:13 +03:00
video_mkenum.py Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00
videodirection.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
videodirection.h videodirection: interface for rotation and flip 2016-08-25 10:19:13 +03:00
videoorientation.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
videoorientation.h
videooverlay.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
videooverlay.h