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.
This commit is contained in:
Olivier Crête 2010-04-07 17:21:55 -04:00 committed by Mark Nauwelaerts
parent 798ccb7e97
commit 7bc3253761

View file

@ -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;
}