aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamer.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-02-18 12:24:17 -0700
committerMcCabe Maxsted2009-02-18 12:24:17 -0700
commit3d8d2e63eb60fc2268bd81b0f972ac9825b7214f (patch)
treefb78a26cd8cdc24158dba78dc51ee34186259b58 /linden/indra/llmedia/llmediaimplgstreamer.h
parentAdded GStreamer version info to About > Imprudence (diff)
downloadmeta-impy-3d8d2e63eb60fc2268bd81b0f972ac9825b7214f.zip
meta-impy-3d8d2e63eb60fc2268bd81b0f972ac9825b7214f.tar.gz
meta-impy-3d8d2e63eb60fc2268bd81b0f972ac9825b7214f.tar.bz2
meta-impy-3d8d2e63eb60fc2268bd81b0f972ac9825b7214f.tar.xz
Updated GStreamer comments
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamer.h')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.h b/linden/indra/llmedia/llmediaimplgstreamer.h
index 5b493ad..10b01dd 100644
--- a/linden/indra/llmedia/llmediaimplgstreamer.h
+++ b/linden/indra/llmedia/llmediaimplgstreamer.h
@@ -84,6 +84,7 @@ class LLMediaImplGStreamer:
84 bool pause(); 84 bool pause();
85 bool stop(); 85 bool stop();
86 bool play(); 86 bool play();
87
87 static gboolean bus_callback (GstBus *bus, 88 static gboolean bus_callback (GstBus *bus,
88 GstMessage *message, 89 GstMessage *message,
89 gpointer data); 90 gpointer data);