ext/ogg/gstogmparse.c: GST_TYPE_FRACTION contains gints so correctly cast gint64...
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 20 Apr 2008 11:42:37 +0000 (11:42 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 20 Apr 2008 11:42:37 +0000 (11:42 +0000)
commit9587e5e1c0e28351b4d5d9263186c37216a059e3
treefde889d4908ad65f5a3712b5fda8a3f84f669272
parentfb2dc81a97fc81613e676f69915f59fb6e7661f8
ext/ogg/gstogmparse.c: GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to vaargs functions to gin...

Original commit message from CVS:
* ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
vaargs functions to gint. Otherwise the fractions will get 0 set
instead of the correct value on big endian systems. Fixes bug #529018.
ChangeLog
ext/ogg/gstogmparse.c