summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2014-09-25 21:21:09 +0200
committerStefan Sauer <ensonic@users.sf.net>2014-09-25 21:27:03 +0200
commitd5518edf1247a76e8995a4bd14215f2153b6552f (patch)
tree06ea662cd242163333507ed97ee4d5f1534f1e97 /plugins
parent7bb838be40761aab878462daad6bc86645198421 (diff)
fixme: bump leftover 0.11 fixme comments
Diffstat (limited to 'plugins')
-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 13581d49a..bfc67e395 100644
--- a/plugins/elements/gstfilesrc.c
+++ b/plugins/elements/gstfilesrc.c
@@ -253,7 +253,7 @@ gst_file_src_set_location (GstFileSrc * src, const gchar * location)
GST_INFO ("uri : %s", src->uri);
}
g_object_notify (G_OBJECT (src), "location");
- /* FIXME 0.11: notify "uri" property once there is one */
+ /* FIXME 2.0: notify "uri" property once there is one */
return TRUE;