Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-good gst-plugins-good
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 648
    • Issues 648
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 82
    • Merge requests 82
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #943

Closed
Open
Created Dec 13, 2021 by Tyler Tvedten@AbleBacon

splitmuxsrc: pattern-matching syntax inconsistent with other "multifile" elements

The splitmuxsrc element uses glob-style pattern matching, so like:

  • myfiles*.mp4

Whereas other mutlifile elements (like multifilesrc) use a printf-style of pattern-matching:

  • myfiles%04d.mp4

The splitmuxsrc element also lacks the ability of multifilesrc to specify start and stop indices.

Is there a reason for this inconsistency? It would be nice if splitmuxsrc had the same syntax and capabilities as multifilesrc. And how come these elements don't allow filenames to be specified via regex via GLib's GRegex utilities?

Assignee
Assign to
Time tracking