git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@60826
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
evas_object_data_set(obj, "_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:
return playbin;
unref_pipeline: