mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 18:14:15 +00:00
jpegformat: Fix element description
Use saner categories for jifmux/jpegparse elements
This commit is contained in:
parent
fb00b71496
commit
2a0ae1ce1d
2 changed files with 4 additions and 4 deletions
|
@ -136,9 +136,9 @@ gst_jif_mux_base_init (gpointer g_class)
|
|||
gst_element_class_add_pad_template (element_class,
|
||||
gst_static_pad_template_get (&gst_jif_mux_sink_pad_template));
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"JPEG stream parser",
|
||||
"Codec/Parser/Video",
|
||||
"Parse JPEG images into single-frame buffers",
|
||||
"JPEG stream muxer",
|
||||
"Video/Muxer",
|
||||
"Remuxes JPEG images with markers and tags",
|
||||
"Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>");
|
||||
}
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ gst_jpeg_parse_base_init (gpointer g_class)
|
|||
gst_static_pad_template_get (&gst_jpeg_parse_sink_pad_template));
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"JPEG stream parser",
|
||||
"Codec/Parser/Video",
|
||||
"Video/Parser",
|
||||
"Parse JPEG images into single-frame buffers",
|
||||
"Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue