summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}