mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
typefind: Add stream-format to h264 caps
This commit is contained in:
parent
9c9afee1cf
commit
e3451e5ab8
1 changed files with 2 additions and 1 deletions
|
@ -2126,7 +2126,8 @@ mpeg4_video_type_find (GstTypeFind * tf, gpointer unused)
|
|||
|
||||
/*** 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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue