Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Camilo Celis Guzman
gst-plugins-good
Commits
bddac509
Commit
bddac509
authored
Apr 24, 2011
by
David Schleef
Browse files
avimux,matroskamux: Add stream-format to h264 caps
Fixes #606662.
parent
24d57ac9
Changes
2
Show whitespace changes
Inline
Side-by-side
gst/avi/gstavimux.c
View file @
bddac509
...
@@ -129,6 +129,8 @@ static GstStaticPadTemplate video_sink_factory =
...
@@ -129,6 +129,8 @@ static GstStaticPadTemplate video_sink_factory =
"height = (int) [ 16, 4096 ], "
"height = (int) [ 16, 4096 ], "
"framerate = (fraction) [ 0, MAX ]; "
"framerate = (fraction) [ 0, MAX ]; "
"video/x-h264, "
"video/x-h264, "
"stream-format = (string) byte-stream, "
"alignment = (string) au, "
"width = (int) [ 16, 4096 ], "
"width = (int) [ 16, 4096 ], "
"height = (int) [ 16, 4096 ], "
"height = (int) [ 16, 4096 ], "
"framerate = (fraction) [ 0, MAX ]; "
"framerate = (fraction) [ 0, MAX ]; "
...
...
gst/matroska/matroska-mux.c
View file @
bddac509
...
@@ -102,7 +102,7 @@ static GstStaticPadTemplate videosink_templ =
...
@@ -102,7 +102,7 @@ static GstStaticPadTemplate videosink_templ =
"mpegversion = (int) { 1, 2, 4 }, "
"mpegversion = (int) { 1, 2, 4 }, "
"systemstream = (boolean) false, "
"systemstream = (boolean) false, "
COMMON_VIDEO_CAPS
"; "
COMMON_VIDEO_CAPS
"; "
"video/x-h264, "
"video/x-h264,
stream-format=avc, alignment=au,
"
COMMON_VIDEO_CAPS
"; "
COMMON_VIDEO_CAPS
"; "
"video/x-divx, "
"video/x-divx, "
COMMON_VIDEO_CAPS
"; "
COMMON_VIDEO_CAPS
"; "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment