projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecbe3d4
)
private: remove left-over comment
author
Stefan Sauer
<ensonic@users.sf.net>
Fri, 25 Oct 2013 19:28:30 +0000
(21:28 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/gst/gst_private.h
b/gst/gst_private.h
index 61762b25d46bd8a5a40ec489140f707942356a68..0e2d0b3f432fa47770ab697e1c94832e79f1c3d6 100644
(file)
--- 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;