rtpvp8pay: default encoding name to VP8
https://bugzilla.gnome.org/show_bug.cgi?id=737810
This commit is contained in:
parent
b88ea286d2
commit
dc73d153cb
@ -518,7 +518,7 @@ gst_rtp_vp8_pay_set_caps (GstRTPBasePayload * payload, GstCaps * caps)
|
||||
src_caps = gst_caps_make_writable (src_caps);
|
||||
src_caps = gst_caps_truncate (src_caps);
|
||||
s = gst_caps_get_structure (src_caps, 0);
|
||||
gst_structure_fixate_field_string (s, "encoding-name", "VP8-DRAFT-IETF-01");
|
||||
gst_structure_fixate_field_string (s, "encoding-name", "VP8");
|
||||
encoding_name = g_strdup (gst_structure_get_string (s, "encoding-name"));
|
||||
gst_caps_unref (src_caps);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user