Don't use C++ style comments

This commit is contained in:
Jan Schmidt 2009-09-11 22:42:51 +01:00
parent 5128a1980b
commit fb1e9408b2

View file

@ -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),