projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
458e4ad
)
Adding GST_EVENT_RENEGOTIATE
author
Julien Moutte
<julien@moutte.net>
Fri, 7 Nov 2003 17:17:06 +0000
(17:17 +0000)
committer
Julien Moutte
<julien@moutte.net>
Fri, 7 Nov 2003 17:17:06 +0000
(17:17 +0000)
Original commit message from CVS:
Adding GST_EVENT_RENEGOTIATE
gst/gstevent.h
patch
|
blob
|
history
diff --git
a/gst/gstevent.h
b/gst/gstevent.h
index
5ed32ee
..
05c40dc
100644
(file)
--- a/
gst/gstevent.h
+++ b/
gst/gstevent.h
@@
-48,7
+48,8
@@
typedef enum {
GST_EVENT_FILLER = 12,
GST_EVENT_TS_OFFSET = 13,
GST_EVENT_INTERRUPT = 14,
- GST_EVENT_NAVIGATION = 15
+ GST_EVENT_NAVIGATION = 15,
+ GST_EVENT_RENEGOTIATE = 16
} GstEventType;
extern GType _gst_event_type;