diff options
author | David Schleef <ds@schleef.org> | 2011-04-15 22:25:27 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2011-04-18 09:50:56 -0700 |
commit | 55633f5e8f96bbb7c92309348a2d29d1b6446f36 (patch) | |
tree | dfc1629dbc6b132319b31109251c4fd6375ee26e /gst/mpegtsmux | |
parent | 39ae129aa65f2fd6741c150d43460c941c1cee11 (diff) | |
download | gstreamer-plugins-bad-55633f5e8f96bbb7c92309348a2d29d1b6446f36.tar.gz |
mpegtsmux: Add byte-stream to h264 caps
Diffstat (limited to 'gst/mpegtsmux')
-rw-r--r-- | gst/mpegtsmux/mpegtsmux.c | 2 |
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, " |