mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Small cleanups
Original commit message from CVS: Small cleanups
This commit is contained in:
parent
a2b7df0911
commit
ec6a2c1997
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue