summaryrefslogtreecommitdiff
path: root/testsuite/states
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-12 10:03:04 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-12 10:03:04 +0000
commit14e4ff51deea49ed12105d37676c3c5da8fb0b80 (patch)
treeaad642a4a25540c876e67399b7f863892e0ed541 /testsuite/states
parent9b9a151d43598bbbf564eb221a311d124bb61c0a (diff)
set PENDING on bin correctly for special case. fixes testsuite again.
Original commit message from CVS: set PENDING on bin correctly for special case. fixes testsuite again.
Diffstat (limited to 'testsuite/states')
-rw-r--r--testsuite/states/parent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/states/parent.c b/testsuite/states/parent.c
index 799433967..aa583c5aa 100644
--- a/testsuite/states/parent.c
+++ b/testsuite/states/parent.c
@@ -99,7 +99,6 @@ main (gint argc, gchar * argv[])
g_assert (GST_STATE (bin1) == GST_STATE_PAUSED);
g_assert (GST_STATE (bin2) == GST_STATE_PAUSED);
g_assert (GST_STATE (fakesrc) == GST_STATE_PAUSED);
- //FIXME: fix core so that this assert works
g_assert (GST_STATE (identity) == GST_STATE_PAUSED);
g_assert (GST_STATE (fakesink) == GST_STATE_PAUSED);