gnome-media r3840 - trunk/gstreamer-properties
- From: malureau svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-media r3840 - trunk/gstreamer-properties
- Date: Sat, 19 Apr 2008 15:56:35 +0100 (BST)
Author: malureau
Date: Sat Apr 19 14:56:34 2008
New Revision: 3840
URL: http://svn.gnome.org/viewvc/gnome-media?rev=3840&view=rev
Log:
2008-04-19 Marc-Andre Lureau <marcandre lureau gmail com>
* pipeline-tests.c (user_test_pipeline): GST_STATE_CHANGE_ASYNC is
a valid return value.
Modified:
trunk/gstreamer-properties/ChangeLog
trunk/gstreamer-properties/pipeline-tests.c
Modified: trunk/gstreamer-properties/pipeline-tests.c
==============================================================================
--- trunk/gstreamer-properties/pipeline-tests.c (original)
+++ trunk/gstreamer-properties/pipeline-tests.c Sat Apr 19 14:56:34 2008
@@ -247,7 +247,7 @@
pipeline_error_dlg (parent, pipeline_desc, err->message);
g_error_free (err);
g_free (dbg);
- } else if (ret != GST_STATE_CHANGE_SUCCESS) {
+ } else if (ret != GST_STATE_CHANGE_SUCCESS && ret != GST_STATE_CHANGE_ASYNC) {
pipeline_error_dlg (parent, pipeline_desc, NULL);
} else {
/* Show the dialog */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]