gBroutin / gstreamer-java

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

Implementation of a binding for gst_element_factory_list_filter #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Patches attached.

* First patch implement the binding for the function 
gst_element_factory_list_filter

* Second one is a method that shortcuts a call to 
gst_element_factory_list_get_elements and to gst_element_factory_list_filter. 
Avoiding to convert GList into java List.

Comments are welcome.

Original issue reported on code.google.com by santosca...@gmail.com on 25 Aug 2011 at 11:13

Attachments:

GoogleCodeExporter commented 8 years ago
please use the latest svn as base for patches. the second applied

Original comment by lfar...@lfarkas.org on 25 Aug 2011 at 11:18

GoogleCodeExporter commented 8 years ago
the first one can't be applied...

Original comment by lfar...@lfarkas.org on 25 Aug 2011 at 11:19

GoogleCodeExporter commented 8 years ago
I used the last version, but it seems that you applied the patches in the 
reverse order.

Here is the first patch corrected. Hope that now applies correctly.

Original comment by santosca...@gmail.com on 25 Aug 2011 at 11:34

Attachments:

GoogleCodeExporter commented 8 years ago
r531

Original comment by lfar...@lfarkas.org on 25 Aug 2011 at 11:47