mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/avi/gstavimux.c: First calculate the rate, and only then use it. Hdr.rate is a multiple and not a derivative of h...
Original commit message from CVS: * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect), (gst_avimux_stop_file): First calculate the rate, and only then use it. Hdr.rate is a multiple and not a derivative of hdr.scale. Scale is not the same as blockalign but is solely related to rate.
This commit is contained in:
parent
eba3c6b4be
commit
0528ad3123
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
|
||||||
|
(gst_avimux_stop_file):
|
||||||
|
First calculate the rate, and only then use it. Hdr.rate is a
|
||||||
|
multiple and not a derivative of hdr.scale. Scale is not the
|
||||||
|
same as blockalign but is solely related to rate.
|
||||||
|
|
||||||
2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
|
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
|
||||||
|
|
Loading…
Reference in a new issue