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:
3ce0c64
)
value: add explanation for shortcut
author
Stefan Kost
<ensonic@users.sf.net>
Tue, 14 Jul 2009 09:15:05 +0000
(12:15 +0300)
committer
Stefan Kost
<ensonic@users.sf.net>
Tue, 14 Jul 2009 09:15:05 +0000
(12:15 +0300)
gst/gstvalue.c
patch
|
blob
|
history
diff --git
a/gst/gstvalue.c
b/gst/gstvalue.c
index 72504ab63a66212f840c79b00355c33b2fbf9a9f..0bac203f985f5c453d835f7926464c898b3ad611 100644
(file)
--- a/
gst/gstvalue.c
+++ b/
gst/gstvalue.c
@@
-3080,6
+3080,8
@@
gst_value_can_intersect (const GValue * value1, const GValue * value2)
type1 = G_VALUE_TYPE (value1);
type2 = G_VALUE_TYPE (value2);
+ /* practically all GstValue types have a compare function (_can_compare=TRUE)
+ * GstStructure and GstCaps have npot, but are intersectable */
if (type1 == type2)
return TRUE;