<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1434009127072_3597">Hi,</div><div id="yui_3_16_0_1_1434009127072_3633"><br></div><div id="yui_3_16_0_1_1434009127072_3565">I'm trying to port some Python code from Gstreamer 0.10 to Gstreamer 1.0.</div><div id="yui_3_16_0_1_1434009127072_3566"><br></div><div dir="ltr" id="yui_3_16_0_1_1434009127072_3585">In this code, I was using an "encodebin" element. To this end, I had to create some EncodingProfiles. They were created with something like that:</div><div id="yui_3_16_0_1_1434009127072_3596" dir="ltr"><br></div><div id="yui_3_16_0_1_1434009127072_3612" dir="ltr">[...]<code style="" class=""><br></code></div><div id="yui_3_16_0_1_1434009127072_3630" dir="ltr"><code id="yui_3_16_0_1_1434009127072_3654" style="" class="">import gst.pbutils</code></div><div id="yui_3_16_0_1_1434009127072_3632" dir="ltr"><code style="" class="">[...]</code></div><code id="yui_3_16_0_1_1434009127072_3656" style="" class="">profile = gst.pbutils.EncodingContainerProfile ("ogg", None , gst.Caps("application/ogg"), None)</code><div style="" class="" id="yui_3_16_0_1_1434009127072_3624" dir="ltr"><br></div><div id="yui_3_16_0_1_1434009127072_3658" style="" class="" dir="ltr">I can't find a way to reconduct this with Gstreamer 1.0. In fact, I didn't find Pbutils... Could anyone help with that?</div><div id="yui_3_16_0_1_1434009127072_3685" style="" class="" dir="ltr"><br></div><div id="yui_3_16_0_1_1434009127072_3686" style="" class="" dir="ltr">Thanks!</div><div id="yui_3_16_0_1_1434009127072_3687" style="" class="" dir="ltr">Seb.<br style="" class=""></div></div></body></html>