mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
gst/real/: Fix classification in GstElementDetails.
Original commit message from CVS: * gst/real/gstrealaudiodec.c: * gst/real/gstrealvideodec.c: Fix classification in GstElementDetails.
This commit is contained in:
parent
2397f01e97
commit
6b9ccde0a0
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-01-31 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/real/gstrealaudiodec.c:
|
||||
* gst/real/gstrealvideodec.c:
|
||||
Fix classification in GstElementDetails.
|
||||
|
||||
2007-01-31 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
|
||||
|
|
|
@ -33,7 +33,7 @@ GST_DEBUG_CATEGORY_STATIC (real_audio_dec_debug);
|
|||
|
||||
static GstElementDetails real_audio_dec_details =
|
||||
GST_ELEMENT_DETAILS ("RealAudio decoder",
|
||||
"Codec/Decoder", "Decoder for RealAudio streams",
|
||||
"Codec/Decoder/Audio", "Decoder for RealAudio streams",
|
||||
"Lutz Mueller <lutz@topfrose.de>");
|
||||
|
||||
static GstStaticPadTemplate snk_t =
|
||||
|
|
|
@ -33,7 +33,7 @@ GST_DEBUG_CATEGORY_STATIC (realvideode_debug);
|
|||
|
||||
static GstElementDetails realvideode_details =
|
||||
GST_ELEMENT_DETAILS ("RealVideo decoder",
|
||||
"Codec/Decoder", "Decoder for RealVideo streams",
|
||||
"Codec/Decoder/Video", "Decoder for RealVideo streams",
|
||||
"Lutz Mueller <lutz@topfrose.de>");
|
||||
|
||||
static GstStaticPadTemplate snk_t =
|
||||
|
|
Loading…
Reference in a new issue