emotion: add some help to debug the pipeline.

SVN revision: 60826
This commit is contained in:
Cedric BAIL 2011-06-29 17:45:13 +00:00
parent 45d0b34007
commit 605d57325f
1 changed files with 4 additions and 0 deletions

View 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: