<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Add support for RECORD"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=743175#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Add support for RECORD"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=743175">bug 743175</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=fraxinas%40opendreambox.org" title="Andreas Frisch <fraxinas@opendreambox.org>"> <span class="fn">Andreas Frisch</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=296442&action=diff" name="attach_296442" title="method to distinguish between in and out streams">attachment 296442</a> <a href="attachment.cgi?id=296442&action=edit" title="method to distinguish between in and out streams">[details]</a></span> <a href='/review?bug=743175&attachment=296442'>[review]</a>
method to distinguish between in and out streams

I noticed the sdp stream miscount error comes from a loop counting ALL streams,
also the RECORD streams, so GstRTSPStream now has a
gst_rtsp_stream_get_transport_mode method that returns
GST_RTSP_TRANSPORT_MODE_PLAY or RECORD. In three different functions auf
rtsp-media, iterations of ALL streams was modified to only consider PLAY
streams like the traditional behaviour.
This fixes a few ERRORs and glib-CRITICALs but doesn't allow PLAY|RECORD
streaming from depay to pay quite yet.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>