mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Fix package for vp9opus demo.
This commit is contained in:
parent
b7d242e2c1
commit
414ad05314
5 changed files with 8 additions and 8 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.google.android.exoplayer.demo.webm"
|
||||
package="com.google.android.exoplayer.demo.vp9opus"
|
||||
android:versionCode="1500"
|
||||
android:versionName="1.5.0"
|
||||
android:theme="@style/RootTheme">
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
android:allowBackup="false"
|
||||
android:icon="@drawable/ic_launcher">
|
||||
|
||||
<activity android:name="com.google.android.exoplayer.demo.webm.SampleChooserActivity"
|
||||
<activity android:name="com.google.android.exoplayer.demo.vp9opus.SampleChooserActivity"
|
||||
android:label="@string/app_name"
|
||||
android:configChanges="keyboardHidden">
|
||||
<intent-filter>
|
||||
|
|
@ -44,12 +44,12 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="com.google.android.exoplayer.demo.webm.VideoPlayer"
|
||||
<activity android:name="com.google.android.exoplayer.demo.vp9opus.VideoPlayer"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/PlayerTheme"/>
|
||||
|
||||
<activity android:name="com.google.android.exoplayer.demo.webm.FilePickerActivity"
|
||||
<activity android:name="com.google.android.exoplayer.demo.vp9opus.FilePickerActivity"
|
||||
android:theme="@android:style/Theme.Dialog"/>
|
||||
|
||||
</application>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.google.android.exoplayer.demo.webm;
|
||||
package com.google.android.exoplayer.demo.vp9opus;
|
||||
|
||||
import com.google.android.exoplayer.DefaultLoadControl;
|
||||
import com.google.android.exoplayer.LoadControl;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.google.android.exoplayer.demo.webm;
|
||||
package com.google.android.exoplayer.demo.vp9opus;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.app.ListActivity;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.google.android.exoplayer.demo.webm;
|
||||
package com.google.android.exoplayer.demo.vp9opus;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.Context;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.google.android.exoplayer.demo.webm;
|
||||
package com.google.android.exoplayer.demo.vp9opus;
|
||||
|
||||
import com.google.android.exoplayer.AspectRatioFrameLayout;
|
||||
import com.google.android.exoplayer.ExoPlaybackException;
|
||||
Loading…
Reference in a new issue