gstreamer/subprojects/gst-plugins-bad/sys/v4l2codecs
Seungha Yang 6434d69f8c codecs: Stop claiming constness for refcounted object
It's almost pointless and makes little sense as subclass might
want to modify refcount of the object or so. And all subclasses
are already casting them to non-const version as well.
In a general sense, we need to avoid passing refcounted object
with const qualifier.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1238>
2022-02-06 17:17:22 +00:00
..
linux v4l2codecs: Sync kernel headers against 5.16.0 2022-01-21 19:32:30 +00:00
gstv4l2codecallocator.c v4l2codecs: Fix segfault when destroying non-detached allocator 2021-11-02 15:25:48 +00:00
gstv4l2codecallocator.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codecalphadecodebin.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codecalphadecodebin.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codecdevice.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codecdevice.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codech264dec.c codecs: Stop claiming constness for refcounted object 2022-02-06 17:17:22 +00:00
gstv4l2codech264dec.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codecmpeg2dec.c v4l2codecs: Fix debug assertion in register functions 2022-01-27 18:53:41 +00:00
gstv4l2codecmpeg2dec.h v4l2codecs: mpeg2: Check that the decoder output formats 2021-12-10 21:37:14 +00:00
gstv4l2codecpool.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codecpool.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codecvp8dec.c v4l2codecs: Fix debug assertion in register functions 2022-01-27 18:53:41 +00:00
gstv4l2codecvp8dec.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstv4l2codecvp9dec.c v4l2codecs: Fix debug assertion in register functions 2022-01-27 18:53:41 +00:00
gstv4l2codecvp9dec.h v4l2codecs: vp9: Add alpha decodebin wrapper 2021-12-10 21:37:14 +00:00
gstv4l2decoder.c v4l2codecs: decoder: Improve logging of timed out request 2021-12-10 21:37:14 +00:00
gstv4l2decoder.h v4l2codecs: decoder: Add method to get the pic_buf 2021-11-30 17:11:59 -05:00
gstv4l2format.c v4l2codecs: vp9dec: Implement VP9 v4l2 decoder 2021-11-29 17:41:19 +00:00
gstv4l2format.h v4l2codecs: Unify the src template caps format 2022-01-21 19:32:30 +00:00
meson.build v4l2codecs: vp9dec: Implement VP9 v4l2 decoder 2021-11-29 17:41:19 +00:00
plugin.c v4l2codecs: vp9: Add alpha decodebin wrapper 2021-12-10 21:37:14 +00:00