asfdemux: avoid unnecessary stream lookup
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 12 Apr 2012 13:45:51 +0000 (14:45 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 16 Apr 2012 06:54:31 +0000 (08:54 +0200)
commit65436c8715556d4cdf2b049eae2ddcb5c801c7b5
tree12de1eac50b443c06a92a5d95431aa299a2c4693
parent43afed87526ce726b3732e7f883f27a59fdc752e
asfdemux: avoid unnecessary stream lookup

We have already retrieved the stream for that stream number and
made sure it's not NULL, so no need to do it again here; neither
the number nor the streams changed since the last time.
gst/asfdemux/asfpacket.c