mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 00:39:56 +02:00
move gst and broadcast under capture.
This commit is contained in:
parent
de4f6b45e5
commit
c0ca073b2d
6 changed files with 6 additions and 7 deletions
13
server/internal/capture/gst/gst.h
Normal file
13
server/internal/capture/gst/gst.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/app/gstappsrc.h>
|
||||
|
||||
extern void goHandlePipelineBuffer(void *buffer, int bufferLen, int samples, int pipelineId);
|
||||
|
||||
GstElement *gstreamer_send_create_pipeline(char *pipeline, GError **error);
|
||||
|
||||
void gstreamer_send_start_pipeline(GstElement *pipeline, int pipelineId);
|
||||
void gstreamer_send_play_pipeline(GstElement *pipeline);
|
||||
void gstreamer_send_stop_pipeline(GstElement *pipeline);
|
||||
void gstreamer_init(void);
|
Loading…
Add table
Add a link
Reference in a new issue