h263pay: fix typo in debug

This commit is contained in:
Wim Taymans 2010-03-01 16:01:24 +01:00
parent 4379378239
commit 968c981e74

View file

@ -1267,7 +1267,7 @@ gst_rtp_h263_pay_push (GstRtpH263Pay * rtph263pay,
/* /*
* Copy the payload data in the buffer * Copy the payload data in the buffer
*/ */
GST_DEBUG ("Copiing memory"); GST_DEBUG ("Copying memory");
memcpy (payload, (guint8 *) package->payload_start, package->payload_len); memcpy (payload, (guint8 *) package->payload_start, package->payload_len);
/* /*