search for: appsrc

Displaying 4 results from an estimated 4 matches for "appsrc".

Did you mean: apporc
2010 Nov 29
3
[LLVMdev] FunctionType as a function argument
...Type::getInt8PtrTy(C)); FunctionType * cbFPtrTy = FunctionType::get(Type::getInt8Ty(C), cbFPtrArgs, false); Function * func = cast<Function>(M->getOrInsertFunction(fName, Type::getInt32Ty(C), cbFPtrTy, Type::getInt8PtrTy(C), (Type *)0)); But then I get an error form LLVM : /home/salomon/AppSRC/LLVM/release_28/lib/VMCore/Type.cpp:456: llvm::FunctionType::FunctionType(llvm::Type const *, std::vector<llvm::Type const *> const &, bool): Assertion `isValidArgumentType(Params[i]) && "Not a valid type for function argument!"' failed. It seems that a FunctionType...
2010 Nov 29
0
[LLVMdev] FunctionType as a function argument
...tionType * cbFPtrTy = FunctionType::get(Type::getInt8Ty(C), > cbFPtrArgs, false); > Function * func = cast<Function>(M->getOrInsertFunction(fName, > Type::getInt32Ty(C), cbFPtrTy, Type::getInt8PtrTy(C), (Type *)0)); > > But then I get an error form LLVM : > /home/salomon/AppSRC/LLVM/release_28/lib/VMCore/Type.cpp:456: > llvm::FunctionType::FunctionType(llvm::Type const *, std::vector<llvm::Type > const *> const &, bool): Assertion `isValidArgumentType(Params[i]) && "Not a > valid type for function argument!"' failed. > > It s...
2007 Mar 22
1
Integrating Swfdec and GStreamer
...e data on to the API. Video is rendered just like every other object, and as such can be rotated, scaled, affected by a clipping region or place below other object. Audio can be modified by scripts or the file (volume, panning). [3] My idea to implement this has been to spawn a pipeline like: appsrc ! right/caps,go=here ! decodebin ! right/caps,go=here ! appsink But as you can see above, the current Swfdec API decodes only one buffer at a time and then wants all available output. Since the available output is not necessary one buffer (it is for video), but may be 0-n (in the mp3 case),...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...g 6) gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o tls tls.o syscall.o lib/permstring.o -lresolv -lsocket -lnsl POSIXLY_CORRECT=1 TLS=`pwd`/tls rsync_bin=`pwd`/rsync srcdir="." ./runtests.sh ============================================================ ./runtests.sh running in /space/appsrc/rsync-2.5.2 rsync_bin=/space/appsrc/rsync-2.5.2/rsync srcdir=. scratchbase=/space/appsrc/rsync-2.5.2/testtmp PASS 00-hello PASS daemon PASS devices SKIP duplicates PASS hands PASS hardlinks and the test hangs. What are the suggested compile line settings for confi...