diff options
author | McCabe Maxsted | 2009-02-18 07:07:31 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-02-18 07:07:31 -0700 |
commit | 1b7dec80a55365ebda061319a134cf87a1aaa61a (patch) | |
tree | 81291a0db8a8b8a7fe9a9fcb134fff66c8eebad1 /linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc | |
parent | Added error checking to play/stop/pause to prevent bad looping (diff) | |
download | meta-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.inc | 1 |
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); | |||
37 | LL_GST_SYM(true, gst_value_get_fraction_denominator, gint, const GValue *value); | 37 | LL_GST_SYM(true, gst_value_get_fraction_denominator, gint, const GValue *value); |
38 | LL_GST_SYM(true, gst_structure_get_name, G_CONST_RETURN gchar *, const GstStructure *structure); | 38 | LL_GST_SYM(true, gst_structure_get_name, G_CONST_RETURN gchar *, const GstStructure *structure); |
39 | LL_GST_SYM(true, gst_element_seek, bool, GstElement *, gdouble, GstFormat, GstSeekFlags, GstSeekType, gint64, GstSeekType, gint64); | 39 | LL_GST_SYM(true, gst_element_seek, bool, GstElement *, gdouble, GstFormat, GstSeekFlags, GstSeekType, gint64, GstSeekType, gint64); |
40 | LL_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 |
42 | LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled); | 43 | LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled); |