don't mangle plugin.get_version() to a tuple of int; it segfaults when the version...
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 3 Sep 2005 10:01:47 +0000 (10:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 3 Sep 2005 10:01:47 +0000 (10:01 +0000)
commit61038c89f1e67a9a7c3d3de08bc097a50916dae9
tree72a69c0e215f477a819fe55ef3d8b14e507ecccf
parente4ea7ba8bf4157b690f7c892f6e97a058c2c260f
don't mangle plugin.get_version() to a tuple of int; it segfaults when the version contains non-ints like '-'

Original commit message from CVS:
don't mangle plugin.get_version() to a tuple of int; it segfaults
when the version contains non-ints like '-'
ChangeLog
gst/gst.override