Small cleanups
authorWim Taymans <wim.taymans@gmail.com>
Mon, 10 Feb 2003 20:12:01 +0000 (20:12 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 10 Feb 2003 20:12:01 +0000 (20:12 +0000)
Original commit message from CVS:
Small cleanups

gst/gsturi.c
gst/gsturi.h

index 5e923e6..32fb595 100644 (file)
@@ -26,7 +26,6 @@
 #include "gstregistry.h"
 #include "gstlog.h"
 
-
 static void            gst_uri_handler_class_init      (GstURIHandlerClass *klass);
 static void            gst_uri_handler_init            (GstURIHandler *factory);
 
index 58e3a81..be104f0 100644 (file)
@@ -30,6 +30,7 @@
 
 G_BEGIN_DECLS
 
+/* uri handler functions */
 #define GST_TYPE_URI_HANDLER           (gst_uri_handler_get_type ())
 #define GST_URI_HANDLER(obj)           (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_URI_HANDLER, GstURIHandler))
 #define GST_IS_URI_HANDLER(obj)        (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_URI_HANDLER))
@@ -69,4 +70,4 @@ GstElement*           gst_uri_handler_make_by_uri     (const gchar *uri, const gchar *name);
 
 G_END_DECLS
 
-#endif /* __GST_SCHEDULER_H__ */
+#endif /* __GST_URI_H */