Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-docs gst-docs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-docsgst-docs
  • Issues
  • #14
Closed
Open
Issue created May 22, 2018 by Bugzilla Migration User@bugzilla-migration

rendering issue with RTP/H.264 Android 1.14

Submitted by Abu Abdulla

Link to original bug (#796337)

Description

starting from 1.14.0 I start getting rendering issues on the screen.
there are nothing in the logs that can help so i recorded the screen
to explain the issue:

https://drive.google.com/open?id=1efura-SUDfCvC5IyPdK71gyjoKBEP9AJ

sender pipeline (linux):
gst-launch-1.0 fdsrc ! h264parse ! rtph264pay pt=96 config-interval=10
! multiudpsink clients=192.168.1.23:5002

receiver pipeline (android device):
udpsrc port=5002 ! application/x-rtp, payload=96 ! rtph264depay !
avdec_h264 ! videoconvert ! glimagesink sync=false

it was working fine with 1.12.1 on the android device and 1.14.0 in
the linux box. in addition, i tried it in both huawei handset (android
8.0) and samsung (android 4.4) so i think the handset is not the issue
here.

Version: 1.14.1

Edited Nov 07, 2018 by Matthew Waters
Assignee
Assign to
Time tracking