]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
Don't use C++ style comments
authorJan Schmidt <thaytan@noraisin.net>
Fri, 11 Sep 2009 21:42:51 +0000 (22:42 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 11 Sep 2009 21:42:51 +0000 (22:42 +0100)
gst/gstmessage.c

index 6a896d64b680bb31be45e9a3d8338a2275cb4018..c30f738d32d3eb0e4d2d661666d988ae259aff17 100644 (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),