JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Objects returned from IMediaDataWrapper.get() cannot be downcast to underlying type #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This makes IMediaDataWrapper.get() much less useful.  This is happening
because technically Swig things that IMediaData and IPacket for example are
two totally separate classes, and that IMediaData is a creatable Java object.

Original issue reported on code.google.com by art.cla...@gmail.com on 19 Mar 2009 at 8:21

GoogleCodeExporter commented 9 years ago
Fixed in r247 with some hideous swig crack (and thanks to Robert for 
suggesting).

Original comment by art.cla...@gmail.com on 19 Mar 2009 at 8:28