From: Sjoerd Simons Date: Mon, 31 May 2010 15:26:19 +0000 (+0100) Subject: Keep announcing the delivery-method in the capabilities X-Git-Tag: 1.19.3~509^2~8488 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=952fd666b3278c2780777e14f8523a7c5fafee2f;p=platform%2Fupstream%2Fgstreamer.git 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 49463a37cbaa952e1401291f0a2623de6cab3880 Fixes #618940 --- diff --git a/gst/rtp/gstrtptheorapay.c b/gst/rtp/gstrtptheorapay.c index 17bc640..82651ec 100644 --- a/gst/rtp/gstrtptheorapay.c +++ b/gst/rtp/gstrtptheorapay.c @@ -434,6 +434,7 @@ gst_rtp_theora_pay_finish_headers (GstBaseRTPPayload * basepayload) "width", G_TYPE_STRING, wstr, "height", G_TYPE_STRING, hstr, "configuration", G_TYPE_STRING, configuration, + "delivery-method", G_TYPE_STRING, "inline", /* don't set the other defaults */ NULL);