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 61762b25d46bd8a5a40ec489140f707942356a68..0e2d0b3f432fa47770ab697e1c94832e79f1c3d6 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;