Port parse_ports() over from alsamidisrc, to reduce the code differences
authorAntonio Ospite <ao2@ao2.it>
Mon, 25 Sep 2017 09:39:53 +0000 (11:39 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 3 Oct 2017 10:47:03 +0000 (12:47 +0200)
commit536a560a52c2315d44a873ee140d2c4ea1b1494a
tree646cbeeea9d1c4b7617935d02dd2932d8149e915
parent9f7e5fde8b002efb97504ee9a4eb464fce4072ed
Port parse_ports() over from alsamidisrc, to reduce the code differences

Also, use g_free() to deallocate app->seq_ports: since it is allocated
with g_try_new(), use a glib function to deallocate it as well.
gst-aseq-appsrc.c