0, G_MAXUINT64, DEFAULT_START_POSITION,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, PROP_POST_STREAM_INFO_MESSAGE,
- g_param_spec_uint64 ("stream-info-message", "set stream info message",
+ g_param_spec_boolean ("stream-info-message", "set stream info message",
"Send stream info message when stream is opened.",
- 0, G_MAXUINT64, DEFAULT_STREAM_INFO_MESSAGE,
+ DEFAULT_STREAM_INFO_MESSAGE,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
#endif
g_object_class_install_property (gobject_class, PROP_TCP_TIMEOUT,