Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/customizeable directories #23

Merged
merged 5 commits into from
Jan 31, 2017

Conversation

rkersche
Copy link

No description provided.

Roland Kersche added 3 commits January 30, 2017 17:14
@rkersche rkersche requested a review from msmole January 31, 2017 09:41
@@ -550,7 +550,7 @@ public function createDashManifest(JobContainer $jobContainer)
}
else
{
DashManifestFactory::createDashManifestForEncoding($jobContainer, $encodingContainer, $dashManifest, $period, $this->apiClient);
DashManifestFactory::createDashManifestForEncoding($jobContainer, $encodingContainer, $dashManifest, $period, $this->apiClient, $dash);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this variable $dash?

* @param DashOutputFormat $dashManifest
* @return array
*/
private static function getConfigurationsForEncoding(EncodingContainer $encodingContainer, DashOutputFormat $dashManifest)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the variable naming $dashManifest really correct? Should probably be $dashOutputFormat?

Copy link
Member

@msmole msmole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments

Copy link
Member

@msmole msmole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :-)

@rkersche rkersche merged commit 7d8c3d9 into develop Jan 31, 2017
@rkersche rkersche deleted the feature/customizeableDirectories branch January 31, 2017 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants