filesrc: fix typo in warning message

Spotted by bsreerenj@gmail.com.

Fixes #608442.
This commit is contained in:
Tim-Philipp Müller 2010-01-30 18:57:44 +00:00
parent 65936501e0
commit 467f0a2c0f

View 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;