comment fix whitespace fixes

Original commit message from CVS:
comment fix
whitespace fixes
This commit is contained in:
Thomas Vander Stichele 2004-03-12 17:59:00 +00:00
parent 5d1a30f452
commit e0c63736c6
2 changed files with 34 additions and 34 deletions

View file

@ -2,7 +2,7 @@
* Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu> * Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
* 2000 Wim Taymans <wim.taymans@chello.be> * 2000 Wim Taymans <wim.taymans@chello.be>
* *
* gstevent.h: Header for GstEvent subsystem * gstevent.c: GstEvent subsystem
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public * modify it under the terms of the GNU Library General Public

View file

@ -32,6 +32,8 @@
G_BEGIN_DECLS G_BEGIN_DECLS
extern GType _gst_event_type;
typedef enum { typedef enum {
GST_EVENT_UNKNOWN = 0, GST_EVENT_UNKNOWN = 0,
GST_EVENT_EOS = 1, GST_EVENT_EOS = 1,
@ -52,8 +54,6 @@ typedef enum {
GST_EVENT_TAG = 16 GST_EVENT_TAG = 16
} GstEventType; } GstEventType;
extern GType _gst_event_type;
#define GST_EVENT_TRACE_NAME "GstEvent" #define GST_EVENT_TRACE_NAME "GstEvent"
#define GST_TYPE_EVENT (_gst_event_type) #define GST_TYPE_EVENT (_gst_event_type)