Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
libgstjack_la_SOURCES = gstjack.c
libgstjack_la_CFLAGS = $(GST_CFLAGS) $(JACK_CFLAGS)
-libgstjack_la_LIBADD = $(GST_LIBS) $(JACK_LIBS)
+libgstjack_la_LIBADD = $(JACK_LIBS)
libgstjack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstjack.h
if (this->client)
*pad_list = g_list_append (*pad_list, pad);
-// this->pads = g_list_append (this->pads, pad);
+/* this->pads = g_list_append (this->pads, pad); */
return pad->pad;
}
{
GstJackClient *client = (GstJackClient*) arg;
printf ("shutdown\n");
-// gst_element_set_state (GST_ELEMENT (client->manager), GST_STATE_READY);
+/* gst_element_set_state (GST_ELEMENT (client->manager), GST_STATE_READY); */
}
static gboolean