filesrc: fix typo in warning message
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 30 Jan 2010 18:57:44 +0000 (18:57 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 30 Jan 2010 18:57:44 +0000 (18:57 +0000)
Spotted by bsreerenj@gmail.com.

Fixes #608442.

plugins/elements/gstfilesrc.c

index 792cd0d..2c40c32 100644 (file)
@@ -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;