diff options
author | Heinrich Fink <hfink@toolsonair.com> | 2014-10-10 12:14:17 +0300 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-10-24 20:16:27 +0100 |
commit | 63c092a36dc9f0a1530864102d9487b02fa6db9c (patch) | |
tree | a25694251e82e82130dbc3308f27a3c922550b4f | |
parent | 581cabe2beee7124e2c233e5e26fc02e5082af37 (diff) |
playsink: Use correct property enum value for video-filter property installation
-rw-r--r-- | gst/playback/gstplaysink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/playback/gstplaysink.c b/gst/playback/gstplaysink.c index b341dca31..839cde118 100644 --- a/gst/playback/gstplaysink.c +++ b/gst/playback/gstplaysink.c @@ -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)); |