typefind: Add stream-format to h264 caps
This commit is contained in:
parent
9c9afee1cf
commit
e3451e5ab8
@ -2126,7 +2126,8 @@ mpeg4_video_type_find (GstTypeFind * tf, gpointer unused)
|
|||||||
|
|
||||||
/*** video/x-h264 H264 elementary video stream ***/
|
/*** video/x-h264 H264 elementary video stream ***/
|
||||||
|
|
||||||
static GstStaticCaps h264_video_caps = GST_STATIC_CAPS ("video/x-h264");
|
static GstStaticCaps h264_video_caps =
|
||||||
|
GST_STATIC_CAPS ("video/x-h264,stream-format=byte-stream");
|
||||||
|
|
||||||
#define H264_VIDEO_CAPS gst_static_caps_get(&h264_video_caps)
|
#define H264_VIDEO_CAPS gst_static_caps_get(&h264_video_caps)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user