encoding-target: Add 'file-extension' as a known category

This commit is contained in:
Thibault Saunier 2016-12-21 12:13:38 -03:00
parent 85979f996d
commit 40088a9f5d

View file

@ -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:
*