ManuraNirmal / gstreamer-java

Automatically exported from code.google.com/p/gstreamer-java
0 stars 0 forks source link

Add support for the new GST_MESSAGE_TOC #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
According to

> 
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreame
r-GstMessage.html#GstMessageType ,

since gstreamer 0.10.37 there is a new GST_MESSAGE_TOC message type. I'm 
getting IllegalArgumentExceptions in EnumMapper.valueOf(..) because this type 
is not yet known to gstreamer-java.

Interestingly, I'm already seeing this message when connecting to a RTSP server 
(VLC) using the gstreamer bindings from gstreamer.com (version 2012.5), which 
according to Gst.getVersionString() claims to be

> GStreamer 0.10.36

Anyway, the message is there and I think it should be added to the Java 
bindings.

Original issue reported on code.google.com by waldheinz@gmail.com on 4 Jul 2012 at 8:19

GoogleCodeExporter commented 8 years ago
fixed in r573.

Original comment by lfar...@lfarkas.org on 3 Aug 2012 at 7:23