dwrite: Remove unused values

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4929>
This commit is contained in:
Seungha Yang 2023-06-27 22:07:02 +09:00 committed by GStreamer Marge Bot
parent 6cb41569e6
commit 8838a670e0
2 changed files with 0 additions and 6 deletions

View file

@ -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, \

View file

@ -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;