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.
This commit is contained in:
Edward Hervey 2006-02-28 13:50:02 +00:00
parent 2c348dfdc5
commit 66ea4f8f5d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-28 Edward Hervey <edward@fluendo.com>
* gst/iec958/ac3iec.c:
Set a proper klass (Codec/Muxer/Audio) for the ElementDetails.
2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:

View file

@ -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 <martinsoto@users.sourceforge.net>"
};