My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 2 hours ago
    r329 (1.3 api update ) committed by lfarkas   -   1.3 api update
    1.3 api update
  • 2 hours ago
    r328 (final cleanup before 1.3 ) committed by lfarkas   -   final cleanup before 1.3
    final cleanup before 1.3
  • 4 hours ago
    r327 (fix tabs ) committed by lfarkas   -   fix tabs
    fix tabs
  • 4 hours ago
    r326 (readd a few api instance ) committed by lfarkas   -   readd a few api instance
    readd a few api instance
  • 4 hours ago
    r325 (add 1.3 javadoc ) committed by lfarkas   -   add 1.3 javadoc
    add 1.3 javadoc
  • 4 hours ago
    r324 (fix the junit test bug ) committed by lfarkas   -   fix the junit test bug
    fix the junit test bug

Yesterday

  • 44 hours ago
    r323 (small build fixes ) committed by lfarkas   -   small build fixes
    small build fixes

Last 7 days

  • Dec 26, 2009
    r322 (update jars ) committed by lfarkas   -   update jars
    update jars
  • Dec 22, 2009
    r321 (Message test fixes) committed by lfarkas   -   Message test fixes
    Message test fixes

Last 30 days

  • Dec 17, 2009
    r320 (another try to fix the native library circular dependencies) committed by lfarkas   -   another try to fix the native library circular dependencies
    another try to fix the native library circular dependencies
  • Dec 16, 2009
    r319 (replace static func with api singletons ) committed by lfarkas   -   replace static func with api singletons
    replace static func with api singletons
  • Dec 16, 2009
    r318 (rewrite all library loading ) committed by lfarkas   -   rewrite all library loading
    rewrite all library loading
  • Dec 15, 2009
    r317 (Removed PropertyProbe member from Property class) committed by andres.colubri   -   Removed PropertyProbe member from Property class
    Removed PropertyProbe member from Property class
  • Dec 15, 2009
    issue 25 (Event probe does not indicate whether to forward or drop eve...) commented on by balachandran.c   -   thanks!
    thanks!
  • Dec 15, 2009
    jna-3.2.4.jar (JNA jar needed for gstreamer-java) file uploaded by lfarkas   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Dec 15, 2009
    jna.jar (JNA jar needed for gstreamer-java) file uploaded by lfarkas   -  
    Labels: Featured OpSys-All Type-Archive
    Labels: Featured OpSys-All Type-Archive
  • Dec 15, 2009
    issue 25 (Event probe does not indicate whether to forward or drop eve...) Status changed by lfarkas   -  
    Status: Fixed
    Status: Fixed
  • Dec 15, 2009
    issue 30 (XOverlay.java doesn't build on mac due to swt Composite api) Status changed by lfarkas   -  
    Status: Fixed
    Status: Fixed
  • Dec 15, 2009
    r316 (update to jna version 3.2.4 ) committed by lfarkas   -   update to jna version 3.2.4
    update to jna version 3.2.4
  • Dec 15, 2009
    r315 (a few fixes of dynamic loading ) committed by lfarkas   -   a few fixes of dynamic loading
    a few fixes of dynamic loading

Earlier this year

  • Nov 20, 2009
    issue 33 (Provide Maven repoi) reported by jace...@gmail.com   -   Pls expose gstreamer-java in a Maven repo, public or private.
    Pls expose gstreamer-java in a Maven repo, public or private.
  • Nov 16, 2009
    r314 (add the new overlay SWT VideoComponent ) committed by lfarkas   -   add the new overlay SWT VideoComponent
    add the new overlay SWT VideoComponent
  • Nov 16, 2009
    r313 (many bugfix and enhancement for version 1.3 ) committed by lfarkas   -   many bugfix and enhancement for version 1.3
    many bugfix and enhancement for version 1.3
  • Nov 14, 2009
    issue 32 (GStreamer + Java + Webcam) reported by ekojy87   -   Hi brothers, I am writing out a little application using the gstreamer-java framework. I would like to know how to initialize gstreamer to enable capture from my webcam (v4l2 device). The code below enables me to read from disk and other but I want to capture from webcam. Thks ! args[0]="~/films/12.Rounds.avi"; args = Gst.init("VideoPlayer", args); final PlayBin playbin = new PlayBin("VideoPlayer"); playbin.setInputFile(new File(args[0])); SwingUtilities.invokeLater(new Runnable() { public void run() { VideoComponent videoComponent = new VideoComponent(); playbin.setVideoSink(videoComponent.getElement()); JFrame frame = new JFrame("VideoPlayer"); frame.getContentPane().add(videoComponent, BorderLayout.CENTER); frame.setPreferredSize(new Dimension(640, 480)); frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); frame.pack(); frame.setVisible(true); playbin.setState(State.PLAYING); } }); Gst.main(); playbin.setState(State.NULL);
    Hi brothers, I am writing out a little application using the gstreamer-java framework. I would like to know how to initialize gstreamer to enable capture from my webcam (v4l2 device). The code below enables me to read from disk and other but I want to capture from webcam. Thks ! args[0]="~/films/12.Rounds.avi"; args = Gst.init("VideoPlayer", args); final PlayBin playbin = new PlayBin("VideoPlayer"); playbin.setInputFile(new File(args[0])); SwingUtilities.invokeLater(new Runnable() { public void run() { VideoComponent videoComponent = new VideoComponent(); playbin.setVideoSink(videoComponent.getElement()); JFrame frame = new JFrame("VideoPlayer"); frame.getContentPane().add(videoComponent, BorderLayout.CENTER); frame.setPreferredSize(new Dimension(640, 480)); frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); frame.pack(); frame.setVisible(true); playbin.setState(State.PLAYING); } }); Gst.main(); playbin.setState(State.NULL);
  • Nov 12, 2009
    issue 29 (Some api additions that could be helpful.) commented on by d853211   -   These functions will be included in the next release: gst_debug_bin_to_dot_file gst_element_sync_state_with_parent gst_object_get_parent gst_pad_set_blocked_async remaining: gst_element_query dataProbe
    These functions will be included in the next release: gst_debug_bin_to_dot_file gst_element_sync_state_with_parent gst_object_get_parent gst_pad_set_blocked_async remaining: gst_element_query dataProbe
  • Nov 12, 2009
    issue 25 (Event probe does not indicate whether to forward or drop eve...) commented on by d853211   -   will be included in next release.
    will be included in next release.
  • Nov 06, 2009
    issue 31 (JNA Direct Call Mapping) commented on by andres.colubri   -   Ok, I just commited the jar of jna-3.2.3 to the trunk. I'll see how the direct mapping thing works out.
    Ok, I just commited the jar of jna-3.2.3 to the trunk. I'll see how the direct mapping thing works out.
  • Nov 06, 2009
    r312 (Updated to jna-3.2.3, and changed version string in Ant buil...) committed by andres.colubri   -   Updated to jna-3.2.3, and changed version string in Ant build file to 1.3
    Updated to jna-3.2.3, and changed version string in Ant build file to 1.3
  • Nov 06, 2009
    issue 26 (g_object_get doesn't return a valid pointer) commented on by andres.colubri   -   Yes, still valid :-( I'll look for possible workarounds using jna 3.2
    Yes, still valid :-( I'll look for possible workarounds using jna 3.2
  • Nov 05, 2009
    issue 25 (Event probe does not indicate whether to forward or drop eve...) commented on by lfarkas   -   we'll look into it...
    we'll look into it...
  • Nov 05, 2009
    issue 26 (g_object_get doesn't return a valid pointer) commented on by lfarkas   -   is it still valid with jna 3.2?
    is it still valid with jna 3.2?
  • Nov 05, 2009
    issue 27 (seek method fails to set new rates.) commented on by lfarkas   -   what is the current state of this problem?
    what is the current state of this problem?
  • Nov 05, 2009
    issue 29 (Some api additions that could be helpful.) Owner changed by lfarkas   -  
    Owner: lfarkas
    Owner: lfarkas
  • Nov 05, 2009
    issue 30 (XOverlay.java doesn't build on mac due to swt Composite api) Owner changed by lfarkas   -  
    Owner: lfarkas
    Owner: lfarkas
  • Nov 05, 2009
    issue 31 (JNA Direct Call Mapping) changed by lfarkas   -  
    Owner: andres.colubri
    Labels: Type-Enhancement Type-Defect
    Owner: andres.colubri
    Labels: Type-Enhancement Type-Defect
  • Nov 05, 2009
    issue 30 (XOverlay.java doesn't build on mac due to swt Composite api) Labels changed by lfarkas   -   we'll try to reimplement it using reflection.
    Labels: Type-Enhancement Type-Defect
    we'll try to reimplement it using reflection.
    Labels: Type-Enhancement Type-Defect
  • Nov 05, 2009
    issue 29 (Some api additions that could be helpful.) commented on by lfarkas   -   try to put into the next release
    try to put into the next release
  • Nov 05, 2009
    issue 29 (Some api additions that could be helpful.) Labels changed by lfarkas   -  
    Labels: Type-Enhancement Type-Defect
    Labels: Type-Enhancement Type-Defect
  • Oct 22, 2009
    issue 31 (JNA Direct Call Mapping) reported by david.g.hoyt   -   Have you considered moving to the latest JNA (3.2.3) and using direct call mapping (https://jna.dev.java.net/#direct) where possible?
    Have you considered moving to the latest JNA (3.2.3) and using direct call mapping (https://jna.dev.java.net/#direct) where possible?
  • Sep 14, 2009
    issue 30 (XOverlay.java doesn't build on mac due to swt Composite api) reported by ekohlwey   -   What steps will reproduce the problem? 1.Try to build the gstreamer-java source What is the expected output? What do you see instead? The source should compile on all platforms, and should not directly reference fields that are not part of the cross-platform portions SWT API. What version of the product are you using? On what operating system? Version 1.1. The issue also effects the current SVN. Please provide any additional information below. The issue can be fixed by using the Java reflection API. It is evident from the code that the user intends that the code only execute on Linux platforms, and the invalid field access references a field only available in the SWT API for X server based platforms. A corrected version of XOverlay.java is attached.
    What steps will reproduce the problem? 1.Try to build the gstreamer-java source What is the expected output? What do you see instead? The source should compile on all platforms, and should not directly reference fields that are not part of the cross-platform portions SWT API. What version of the product are you using? On what operating system? Version 1.1. The issue also effects the current SVN. Please provide any additional information below. The issue can be fixed by using the Java reflection API. It is evident from the code that the user intends that the code only execute on Linux platforms, and the invalid field access references a field only available in the SWT API for X server based platforms. A corrected version of XOverlay.java is attached.
  • Sep 14, 2009
    issue 30 (XOverlay.java doesn't build on mac due to swt Composite api) reported by ekohlwey   -   What steps will reproduce the problem? 1.Try to build the gstreamer-java source What is the expected output? What do you see instead? The source should compile on all platforms, and should not directly reference fields that are not part of the cross-platform portions SWT API. What version of the product are you using? On what operating system? Version 1.1. The issue also effects the current SVN. Please provide any additional information below. The issue can be fixed by using the Java reflection API. It is evident from the code that the user intends that the code only execute on Linux platforms, and the invalid field access references a field only available in the SWT API for X server based platforms. A corrected version of XOverlay.java is attached.
    What steps will reproduce the problem? 1.Try to build the gstreamer-java source What is the expected output? What do you see instead? The source should compile on all platforms, and should not directly reference fields that are not part of the cross-platform portions SWT API. What version of the product are you using? On what operating system? Version 1.1. The issue also effects the current SVN. Please provide any additional information below. The issue can be fixed by using the Java reflection API. It is evident from the code that the user intends that the code only execute on Linux platforms, and the invalid field access references a field only available in the SWT API for X server based platforms. A corrected version of XOverlay.java is attached.
  • Sep 14, 2009
    issue 30 (XOverlay.java doesn't build on mac due to swt Composite api) reported by ekohlwey   -   What steps will reproduce the problem? 1.Try to build the gstreamer-java source What is the expected output? What do you see instead? The source should compile on all platforms, and should not directly reference fields that are not part of the cross-platform portions SWT API. What version of the product are you using? On what operating system? Version 1.1. The issue also effects the current SVN. Please provide any additional information below. The issue can be fixed by using the Java reflection API. It is evident from the code that the user intends that the code only execute on Linux platforms, and the invalid field access references a field only available in the SWT API for X server based platforms. A corrected version of XOverlay.java is attached.
    What steps will reproduce the problem? 1.Try to build the gstreamer-java source What is the expected output? What do you see instead? The source should compile on all platforms, and should not directly reference fields that are not part of the cross-platform portions SWT API. What version of the product are you using? On what operating system? Version 1.1. The issue also effects the current SVN. Please provide any additional information below. The issue can be fixed by using the Java reflection API. It is evident from the code that the user intends that the code only execute on Linux platforms, and the invalid field access references a field only available in the SWT API for X server based platforms. A corrected version of XOverlay.java is attached.
  • Jul 27, 2009
    issue 29 (Some api additions that could be helpful.) commented on by balachandran.c   -   PS: I meant to add this an enhancement type of issue, but I am unable to do it. Sorry abt that.
    PS: I meant to add this an enhancement type of issue, but I am unable to do it. Sorry abt that.
  • Jul 27, 2009
    issue 29 (Some api additions that could be helpful.) reported by balachandran.c   -   1) Bin: gst_debug_bin_to_dot_file: Comes in quite handy for debugging dynamic pipelines. 2) Element: 1) gst_element_sync_state_with_parent: helps with ensuring state consistency in dynamic pipelines. 2) gst_element_query: perform queries on particular elements. 3) GstObject: gst_object_get_parent: useful in figuring out which event came from which bin and so on. 4) Pad: 1) dataProbe: to inspect and control data flowing through the pads. 2) gst_pad_set_blocked_async: required to block without deadlocks in certain situations.
    1) Bin: gst_debug_bin_to_dot_file: Comes in quite handy for debugging dynamic pipelines. 2) Element: 1) gst_element_sync_state_with_parent: helps with ensuring state consistency in dynamic pipelines. 2) gst_element_query: perform queries on particular elements. 3) GstObject: gst_object_get_parent: useful in figuring out which event came from which bin and so on. 4) Pad: 1) dataProbe: to inspect and control data flowing through the pads. 2) gst_pad_set_blocked_async: required to block without deadlocks in certain situations.
  • Jul 26, 2009
    issue 25 (Event probe does not indicate whether to forward or drop eve...) commented on by balachandran.c   -   andres, yes, returning a boolean value which determines whether the data is forwarded or dropped is important. so that would be: public static interface HAVE_DATA { public *boolean* haveData(Pad pad, MiniObject data); } right?
    andres, yes, returning a boolean value which determines whether the data is forwarded or dropped is important. so that would be: public static interface HAVE_DATA { public *boolean* haveData(Pad pad, MiniObject data); } right?
  • Jun 30, 2009
    gstreamer-java-src-1.2.zip (Source for gstreamer-java 1.2) file uploaded by lfarkas   -  
    Labels: Type-Source
    Labels: Type-Source
  • Jun 30, 2009
    gstreamer-java-doc-1.2.zip (Documentation for release 1.2) file uploaded by lfarkas   -  
    Labels: Type-Docs
    Labels: Type-Docs
  • Jun 30, 2009
    gstreamer-java-1.2.jar (Release 1.2 of gstreamer-java) file uploaded by lfarkas   -  
    Labels: Featured
    Labels: Featured
  • Jun 30, 2009
    r311 (Version 1.2 tagged.) committed by lfarkas   -   Version 1.2 tagged.
    Version 1.2 tagged.
  • Jun 30, 2009
    r310 (fix position return value ) committed by lfarkas   -   fix position return value
    fix position return value
 
Hosted by Google Code