wpe: Move wpesrc to wpevideosrc and add a wrapper bin `wpesrc`
authorThibault Saunier <tsaunier@igalia.com>
Wed, 10 Mar 2021 20:27:52 +0000 (17:27 -0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 19 May 2021 13:41:15 +0000 (13:41 +0000)
commitcb4f6c877e593d0e2aeea16f5c80b84e31c5927a
treea6cd010aed062ea260ca026831c5bd8f7ea399d8
parentbe1c154f33133904632e4f5eb1850090f5212874
wpe: Move wpesrc to wpevideosrc and add a wrapper bin `wpesrc`

Currently the bin contains a single element but we are going
to implement audio support and expose extra pads for audio

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2252>
ext/wpe/WPEThreadedView.cpp
ext/wpe/WPEThreadedView.h
ext/wpe/gstwpe.cpp [new file with mode: 0644]
ext/wpe/gstwpesrcbin.cpp [new file with mode: 0644]
ext/wpe/gstwpesrcbin.h [moved from ext/wpe/gstwpesrc.h with 88% similarity]
ext/wpe/gstwpevideosrc.cpp [moved from ext/wpe/gstwpesrc.cpp with 76% similarity]
ext/wpe/gstwpevideosrc.h [new file with mode: 0644]
ext/wpe/meson.build