Lyn-Tech / gstreamer-java

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

Error getting StaticCaps form EementFactory in Ubuntu 64bits #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I execute the attached java application.

What is the expected output? What do you see instead?

I should get the CapsTemplates of the ElementFactory. Instead I get the 
following option:

linux
amd64
2.6.38-8-generic

(test:15093): GStreamer-WARNING **: static caps 0x7f92ac0d9848 string is NULL

(test:15093): GStreamer-WARNING **: static caps 0x7f92ac0d98b8 string is NULL
Exception in thread "main" java.lang.NullPointerException
    at test.GstreamerTest.main(GstreamerTest.java:19)

Have you tried to verify this is a gstreamer-java specific issue, and not a
problem with the gstreamer framework itself?

I tried the attached C program that does more or less the same and it works 
correctly.

What version of the product are you using? On what operating system?

I tried with gstreamer-java from maven repository 1.4 and with the trunk 
version 538.

I Also tried with jna 3.3.0.

Please provide any additional information below.

Original issue reported on code.google.com by santosca...@gmail.com on 9 Sep 2011 at 4:13

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by lfar...@lfarkas.org on 5 Sep 2012 at 10:52