[svn r709] Fixed the need to kill the server every time a new transcoding was request trunk
authormelunko
Wed May 23 21:34:48 2007 +0100 (2007-05-23)
branchtrunk
changeset 703bfc97f675c60
parent 702 4bdc21f0cfd0
child 704 5b6a77d85cf7
[svn r709] Fixed the need to kill the server every time a new transcoding was request
gmyth-stream/gmemcoder/src/gmencoder.c
     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);