mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 03:45:39 +00:00
h263pay: fix typo in debug
This commit is contained in:
parent
4379378239
commit
968c981e74
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ gst_rtp_h263_pay_push (GstRtpH263Pay * rtph263pay,
|
|||
/*
|
||||
* Copy the payload data in the buffer
|
||||
*/
|
||||
GST_DEBUG ("Copiing memory");
|
||||
GST_DEBUG ("Copying memory");
|
||||
memcpy (payload, (guint8 *) package->payload_start, package->payload_len);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue