summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97ea7f73..95d9aa89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-06-13 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ 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.
+
2008-06-12 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):