mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For float, "any" caps -> buffer_frames=[0,MAX].
Original commit message from CVS: 2004-07-11 Andy Wingo <wingo@pobox.com> * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For float, "any" caps -> buffer_frames=[0,MAX]. * gst/interleave/interleave.c (interleave_getcaps): Seems the core doesn't intersect our caps with the template any more. Do it ourselves. (interleave_buffered_loop): Use g_newa instead of malloc/free.
This commit is contained in:
parent
41eaba9d7a
commit
ebfe64cf9d
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2004-07-11 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
|
||||
float, "any" caps -> buffer_frames=[0,MAX].
|
||||
|
||||
* gst/interleave/interleave.c (interleave_getcaps): Seems the core
|
||||
doesn't intersect our caps with the template any more. Do it
|
||||
ourselves.
|
||||
(interleave_buffered_loop): Use g_newa instead of malloc/free.
|
||||
|
||||
2004-07-09 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* examples/seeking/seek.c: (iterate):
|
||||
|
|
Loading…
Reference in a new issue