Add -Wwrite-strings to configure
authorBenjamin Otte <otte@redhat.com>
Mon, 15 Mar 2010 21:49:53 +0000 (22:49 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:33 +0000 (01:54 +0100)
Fixes for the code included

tests/check/elements/gdpdepay.c

index 60bc1ae..811d9cd 100644 (file)
@@ -94,7 +94,7 @@ cleanup_gdpdepay (GstElement * gdpdepay)
 }
 
 static void
-gdpdepay_push_per_byte (gchar * reason, guint8 * bytes, guint length)
+gdpdepay_push_per_byte (const gchar * reason, guint8 * bytes, guint length)
 {
   int i;
   GstBuffer *inbuffer;