x265enc: Drop incorrect stream-format="avc" in template caps
authorArun Raghavan <git@arunraghavan.net>
Mon, 21 Sep 2015 13:32:08 +0000 (19:02 +0530)
committerArun Raghavan <git@arunraghavan.net>
Mon, 21 Sep 2015 13:41:42 +0000 (19:11 +0530)
ext/x265/gstx265enc.c

index 08a4a3e..99fc522 100644 (file)
@@ -171,7 +171,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
     GST_STATIC_CAPS ("video/x-h265, "
         "framerate = (fraction) [0/1, MAX], "
         "width = (int) [ 4, MAX ], " "height = (int) [ 4, MAX ], "
-        "stream-format = (string) { avc, byte-stream }, "
+        "stream-format = (string) byte-stream, "
         "alignment = (string) au, " "profile = (string) { main }")
     );