Skip to content

Commit

Permalink
Merge branch 'peteallenm:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
peteallenm authored Apr 23, 2024
2 parents fe19a41 + 1b57a80 commit 48e293c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstsunxisrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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) bytestream, "
"stream-format = (string) byte-stream, "
"alignment = (string) nal, "
"profile = (string) { high, main, baseline, }")
);
Expand Down

0 comments on commit 48e293c

Please sign in to comment.