mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
Update bindings to 0.10.27 API
This commit is contained in:
parent
1c727017c3
commit
ced3895eb9
2 changed files with 9 additions and 2 deletions
|
@ -103,8 +103,8 @@ PKG_CHECK_MODULES(GLIB,
|
||||||
AC_SUBST(GLIB_LIBS)
|
AC_SUBST(GLIB_LIBS)
|
||||||
AC_SUBST(GLIB_CFLAGS)
|
AC_SUBST(GLIB_CFLAGS)
|
||||||
|
|
||||||
GSTREAMER_REQUIRED_VERSION=0.10.25.2
|
GSTREAMER_REQUIRED_VERSION=0.10.26.1
|
||||||
GSTREAMER_PLUGINS_REQUIRED_VERSION=0.10.25.2
|
GSTREAMER_PLUGINS_REQUIRED_VERSION=0.10.26.1
|
||||||
AC_SUBST(GSTREAMER_REQUIRED_VERSION)
|
AC_SUBST(GSTREAMER_REQUIRED_VERSION)
|
||||||
AC_SUBST(GSTREAMER_PLUGINS_REQUIRED_VERSION)
|
AC_SUBST(GSTREAMER_PLUGINS_REQUIRED_VERSION)
|
||||||
PKG_CHECK_MODULES(GST,
|
PKG_CHECK_MODULES(GST,
|
||||||
|
|
|
@ -8179,6 +8179,13 @@
|
||||||
<parameter type="guint" name="size" />
|
<parameter type="guint" name="size" />
|
||||||
</parameters>
|
</parameters>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="Fill" cname="gst_byte_writer_fill">
|
||||||
|
<return-type type="gboolean" />
|
||||||
|
<parameters>
|
||||||
|
<parameter type="guint8" name="byte" />
|
||||||
|
<parameter type="guint" name="size" />
|
||||||
|
</parameters>
|
||||||
|
</method>
|
||||||
<method name="Free" cname="gst_byte_writer_free">
|
<method name="Free" cname="gst_byte_writer_free">
|
||||||
<return-type type="void" />
|
<return-type type="void" />
|
||||||
</method>
|
</method>
|
||||||
|
|
Loading…
Reference in a new issue