mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
gst/audioconvert/bufferframesconvert.c
Original commit message from CVS: 2005-02-04 Andy Wingo <wingo@pobox.com> * gst/audioconvert/bufferframesconvert.c (buffer_frames_convert_fixate): New function, fixates to 256 frames per buffer by default. (Much better than 1.) (buffer_frames_convert_init): Set the fixate function for both src and sink pad. (buffer_frames_convert_link): After success setting nonfixed caps, get the negotiated caps so we can know how many buffer-frames it will be. No idea how this worked at all before.
This commit is contained in:
parent
7f2e88753b
commit
00e24dc560
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2005-02-04 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/audioconvert/bufferframesconvert.c
|
||||
(buffer_frames_convert_fixate): New function, fixates to 256
|
||||
frames per buffer by default. (Much better than 1.)
|
||||
(buffer_frames_convert_init): Set the fixate function for both src
|
||||
and sink pad.
|
||||
(buffer_frames_convert_link): After success setting nonfixed caps,
|
||||
get the negotiated caps so we can know how many buffer-frames it
|
||||
will be. No idea how this worked at all before.
|
||||
|
||||
2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
|
||||
|
|
Loading…
Reference in a new issue