From 182f96ff797a4c73d81ac9c3cde87e596651267f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 21 Aug 2013 09:33:04 +0200 Subject: [PATCH] rtpgstay: don't use // comments --- gst/rtp/gstrtpgstpay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtpgstpay.h b/gst/rtp/gstrtpgstpay.h index c9161db..f3272b2 100644 --- a/gst/rtp/gstrtpgstpay.h +++ b/gst/rtp/gstrtpgstpay.h @@ -44,7 +44,7 @@ struct _GstRtpGSTPay { GstRTPBasePayload payload; - GList *pending_buffers; // GstBufferList + GList *pending_buffers; /* GstBufferList */ GstAdapter *adapter; guint8 flags; guint8 etype; -- 2.7.4