mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
encoding-target: Add 'file-extension' as a known category
This commit is contained in:
parent
85979f996d
commit
40088a9f5d
1 changed files with 11 additions and 0 deletions
|
@ -71,6 +71,17 @@ G_BEGIN_DECLS
|
|||
*/
|
||||
#define GST_ENCODING_CATEGORY_CAPTURE "capture"
|
||||
|
||||
/**
|
||||
* GST_ENCODING_CATEGORY_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.
|
||||
*/
|
||||
|
||||
#define GST_ENCODING_CATEGORY_FILE_EXTENSION "file-extension"
|
||||
|
||||
/**
|
||||
* GstEncodingTarget:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue