mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
build: Remove unused variables
This commit is contained in:
parent
16f971226d
commit
b5e834df90
1 changed files with 0 additions and 4 deletions
|
@ -35,8 +35,6 @@ GST_DEBUG_CATEGORY_STATIC (pyplugindebug);
|
||||||
|
|
||||||
#define GST_ORIGIN "http://gstreamer.freedesktop.org"
|
#define GST_ORIGIN "http://gstreamer.freedesktop.org"
|
||||||
|
|
||||||
static PyObject *element;
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_python_plugin_load_file (GstPlugin * plugin, const char *name)
|
gst_python_plugin_load_file (GstPlugin * plugin, const char *name)
|
||||||
{
|
{
|
||||||
|
@ -215,8 +213,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
gboolean we_initialized = FALSE;
|
gboolean we_initialized = FALSE;
|
||||||
GModule *libpython;
|
GModule *libpython;
|
||||||
gpointer has_python = NULL;
|
gpointer has_python = NULL;
|
||||||
PyObject *seq, *list;
|
|
||||||
int i, len;
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (pyplugindebug, "pyplugin", 0,
|
GST_DEBUG_CATEGORY_INIT (pyplugindebug, "pyplugin", 0,
|
||||||
"Python plugin loader");
|
"Python plugin loader");
|
||||||
|
|
Loading…
Reference in a new issue