zouhouzi / mp4parser

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

The method getSampleDescriptionBox() in the type TrackMetaData is not applicable for the arguments (long) #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is an error in a class on its package: 
com.coremedia.iso.gui.GenericSamplePane line 50 The method 
getSampleDescriptionBox() in the type TrackMetaData is not applicable for the 
arguments (long).

Original issue reported on code.google.com by brito....@gmail.com on 17 Jun 2010 at 1:28

GoogleCodeExporter commented 8 years ago
And if I simply delete the arg, it raises: Exception in thread 
"AWT-EventQueue-0" java.lang.ClassCastException: 
javax.swing.tree.DefaultMutableTreeNode cannot be cast to 
com.coremedia.iso.gui.IsoFileTreeModel$IsoFileTreeNode

Original comment by brito....@gmail.com on 17 Jun 2010 at 1:30

GoogleCodeExporter commented 8 years ago
I will take Care of this ob monday As far As i can say now

Original comment by Sebastian.Annies on 26 Jun 2010 at 3:08

GoogleCodeExporter commented 8 years ago
Hi brito.pro, 

I fixed the compilation error but simply deletign the argument and it seems to 
work. I couldn't replicate the error! Could you please attach the file that 
causes the error or explain to me which tree node you expanding or selecting?

Original comment by Sebastian.Annies on 26 Jun 2010 at 4:11

GoogleCodeExporter commented 8 years ago
It's done with my latest changes. 

Original comment by Sebastian.Annies on 3 Jan 2011 at 7:28