After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765413 - GStreamer: android player: fill screen with video without black borders
GStreamer: android player: fill screen with video without black borders
Status: RESOLVED DUPLICATE of bug 765310
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other other
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 765414 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2016-04-22 07:34 UTC by Miles
Modified: 2016-04-27 02:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Miles 2016-04-22 07:34:32 UTC
Hello,

I am a Android Developer,

I got a problem use the Android binary,

play the video-data, the video frame-data can not full screen,
(top edge & bottom edge) | (left edge & right edge) has black border

I hope the video-frame is full the surface, no have black border.

can you please add more function to change the show size, 

if you see the problem, reply to me please.

many thinks !
Comment 1 Sebastian Dröge (slomo) 2016-04-22 07:42:48 UTC
*** Bug 765414 has been marked as a duplicate of this bug. ***
Comment 2 Tim-Philipp Müller 2016-04-23 13:13:01 UTC
So if I understand you correctly you want to fill the screen so that there are no black borders. This means you are going to distort the image in many cases. Most of our video sinks have a "force-aspect-ratio" property which you can set to FALSE to make it not respect the aspect ratio.
Comment 3 Miles 2016-04-25 03:39:47 UTC
Hello,  I get the Binaries for GStreamer on Android is compiled library, it include *.h *.o *.a , no have code source, and no have configure, I get the library form https://gstreamer.freedesktop.org/data/pkg/android/  ,  and the androd project from https://github.com/sdroege/gst-player ,  I can't find the configure ,  if you know how to add "force-aspect-ratio" to FALSE , tell me the way,   Many thanks !!!
Comment 4 Sebastian Dröge (slomo) 2016-04-25 06:33:33 UTC
See https://bugzilla.gnome.org/show_bug.cgi?id=765310

With GstPlayer you can also get the playbin pipeline via gst_player_get_pipeline(), and from there get the sink elements and override anything you want. But ideally there should be simple API for this on GstPlayer
Comment 5 Sebastian Dröge (slomo) 2016-04-25 06:34:59 UTC
Let's also mark this as a duplicate of the other bug then.

*** This bug has been marked as a duplicate of bug 765310 ***
Comment 6 Tim-Philipp Müller 2016-04-25 07:49:39 UTC
*** Bug 765414 has been marked as a duplicate of this bug. ***
Comment 7 Miles 2016-04-27 02:45:32 UTC
Many Thank !  I fix my issues .