Skip to content

unboy77/jhbuild-gstreamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building gstreamer modules with jhbuild

Prerequisites

  • Installing jhbuild (Note that section 2.1 is all you need and you don't need to run remains)

Build & Run

  • Run 'jg build' to build latest gstreamer
  • Run 'jg shell' to have latest gstreamer environment

Gstreamer shell mark

You can add the following code to your bash configure file to distinguish your gstreamer shell from normal shell.

if [ -n "$UNDER_JHBUILD" ]; then
  PS1="[jhbuild$GST_VERSION] $PS1"
fi

Credit

This project is forked from https://github.com/arkadini/jhbuild-gstreamer

About

jhbuild setup to build HEAD of gstreamer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%