You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
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
Original issue reported on code.google.com by
santosca...@gmail.comon 9 Sep 2011 at 4:13Attachments: