From f510be57cd96c2814ee319bbd9c562709f1e49ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 26 Mar 2009 20:28:30 +0100 Subject: mxf: Fix compilation and compiler errors with GLib < 2.16.0 --- gst/mxf/mxfmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mxf/mxfmux.c') diff --git a/gst/mxf/mxfmux.c b/gst/mxf/mxfmux.c index d7658dbb..1ca6584d 100644 --- a/gst/mxf/mxfmux.c +++ b/gst/mxf/mxfmux.c @@ -969,7 +969,7 @@ gst_mxf_mux_write_header_metadata (GstMXFMux * mux) } #if !GLIB_CHECK_VERSION (2, 16, 0) - g_list_free (value); + g_list_free (values); #endif buffers = g_list_reverse (buffers); -- cgit v1.2.1