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 747228 - Black screen instead of video on IOS
Black screen instead of video on IOS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other other
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-02 08:42 UTC by COBECTb
Modified: 2015-04-07 16:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description COBECTb 2015-04-02 08:42:38 UTC
I builded gstreamer.framwork for ios.
Config is cross-ios-universal.cbc 
SDK 8.2
pipeline is - udpsrc port=3000 caps="application/x-rtp, media=video, width=(int)1280, height=(int)720, clock-rate=90000, encoding-name=H264, payload=96" ! rtph264depay ! avdec_h264 ! autovideosink

application based on tutorial3

when a stream is started - the state changes to "play", but I only see a black screen
Comment 1 Sebastian Dröge (slomo) 2015-04-02 13:36:39 UTC
This was most likely fixed here: https://bugzilla.gnome.org/show_bug.cgi?id=745090#c9

Can you confirm?
Comment 2 COBECTb 2015-04-07 16:19:54 UTC
Yes! Fresh build is work.