Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    Mobile and Embedded
    1
    1
    3187
    Loading More Posts
    • 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
      Faid last edited by

      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 Reply Quote 0
      • First post
        Last post