# HG changeset patch # User melunko # Date 1179952488 -3600 # Node ID bfc97f675c606d4aada8e4abfd577aba6f757965 # Parent 4bdc21f0cfd082af7f10c6a1ae83dc3bc1379222 [svn r709] Fixed the need to kill the server every time a new transcoding was request diff -r 4bdc21f0cfd0 -r bfc97f675c60 gmyth-stream/gmemcoder/src/gmencoder.c --- a/gmyth-stream/gmemcoder/src/gmencoder.c Wed May 23 20:05:05 2007 +0100 +++ b/gmyth-stream/gmemcoder/src/gmencoder.c Wed May 23 21:34:48 2007 +0100 @@ -636,7 +636,7 @@ if (priv->pipe != NULL) { //TODO: fixe pipeline dispose g_debug ("SETING STATE TO NULL"); - gst_element_set_state (priv->pipe, GST_STATE_NULL); + //gst_element_set_state (priv->pipe, GST_STATE_NULL); g_debug ("SETING STATE TO NULL: OK"); //gst_object_unref (priv->pipe); gst_object_unref (priv->src);