emotion: add some help to debug the pipeline.
authorcedric <cedric>
Wed, 29 Jun 2011 17:45:13 +0000 (17:45 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Jun 2011 17:45:13 +0000 (17:45 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@60826 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/gstreamer/emotion_sink.c

index 20f92b9..2f7ac7c 100644 (file)
@@ -680,6 +680,10 @@ gstreamer_video_sink_new(Emotion_Gstreamer_Video *ev,
 
    evas_object_data_set(obj, "_emotion_gstreamer_video", ev);
 
+   /** NOTE: you need to set: GST_DEBUG_DUMP_DOT_DIR=/tmp EMOTION_ENGINE=gstreamer to save the $EMOTION_GSTREAMER_DOT file in '/tmp' */
+   /** then call dot -Tpng -oemotion_pipeline.png /tmp/$TIMESTAMP-$EMOTION_GSTREAMER_DOT.dot */
+   if (getenv("EMOTION_GSTREAMER_DOT")) GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(GST_BIN(playbin), GST_DEBUG_GRAPH_SHOW_ALL, getenv("EMOTION_GSTREAMER_DOT"));
+
    return playbin;
 
  unref_pipeline: