From 968c981e745adcf67a824950b2a4627a2dee09b4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 1 Mar 2010 16:01:24 +0100 Subject: [PATCH] h263pay: fix typo in debug --- gst/rtp/gstrtph263pay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c index 8efc07a..998800f 100644 --- a/gst/rtp/gstrtph263pay.c +++ b/gst/rtp/gstrtph263pay.c @@ -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); /* -- 2.7.4