Skip to content

Instantly share code, notes, and snippets.

View elliotwoods's full-sized avatar

Elliot Woods elliotwoods

View GitHub Profile
@elliotwoods
elliotwoods / gist:3082283
Created July 10, 2012 09:28
Variant.cpp
/*
* Copyright (c) 2010,
* Gavriloaie Eugen-Andrei ([email protected])
*
* This file is part of crtmpserver.
* crtmpserver is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
@elliotwoods
elliotwoods / gist:3117707
Created July 15, 2012 16:44
symbols in openFrameworks.a
This file has been truncated, but you can view the full file.
../../../libs/openFrameworksCompiled/lib/osx/openFrameworks.a(ofAppGlutWindow.o):
00015914 s EH_frame0
0001597c s EH_frame1
00014fa0 s GCC_except_table0
00014fc0 s GCC_except_table1
00014fe0 s GCC_except_table17
00015034 s GCC_except_table44
000150e0 s GCC_except_table45
0001512c s GCC_except_table46
@elliotwoods
elliotwoods / gist:3225508
Created August 1, 2012 09:48
Other people's places

Other people's places

Hey all, I'm Elliot. I'm looking to work in other people's places over the next 2-4 weeks. I want to find new communities, working styles, ideas and challenges. I can be quite handy to have around, or you might be interested in the work i'm doing. I'll be in Manchester and am based on Tib Street, so anywhere less than 40mins from the town centre is great.

Ideally I'm looking to work with people involved in art, design and/or technology. Your workplace might be your studio, a shared working space, your office, a university, a café, your home or whatever.

If you're interested (or at least indifferent :), then hit me up on Twitter!

love

@elliotwoods

c:\Program Files (x86)\OSSBuild\GStreamer\v0.10.6\bin>gst-launch filesrc location=E:\\Media\\ARDrone\\record.h264 ! paveparse ! avimux ! filesink location="here.avi"
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 977000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
c:\Program Files (x86)\OSSBuild\GStreamer\v0.10.6\bin>gst-launch filesrc location=E:\\Media\\ARDrone\\record.h264 ! paveparse ! ffdec_h264 ! autovideosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
0:00:00.392578000 6660 02362580 ERROR ffmpeg .:0:: non-existi
ng PPS referenced
0:00:00.393554000 6660 02362580 ERROR ffmpeg .:0:: non-existi
ng PPS 0 referenced
0:00:00.394531000 6660 02362580 ERROR ffmpeg .:0:: decode_sli
ce_header error
0:00:00.396484000 6660 02362580 ERROR ffmpeg .:0:: no frame!
c:\Program Files (x86)\OSSBuild\GStreamer\v0.10.6\bin>gst-launch -v filesrc loca
tion=E:\\Media\\ARDrone\\record.h264 ! paveparse ! ffdec_h264 ! fakesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/ffdec_h264:ffdec_h2640.GstPad:sink: caps = video/x-h264,
width=(int)640, height=(int)360, framerate=(fraction)25/1
0:00:00.125976000 5180 02435C98 ERROR ffmpeg .:0:: non-existi
ng PPS referenced
0:00:00.126953000 5180 02435C98 ERROR ffmpeg .:0:: non-existi
#include "testApp.h"
//--------------------------------------------------------------
void testApp::setup(){
ofEnableSmoothing();
ofSetVerticalSync(true);
for (int i=0; i<30; i++) {
nodes.push_back(testNode());
nodes.back().setPosition(ofRandom(-3.0f, +3.0f), ofRandom(-3.0f, +3.0f), ofRandom(-3.0f, +3.0f));
Error 1 error C2039: '_Dynamic_tag' : is not a member of 'std::tr1' c:\dev\openframeworks\libs\openframeworks\types\oftypes.h 147 1 openframeworksLib
Error 3 error C2039: '_Dynamic_tag' : is not a member of 'std::tr1' c:\dev\openframeworks\libs\openframeworks\types\oftypes.h 147 1 openframeworksLib
Error 4 error C2039: '_Dynamic_tag' : is not a member of 'std::tr1' c:\dev\openframeworks\libs\openframeworks\types\oftypes.h 147 1 openframeworksLib
Error 5 error C2039: '_Dynamic_tag' : is not a member of 'std::tr1' c:\dev\openframeworks\libs\openframeworks\types\oftypes.h 147 1 openframeworksLib
Error 6 error C2039: '_Dynamic_tag' : is not a member of 'std::tr1' c:\dev\openframeworks\libs\openframeworks\types\oftypes.h 147 1 openframeworksLib
Error 7 error C2039: '_Dynamic_tag' : is not a member of 'std::tr1' c:\dev\openframeworks\libs\openframeworks\types\oftypes.h 147 1 openframeworksLib
Error 8 error C2039: '_Dynamic_tag' : is not a member of 'std::tr1' c:\dev\openframeworks\libs\openframeworks\types\oftypes.
Status #ofdevX
(no topic set)
[17:03] == elliotwoods [57c2652c@gateway/web/freenode/ip.87.194.101.44] has joined #ofdev
[17:03] <elliotwoods> \^^/
[17:03] <elliotwoods> hey all
[17:03] <ofTheo> hey elliot!
[17:04] <bilderbuchi> hey
[17:04] == admsyn [[email protected]] has joined #ofdev
[17:04] <elliotwoods> have we got moving yet?
/Users/elliotwoods/dev/openFrameworks/apps/Interlab-Duration-Tests/tool-0-align-kinects/../../../addons/ofxGui/src/ofxSlider.cpp:74: error: there are no arguments to 'ofGetStyle' that depend on a template parameter, so a declaration of 'ofGetStyle' must be available
/Users/elliotwoods/dev/openFrameworks/apps/Interlab-Duration-Tests/tool-0-align-kinects/../../../addons/ofxGui/src/ofxSlider.cpp:74: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
/Users/elliotwoods/dev/openFrameworks/apps/Interlab-Duration-Tests/tool-0-align-kinects/../../../addons/ofxGui/src/ofxSlider.cpp:75: error: there are no arguments to 'ofGetStyle' that depend on a template parameter, so a declaration of 'ofGetStyle' must be available
/Users/elliotwoods/dev/openFrameworks/apps/Interlab-Duration-Tests/tool-0-align-kinects/../../../addons/ofxGui/src/ofxSlider.cpp:76: error: there are no arguments to 'ofPushMatrix' that depend on a template parameter, so a declaration