commit | 36b41f4666ffad371cabdebec8011412bd40a747 | [log] [tgz] |
---|---|---|
author | Wim Taymans <wim.taymans@gmail.com> | Tue Jul 27 16:45:30 2004 +0000 |
committer | Wim Taymans <wim.taymans@gmail.com> | Tue Jul 27 16:45:30 2004 +0000 |
tree | 7d54ef3de779445d11792a6a4bf759b537d7310f | |
parent | f8d6750a3627ed746d81ba9a2cb026a8e61b6a82 [diff] |
Added transform functions between double and fraction. Original commit message from CVS: * gst/gstvalue.c: (gst_value_transform_double_fraction), (gst_value_transform_fraction_double), (_gst_value_initialize): * testsuite/caps/Makefile.am: * testsuite/caps/fraction-convert.c: (check_from_double_convert), (check_from_fraction_convert), (transform_test), (main): Added transform functions between double and fraction. Added testcase to verify transforms