mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
gst/gstevent.h: Oops, add missing closing bracket.
Original commit message from CVS: * gst/gstevent.h: Oops, add missing closing bracket.
This commit is contained in:
parent
bdaec23195
commit
34c8e29cec
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-10-15 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst/gstevent.h:
|
||||||
|
Oops, add missing closing bracket.
|
||||||
|
|
||||||
2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 2034edbc868e2e26964ba884c5233e047433e9e7
|
Subproject commit 361749d506054ba03e7ccc1aad9d531673a5e342
|
|
@ -135,7 +135,7 @@ typedef struct _GstEventClass GstEventClass;
|
||||||
*
|
*
|
||||||
* Get a constant string representation of the #GstEventType of the event.
|
* Get a constant string representation of the #GstEventType of the event.
|
||||||
*/
|
*/
|
||||||
#define GST_EVENT_TYPE_NAME(event) (gst_event_type_get_name(GST_EVENT_TYPE(event))
|
#define GST_EVENT_TYPE_NAME(event) (gst_event_type_get_name(GST_EVENT_TYPE(event)))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GST_EVENT_TIMESTAMP:
|
* GST_EVENT_TIMESTAMP:
|
||||||
|
|
Loading…
Reference in a new issue