From 90311e522f04b8501c3a0a6547a893d573161777 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 7 May 2010 17:09:16 +0200 Subject: [PATCH] rtph264pay: fix typo in debug message --- gst/rtp/gstrtph264pay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtph264pay.c b/gst/rtp/gstrtph264pay.c index bccabcc5b6..4bae67abc2 100644 --- a/gst/rtp/gstrtph264pay.c +++ b/gst/rtp/gstrtph264pay.c @@ -955,7 +955,7 @@ gst_rtp_h264_pay_handle_buffer (GstBaseRTPPayload * basepayload, rtph264pay->update_caps = FALSE; - GST_DEBUG ("outcaps udpate: sprop-parameter-sets=%s", + GST_DEBUG ("outcaps update: sprop-parameter-sets=%s", rtph264pay->sprop_parameter_sets); } } else {