mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
andorid-tutorial-3: Use right object name for SurfaceView
This commit is contained in:
parent
8817f9330e
commit
e2ecf4a58d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
android:text="@string/button_stop" />
|
||||
</LinearLayout>
|
||||
|
||||
<org.freedesktop.gstreamer.tutorial_3.GStreamerSurfaceView
|
||||
<org.freedesktop.gstreamer.tutorials.tutorial_3.GStreamerSurfaceView
|
||||
android:id="@+id/surface_video"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue