mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
appsrc: fix documentation string
This commit is contained in:
parent
31ef191f01
commit
f562c8b290
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ gst_app_src_class_init (GstAppSrcClass * klass)
|
|||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_EMIT_SIGNALS,
|
||||
g_param_spec_boolean ("emit-signals", "Emit signals",
|
||||
"Emit new-preroll and new-buffer signals", DEFAULT_PROP_EMIT_SIGNALS,
|
||||
"Emit need-data, enough-data and seek-data signals",
|
||||
DEFAULT_PROP_EMIT_SIGNALS,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue