Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.1k
    • Issues 1.1k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 509
    • Merge requests 509
  • 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
  • gstreamergstreamer
  • Issues
  • #711
Closed
Open
Issue created Jun 19, 2021 by Ian Moon@iAlexanderMoon

Source file documentation section links are not generating text between anchor tags in html output

Expected:

Multiqueue is similar to a normal Queue with the following additional features

Actual:

Multiqueue is similar to a normal with the following additional features

https://gstreamer.freedesktop.org/documentation/coreelements/multiqueue.html?gi-language=c#multiqueue-page

/plugins/elements/gstmultiqueue.c

/**
 * SECTION:element-multiqueue
 * Multiqueue is similar to a normal #GstQueue with the following additional

excerpt view-source:https://gstreamer.freedesktop.org/documentation/coreelements/multiqueue.html?gi-language=c#multiqueue-page

<p>Data is queued until one of the limits specified by the
<a href="GstMultiQueue:max-size-buffers"></a>, <a href="GstMultiQueue:max-size-bytes"></a> and/or
<a href="GstMultiQueue:max-size-time"></a> properties has been reached. Any attempt to push
more buffers into the queue will block the pushing thread until more space

No text inside the anchor tags. This is likely prevalent everywhere.

Assignee
Assign to
Time tracking