diff options
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamervidplug.cpp')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamervidplug.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp b/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp index 892c50d..c95ef36 100644 --- a/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp +++ b/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp | |||
@@ -68,10 +68,8 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ( | |||
68 | GST_STATIC_CAPS (SLV_ALLCAPS) | 68 | GST_STATIC_CAPS (SLV_ALLCAPS) |
69 | ); | 69 | ); |
70 | 70 | ||
71 | GST_BOILERPLATE (GstSLVideo, | 71 | GST_BOILERPLATE (GstSLVideo, gst_slvideo, GstVideoSink, |
72 | gst_slvideo, | 72 | GST_TYPE_VIDEO_SINK); |
73 | GstVideoSink, | ||
74 | GST_TYPE_VIDEO_SINK); | ||
75 | 73 | ||
76 | static void gst_slvideo_set_property (GObject * object, guint prop_id, | 74 | static void gst_slvideo_set_property (GObject * object, guint prop_id, |
77 | const GValue * value, | 75 | const GValue * value, |