avtp: CVF - fix error message

The error is about *not* being able to map a buffer.
This commit is contained in:
Ederson de Souza 2019-07-23 13:06:55 -07:00
parent f9a16731d1
commit 416afd5fa9

View file

@ -232,7 +232,7 @@ gst_avtp_cvf_pay_extract_nals (GstAvtpCvfPay * avtpcvfpay,
res = gst_buffer_map (buffer, &map, GST_MAP_READ);
if (!res) {
GST_ERROR_OBJECT (avtpcvfpay, "Could map buffer");
GST_ERROR_OBJECT (avtpcvfpay, "Could not map buffer");
goto end;
}