mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
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:
parent
2c348dfdc5
commit
66ea4f8f5d
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -42,7 +42,7 @@ GST_DEBUG_CATEGORY_STATIC (ac3iec_debug);
|
||||||
/* ElementFactory information. */
|
/* ElementFactory information. */
|
||||||
static GstElementDetails ac3iec_details = {
|
static GstElementDetails ac3iec_details = {
|
||||||
"AC3 to IEC958 filter",
|
"AC3 to IEC958 filter",
|
||||||
"audio/x-private1-ac3",
|
"Codec/Muxer/Audio",
|
||||||
"Pads AC3 frames into IEC958 frames suitable for a raw S/PDIF interface",
|
"Pads AC3 frames into IEC958 frames suitable for a raw S/PDIF interface",
|
||||||
"Martin Soto <martinsoto@users.sourceforge.net>"
|
"Martin Soto <martinsoto@users.sourceforge.net>"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue