Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Moved] How to find the active GStreamer video decoder plugin instance from the Phonon GStreamer backend?
Forum Update on Monday, May 27th 2025

[Moved] How to find the active GStreamer video decoder plugin instance from the Phonon GStreamer backend?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Greppana
    wrote on last edited by
    #1

    Hi,

    I have a custom GStreamer video decoder plugin to which I would like to pass couple of parameters through Phonon GStreamer interface. For that I should find the decoder plugin interface instance from the Phonon GStreamer backend video pipeline.

    My setup is:

    • Qt 4.7 release candidate
    • Ubuntu Linux
    • Custom GStreamer video decoder plugin (autoplugin)

    I know that that the decoder instance is somewhere ;) in the objects that are handled by the mediaobject:
    .../src/3rdparty/phonon/gstreamer/mediaobject.cpp

    The problem is just in which one of the objects. Is it in the decodebin (should be there???), pipeline, videograph, ????
    If someone could help me to find it, it would be really nice...Even the information about the fact that is the plugin loaded to the system as GstPad or GstElement might help me to find it.

    My custom video decoder plugin is working OK, and I can play videos using it. So the plugin itself is loaded correctly to the system, and is operational, but the decoder instance is just lurking somewhere, and I cannot find it...

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved