summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Crete <tester@tester.ca>2008-06-11 08:56:16 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-11 08:56:16 +0000
commit86c4b045ea820771ff896578b64be5364fef8980 (patch)
treee790e2265e500ba7f26a3b02236c832bf2b5d0b2 /ChangeLog
parent06fa431cef7f98f8447c710769d9c77057f198c1 (diff)
gst/rtp/gstrtptheorapay.c: The Theora RTP payloader only supports the "inline" delievery method so let's declare this...
Original commit message from CVS: Patch by: Olivier Crete <tester at tester dot ca> * gst/rtp/gstrtptheorapay.c: The Theora RTP payloader only supports the "inline" delievery method so let's declare this on the caps of the static pad template. Fixes bug #537675.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf69e70a..64e55f41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
+
+ Patch by: Olivier Crete <tester at tester dot ca>
+
+ * gst/rtp/gstrtptheorapay.c:
+ The Theora RTP payloader only supports the "inline" delievery method
+ so let's declare this on the caps of the static pad template.
+ Fixes bug #537675.
+
2008-06-10 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),