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 641
    • Issues 641
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 80
    • Merge requests 80
  • 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
  • Issues
  • #910
Closed
Open
Issue created Jun 02, 2021 by Rafał Dzięgiel@Rafostar

playbin(3): Disabling video flag has no effect when file has subtitles

Disabling GST_PLAY_FLAG_VIDEO does nothing when video has subtitle track enabled. Expected result would be to still see subtitles rendered and no video or nothing at all. Yet, video is still processed and rendered even with video flag removed. Same issue in playbin, playbin3 and gstplay(er) libs that use playbins internally.

audio(2) + text(4) results with video too:

gst-launch-1.0 playbin uri=file://video_with_subs.mkv flags=6

audio only works correctly and gives no video:

gst-launch-1.0 playbin uri=file://video_with_subs.mkv flags=2
Assignee
Assign to
Time tracking