mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
ext/mad/gstid3demuxbin.c: Fix category so decodebin picks it up.
Original commit message from CVS: * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init): Fix category so decodebin picks it up.
This commit is contained in:
parent
e9d4a825d6
commit
96dbd12df8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
|
||||
Fix category so decodebin picks it up.
|
||||
|
||||
2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/mad/Makefile.am:
|
||||
|
|
|
@ -112,7 +112,7 @@ gst_id3demux_bin_base_init (GstId3DemuxBinClass * klass)
|
|||
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
||||
static GstElementDetails gst_id3demux_bin_details =
|
||||
GST_ELEMENT_DETAILS ("ID3-demux bin",
|
||||
"Generic/Bin",
|
||||
"Codec/Demuxer/Audio",
|
||||
"Manages typefinding for an ID3 demuxer",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue