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 | e74bbfd334dd09ea093acfd14d33e606c1fbde79 (patch) | |
tree | c81cdb9c35b09448f21704c8fc6dae558ddb57b2 /gst-libs/gst | |
parent | 78f960fe5e4deba591d5d4772959c0f2260b1ca0 (diff) | |
download | gst-plugins-bad-e74bbfd334dd09ea093acfd14d33e606c1fbde79.tar.gz gst-plugins-bad-e74bbfd334dd09ea093acfd14d33e606c1fbde79.tar.bz2 gst-plugins-bad-e74bbfd334dd09ea093acfd14d33e606c1fbde79.zip |
fixes 123939 enum and error fix
Original commit message from CVS:
fixes 123939
enum and error fix
Diffstat (limited to 'gst-libs/gst')
-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 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); |