mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +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
|
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;
|
int i;
|
||||||
GstBuffer *inbuffer;
|
GstBuffer *inbuffer;
|
||||||
|
|
Loading…
Reference in a new issue