From 66ea4f8f5d289094353e06d92f69b933ed269f49 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 28 Feb 2006 13:50:02 +0000 Subject: [PATCH] gst/iec958/ac3iec.c: Set a proper klass (Codec/Muxer/Audio) for the ElementDetails. Original commit message from CVS: * gst/iec958/ac3iec.c: Set a proper klass (Codec/Muxer/Audio) for the ElementDetails. --- ChangeLog | 5 +++++ gst/iec958/ac3iec.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index beced5b7db..e1f57a04ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-28 Edward Hervey + + * gst/iec958/ac3iec.c: + Set a proper klass (Codec/Muxer/Audio) for the ElementDetails. + 2006-02-27 Jan Schmidt * configure.ac: diff --git a/gst/iec958/ac3iec.c b/gst/iec958/ac3iec.c index fdeacf7d36..c1afff151a 100644 --- a/gst/iec958/ac3iec.c +++ b/gst/iec958/ac3iec.c @@ -42,7 +42,7 @@ GST_DEBUG_CATEGORY_STATIC (ac3iec_debug); /* ElementFactory information. */ static GstElementDetails ac3iec_details = { "AC3 to IEC958 filter", - "audio/x-private1-ac3", + "Codec/Muxer/Audio", "Pads AC3 frames into IEC958 frames suitable for a raw S/PDIF interface", "Martin Soto " };