typefind: Add stream-format to h264 caps

This commit is contained in:
David Schleef 2011-01-02 15:48:47 -08:00
parent 9c9afee1cf
commit e3451e5ab8

View file

@ -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)