mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
appsink: update the emit-signal description
Update the emit-signal description according to its current signals. https://bugzilla.gnome.org/show_bug.cgi?id=695660
This commit is contained in:
parent
60ccc2f17f
commit
47a5320f7d
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ gst_app_sink_class_init (GstAppSinkClass * klass)
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_EMIT_SIGNALS,
|
g_object_class_install_property (gobject_class, PROP_EMIT_SIGNALS,
|
||||||
g_param_spec_boolean ("emit-signals", "Emit signals",
|
g_param_spec_boolean ("emit-signals", "Emit signals",
|
||||||
"Emit new-preroll, new-buffer and new-buffer-list signals",
|
"Emit new-preroll and new-sample signals",
|
||||||
DEFAULT_PROP_EMIT_SIGNALS,
|
DEFAULT_PROP_EMIT_SIGNALS,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue