armbox: adding header and user_agent to gst playback

Origin commit data
------------------
Branch: master
Commit: 73a12abdb8
Author: TangoCash <eric@loxat.de>
Date: 2017-10-15 (Sun, 15 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-10-15 16:55:19 +02:00
parent 7bdd73dc9c
commit 4d7b4891b5
2 changed files with 60 additions and 4 deletions

View File

@@ -89,6 +89,8 @@ public:
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
AVFormatContext *GetAVFormatContext();
void ReleaseAVFormatContext();
std::string extra_headers;
std::string user_agent;
//
~cPlayback();