[gst-cvs] gst-plugins-ugly: dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a ' Demuxer'.

Edward Hervey bilboed at kemper.freedesktop.org
Thu Mar 26 12:23:41 PDT 2009


Module: gst-plugins-ugly
Branch: master
Commit: 5b045e7eac0ca6ea88c53f68887086952fca651b
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=5b045e7eac0ca6ea88c53f68887086952fca651b

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Thu Mar 26 20:23:14 2009 +0100

dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'.

---

 gst/dvdlpcmdec/gstdvdlpcmdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c
index 97ad325..9b9e5c5 100644
--- a/gst/dvdlpcmdec/gstdvdlpcmdec.c
+++ b/gst/dvdlpcmdec/gstdvdlpcmdec.c
@@ -33,7 +33,7 @@ GST_DEBUG_CATEGORY_STATIC (dvdlpcm_debug);
 /* elementfactory information */
 static const GstElementDetails gst_dvdlpcmdec_details =
 GST_ELEMENT_DETAILS ("DVD LPCM Audio decoder",
-    "Codec/Demuxer/Audio",
+    "Codec/Decoder/Audio",
     "Decode DVD LPCM frames into standard PCM audio",
     "Jan Schmidt <jan at noraisin.net>\n" "Michael Smith <msmith at fluendo.com>");
 





More information about the Gstreamer-commits mailing list