aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamer.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-02-13 20:13:22 -0700
committerMcCabe Maxsted2009-02-13 20:13:22 -0700
commit7d2266b138c171e84f8b06b26e344bc4425aecf8 (patch)
tree435d84205e65bfe5a0dc87065e89969b132ca684 /linden/indra/llmedia/llmediaimplgstreamer.h
parentdevelop.py should now work again under windows (diff)
downloadmeta-impy-7d2266b138c171e84f8b06b26e344bc4425aecf8.zip
meta-impy-7d2266b138c171e84f8b06b26e344bc4425aecf8.tar.gz
meta-impy-7d2266b138c171e84f8b06b26e344bc4425aecf8.tar.bz2
meta-impy-7d2266b138c171e84f8b06b26e344bc4425aecf8.tar.xz
Removed junk code from gstreamer
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamer.h')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamer.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.h b/linden/indra/llmedia/llmediaimplgstreamer.h
index 4b9353b..5b493ad 100644
--- a/linden/indra/llmedia/llmediaimplgstreamer.h
+++ b/linden/indra/llmedia/llmediaimplgstreamer.h
@@ -31,7 +31,7 @@
31 */ 31 */
32 32
33// header guard 33// header guard
34///#ifndef llmediaimplgstreamer_h 34#ifndef llmediaimplgstreamer_h
35#define llmediaimplgstreamer_h 35#define llmediaimplgstreamer_h
36 36
37#include "llmediaimplcommon.h" 37#include "llmediaimplcommon.h"
@@ -42,14 +42,12 @@
42extern "C" { 42extern "C" {
43#include <stdio.h> 43#include <stdio.h>
44#include <gst/gst.h> 44#include <gst/gst.h>
45#include <apr_pools.h> 45
46#include <apr_dso.h> 46#include "apr_pools.h"
47#include "apr_dso.h"
47} 48}
48 49
49#include "llmediaimplgstreamervidplug.h" 50#include "llmediaimplgstreamervidplug.h"
50#ifdef LL_GST_SOUNDSINK
51#include "llmediaimplgstreamersndplug.h"
52#endif // LL_GST_SOUNDSINK
53 51
54class LLMediaManagerData; 52class LLMediaManagerData;
55class LLMediaImplMaker; 53class LLMediaImplMaker;
@@ -100,9 +98,6 @@ class LLMediaImplGStreamer:
100 GstElement *mPlaybin; 98 GstElement *mPlaybin;
101 GstSLVideo *mVideoSink; 99 GstSLVideo *mVideoSink;
102 GstState mState; 100 GstState mState;
103#ifdef LL_GST_SOUNDSINK
104 GstSLSound *mAudioSink;
105#endif // LL_GST_SOUNDSINK
106 GstState getState() const { return mState; } 101 GstState getState() const { return mState; }
107}; 102};
108 103
@@ -132,4 +127,4 @@ public:
132 127
133///#endif // LL_GSTREAMER_ENABLED 128///#endif // LL_GSTREAMER_ENABLED
134 129
135///#endif // llmediaimplgstreamer_h 130#endif // llmediaimplgstreamer_h