[svn r709] Fixed the need to kill the server every time a new transcoding was request
1.1 --- a/gmyth-stream/gmemcoder/src/gmencoder.c Wed May 23 20:05:05 2007 +0100
1.2 +++ b/gmyth-stream/gmemcoder/src/gmencoder.c Wed May 23 21:34:48 2007 +0100
1.3 @@ -636,7 +636,7 @@
1.4 if (priv->pipe != NULL) {
1.5 //TODO: fixe pipeline dispose
1.6 g_debug ("SETING STATE TO NULL");
1.7 - gst_element_set_state (priv->pipe, GST_STATE_NULL);
1.8 + //gst_element_set_state (priv->pipe, GST_STATE_NULL);
1.9 g_debug ("SETING STATE TO NULL: OK");
1.10 //gst_object_unref (priv->pipe);
1.11 gst_object_unref (priv->src);