encoding-target: Add 'file-extension' as a known category
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 21 Dec 2016 15:13:38 +0000 (12:13 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 23 Dec 2016 20:40:23 +0000 (17:40 -0300)
gst-libs/gst/pbutils/encoding-target.h

index 0c3a39c..3eba8ad 100644 (file)
@@ -72,6 +72,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:
  *
  * Collection of #GstEncodingProfile for a specific target or use-case.