summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-11-17 09:37:55 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-11-17 09:37:55 +0000
commit3278ca54a75a04b02f74b734b1bd824ec3d7c575 (patch)
tree21f442056741a06b2e4fc667162c1e48f48ec4e2 /gst/gstpluginfeature.h
parentb6db5546279c236b0a9d78edaa01b5092d1d936e (diff)
gst/gstmessage.c: Assertion should check for CLOCK_LOST, not NEW_CLOCK (#321648).
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst/gstmessage.c: (gst_message_parse_clock_lost): Assertion should check for CLOCK_LOST, not NEW_CLOCK (#321648). * gst/gstpadtemplate.h: * gst/gstpluginfeature.h: Don't use c++ style comments in headers (#321638).
Diffstat (limited to 'gst/gstpluginfeature.h')
-rw-r--r--gst/gstpluginfeature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpluginfeature.h b/gst/gstpluginfeature.h
index d3c339f9b..dfc6143ed 100644
--- a/gst/gstpluginfeature.h
+++ b/gst/gstpluginfeature.h
@@ -77,7 +77,7 @@ struct _GstPluginFeature {
gchar *name;
guint rank;
- //struct _GstPlugin *plugin;
+ /* struct _GstPlugin *plugin; */
gchar *plugin_name;
/*< private >*/