playbin2/uridecodebin: Fix connection-speed propagation
authorJan Schmidt <thaytan@noraisin.net>
Wed, 10 Jun 2009 15:56:51 +0000 (16:56 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 10 Jun 2009 16:05:18 +0000 (17:05 +0100)
commit79e97ec5ec0a2a798cfbf259cf05730dbeeb0acf
tree73a0591924b28eae7f6253c0c459671bf1920d2f
parent40bea96ff60c20207c2c54125e12730fa4f24958
playbin2/uridecodebin: Fix connection-speed propagation

uridecodebin expects the passed connection-speed value in kbps, so we
need to divide the value stored in bps by 1000. Also, lower the upper
limit on the properties to the value that we can actually store in our
internal guint (which is plenty high enough)
gst/playback/gstplaybin2.c
gst/playback/gsturidecodebin.c