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:
28f5b86
)
caps: Fix compiler warning
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Thu, 26 Jan 2012 13:57:14 +0000
(14:57 +0100)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Thu, 26 Jan 2012 13:57:14 +0000
(14:57 +0100)
gst/gstcaps.c
patch
|
blob
|
history
diff --git
a/gst/gstcaps.c
b/gst/gstcaps.c
index
225da68
..
1cf0263
100644
(file)
--- a/
gst/gstcaps.c
+++ b/
gst/gstcaps.c
@@
-214,7
+214,7
@@
gst_caps_new_empty (void)
{
GstCaps *caps;
- caps = g_slice_new (GstCapsImpl);
+ caps =
(GstCaps *)
g_slice_new (GstCapsImpl);
gst_caps_init (caps, sizeof (GstCapsImpl));