summaryrefslogtreecommitdiff
path: root/elements
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-02 18:22:53 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-03 22:31:57 +0300
commit3a8b19a2e1493b74184796adaf2d4d5e7c141dd7 (patch)
tree4620218658cc5ac669ea5005670d726475aa2bb0 /elements
parentb3e587a7671d3d3d5b94f344a4e785023f31cef6 (diff)
qtglvideosinkbase: set the local set_caps implementation in the vtable of GstBaseSink
Diffstat (limited to 'elements')
-rw-r--r--elements/gstqtvideosink/gstqtglvideosinkbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/elements/gstqtvideosink/gstqtglvideosinkbase.cpp b/elements/gstqtvideosink/gstqtglvideosinkbase.cpp
index aa5d2e2..fd9b63c 100644
--- a/elements/gstqtvideosink/gstqtglvideosinkbase.cpp
+++ b/elements/gstqtvideosink/gstqtglvideosinkbase.cpp
@@ -69,6 +69,7 @@ void GstQtGLVideoSinkBase::class_init(gpointer g_class, gpointer class_data)
GstBaseSinkClass *base_sink_class = GST_BASE_SINK_CLASS(g_class);
base_sink_class->start = GstQtGLVideoSinkBase::start;
+ base_sink_class->set_caps = GstQtGLVideoSinkBase::set_caps;
g_object_class_install_property(object_class, PROP_CONTRAST,
g_param_spec_int("contrast", "Contrast", "The contrast of the video",