reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofGstAppSink Class Reference

#include <ofGstUtils.h>

Inheritance diagram for ofGstAppSink:
ofGstVideoPlayer

Public Member Functions

virtual ~ofGstAppSink ()
 
virtual GstFlowReturn on_preroll (std::shared_ptr< GstBuffer > buffer)
 
virtual GstFlowReturn on_buffer (std::shared_ptr< GstBuffer > buffer)
 
virtual void on_eos ()
 
virtual bool on_message (GstMessage *msg)
 
virtual void on_stream_prepared ()
 

Constructor & Destructor Documentation

◆ ~ofGstAppSink()

virtual ofGstAppSink::~ofGstAppSink ( )
inlinevirtual

Member Function Documentation

◆ on_buffer()

virtual GstFlowReturn ofGstAppSink::on_buffer ( std::shared_ptr< GstBuffer buffer)
inlinevirtual

◆ on_eos()

virtual void ofGstAppSink::on_eos ( )
inlinevirtual

◆ on_message()

virtual bool ofGstAppSink::on_message ( GstMessage msg)
inlinevirtual

Reimplemented in ofGstVideoPlayer.

◆ on_preroll()

virtual GstFlowReturn ofGstAppSink::on_preroll ( std::shared_ptr< GstBuffer buffer)
inlinevirtual

◆ on_stream_prepared()

virtual void ofGstAppSink::on_stream_prepared ( )
inlinevirtual

Reimplemented in ofGstVideoPlayer.


The documentation for this class was generated from the following file:
  • /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/video/ofGstUtils.h