summaryrefslogtreecommitdiff
path: root/plugins/elements/gstfilesrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstfilesrc.c')
-rw-r--r--plugins/elements/gstfilesrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c
index 792cd0daa0..2c40c32b70 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;