playsink: Use correct property enum value for video-filter property installation

This commit is contained in:
Heinrich Fink 2014-10-10 12:14:17 +03:00 committed by Sebastian Dröge
parent f638f3b32b
commit 4497b73806

View file

@ -525,7 +525,7 @@ gst_play_sink_class_init (GstPlaySinkClass * klass)
* unless GST_PLAY_FLAG_FORCE_FILTERS is set. playsink must be in * unless GST_PLAY_FLAG_FORCE_FILTERS is set. playsink must be in
* %GST_STATE_NULL * %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", g_param_spec_object ("video-filter", "Video filter",
"the video filter(s) to apply, if possible", "the video filter(s) to apply, if possible",
GST_TYPE_ELEMENT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); GST_TYPE_ELEMENT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));