mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Add -Wwrite-strings to configure
Fixes for the code included
This commit is contained in:
parent
6aae8db723
commit
86c805bec0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue