summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/rtpmanager/gstrtphdrext-twcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtphdrext-twcc.c b/gst/rtpmanager/gstrtphdrext-twcc.c
index c1604aeb0..1382e7ca2 100644
--- a/gst/rtpmanager/gstrtphdrext-twcc.c
+++ b/gst/rtpmanager/gstrtphdrext-twcc.c
@@ -214,7 +214,7 @@ gst_rtp_header_extension_twcc_write (GstRTPHeaderExtension * ext,
map_failed:
{
GST_ERROR ("failed to map buffer %p", output);
- return 0;
+ return -1;
}
existing_too_small: