mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Fix factory information for h264parse, add missing Video
This commit is contained in:
parent
4066a87156
commit
1a54ae8ce7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ GST_DEBUG_CATEGORY_STATIC (h264_parse_debug);
|
||||||
|
|
||||||
static const GstElementDetails gst_h264_parse_details =
|
static const GstElementDetails gst_h264_parse_details =
|
||||||
GST_ELEMENT_DETAILS ("H264Parse",
|
GST_ELEMENT_DETAILS ("H264Parse",
|
||||||
"Codec/Parser",
|
"Codec/Parser/Video",
|
||||||
"Parses raw h264 stream",
|
"Parses raw h264 stream",
|
||||||
"Michal Benes <michal.benes@itonis.tv>,"
|
"Michal Benes <michal.benes@itonis.tv>,"
|
||||||
"Wim Taymans <wim.taymans@gmail.com>");
|
"Wim Taymans <wim.taymans@gmail.com>");
|
||||||
|
|
Loading…
Reference in a new issue