From 55633f5e8f96bbb7c92309348a2d29d1b6446f36 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 15 Apr 2011 22:25:27 -0700 Subject: [PATCH] mpegtsmux: Add byte-stream to h264 caps --- gst/mpegtsmux/mpegtsmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/mpegtsmux/mpegtsmux.c b/gst/mpegtsmux/mpegtsmux.c index 247659d..09cf3ec 100644 --- a/gst/mpegtsmux/mpegtsmux.c +++ b/gst/mpegtsmux/mpegtsmux.c @@ -113,7 +113,7 @@ static GstStaticPadTemplate mpegtsmux_sink_factory = "mpegversion = (int) { 1, 2, 4 }, " "systemstream = (boolean) false; " "video/x-dirac;" - "video/x-h264;" + "video/x-h264,stream-format=(string)byte-stream;" "audio/mpeg, " "mpegversion = (int) { 1, 2, 4 };" "audio/x-lpcm, " -- 2.7.4