Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gst-examples gst-examples
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • GStreamerGStreamer
  • gst-examplesgst-examples
  • Merge requests
  • !32

sendrecv/gst: Fix python webrtc sample

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Sanchayan Maity requested to merge SanchayanMaity/gst-examples:fix-python-webrtc into master Feb 24, 2021
  • Overview 7
  • Commits 1
  • Pipelines 2
  • Changes 1

Currently running this Python webrtc example gives several warnings and eventually stops working after some time.

GstStructure is not subscriptable and GstCaps does not have a 'len'. Also, the method adding the element to the pipeline bin only takes one argument which is the element to be added.

This fixes all the above warnings/errors.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-python-webrtc