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:
5128a19
)
Don't use C++ style comments
author
Jan Schmidt
<thaytan@noraisin.net>
Fri, 11 Sep 2009 21:42:51 +0000
(22:42 +0100)
committer
Jan Schmidt
<thaytan@noraisin.net>
Fri, 11 Sep 2009 21:42:51 +0000
(22:42 +0100)
gst/gstmessage.c
patch
|
blob
|
history
diff --git
a/gst/gstmessage.c
b/gst/gstmessage.c
index 6a896d64b680bb31be45e9a3d8338a2275cb4018..c30f738d32d3eb0e4d2d661666d988ae259aff17 100644
(file)
--- a/
gst/gstmessage.c
+++ b/
gst/gstmessage.c
@@
-711,7
+711,7
@@
gst_message_new_structure_change (GstObject * src, GstStructureChangeType type,
GstStructure *structure;
g_return_val_if_fail (GST_IS_PAD (src), NULL);
- /
/ g_return_val_if_fail (GST_PAD_DIRECTION (src) == GST_PAD_SINK, NULL);
+ /
* g_return_val_if_fail (GST_PAD_DIRECTION (src) == GST_PAD_SINK, NULL); */
g_return_val_if_fail (GST_IS_ELEMENT (owner), NULL);
structure = gst_structure_id_new (GST_QUARK (MESSAGE_STRUCTURE_CHANGE),