summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpvorbispay.c
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-06-13 09:39:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-06-13 09:39:41 +0000
commit2ba1de92a4c4e8399b2b285daf2f9b15e651a537 (patch)
tree5114fe84ea822930dd9ac9d5be343183e5645616 /gst/rtp/gstrtpvorbispay.c
parent8d901b4bfcabec20f78dab49a2b5211afd52c49a (diff)
gst/rtp/gstrtptheoradepay.c: Make the delivery-method mandatory on the caps and only accept inline for now.
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps): Make the delivery-method mandatory on the caps and only accept inline for now. Reverse strcmp checks for delivery-method. * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps): Make delivery method optional when parsing caps and note this in the caps. Reverse strcmp checks for delivery-method. * gst/rtp/gstrtpvorbispay.c: Update a comment to note that the delivery-method is optional, Fixes #537675.
Diffstat (limited to 'gst/rtp/gstrtpvorbispay.c')
-rw-r--r--gst/rtp/gstrtpvorbispay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpvorbispay.c b/gst/rtp/gstrtpvorbispay.c
index f9fa15b2..65e093af 100644
--- a/gst/rtp/gstrtpvorbispay.c
+++ b/gst/rtp/gstrtpvorbispay.c
@@ -53,11 +53,11 @@ GST_STATIC_PAD_TEMPLATE ("src",
/* All required parameters
*
* "encoding-params = (string) <num channels>"
- * "delivery-method = (string) { inline, in_band, out_band/<specific_name> } "
* "configuration = (string) ANY"
*/
/* All optional parameters
*
+ * "delivery-method = (string) { inline, in_band, out_band/<specific_name> } "
* "configuration-uri ="
*/
)