gBroutin / gstreamer-java

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

Cannot process a Bin from a command line description #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Cannot create a bin using a similar Pipeline.launch() function.

What is the expected output? What do you see instead?
Expect that this function would exists and that it would be possible to 
transfer command line description of a bin into a java gstreamer bin.

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

The functionality exists in the GSTParse 
(http://www.gstreamer.net/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstPa
rse.html) API

What version of the product are you using? On what operating system?
Revision 393 from the trunk: http://gstreamer-java.googlecode.com/svn

Please provide any additional information below.
I have attached a patch that adds this functionality to org.gstreamer.Bin.java 
and unit tests for this in org.gstreamer.BinTest.java

Please let me know if you need any more info.

Original issue reported on code.google.com by mckenzie...@gmail.com on 14 Sep 2010 at 7:31

Attachments:

GoogleCodeExporter commented 8 years ago
thanks. applied

Original comment by lfar...@gmail.com on 24 Sep 2010 at 10:15