aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamervidplug.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamervidplug.h')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamervidplug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamervidplug.h b/linden/indra/llmedia/llmediaimplgstreamervidplug.h
index a15798e..27957db 100644
--- a/linden/indra/llmedia/llmediaimplgstreamervidplug.h
+++ b/linden/indra/llmedia/llmediaimplgstreamervidplug.h
@@ -82,7 +82,7 @@ struct _GstSLVideo
82 // (i.e. all written at once to reflect the current retained frame info 82 // (i.e. all written at once to reflect the current retained frame info
83 // when the retained frame is updated.) 83 // when the retained frame is updated.)
84 bool retained_frame_ready; // new frame ready since flag last reset. (*TODO: could get the writer to wait on a semaphore instead of having the reader poll, potentially making dropped frames somewhat cheaper.) 84 bool retained_frame_ready; // new frame ready since flag last reset. (*TODO: could get the writer to wait on a semaphore instead of having the reader poll, potentially making dropped frames somewhat cheaper.)
85 U8* retained_frame_data; 85 unsigned char* retained_frame_data;
86 int retained_frame_allocbytes; 86 int retained_frame_allocbytes;
87 int retained_frame_width, retained_frame_height; 87 int retained_frame_width, retained_frame_height;
88 SLVPixelFormat retained_frame_format; 88 SLVPixelFormat retained_frame_format;
@@ -90,7 +90,7 @@ struct _GstSLVideo
90 90
91struct _GstSLVideoClass 91struct _GstSLVideoClass
92{ 92{
93 GstVideoSink parent_class; 93 GstVideoSinkClass parent_class;
94}; 94};
95 95
96GType gst_slvideo_get_type (void); 96GType gst_slvideo_get_type (void);