Name
GstUtils -- Utility functions
Description
Some convenience functions
Details
gst_util_get_int_arg ()
gint gst_util_get_int_arg (GtkObject *object,
guchar *argname); |
Retrieves a property of an object as an integer.
gst_util_get_bool_arg ()
gboolean gst_util_get_bool_arg (GtkObject *object,
guchar *argname); |
Retrieves a property of an object as a boolean.
gst_util_get_long_arg ()
glong gst_util_get_long_arg (GtkObject *object,
guchar *argname); |
Retrieves a property of an object as a long.
gst_util_get_float_arg ()
gfloat gst_util_get_float_arg (GtkObject *object,
guchar *argname); |
Retrieves a property of an object as a float.
gst_util_get_double_arg ()
gdouble gst_util_get_double_arg (GtkObject *object,
guchar *argname); |
Retrieves a property of an object as a double.
gst_util_get_string_arg ()
guchar* gst_util_get_string_arg (GtkObject *object,
guchar *argname); |
Retrieves a property of an object as a string.
gst_util_get_pointer_arg ()
gpointer gst_util_get_pointer_arg (GtkObject *object,
guchar *argname); |
Retrieves a property of an object as a pointer.
gst_util_get_widget_arg ()
GtkWidget* gst_util_get_widget_arg (GtkObject *object,
guchar *argname); |
Retrieves a property of an object as a widget.
gst_util_dump_mem ()
void gst_util_dump_mem (guchar *mem,
guint size); |
Dumps the memory block into a hex representation. Useful for debugging.