mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
mpegdemux: add stream format to H.264 caps
This commit is contained in:
parent
6b6ed2cad8
commit
bbfd3154fb
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ static GstStaticPadTemplate video_template =
|
|||
GST_PAD_SOMETIMES,
|
||||
GST_STATIC_CAPS ("video/mpeg, "
|
||||
"mpegversion = (int) { 1, 2, 4 }, " "systemstream = (boolean) FALSE, "
|
||||
"parsed = (boolean) FALSE; " "video/x-h264")
|
||||
"parsed = (boolean) FALSE; " "video/x-h264, "
|
||||
"stream-format=(string)byte-stream;")
|
||||
);
|
||||
|
||||
static GstStaticPadTemplate audio_template =
|
||||
|
|
Loading…
Reference in a new issue