Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-docs gst-docs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 58
    • Issues 58
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • GStreamer
  • gst-docsgst-docs
  • Issues
  • #42
Closed
Open
Created Jul 23, 2019 by Adam Di Carlo@adicarlo

basic tutorial 13: code doesn't work as written

After running basic-tutorial-13, then interacting to do 'p'ause, 'd'irection, and then 'n'ext frame, the movie still moves forward rather than backwards.

An example session:

./basic-tutorial-13 
USAGE: Choose one of the following options, then press enter:
 'P' to toggle between PAUSE and PLAY
 'S' to increase playback speed, 's' to decrease playback speed
 'D' to toggle playback direction
 'N' to move to next frame (in the current direction, better in PAUSE)
 'Q' to quit
p
Setting state to PAUSE
d
Current rate: -1
n
Stepping one frame
n
Stepping one frame
n

I've tested this against gstreamer 1.14 and 1.16, both simply step forward one frame at a time.

Edited Aug 02, 2019 by Adam Di Carlo
Assignee
Assign to
Time tracking