[gst-cvs] gst-plugins-good: rtptheoradepay: Ignore packets without a known codebook
Mark Nauwelaerts
mnauw at kemper.freedesktop.org
Fri Apr 30 07:25:39 PDT 2010
Module: gst-plugins-good
Branch: master
Commit: 7bc3253761de5ed0f503b560adf7f0e6396a7c30
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=7bc3253761de5ed0f503b560adf7f0e6396a7c30
Author: Olivier Crête <olivier.crete at collabora.co.uk>
Date: Wed Apr 7 17:21:55 2010 -0400
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.
---
gst/rtp/gstrtptheoradepay.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/rtp/gstrtptheoradepay.c b/gst/rtp/gstrtptheoradepay.c
index 336afaf..226e85f 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;
}
More information about the Gstreamer-commits
mailing list