<div dir="ltr"><em style="font-weight:bold;font-style:normal;color:rgb(0,0,0);font-family:arial,sans-serif;line-height:16px">Bump!</em><br><div style>Please educate me.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Feb 12, 2013 at 10:51 AM, Alexander Botero <span dir="ltr"><<a href="mailto:alex.botero@gmail.com" target="_blank">alex.botero@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Hello,</div><div>Moving from GnomeMediaProfile to GstEncodingProfile.</div><div><br></div><div>I have earlier used GnomeMediaProfile (from libgnome-media-profiles library) to find out all installed audio formats. GnomeMediaProfile has always returned a list of installed audio-plugins with name and default pipeline fragment for audio playback or recording. For example it has returned:</div>

<div><br></div><div>OGG audio. </div><div>CD Quality, Lossy.</div><div>audio/x-raw,rate=44100,channels=2 ! vorbisenc name=enc quality=0.5 ! oggmux.</div><div>---</div><div><br></div><div>In Ubuntu 13.04, I've been advised to use GstEncodingProfile instead.</div>

<div>So I made a small test-program to read all media categories from GStreamer.</div><div><br></div><div>But, unfortunately the gst_encoding_list_available_categories() function returns nothing. The list is empty. Also </div>

<div>gst_encoding_list_all_targets(NULL) returns NULL.</div><div><br></div><div>Here is my test:</div><div><a href="http://www.futuredesktop.org/tmp/gst-test1.c" target="_blank">http://www.futuredesktop.org/tmp/gst-test1.c</a></div>
<div>
See the function list_audio_profiles().</div><div><br></div><div>Did I miss some libraries or initializations?</div><div>What is wrong with the code? </div><div><br></div><div>Here is my old implementation that uses hardcoded values on Ubuntu 13.04 because libgnome-media-profiles returns nothing. I want to port this module to GstEncodingProfile.</div>

<div><a href="http://bazaar.launchpad.net/~osmoma/audio-recorder/trunk/view/head:/src/media-profiles.c" target="_blank">http://bazaar.launchpad.net/~osmoma/audio-recorder/trunk/view/head:/src/media-profiles.c</a></div><div>
<br></div><div>
Relevant bug report:</div><div><a href="https://bugs.launchpad.net/audio-recorder/+bug/1121376" target="_blank">https://bugs.launchpad.net/audio-recorder/+bug/1121376</a></div><div><br></div><div>// Alex</div><div><br></div>
</div>
</blockquote></div><br></div>