[maemo-commits] [maemo-commits] r17989 - projects/haf/trunk/hildon-welcome/src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Apr 2 13:32:48 EEST 2009
- Previous message: [maemo-commits] r17988 - projects/haf/trunk/hildon-welcome/src
- Next message: [maemo-commits] r17990 - projects/connectivity/osso-gwobex/trunk/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: schulhof Date: 2009-04-02 13:32:47 +0300 (Thu, 02 Apr 2009) New Revision: 17989 Modified: projects/haf/trunk/hildon-welcome/src/tmp.c Log: Modified: projects/haf/trunk/hildon-welcome/src/tmp.c =================================================================== --- projects/haf/trunk/hildon-welcome/src/tmp.c 2009-04-02 10:30:57 UTC (rev 17988) +++ projects/haf/trunk/hildon-welcome/src/tmp.c 2009-04-02 10:32:47 UTC (rev 17989) @@ -122,15 +122,15 @@ GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(GST_BIN(pipeline), GST_DEBUG_GRAPH_SHOW_ALL, "playdetails"); - gst_element_set_state(new_bin, GST_STATE_NULL); - g_print("play_file: Removing %s from pipeline\n", gst_element_get_name(new_bin)); - gst_bin_remove(GST_BIN(pipeline), new_bin); - /* Flush the bus before unrefing */ gst_bus_set_flushing(bus, TRUE); gst_bus_set_flushing(bus, FALSE); gst_object_unref(bus); + gst_element_set_state(new_bin, GST_STATE_NULL); + g_print("play_file: Removing %s from pipeline\n", gst_element_get_name(new_bin)); + gst_bin_remove(GST_BIN(pipeline), new_bin); + g_print("play_file: === Exiting with \"%s\"\n", audio); } }
- Previous message: [maemo-commits] r17988 - projects/haf/trunk/hildon-welcome/src
- Next message: [maemo-commits] r17990 - projects/connectivity/osso-gwobex/trunk/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]