gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
194 stars 72 forks source link

Add generic probe support to Pad #189

Closed neilcsmith-net closed 3 years ago

neilcsmith-net commented 4 years ago

Add addProbe() method to Pad to better follow upstream API.

Map PadProbeType and PadProbeInfo, with support for extracting events, buffers, etc.

Possibly deprecate existing probe-based methods.