-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable runtime features via cli args (issue #34)
* recovers gracefully from audio device init failures * fixed testaudio caps * added Controls->audioToggle * added AvCaster::HandleCliParamsTerminating() * merged AvCaster::HandleCliParamsPreInit() and AvCaster::HandleCliParamsPostInit() into AvCaster::ProcessCliParams() * added AvCaster::GetIsChatEnabled() , AvCaster::IsInitialized , AvCaster::GetIsInitialized() * removed AvCaster::GetGuiXwinHandle() * renamed AvCasterStore->toogleControl() to AvCasterStore->revertControl() * renamed Gstreamer::PreviewSink to Gstreamer::PreviewRealSink * added Gstreamer::PreviewQueue , Gstreamer::PreviewFauxSink * added Gstreamer::AudioAlsaSource , Gstreamer::AudioPulseSource , Gstreamer::AudioJackSource , Gstreamer::AudioTestSource , Gstreamer::AudioCaps * added Gstreamer::PreviewXwin * added Gstreamer::ReloadConfig() * renamed all Gstreamer::Configure*Bin() to Gstreamer::Build*Bin() * renamed Gstreamer::ConfigureFauxVideo() to Gstreamer::ConfigureTestVideo() * renamed Gstreamer::ConfigureFauxAudio() to Gstreamer::ConfigureFauxSource() * removed Gstreamer::ConfigurePipeline() , Gstreamer::ReconfigureBin() , Gstreamer::RecreateBin() * added Gstreamer::SetMessageHandler() , Gstreamer::HandleMessage() , Gstreamer::HandleErrorMessage() * added Gstreamer::ConfigurePreview() , Gstreamer::ConfigureAudio() * removed Gstreamer::DeleteElement() , Gstreamer::DestroyBin() , Gstreamer::RecreateBin() * added Gstreamer::RemoveElement() , Gstreamer::DestroyElement() * added Gstreamer::GetElementId() , Gstreamer::GetPadId() , Gstreamer::IsInBin() * removed Gstreamer::GetVersionMajor() , Gstreamer::GetVersionMinor() * connect Gstreamer bins staticly upon init * removed Gstreamer::IsPlaying() * renamed AVCaster::SetWindowTitle() to AVCaster::RefreshStatus() and AVCaster::SetStatusL() * renamed AvCasterStore->revertControl() to AvCasterStore->deactivateControl() and added AvCaster::DeactivateControl()
- Loading branch information
1 parent
c412ee0
commit d0426e5
Showing
50 changed files
with
2,758 additions
and
2,278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Maintainer: bill-auger <[email protected]> | ||
pkgname=av-caster | ||
pkgver=0.16.000 | ||
pkgver=0.15.200 | ||
pkgrel=1 | ||
epoch= | ||
pkgdesc="a simple native gStreamer GUI front-end for screencast and webcam streaming" | ||
pkgdesc="A simple native gStreamer GUI for screencast, webcam, and audio streaming" | ||
arch=('i686' 'x86_64') | ||
url="https://github.com/bill-auger/av-caster" | ||
license=('LGPL3') | ||
groups=() | ||
depends=('gstreamer' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly') | ||
makedepends=('freeglut' 'gcc' 'alsa-lib' 'curl' 'freetype2' 'jack' 'libx11' 'libxcomposite' 'libxcursor' 'libxinerama' 'libxrandr' 'mesa' 'libircclient') | ||
makedepends=('freeglut' 'gcc' 'alsa-lib' 'curl' 'freetype2' 'jack' 'libx11' 'libxcomposite' 'libxcursor' 'libxinerama' 'libxrandr' 'mesa') | ||
checkdepends=() | ||
optdepends=() | ||
provides=() | ||
|
@@ -22,14 +22,14 @@ changelog= | |
rootdir="$pkgname"-"$pkgver" | ||
source=('https://github.com/bill-auger/av-caster/archive/v'"$pkgver"'.tar.gz') | ||
noextract=() | ||
md5sums=('fa4a3d8eca880f5d7eba42da9588cbb3') | ||
md5sums=('7bad35bea4bc167d603a95e7e3250160') | ||
validpgpkeys=() | ||
|
||
#prepare() {} | ||
|
||
build() { | ||
cd "$rootdir"/Builds/Makefile/ | ||
CONFIG=Release make | ||
make CONFIG=Release | ||
} | ||
|
||
#check() { [ -f "$rootdir"/Builds/Makefile/build/av-caster ] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Format: 1.0 | ||
Source: av-caster | ||
Version: 0.16.000-1 | ||
Version: 0.15.200-1 | ||
Binary: av-caster | ||
Maintainer: bill-auger <[email protected]> | ||
Homepage: https://github.com/bill-auger/av-caster | ||
Architecture: any | ||
Build-Depends: build-essential, debhelper (>= 4.1.16), libfreetype6-dev, libgstreamer-plugins-base1.0-dev (>= 1.6.0), libircclient-dev, libx11-dev, libxcursor-dev, libxinerama-dev | ||
Build-Depends: build-essential, debhelper (>= 4.1.16), libfreetype6-dev, libgstreamer-plugins-base1.0-dev (>= 1.6.0), libx11-dev, libxcursor-dev, libxinerama-dev | ||
Files: | ||
d57283ebb8157ae919762c58419353c8 133282 v0.16.000.orig.tar.gz | ||
2fecf324a32123b08cefc0f047bca5ee 63176 v0.16.000.diff.tar.gz | ||
d57283ebb8157ae919762c58419353c8 133282 v0.15.200.orig.tar.gz | ||
2fecf324a32123b08cefc0f047bca5ee 63176 v0.15.200.diff.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
av-caster (0.16.000) whatever; urgency=medium | ||
av-caster (0.15.200) whatever; urgency=medium | ||
|
||
* add chat feature | ||
* add cli switches to disable runtime features | ||
|
||
-- bill-auger <[email protected]> Sat, 05 Dec 2015 04:20:42 -0400 | ||
-- bill-auger <[email protected]> Sat, 19 Dec 2015 04:20:42 -0400 | ||
|
||
|
||
av-caster (0.15.000) whatever; urgency=medium | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.