shaka-packager/packager
Aaron Vaage 2539920a5d Return Status from CreateRemuxJobs
Inside of CreateRemuxJobs, we would take a status value from another call,
log the message, and return a boolean. The caller of CreateRemuxJobs would
then create status from the boolean.

Now we will pass the status value from the other call directly to the caller
of CreateRemuxJobs. So that failures can be better communicate in our code.

This includes a pass of clang-format over packager/packager.cc.

Change-Id: I071e7bad13f916e963641b9e53699573fe1060ed
2017-08-28 12:57:23 -07:00
..
app Move HlsParams to hls_params.h 2017-08-18 11:57:41 -07:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file Fix file permission issue with manifests 2017-08-01 15:42:55 -07:00
hls Move HlsParams to hls_params.h 2017-08-18 11:57:41 -07:00
media Consolidate Mp4OutputParams into MuxerOptions 2017-08-18 11:57:34 -07:00
mpd Consolidate MpdParams into MpdOptions 2017-08-18 11:57:41 -07:00
testing Enable C++11 in gtest 2017-07-17 20:14:23 +00:00
third_party Include /etc/ssl/ca-bundle.pem in curl ca bundle 2017-08-04 12:28:02 -07:00
tools Fix pssh README to avoid confusion 2017-03-03 16:13:25 -08:00
version Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
common.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
packager.cc Return Status from CreateRemuxJobs 2017-08-28 12:57:23 -07:00
packager.gyp Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
packager.h Move HlsParams to hls_params.h 2017-08-18 11:57:41 -07:00
packager_test.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00
protoc.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
status.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status_test_util.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status_unittest.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00