mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Keep announcing the delivery-method in the capabilities
Even though we don't use delivery-method in our payloader, older versions of
the theora payloader in gstreamer required it. As such we need to keep this
around in the caps for backwards-compatibility.
This reverts part of 49463a37cb
Fixes #618940
This commit is contained in:
parent
972631ae6d
commit
952fd666b3
1 changed files with 1 additions and 0 deletions
|
@ -434,6 +434,7 @@ gst_rtp_theora_pay_finish_headers (GstBaseRTPPayload * basepayload)
|
||||||
"width", G_TYPE_STRING, wstr,
|
"width", G_TYPE_STRING, wstr,
|
||||||
"height", G_TYPE_STRING, hstr,
|
"height", G_TYPE_STRING, hstr,
|
||||||
"configuration", G_TYPE_STRING, configuration,
|
"configuration", G_TYPE_STRING, configuration,
|
||||||
|
"delivery-method", G_TYPE_STRING, "inline",
|
||||||
/* don't set the other defaults
|
/* don't set the other defaults
|
||||||
*/
|
*/
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Reference in a new issue