gst/: make sure some essential types used by events are registered as part of gst_init()
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 10 May 2006 14:05:46 +0000 (14:05 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 10 May 2006 14:05:46 +0000 (14:05 +0000)
commitb4e05d624b5d337e6ae351b11a996138d03c2cc9
treea529eb62d464384b7206b0de3473cdf3e74eff92
parent7a18ca0a76932929b967d3c12f4b762cf442686b
gst/: make sure some essential types used by events are registered as part of gst_init()

Original commit message from CVS:
* gst/gstevent.c: (_gst_event_initialize):
* gst/gstformat.c: (_gst_format_initialize):
make sure some essential types used by events are registered
as part of gst_init()
* gst/gstvalue.c: (gst_value_serialize_flags):
if no flags are set, serialize them to a value that represents NONE
so that deserializing them works
* tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
add tests for serialization and deserialization of flags
ChangeLog
gst/gstevent.c
gst/gstformat.c
gst/gstvalue.c
tests/check/gst/gstvalue.c