mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
gst/gstmessage.h: Revert change from earlier wrt GST_MESSAGE_TYPE_ANY having a value that doesn't fit on enumeration.
Original commit message from CVS: 2006-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/gstmessage.h: Revert change from earlier wrt GST_MESSAGE_TYPE_ANY having a value that doesn't fit on enumeration.
This commit is contained in:
parent
6591766cee
commit
6ac7827d3c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* gst/gstmessage.h:
|
||||
Revert change from earlier wrt GST_MESSAGE_TYPE_ANY having
|
||||
a value that doesn't fit on enumeration.
|
||||
|
||||
2006-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
|
||||
|
|
|
@ -84,7 +84,7 @@ typedef enum
|
|||
GST_MESSAGE_SEGMENT_START = (1 << 16),
|
||||
GST_MESSAGE_SEGMENT_DONE = (1 << 17),
|
||||
GST_MESSAGE_DURATION = (1 << 18),
|
||||
GST_MESSAGE_ANY = G_MAXINT
|
||||
GST_MESSAGE_ANY = ~0
|
||||
} GstMessageType;
|
||||
|
||||
#include <gst/gstminiobject.h>
|
||||
|
|
Loading…
Reference in a new issue