[gst-cvs] gstreamer: filesrc: fix typo in warning message
Tim Mueller
tpm at kemper.freedesktop.org
Sat Jan 30 10:59:37 PST 2010
Module: gstreamer
Branch: master
Commit: 467f0a2c0fa2f040ee2c36fad80abe872249b98e
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=467f0a2c0fa2f040ee2c36fad80abe872249b98e
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sat Jan 30 18:57:44 2010 +0000
filesrc: fix typo in warning message
Spotted by bsreerenj at gmail.com.
Fixes #608442.
---
plugins/elements/gstfilesrc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c
index 792cd0d..2c40c32 100644
--- a/plugins/elements/gstfilesrc.c
+++ b/plugins/elements/gstfilesrc.c
@@ -373,7 +373,7 @@ gst_file_src_set_location (GstFileSrc * src, const gchar * location)
/* ERROR */
wrong_state:
{
- g_warning ("Changing the `location' property on filesink when a file is "
+ g_warning ("Changing the `location' property on filesrc when a file is "
"open is not supported.");
GST_OBJECT_UNLOCK (src);
return FALSE;
More information about the Gstreamer-commits
mailing list