mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
798ccb7e97
commit
7bc3253761
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue