mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
dwrite: Remove unused values
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4929>
This commit is contained in:
parent
6cb41569e6
commit
8838a670e0
2 changed files with 0 additions and 6 deletions
|
@ -21,8 +21,6 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#define GST_DWRITE_TEXT_META_NAME "GstDWriteTextMeta"
|
||||
|
||||
#define GST_DWRITE_CAPS \
|
||||
GST_VIDEO_CAPS_MAKE_WITH_FEATURES (GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY "," \
|
||||
GST_CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION, \
|
||||
|
|
|
@ -133,10 +133,6 @@ enum class GstDWriteBaseOverlayBlendMode
|
|||
/* *INDENT-OFF* */
|
||||
struct _GstDWriteBaseOverlayPrivate
|
||||
{
|
||||
GstPad *video_pad = nullptr;
|
||||
GstPad *text_pad = nullptr;
|
||||
GstPad *src_pad = nullptr;
|
||||
|
||||
GstD3D11Device *device = nullptr;
|
||||
|
||||
GstVideoInfo bgra_info;
|
||||
|
|
Loading…
Reference in a new issue