summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-06 14:06:30 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-06 14:48:36 -0400
commite2ecf4a58daf93af990db9cd763cdb7e7a781045 (patch)
treedb3fe29e8c1675c3d93a42c31d34eef49f633e0c
parent8817f9330e53cc71e974c585c9792f0c7853de9b (diff)
andorid-tutorial-3: Use right object name for SurfaceView
-rw-r--r--gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml b/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml
index 6c9e87d..9b1218d 100644
--- a/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml
+++ b/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml
@@ -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"