From f50de8972091000bf61bf25d64c5dd94a0074e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 9 Oct 2009 09:19:06 +0200 Subject: [PATCH] dvdspu: Include SubPicture in the classification --- gst/dvdspu/gstdvdspu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ");