mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ext/alsa/gstalsasrc.c: Remove bogus "src" request pad.
Original commit message from CVS: * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory), (gst_alsa_src_base_init): Remove bogus "src" request pad. * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init), (gst_mpeg_parse_class_init): Move pad template registration to class_init, since the derived class (mpegdemux) doesn't want them.
This commit is contained in:
parent
e9988194b1
commit
9a44b0272c
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-01-02 David Schleef <ds@schleef.org>
|
||||
|
||||
* ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
|
||||
(gst_alsa_src_base_init): Remove bogus "src" request pad.
|
||||
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
|
||||
(gst_mpeg_parse_class_init): Move pad template registration
|
||||
to class_init, since the derived class (mpegdemux) doesn't
|
||||
want them.
|
||||
|
||||
2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* sys/ximage/Makefile.am:
|
||||
|
|
Loading…
Reference in a new issue