mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
jifmux: Change class to formatter
jifmux is a formatter and not a muxer Fixes #649391
This commit is contained in:
parent
0bbbbd22d1
commit
ad68fa5831
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ gst_jif_mux_base_init (gpointer g_class)
|
||||||
gst_static_pad_template_get (&gst_jif_mux_sink_pad_template));
|
gst_static_pad_template_get (&gst_jif_mux_sink_pad_template));
|
||||||
gst_element_class_set_details_simple (element_class,
|
gst_element_class_set_details_simple (element_class,
|
||||||
"JPEG stream muxer",
|
"JPEG stream muxer",
|
||||||
"Video/Muxer",
|
"Video/Formatter",
|
||||||
"Remuxes JPEG images with markers and tags",
|
"Remuxes JPEG images with markers and tags",
|
||||||
"Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>");
|
"Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue