aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamervidplug.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llmedia/llmediaimplgstreamervidplug.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
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);