mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 00:10:07 +02:00
xorg refactor.
This commit is contained in:
parent
478984e944
commit
4c1c96b163
15 changed files with 467 additions and 252 deletions
|
@ -52,7 +52,7 @@ func CreateRTMPPipeline(pipelineDevice string, pipelineDisplay string, pipelineS
|
|||
}
|
||||
|
||||
// CreateAppPipeline creates a GStreamer Pipeline
|
||||
func CreateAppPipeline(codecName string, pipelineDevice string, pipelineSrc string, fps int, bitrate uint, hwenc string) (*gst.Pipeline, error) {
|
||||
func CreateAppPipeline(codecName string, pipelineDevice string, pipelineSrc string, fps int16, bitrate uint, hwenc string) (*gst.Pipeline, error) {
|
||||
pipelineStr := " ! appsink name=appsink"
|
||||
|
||||
// if using custom pipeline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue