mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gst/asfdemux/gstasfdemux.c: Use 25fps as our "fake" fps value (marked for fixage in 0.9.x) instead of 0. Reason is si...
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps), (gst_asf_demux_setup_pad): Use 25fps as our "fake" fps value (marked for fixage in 0.9.x) instead of 0. Reason is simple: some elements have a fps range of 1-max instead of 0-max. So now ASF video actually works.
This commit is contained in:
parent
a4c517bc80
commit
7ff5e4bbb8
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
|
||||
(gst_asf_demux_setup_pad):
|
||||
Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
|
||||
instead of 0. Reason is simple: some elements have a fps range
|
||||
of 1-max instead of 0-max. So now ASF video actually works.
|
||||
|
||||
2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* po/LINGUAS:
|
||||
|
|
Loading…
Reference in a new issue