summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-04-07 17:21:55 -0400
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-04-30 13:54:50 +0200
commit7bc3253761de5ed0f503b560adf7f0e6396a7c30 (patch)
tree1607d62b286901bb9388567fd2d36840872ca110
parent798ccb7e97c65f27baa68d7af21d4617fae291de (diff)
rtptheoradepay: Ignore packets without a known codebook
Don't produce an error if a packet is received without a valid codebook, it's possible that the codebook will just be coming later. See #574416.
-rw-r--r--gst/rtp/gstrtptheoradepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtptheoradepay.c b/gst/rtp/gstrtptheoradepay.c
index 336afaf09..226e85f64 100644
--- a/gst/rtp/gstrtptheoradepay.c
+++ b/gst/rtp/gstrtptheoradepay.c
@@ -555,7 +555,7 @@ no_output:
/* ERORRS */
switch_failed:
{
- GST_ELEMENT_ERROR (rtptheoradepay, STREAM, DECODE,
+ GST_ELEMENT_WARNING (rtptheoradepay, STREAM, DECODE,
(NULL), ("Could not switch codebooks"));
return NULL;
}