private: remove left-over comment
authorStefan Sauer <ensonic@users.sf.net>
Fri, 25 Oct 2013 19:28:30 +0000 (21:28 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 25 Oct 2013 19:28:30 +0000 (21:28 +0200)
The caps are saved in the registry.

gst/gst_private.h

index 61762b2..0e2d0b3 100644 (file)
@@ -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;