diff options
Diffstat (limited to 'gst/qtmux/atoms.c')
-rw-r--r-- | gst/qtmux/atoms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtmux/atoms.c b/gst/qtmux/atoms.c index 841900d55..d87174e72 100644 --- a/gst/qtmux/atoms.c +++ b/gst/qtmux/atoms.c @@ -2817,7 +2817,7 @@ atom_hdlr_set_type (AtomHDLR * hdlr, AtomsContext * context, guint32 comp_type, } static void -atom_hdlr_set_name (AtomHDLR * hdlr, char *name) +atom_hdlr_set_name (AtomHDLR * hdlr, const char *name) { if (hdlr->name) g_free (hdlr->name); |