summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2013-10-25 21:28:30 +0200
committerStefan Sauer <ensonic@users.sf.net>2013-10-25 21:28:30 +0200
commit1e586993761ec63bdb0f538400bf318fa4b33033 (patch)
tree9dbe77a25dbfc1bf30c92857f7165f4851774f09
parentecbe3d4f2e52acc4e35bb80ce12ff097ab1e1518 (diff)
private: remove left-over comment
The caps are saved in the registry.
-rw-r--r--gst/gst_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gst_private.h b/gst/gst_private.h
index 61762b25d..0e2d0b3f4 100644
--- a/gst/gst_private.h
+++ b/gst/gst_private.h
@@ -352,7 +352,7 @@ struct _GstTypeFindFactory {
GstTypeFindFunction function;
gchar ** extensions;
- GstCaps * caps; /* FIXME: not yet saved in registry */
+ GstCaps * caps;
gpointer user_data;
GDestroyNotify user_data_notify;