diff options
author | McCabe Maxsted | 2009-02-20 18:04:44 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-02-20 18:04:44 -0700 |
commit | f36844960f4b03ca52006ae5608f0062f5a9f557 (patch) | |
tree | b48a03076713e20a7cfb413a9664d2051453fd0c /linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc | |
parent | Added STATUS_DEAD to LLMediaBase (diff) | |
download | meta-impy-f36844960f4b03ca52006ae5608f0062f5a9f557.zip meta-impy-f36844960f4b03ca52006ae5608f0062f5a9f557.tar.gz meta-impy-f36844960f4b03ca52006ae5608f0062f5a9f557.tar.bz2 meta-impy-f36844960f4b03ca52006ae5608f0062f5a9f557.tar.xz |
get_state shows name info
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 fcee823..0d0d764 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc +++ b/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc | |||
@@ -38,6 +38,7 @@ 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 | LL_GST_SYM(true, gst_version, void, guint *major, guint *minor, guint *micro, guint *nano); |
41 | LL_GST_SYM(true, gst_element_state_change_return_get_name, const gchar *, GstStateChangeReturn state_ret); | ||
41 | 42 | ||
42 | // optional symbols to grab | 43 | // optional symbols to grab |
43 | LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled); | 44 | LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled); |