gstreamer/plugin
Sebastian Dröge 6e7af72aa3 pythonplugin: Fix compiler warning about unused format string argument
CC       libgstpythonplugin_la-gstpythonplugin.lo
gstpythonplugin.c:192:65: warning: data argument not used by format string
      [-Wformat-extra-args]
    GST_DEBUG ("GST_PLUGIN_SYSTEM_PATH set to %s", plugin_path, plugin_path);
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               ^
2014-10-19 13:34:59 +02:00
..
gstpythonplugin.c pythonplugin: Fix compiler warning about unused format string argument 2014-10-19 13:34:59 +02:00
Makefile.am plugin: Do not version the plugin library 2014-06-10 16:06:45 +02:00