Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Adding audio encoder codec support for Qt Mobility's gstreamer plugin

Adding audio encoder codec support for Qt Mobility's gstreamer plugin

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 3.3k 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.
  • F Offline
    F Offline
    Faid
    wrote on last edited by
    #1

    I want to expose a few gstreamer audio encoders, for example one for encoding in AAC, for my recording application. Looking at the constructor in QGstreamerAudioEncode, it looks as if a set of gstreamer components are exposed:
    http://qt.gitorious.org/qt-mobility/qt-mobility/blobs/master/plugins/multimedia/gstreamer/mediacapture/qgstreameraudioencode.cpp

    What are the possibilities of extending the list of possible codecs? Even if I add the codec to QAudioEncoderSettings and set the encoder settings, QGstreamerAudioEncode::createEncoder will not find any matching gstreamer component. Is my only option to patch the constructor to add the codec and the gstreamer component, or is there another way?

    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