<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Aleix -<br>
    <br>
    <div class="moz-cite-prefix">On 10/3/14, 11:52 AM, Aleix Conchillo
      Flaqué wrote:<br>
    </div>
    <blockquote
cite="mid:CA+XASoXg1tbtpZ01mOJmjdV_RK+FgA99U-6+zbwLRY18=VhNig@mail.gmail.com"
      type="cite">
      <pre wrap="">On Fri, Oct 3, 2014 at 12:27 AM, aborilov <a class="moz-txt-link-rfc2396E" href="mailto:aborilov@gmail.com"><aborilov@gmail.com></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi!
Is there a way to get GstRTSPMedia from GstRTSPMediaFactory?
I use shared property of GstRTSPMediaFactory to stream one GstRTSPMedia and
I want to get current GstRTSPMedia to change properties of some element(ex:
input-selector)

</pre>
      </blockquote>
      <pre wrap="">
You need to subclass GstRTSPMediaFactory and implement the configure
method. There you might want to connect to the media "prepared"
signal.

Aleix

</pre>
    </blockquote>
    Could you just connect the "media-constructed" signal of
    GstRTSPMediaFactory to get a pointer to the constructed GstRTSPMedia
    object, then connect to the "prepared" signal of that object?<br>
    <br>
    John<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </body>
</html>