mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
videodiff: fix supported formats in template caps
This commit is contained in:
parent
b346be1c52
commit
19d52a4ed5
1 changed files with 2 additions and 2 deletions
|
@ -48,10 +48,10 @@ static GstFlowReturn gst_video_diff_transform_frame (GstVideoFilter * filter,
|
|||
GstVideoFrame * inframe, GstVideoFrame * outframe);
|
||||
|
||||
#define VIDEO_SRC_CAPS \
|
||||
GST_VIDEO_CAPS_MAKE("{ I420, Y444, Y42B, UYVY, RGBA }")
|
||||
GST_VIDEO_CAPS_MAKE("{ I420, Y444, Y42B, Y41B }")
|
||||
|
||||
#define VIDEO_SINK_CAPS \
|
||||
GST_VIDEO_CAPS_MAKE("{ I420, Y444, Y42B, UYVY, RGBA }")
|
||||
GST_VIDEO_CAPS_MAKE("{ I420, Y444, Y42B, Y41B }")
|
||||
|
||||
|
||||
G_DEFINE_TYPE_WITH_CODE (GstVideoDiff, gst_video_diff, GST_TYPE_VIDEO_FILTER,
|
||||
|
|
Loading…
Reference in a new issue