more cleanups

This commit is contained in:
Wim Taymans 2016-09-02 20:02:32 +02:00
parent 7d3e46e7f9
commit a8238957a3
4 changed files with 6 additions and 169 deletions

View file

@ -113,12 +113,6 @@ setup_node (PinosSpaV4l2Source *this)
g_debug ("got set_props error %d", res);
}
static void
destroy_pipeline (PinosSpaV4l2Source *this)
{
g_debug ("spa-v4l2-source %p: destroy pipeline", this);
}
static void
get_property (GObject *object,
guint prop_id,
@ -162,8 +156,6 @@ source_finalize (GObject * object)
PinosSpaV4l2Source *source = PINOS_SPA_V4L2_SOURCE (object);
g_debug ("spa-source %p: dispose", source);
destroy_pipeline (source);
spa_handle_clear (node->node->handle);
g_free (node->node->handle);