Re-add fix from the branch
authorAndrew Mitchell <ajmitch@ajmitch.dhis.org>
Mon, 17 Dec 2001 04:22:11 +0000 (04:22 +0000)
committerAndrew Mitchell <ajmitch@ajmitch.dhis.org>
Mon, 17 Dec 2001 04:22:11 +0000 (04:22 +0000)
Original commit message from CVS:
Re-add fix from the branch

gst/elements/gstfakesrc.c
plugins/elements/gstfakesrc.c

index 1319519..897b297 100644 (file)
@@ -764,7 +764,7 @@ gst_fakesrc_change_state (GstElement *element)
     case GST_STATE_READY_TO_NULL:
       break;
     default:
-      g_asset_not_reached ();
+      g_assert_not_reached ();
       break;
   }
 
index 1319519..897b297 100644 (file)
@@ -764,7 +764,7 @@ gst_fakesrc_change_state (GstElement *element)
     case GST_STATE_READY_TO_NULL:
       break;
     default:
-      g_asset_not_reached ();
+      g_assert_not_reached ();
       break;
   }