Constants¶
Details¶
- GstPbutils.ENCODING_CATEGORY_CAPTURE = 'capture'¶
- GstPbutils.EncodingTargetcategory for recording and capture. Targets within this category are optimized for low latency encoding.
- GstPbutils.ENCODING_CATEGORY_DEVICE = 'device'¶
- GstPbutils.EncodingTargetcategory for device-specific targets. The name of the target will usually be the constructor and model of the device, and that target will contain- GstPbutils.EncodingProfilessuitable for that device.
- GstPbutils.ENCODING_CATEGORY_FILE_EXTENSION = 'file-extension'¶
- GstPbutils.EncodingTargetcategory 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.
- GstPbutils.ENCODING_CATEGORY_ONLINE_SERVICE = 'online-service'¶
- GstPbutils.EncodingTargetcategory for online-services. The name of the target will usually be the name of the online service and that target will contain- GstPbutils.EncodingProfilessuitable for that online service.
- GstPbutils.ENCODING_CATEGORY_STORAGE_EDITING = 'storage-editing'¶
- GstPbutils.EncodingTargetcategory 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- GstPbutils.EncodingProfilessuitable for editing or storage.
- GstPbutils.PLUGINS_BASE_VERSION_MAJOR = 1¶
- The major version of GStreamer’s gst-plugins-base libraries at compile time. 
- GstPbutils.PLUGINS_BASE_VERSION_MICRO = 1¶
- The micro version of GStreamer’s gst-plugins-base libraries at compile time. 
- GstPbutils.PLUGINS_BASE_VERSION_MINOR = 26¶
- The minor version of GStreamer’s gst-plugins-base libraries at compile time. 
- GstPbutils.PLUGINS_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-…