diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-10-06 11:11:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-10-06 11:11:36 +0000 |
commit | 45ec444023f063a14f0dc05a9694af3bb3e667ae (patch) | |
tree | 46f1dcce360f080e210c8ac12a8dfb78343f5118 | |
parent | fdc70d0cd7a42aa01b4d4d306882ced774254abb (diff) | |
download | gstreamer-plugins-base-45ec444023f063a14f0dc05a9694af3bb3e667ae.tar.gz |
fixes 123939 enum and error fix
Original commit message from CVS:
fixes 123939
enum and error fix
-rw-r--r-- | gst-libs/gst/play/play.old.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/play/play.old.c b/gst-libs/gst/play/play.old.c index 3be3199f9..17c076dcf 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); |