Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-bad gst-plugins-bad
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 985
    • Issues 985
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 132
    • Merge requests 132
  • 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-badgst-plugins-bad
  • Issues
  • #243

Closed
Open
Created Apr 25, 2015 by Bugzilla Migration User@bugzilla-migration

vtdec: strange error handling

Submitted by Ilya Konstantinov

Assigned to Ilya Konstantinov

Link to original bug (#748439)

Description

In gst_vtdec_handle_frame:

status =
VTDecompressionSessionDecodeFrame (vtdec->session, cm_sample_buffer,
input_flags, frame, NULL);
if (status != noErr && FALSE)
goto error;

I guess the "&& FALSE" is debug-time code that sneaked into the commit. Introduced in:

commit b1a756fd
Author: Alessandro Decina alessandro.d@gmail.com
Date: Sat Dec 7 23:55:13 2013 +0100

applemedia: rewrite VideoToolbox decoder based on GstVideoDecoder
Assignee
Assign to
Time tracking