mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
filesrc: fix typo in warning message
Spotted by bsreerenj@gmail.com. Fixes #608442.
This commit is contained in:
parent
65936501e0
commit
467f0a2c0f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue