summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkh264enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/msdk/gstmsdkh264enc.c')
-rw-r--r--sys/msdk/gstmsdkh264enc.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/msdk/gstmsdkh264enc.c b/sys/msdk/gstmsdkh264enc.c
index 0673a3d7f..888017f04 100644
--- a/sys/msdk/gstmsdkh264enc.c
+++ b/sys/msdk/gstmsdkh264enc.c
@@ -29,6 +29,22 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * SECTION: element-msdkh264enc
+ * @title: msdkh264enc
+ * @short_description: Intel MSDK H264 encoder
+ *
+ * H264 video encoder based on Intel Media SDK
+ *
+ * ## Example launch line
+ * ```
+ * gst-launch-1.0 videotestsrc num-buffers=90 ! msdkh264enc ! h264parse ! filesink location=output.h264
+ * ```
+ *
+ * Since: 1.12
+ *
+ */
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif