From f518f8e7958e170a94299fca9ead8c3a4df83591 Mon Sep 17 00:00:00 2001 From: Andrew Mitchell Date: Mon, 17 Dec 2001 04:22:11 +0000 Subject: [PATCH] Re-add fix from the branch Original commit message from CVS: Re-add fix from the branch --- gst/elements/gstfakesrc.c | 2 +- plugins/elements/gstfakesrc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/elements/gstfakesrc.c b/gst/elements/gstfakesrc.c index 1319519..897b297 100644 --- a/gst/elements/gstfakesrc.c +++ b/gst/elements/gstfakesrc.c @@ -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; } diff --git a/plugins/elements/gstfakesrc.c b/plugins/elements/gstfakesrc.c index 1319519..897b297 100644 --- a/plugins/elements/gstfakesrc.c +++ b/plugins/elements/gstfakesrc.c @@ -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; } -- 2.7.4