From 86c4b045ea820771ff896578b64be5364fef8980 Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Wed, 11 Jun 2008 08:56:16 +0000 Subject: 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 * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf69e70a..64e55f41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-06-11 Sebastian Dröge + + Patch by: Olivier Crete + + * 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 * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues), -- cgit