Package org.freedesktop.gstreamer.base


package org.freedesktop.gstreamer.base
Provides some GStreamer base classes to be extended by elements and utility classes that are most useful for plugin developers

The following native libraries are required and will be loaded: libgstbase-1.0.0

For namespace-global declarations, refer to the GstBase class documentation.

Gsttypefindhelper

Utility functions for elements doing typefinding: gst_type_find_helper() does typefinding in pull mode, while gst_type_find_helper_for_buffer() is useful for elements needing to do typefinding in push mode from a chain function.