diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-14 12:27:22 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-14 12:27:22 +0000 |
commit | 2085403d60290de6f70b9d73b99adcc256080f48 (patch) | |
tree | b3842a83d25d180db42330e4f6c448221f9a95ca /ChangeLog | |
parent | ad1aad031b6977213582c46860093136329837c6 (diff) | |
download | gst-plugins-bad-2085403d60290de6f70b9d73b99adcc256080f48.tar.gz gst-plugins-bad-2085403d60290de6f70b9d73b99adcc256080f48.tar.bz2 gst-plugins-bad-2085403d60290de6f70b9d73b99adcc256080f48.zip |
replace framerate aproximations by their real value (24000/1001, 30000/1001, 60000/1001)
Original commit message from CVS:
* ext/dv/gstdvdec.c:
* ext/libfame/gstlibfame.c:
* gst/subparse/gstsubparse.c: (parse_mdvdsub):
* gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
replace framerate aproximations by their real value
(24000/1001, 30000/1001, 60000/1001)
Finish fixing bug #164049
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> + + * ext/dv/gstdvdec.c: + * ext/libfame/gstlibfame.c: + * gst/subparse/gstsubparse.c: (parse_mdvdsub): + * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect): + replace framerate aproximations by their real value + (24000/1001, 30000/1001, 60000/1001) + Finish fixing bug #164049 + 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org> * ext/ogg/gstoggmux.c: |