Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gstreamer
gstreamer
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 409
    • Issues 409
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 83
    • Merge Requests 83
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gstreamergstreamer
  • Merge Requests
  • !736

Open
Opened Jan 17, 2021 by Théo MAILLART@tmaillart
  • Report abuse
Report abuse

Draft: elementfactory: enable construct only property passing

  • Overview 42
  • Commits 2
  • Pipelines 26
  • Changes 3

Hi,

I have found myself in the need to pass properties at gobject construction, so I decided to add new functions that allow this.

I don't know if the fact that the current API does not allow this is a well-considered decision.

I could have done it with less modifications but I thought it would be better not to break the current API.

I have got one last issue, I was not able to fix:

# ninja -j4
[112/475] Generating Gst-1.0.gir with a custom command
../gst/gstelementfactory.h:96: Warning: Gst: gst_element_factory_make_with_properties: return value: Missing (transfer) annotation
../gst/gstelementfactory.h:99: Warning: Gst: gst_element_factory_make_valist: return value: Missing (transfer) annotation
[475/475] Linking target tests/misc/netclock-replay
Edited Feb 03, 2021 by Sebastian Dröge
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: gstreamer/gstreamer!736
Source branch: tm/make-with-properties