isomp4: update isml documentation

Closing #2893

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5165>
This commit is contained in:
Stéphane Cerveau 2023-08-09 10:56:59 +02:00 committed by GStreamer Marge Bot
parent 510e227996
commit 1e4cc59a3f

View file

@ -274,7 +274,7 @@
* @title: ismlmux * @title: ismlmux
* @short_description: Muxer for ISML smooth streaming (.isml) files * @short_description: Muxer for ISML smooth streaming (.isml) files
* *
* This element merges streams (audio and video) into MJ2 (.mj2) files. * This element merges streams (audio and video) into ISML (.isml) files.
* *
* The following background intends to explain why various similar muxers * The following background intends to explain why various similar muxers
* are present in this plugin. * are present in this plugin.
@ -309,10 +309,10 @@
* *
* ## Example pipelines * ## Example pipelines
* |[ * |[
* gst-launch-1.0 v4l2src num-buffers=50 ! queue ! jp2kenc ! mj2mux ! filesink location=video.mj2 * gst-launch-1.0 videotestsrc num-buffers=50 ! queue ! x264enc ! ismlmux fragment-duration=10 ! filesink location=video.isml
* ]| * ]|
* Records a video stream captured from a v4l2 device, encodes it into JPEG-2000 * Records a video stream captured from a v4l2 device, encodes it into H.264
* and muxes it into an mj2 file. * and muxes it into an isml file.
* *
* Documentation last reviewed on 2011-04-21 * Documentation last reviewed on 2011-04-21
*/ */