Skip to content

Commit

Permalink
fixed header
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yarovenko committed Jan 25, 2022
1 parent 4746d5e commit 352a65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gst.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ extern void X_gst_g_object_set_gdouble(GstElement *e, const gchar* p_name, gdoub
extern void X_gst_g_object_set_caps(GstElement *e, const gchar* p_name, const GstCaps *p_value);
extern void X_gst_g_object_set(GstElement* e, const gchar* p_name, const GValue* p_value);
extern void X_gst_g_object_set_structure(GstElement *e, const gchar* p_name, const GstStructure *p_value);
extern void X_gst_g_object_set_element(GstElement *e, const gchar* p_name, const GstElement *p_value);
extern void X_gst_g_object_setv(GObject* object, guint n_properties, const gchar* names[], const GValue value[]);
extern void X_gst_g_pad_set_string(GstPad *e, const gchar* p_name, gchar* p_value);
extern void X_gst_g_pad_set_int(GstPad *e, const gchar* p_name, gint p_value);
Expand Down

0 comments on commit 352a65e

Please sign in to comment.