mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
gst/gst-types.defs: updating to current core for 2 new GstMessageType's
Original commit message from CVS: * gst/gst-types.defs: (MessageType): updating to current core for 2 new GstMessageType's * gst/gstbus.override: (bus_sync_handler),(bus_handler): properly unref the message python wrapper...
This commit is contained in:
parent
816af777c3
commit
2d4bae8f2a
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-07-13 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst-types.defs: (MessageType):
|
||||
updating to current core for 2 new GstMessageType's
|
||||
|
||||
* gst/gstbus.override: (bus_sync_handler),(bus_handler):
|
||||
properly unref the message python wrapper...
|
||||
|
||||
|
|
|
@ -635,6 +635,8 @@
|
|||
'("structure-change" "GST_MESSAGE_STRUCTURE_CHANGE")
|
||||
'("stream-status" "GST_MESSAGE_STREAM_STATUS")
|
||||
'("application" "GST_MESSAGE_APPLICATION")
|
||||
'("segment-start" "GST_MESSAGE_SEGMENT_START")
|
||||
'("segment-done" "GST_MESSAGE_SEGMENT_DONE")
|
||||
'("any" "GST_MESSAGE_ANY")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue