mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
dvdspu: Include SubPicture in the classification
This commit is contained in:
parent
7f7ad5fad1
commit
f50de89720
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ gst_dvd_spu_base_init (gpointer gclass)
|
||||||
{
|
{
|
||||||
static GstElementDetails element_details =
|
static GstElementDetails element_details =
|
||||||
GST_ELEMENT_DETAILS ("GStreamer Sub-picture Overlay",
|
GST_ELEMENT_DETAILS ("GStreamer Sub-picture Overlay",
|
||||||
"Mixer/Video/Overlay/DVD/Bluray",
|
"Mixer/Video/Overlay/SubPicture/DVD/Bluray",
|
||||||
"Parses Sub-Picture command streams and renders the SPU overlay "
|
"Parses Sub-Picture command streams and renders the SPU overlay "
|
||||||
"onto the video as it passes through",
|
"onto the video as it passes through",
|
||||||
"Jan Schmidt <thaytan@noraisin.net>");
|
"Jan Schmidt <thaytan@noraisin.net>");
|
||||||
|
|
Loading…
Reference in a new issue