mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
Comment
This commit is contained in:
parent
349cad43cc
commit
15a7f54fb0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import android.util.Log;
|
||||||
import android.view.SurfaceView;
|
import android.view.SurfaceView;
|
||||||
import android.view.View;
|
import android.view.View;
|
||||||
|
|
||||||
// A simple SurfaceView whose width and height is set from the outside
|
// A simple SurfaceView whose width and height can be set from the outside
|
||||||
public class GStreamerSurfaceView extends SurfaceView {
|
public class GStreamerSurfaceView extends SurfaceView {
|
||||||
public int media_width = 320;
|
public int media_width = 320;
|
||||||
public int media_height = 240;
|
public int media_height = 240;
|
||||||
|
|
Loading…
Reference in a new issue