summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-09-11 22:42:51 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-09-11 22:42:51 +0100
commitfb1e9408b282495f90c8d6f2d96d40eb62ed9d91 (patch)
tree2e63307a71edfa4a58afb80cb2484d485b49f2f5
parent5128a1980bcb617fac12c648f300e633918c6267 (diff)
Don't use C++ style comments
-rw-r--r--gst/gstmessage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstmessage.c b/gst/gstmessage.c
index 6a896d64b6..c30f738d32 100644
--- 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),