diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2013-10-25 21:28:30 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2013-10-25 21:28:30 +0200 |
commit | 1e586993761ec63bdb0f538400bf318fa4b33033 (patch) | |
tree | 9dbe77a25dbfc1bf30c92857f7165f4851774f09 | |
parent | ecbe3d4f2e52acc4e35bb80ce12ff097ab1e1518 (diff) |
private: remove left-over comment
The caps are saved in the registry.
-rw-r--r-- | gst/gst_private.h | 2 |
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; |