x264enc: Set default stream-format to avc as it's a better format

This commit is contained in:
Nicolas Dufresne 2012-04-30 19:00:09 +00:00 committed by Sebastian Dröge
parent c3cc8d416c
commit 2656e42bb7

View file

@ -438,7 +438,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
GST_STATIC_CAPS ("video/x-h264, "
"framerate = (fraction) [0/1, MAX], "
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ], "
"stream-format = (string) { byte-stream, avc }, "
"stream-format = (string) { avc, byte-stream }, "
"alignment = (string) { au }, "
"profile = (string) { high-10, high, main, baseline, "
"constrained-baseline, high-10-intra }")