mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
avtp: CVF - fix error message
The error is about *not* being able to map a buffer.
This commit is contained in:
parent
f9a16731d1
commit
416afd5fa9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue