aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-02-18 07:07:31 -0700
committerMcCabe Maxsted2009-02-18 07:07:31 -0700
commit1b7dec80a55365ebda061319a134cf87a1aaa61a (patch)
tree81291a0db8a8b8a7fe9a9fcb134fff66c8eebad1 /linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc
parentAdded error checking to play/stop/pause to prevent bad looping (diff)
downloadmeta-impy-1b7dec80a55365ebda061319a134cf87a1aaa61a.zip
meta-impy-1b7dec80a55365ebda061319a134cf87a1aaa61a.tar.gz
meta-impy-1b7dec80a55365ebda061319a134cf87a1aaa61a.tar.bz2
meta-impy-1b7dec80a55365ebda061319a134cf87a1aaa61a.tar.xz
Added GStreamer version info to About > Imprudence
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc')
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc b/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc
index 9996ba4..fcee823 100644
--- a/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc
+++ b/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc
@@ -37,6 +37,7 @@ LL_GST_SYM(true, gst_value_get_fraction_numerator, gint, const GValue *value);
37LL_GST_SYM(true, gst_value_get_fraction_denominator, gint, const GValue *value); 37LL_GST_SYM(true, gst_value_get_fraction_denominator, gint, const GValue *value);
38LL_GST_SYM(true, gst_structure_get_name, G_CONST_RETURN gchar *, const GstStructure *structure); 38LL_GST_SYM(true, gst_structure_get_name, G_CONST_RETURN gchar *, const GstStructure *structure);
39LL_GST_SYM(true, gst_element_seek, bool, GstElement *, gdouble, GstFormat, GstSeekFlags, GstSeekType, gint64, GstSeekType, gint64); 39LL_GST_SYM(true, gst_element_seek, bool, GstElement *, gdouble, GstFormat, GstSeekFlags, GstSeekType, gint64, GstSeekType, gint64);
40LL_GST_SYM(true, gst_version, void, guint *major, guint *minor, guint *micro, guint *nano);
40 41
41// optional symbols to grab 42// optional symbols to grab
42LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled); 43LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled);