From e74bbfd334dd09ea093acfd14d33e606c1fbde79 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 6 Oct 2003 11:11:36 +0000 Subject: fixes 123939 enum and error fix Original commit message from CVS: fixes 123939 enum and error fix --- gst-libs/gst/play/play.old.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/play/play.old.c b/gst-libs/gst/play/play.old.c index 3be3199f..17c076dc 100644 --- a/gst-libs/gst/play/play.old.c +++ b/gst-libs/gst/play/play.old.c @@ -37,7 +37,7 @@ enum HAVE_VIS_SIZE, PIPELINE_ERROR, /* put additional signals before this comment */ - LAST_SIGNAL, + LAST_SIGNAL }; /* this struct is used to decouple signals coming out of threaded pipelines */ @@ -153,7 +153,7 @@ gst_play_error_plugin (GstPlayError type, GError ** error) *error = g_error_new (GST_PLAY_ERROR, type, "The %s plug-in could not be found. " - "This plug-in is essential for gst-player. " + "This plug-in is essential for libgstplay. " "Please install it and verify that it works " "by running 'gst-inspect %s'", name, name); g_free (name); -- cgit v1.2.1