mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
playsink: Use correct property enum value for video-filter property installation
This commit is contained in:
parent
f638f3b32b
commit
4497b73806
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ gst_play_sink_class_init (GstPlaySinkClass * klass)
|
|||
* unless GST_PLAY_FLAG_FORCE_FILTERS is set. playsink must be in
|
||||
* %GST_STATE_NULL
|
||||
*/
|
||||
g_object_class_install_property (gobject_klass, PROP_VIDEO_SINK,
|
||||
g_object_class_install_property (gobject_klass, PROP_VIDEO_FILTER,
|
||||
g_param_spec_object ("video-filter", "Video filter",
|
||||
"the video filter(s) to apply, if possible",
|
||||
GST_TYPE_ELEMENT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
|
Loading…
Reference in a new issue