Monado OpenXR Runtime
gst_pipeline.h File Reference

Functions for creating gstreamer_pipeline objects. More...

#include "xrt/xrt_frame.h"
Include dependency graph for gst_pipeline.h:

Go to the source code of this file.

Functions

void gstreamer_pipeline_create_from_string (struct xrt_frame_context *xfctx, const char *pipeline_string, struct gstreamer_pipeline **out_gp)
 
void gstreamer_pipeline_create_autovideo_sink (struct xrt_frame_context *xfctx, const char *appsrc_name, struct gstreamer_pipeline **out_gp)
 
void gstreamer_pipeline_play (struct gstreamer_pipeline *gp)
 
void gstreamer_pipeline_stop (struct gstreamer_pipeline *gp)
 

Detailed Description

Functions for creating gstreamer_pipeline objects.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Function Documentation

◆ gstreamer_pipeline_stop()

void gstreamer_pipeline_stop ( struct gstreamer_pipeline gp)
Todo:
Should check if we got an error message here or an eos.

References U_LOG_D, and U_LOG_T.

Referenced by gui_window_record_close().