Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Undefined symbols for architecture i386:
  2. "ofGstUtils::getPipeline()", referenced from:
  3. ofxGstRTPClient::latencyChanged(int&) in ofxGstRTPClient.o
  4. ofxGstRTPClient::requestKeyFrame() in ofxGstRTPClient.o
  5. ofxGstRTPServer::emitVideoKeyFrame() in ofxGstRTPServer.o
  6. ofxGstRTPServer::emitDepthKeyFrame() in ofxGstRTPServer.o
  7. ofxGstRTPServer::getTimeStamp() in ofxGstRTPServer.o
  8. "ofGstUtils::startPipeline()", referenced from:
  9. ofxGstRTPClient::play() in ofxGstRTPClient.o
  10. ofxGstRTPServer::play() in ofxGstRTPServer.o
  11. "ofGstUtils::setSinkListener(ofGstAppSink*)", referenced from:
  12. ofxGstRTPClient::setup(std::string, int) in ofxGstRTPClient.o
  13. ofxGstRTPServer::setup(std::string) in ofxGstRTPServer.o
  14. "ofGstUtils::getGstElementByName(std::string const&)", referenced from:
  15. ofxGstRTPClient::play() in ofxGstRTPClient.o
  16. ofxGstRTPServer::close() in ofxGstRTPServer.o
  17. ofxGstRTPServer::play() in ofxGstRTPServer.o
  18. "ofGstUtils::setPipelineWithSink(_GstElement*, _GstElement*, bool)", referenced from:
  19. ofxGstRTPClient::play() in ofxGstRTPClient.o
  20. "ofGstUtils::setPipelineWithSink(std::string, std::string, bool)", referenced from:
  21. ofxGstRTPServer::play() in ofxGstRTPServer.o
  22. "ofGstUtils::play()", referenced from:
  23. ofxGstRTPClient::play() in ofxGstRTPClient.o
  24. ofxGstRTPServer::play() in ofxGstRTPServer.o
  25. "ofGstUtils::close()", referenced from:
  26. ofxGstRTPClient::~ofxGstRTPClient() in ofxGstRTPClient.o
  27. ofxGstRTPClient::close() in ofxGstRTPClient.o
  28. ofxGstRTPServer::close() in ofxGstRTPServer.o
  29. "ofGstUtils::ofGstUtils()", referenced from:
  30. ofxGstRTPClient::ofxGstRTPClient() in ofxGstRTPClient.o
  31. ofxGstRTPServer::ofxGstRTPServer() in ofxGstRTPServer.o
  32. "ofGstUtils::~ofGstUtils()", referenced from:
  33. ofxGstRTPClient::ofxGstRTPClient() in ofxGstRTPClient.o
  34. ofxGstRTPClient::~ofxGstRTPClient() in ofxGstRTPClient.o
  35. ofxGstRTPServer::ofxGstRTPServer() in ofxGstRTPServer.o
  36. ofxGstRTPServer::~ofxGstRTPServer() in ofxGstRTPServer.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement