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

gst-device-monitor: Do not serialize string properties in the output & quote launch string for the current shell

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Nirbheek Chauhan requested to merge nirbheek/gst-plugins-base:gst-device-monitor-string-quoting into master Jul 12, 2021
  • Overview 7
  • Commits 2
  • Pipelines 5
  • Changes 1
gst-device-monitor: Do not serialize string properties in the output

These properties are supposed to be readable by humans, and extraneous
quoting makes it harder to figure out what the raw string is.

See: #922

gst-device-monitor: Detect the shell and quote launch string

GstValue serialization is not the same as shell quoting, and raw
strings will also not yield a usable launch string. We need to detect
the string and quote the launch string.

Fixes #922

Edited Jul 13, 2021 by Nirbheek Chauhan
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gst-device-monitor-string-quoting