[clutter-gst/clutter-gst-3.0] video-sink: really returns the sink pipeline
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/clutter-gst-3.0] video-sink: really returns the sink pipeline
- Date: Thu, 17 Nov 2016 11:14:23 +0000 (UTC)
commit 1dcbdfe49beeb29aaa92a774473bea731311c82f
Author: Fabrice Bellet <fabrice bellet info>
Date: Thu Nov 17 11:47:31 2016 +0100
video-sink: really returns the sink pipeline
https://bugzilla.gnome.org/show_bug.cgi?id=774612
clutter-gst/clutter-gst-video-sink.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-sink.c b/clutter-gst/clutter-gst-video-sink.c
index d1829b0..28992f2 100644
--- a/clutter-gst/clutter-gst-video-sink.c
+++ b/clutter-gst/clutter-gst-video-sink.c
@@ -2627,6 +2627,8 @@ clutter_gst_video_sink_get_pipeline (ClutterGstVideoSink *sink)
{
ClutterGstVideoSinkPrivate *priv;
+ priv = sink->priv;
+
g_return_val_if_fail (CLUTTER_GST_IS_VIDEO_SINK (sink), NULL);
if (clutter_gst_video_sink_get_frame (sink) == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]