summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-04-15 22:25:27 -0700
committerDavid Schleef <ds@schleef.org>2011-04-18 09:50:56 -0700
commit55633f5e8f96bbb7c92309348a2d29d1b6446f36 (patch)
treedfc1629dbc6b132319b31109251c4fd6375ee26e /gst/mpegtsmux
parent39ae129aa65f2fd6741c150d43460c941c1cee11 (diff)
downloadgstreamer-plugins-bad-55633f5e8f96bbb7c92309348a2d29d1b6446f36.tar.gz
mpegtsmux: Add byte-stream to h264 caps
Diffstat (limited to 'gst/mpegtsmux')
-rw-r--r--gst/mpegtsmux/mpegtsmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegtsmux/mpegtsmux.c b/gst/mpegtsmux/mpegtsmux.c
index 247659dc2..09cf3ec64 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, "