Merge branch 'transcoding_progress'
authorBoris Bobrov <breton@cynicmansion.ru>
Thu, 12 Jul 2018 16:49:35 +0000 (18:49 +0200)
committerBoris Bobrov <breton@cynicmansion.ru>
Thu, 12 Jul 2018 16:49:35 +0000 (18:49 +0200)
This probably broke stuff

1  2 
.gitignore
mediagoblin/db/models.py
mediagoblin/media_types/video/processing.py
mediagoblin/templates/mediagoblin/media_displays/video.html
mediagoblin/user_pages/views.py

diff --cc .gitignore
Simple merge
Simple merge
index 8e3a202ff9c88c313f254e76f3dc11c900e58407,61baf11c56c8d4080ca0311f8f93a3e7df0a17ee..31825bfdfba30cae0a7a1f3b7b871325530408c5
                type="{{ media.media_data.source_type() }}"
              {% else %}
                type="{{ media.media_manager['default_webm_type'] }}"
-             {% endif %} />
-     {%- for subtitle in media.subtitle_files %}
+             {% endif %}
+             label="{{ each_media_path[0] }}" res="{{ each_media_path[1][1] }}" />
++          {%- for subtitle in media.subtitle_files %}
 +            <track src="{{ request.app.public_store.file_url(subtitle.filepath) }}"
-               label = "{{ subtitle.name }}" kind="subtitles" >
-     {%- endfor %}
++              label="{{ subtitle.name }}" kind="subtitles">
++          {%- endfor %}
+     {% endfor %}
      <div class="no_html5">
        {%- trans -%}Sorry, this video will not work because
        your web browser does not support HTML5 
Simple merge