Skip to content

GitLab

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

Closed
Open
Created Dec 01, 2015 by Bugzilla Migration User@bugzilla-migration

Use common connection-speed range for all elements

Submitted by Athanasios Oikonomou

Link to original bug (#758916)

Description

Currently there there are differences between elements with connection-speed property.

There are three ranges in total, 0 to 2147483 mmssrc/4294967 dashdemux,hlsdemux,mssdemux/18446744073709551.

Is there a reason having connection-speed not as guint64?

Here are all elements with connection-speed property.

dashdemux
connection-speed : Network connection speed in kbps (0 = calculate from downloaded fragments)
flags: readable, writable
Unsigned Integer. Range: 0 - 4294967 Default: 0

decodebin
connection-speed : Network connection speed in kbps (0 = unknown)
flags: readable, writable
Unsigned Integer64. Range: 0 - 18446744073709551 Default: 0

hlsdemux
connection-speed : Network connection speed in kbps (0 = calculate from downloaded fragments)
flags: readable, writable
Unsigned Integer. Range: 0 - 4294967 Default: 0

mmssrc
connection-speed : Network connection speed in kbps (0 = unknown)
flags: readable, writable
Unsigned Integer64. Range: 0 - 2147483 Default: 0

mssdemux
connection-speed : Network connection speed in kbps (0 = calculate from downloaded fragments)
flags: readable, writable
Unsigned Integer. Range: 0 - 4294967 Default: 0

playbin
connection-speed : Network connection speed in kbps (0 = unknown)
flags: readable, writable
Unsigned Integer64. Range: 0 - 18446744073709551 Default: 0

rtspsrc
connection-speed : Network connection speed in kbps (0 = unknown)
flags: readable, writable
Unsigned Integer64. Range: 0 - 18446744073709551 Default: 0

uridecodebin
connection-speed : Network connection speed in kbps (0 = unknown)
flags: readable, writable
Unsigned Integer64. Range: 0 - 18446744073709551 Default: 0

Assignee
Assign to
Time tracking