mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
comment fix whitespace fixes
Original commit message from CVS: comment fix whitespace fixes
This commit is contained in:
parent
5d1a30f452
commit
e0c63736c6
2 changed files with 34 additions and 34 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue