Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-python gst-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 43
    • Issues 43
    • 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
  • GStreamerGStreamer
  • gst-pythongst-python
  • Issues
  • #21
Closed
Open
Issue created Feb 09, 2019 by Luca Ognibene@skaboy

problem using parse launch and python element with properties

Hi, I have an error when using a python element with properties and parse_launch. If I create manually the element and set the properties it works fine but if I use it with gst-launch or parse_launch it gives this error:

sys:1: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(gst-launch-1.0:10662): GStreamer-CRITICAL **: 13:27:00.494: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed ** ERROR:./grammar.y:646:gst_parse_perform_link: assertion failed: (GST_IS_ELEMENT (sink)) Aborted (core dumped)

You can find an example here: https://gitlab.com/skaboy/gst-python-tests in the test.py example plugin, just run test.sh to replicate the problem. I tested on latest stable release.

Assignee
Assign to
Time tracking