From e0fa76e401a7449b2751f52bbdf72b4805c46edf Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 24 Jan 2019 22:51:39 +0100 Subject: mpegpsmux: add stream-format and alignment to H.264 caps --- gst/mpegpsmux/mpegpsmux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/mpegpsmux/mpegpsmux.c b/gst/mpegpsmux/mpegpsmux.c index f62749634..c7e4cc22c 100644 --- a/gst/mpegpsmux/mpegpsmux.c +++ b/gst/mpegpsmux/mpegpsmux.c @@ -67,7 +67,8 @@ static GstStaticPadTemplate mpegpsmux_sink_factory = "mpegversion = (int) { 1, 2, 4 }, " "systemstream = (boolean) false; " "video/x-dirac;" - "video/x-h264;" + "video/x-h264,stream-format=(string)byte-stream," + "alignment=(string){au, nal}; " "audio/mpeg, " "mpegversion = (int) { 1, 2 };" "audio/mpeg, " -- cgit v1.2.1