autodetect: fix caps
This commit is contained in:
parent
1a3401f1be
commit
582e18b673
@ -153,8 +153,7 @@ gst_auto_video_sink_reset (GstAutoVideoSink * sink)
|
|||||||
gst_object_unref (targetpad);
|
gst_object_unref (targetpad);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstStaticCaps raw_caps =
|
static GstStaticCaps raw_caps = GST_STATIC_CAPS ("video/x-raw");
|
||||||
GST_STATIC_CAPS ("video/x-raw-yuv; video/x-raw-rgb");
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_auto_video_sink_init (GstAutoVideoSink * sink)
|
gst_auto_video_sink_init (GstAutoVideoSink * sink)
|
||||||
|
@ -156,8 +156,7 @@ gst_auto_video_src_reset (GstAutoVideoSrc * src)
|
|||||||
gst_object_unref (targetpad);
|
gst_object_unref (targetpad);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstStaticCaps raw_caps =
|
static GstStaticCaps raw_caps = GST_STATIC_CAPS ("video/x-raw");
|
||||||
GST_STATIC_CAPS ("video/x-raw-yuv; video/x-raw-rgb");
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_auto_video_src_init (GstAutoVideoSrc * src)
|
gst_auto_video_src_init (GstAutoVideoSrc * src)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user