summaryrefslogtreecommitdiff
path: root/gst/dvdspu
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-09 09:19:06 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-09 09:21:06 +0200
commitf50de8972091000bf61bf25d64c5dd94a0074e0d (patch)
treee28a8be48f87fac16275d208c2ae200f848ce466 /gst/dvdspu
parent7f7ad5fad1d27320c03f741001e87bc7376829fc (diff)
dvdspu: Include SubPicture in the classification
Diffstat (limited to 'gst/dvdspu')
-rw-r--r--gst/dvdspu/gstdvdspu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c
index af8bc99e92..83c550631b 100644
--- a/gst/dvdspu/gstdvdspu.c
+++ b/gst/dvdspu/gstdvdspu.c
@@ -117,7 +117,7 @@ gst_dvd_spu_base_init (gpointer gclass)
{
static GstElementDetails element_details =
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 "
"onto the video as it passes through",
"Jan Schmidt <thaytan@noraisin.net>");