v4l2codecs: Implement a MPEG2 V4L2 decoder element
authorDaniel Almeida <daniel.almeida@collabora.com>
Tue, 6 Apr 2021 19:40:28 +0000 (16:40 -0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 2 Nov 2021 16:16:29 +0000 (16:16 +0000)
commit477b824f8e04c6b2c0ceb16107cd983422a535e3
tree5aa17b20c1d015af1274bf7e9ae6d3c632d86993
parent4fe6bc1afea6e09613b2a13c4b535d3b74959e71
v4l2codecs: Implement a MPEG2 V4L2 decoder element

Implement a MPEG2 V4L2 decoder element based on the previous h264
implementation.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1013>
subprojects/gst-plugins-bad/sys/v4l2codecs/gstv4l2codecmpeg2dec.c [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/v4l2codecs/gstv4l2codecmpeg2dec.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/v4l2codecs/meson.build
subprojects/gst-plugins-bad/sys/v4l2codecs/plugin.c