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:
Edward Hervey 2005-07-13 16:29:06 +00:00
parent 816af777c3
commit 2d4bae8f2a
2 changed files with 5 additions and 0 deletions

View file

@ -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...

View file

@ -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")
)
)