mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
applemedia: vtdec: output sysmem by default
This commit is contained in:
parent
65398a1596
commit
5228238715
1 changed files with 2 additions and 2 deletions
|
@ -110,10 +110,10 @@ CFSTR ("RequireHardwareAcceleratedVideoDecoder");
|
|||
#endif
|
||||
|
||||
#define VIDEO_SRC_CAPS \
|
||||
GST_VIDEO_CAPS_MAKE("NV12") ";" \
|
||||
GST_VIDEO_CAPS_MAKE_WITH_FEATURES(GST_CAPS_FEATURE_MEMORY_GL_MEMORY,\
|
||||
"NV12") ", " \
|
||||
"texture-target = (string) rectangle;" \
|
||||
GST_VIDEO_CAPS_MAKE("NV12") ";"
|
||||
"texture-target = (string) rectangle;"
|
||||
|
||||
G_DEFINE_TYPE (GstVtdec, gst_vtdec, GST_TYPE_VIDEO_DECODER);
|
||||
|
||||
|
|
Loading…
Reference in a new issue