mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
h264pay: prefer AVC, it's easier to parse etc
This commit is contained in:
parent
df097db437
commit
429bda6923
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ static GstStaticPadTemplate gst_rtp_h264_pay_sink_template =
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("video/x-h264, "
|
GST_STATIC_CAPS ("video/x-h264, "
|
||||||
"stream-format = (string) byte-stream, alignment = (string) { nal, au };"
|
"stream-format = (string) avc, alignment = (string) au;"
|
||||||
"video/x-h264, "
|
"video/x-h264, "
|
||||||
"stream-format = (string) avc, alignment = (string) au")
|
"stream-format = (string) byte-stream, alignment = (string) { nal, au }")
|
||||||
);
|
);
|
||||||
|
|
||||||
static GstStaticPadTemplate gst_rtp_h264_pay_src_template =
|
static GstStaticPadTemplate gst_rtp_h264_pay_src_template =
|
||||||
|
|
Loading…
Reference in a new issue