Home
last modified time | relevance | path

Searched refs:gst_version (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gst_libav/
Dmeson.build7 gst_version = meson.project_version() variable
8 version_arr = gst_version.split('.')
58 cdata.set('PACKAGE_VERSION', '"@0@"'.format(gst_version))
87 gst_req = '>= ' + gst_version
210 run_result = run_command(extract_release_date, gst_version, files('gst-libav.doap'), check: true)
/third_party/gstreamer/gstreamer/gst/
Dgst.h116 void gst_version (guint *major, guint *minor,
Dgstversion.h.in38 * Use the gst_version() function if you want to know which version of
Dgst.c1287 gst_version (guint * major, guint * minor, guint * micro, guint * nano) in gst_version() function
1315 gst_version (&major, &minor, &micro, &nano); in gst_version_string()
/third_party/gstreamer/gstplugins_good/
Dmeson.build7 gst_version = meson.project_version() variable
8 version_arr = gst_version.split('.')
28 gst_req = '>= ' + gst_version
196 cdata.set_quoted('VERSION', gst_version)
197 cdata.set_quoted('PACKAGE_VERSION', gst_version)
486 …run_result = run_command(extract_release_date, gst_version, files('gst-plugins-good.doap'), check:…
/third_party/gstreamer/gstplugins_base/
Dmeson.build7 gst_version = meson.project_version() variable
8 version_arr = gst_version.split('.')
36 gst_req = '>= ' + gst_version
206 core_conf.set_quoted('VERSION', gst_version)
207 core_conf.set_quoted('PACKAGE_VERSION', gst_version)
527 …run_result = run_command(extract_release_date, gst_version, files('gst-plugins-base.doap'), check:…
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgst.c88 gst_version (&major, &minor, &micro, &nano); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/
Dmeson.build7 gst_version = meson.project_version() variable
8 version_arr = gst_version.split('.')
26 gst_req = '>= ' + gst_version
195 cdata.set_quoted('VERSION', gst_version)
197 cdata.set_quoted('PACKAGE_VERSION', gst_version)
553 …run_result = run_command(extract_release_date, gst_version, files('gst-plugins-bad.doap'), check: …
/third_party/gstreamer/gstreamer/
Dmeson.build7 gst_version = meson.project_version() variable
8 version_arr = gst_version.split('.')
115 cdata.set_quoted('PACKAGE_STRING', 'GStreamer @0@'.format(gst_version))
119 cdata.set_quoted('PACKAGE_VERSION', gst_version)
121 cdata.set_quoted('VERSION', gst_version)
615 run_result = run_command(extract_release_date, gst_version, files('gstreamer.doap'), check: true)
DChangeLog120937 * gst/gst.c: (gst_version):
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.c580 gst_version (&major, &minor, &micro, &nano); in gst_mxf_mux_create_metadata()