gstpbutils.types

D types for gstpbutils1 library

Types 7

The prototype of the callback function that will be called once the external plugin installer program has returned. You only need to provide a callback function if you are using the asynchronous interface.

Parameters

resultwhether the installation of the requested plugins succeeded or not

Variables 9

enumvarENCODING_CATEGORY_CAPTURE = "capture"

#GstEncodingTarget category for recording and capture. Targets within this category are optimized for low latency encoding.

enumvarENCODING_CATEGORY_DEVICE = "device"

#GstEncodingTarget category for device-specific targets. The name of the target will usually be the constructor and model of the device, and that target will contain #GstEncodingProfiles suitable for that device.

enumvarENCODING_CATEGORY_FILE_EXTENSION = "file-extension"

#GstEncodingTarget category for file extensions. The name of the target will be the name of the file extensions possible for a particular target. Those targets are defining like 'default' formats usually used for a particular file extension.

enumvarENCODING_CATEGORY_ONLINE_SERVICE = "online-service"

#GstEncodingTarget category for online-services. The name of the target will usually be the name of the online service and that target will contain #GstEncodingProfiles suitable for that online service.

enumvarENCODING_CATEGORY_STORAGE_EDITING = "storage-editing"

#GstEncodingTarget category for storage, archiving and editing targets. Those targets can be lossless and/or provide very fast random access content. The name of the target will usually be the container type or editing target, and that target will contain #GstEncodingProfiles suitable for editing or storage.

enumvarPLUGINS_BASE_VERSION_MAJOR = 1

The major version of GStreamer's gst-plugins-base libraries at compile time.

enumvarPLUGINS_BASE_VERSION_MICRO = 8

The micro version of GStreamer's gst-plugins-base libraries at compile time.

enumvarPLUGINS_BASE_VERSION_MINOR = 24

The minor version of GStreamer's gst-plugins-base libraries at compile time.

enumvarPLUGINS_BASE_VERSION_NANO = 0

The nano version of GStreamer's gst-plugins-base libraries at compile time. Actual releases have 0, GIT versions have 1, prerelease versions have 2-...