diff options
author | Olivier Crete <tester@tester.ca> | 2008-06-11 08:56:16 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-06-11 08:56:16 +0000 |
commit | 86c4b045ea820771ff896578b64be5364fef8980 (patch) | |
tree | e790e2265e500ba7f26a3b02236c832bf2b5d0b2 /ChangeLog | |
parent | 06fa431cef7f98f8447c710769d9c77057f198c1 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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), |