aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-02-20 18:04:44 -0700
committerMcCabe Maxsted2009-02-20 18:04:44 -0700
commitf36844960f4b03ca52006ae5608f0062f5a9f557 (patch)
treeb48a03076713e20a7cfb413a9664d2051453fd0c /linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc
parentAdded STATUS_DEAD to LLMediaBase (diff)
downloadmeta-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.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 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);
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); 40LL_GST_SYM(true, gst_version, void, guint *major, guint *minor, guint *micro, guint *nano);
41LL_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
43LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled); 44LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled);