summaryrefslogtreecommitdiff
path: root/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml')
-rw-r--r--gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml4
1 files changed, 2 insertions, 2 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 ceb1b67..6c9e87d 100644
--- a/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml
+++ b/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml
@@ -36,10 +36,10 @@
android:text="@string/button_stop" />
</LinearLayout>
- <com.gst_sdk_tutorials.tutorial_3.GStreamerSurfaceView
+ <org.freedesktop.gstreamer.tutorial_3.GStreamerSurfaceView
android:id="@+id/surface_video"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|center_horizontal" />
-</LinearLayout> \ No newline at end of file
+</LinearLayout>