<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm trying to read rtsp stream (H264/AAC) with GStreamer SDK on iOS,
    I succeed to read video only but without sound.<br>
    If I set the pipeline to play sound, i can't hear anything and the
    video is stuck on the first image.<br>
    Look at my pipeline, is there something wrong with it ? :<br>
    <big><big><br>
      </big></big>
    <div style="margin: 0px; font-size: 11px; font-family: Menlo; color:
      rgb(209, 47, 27);" class=""><big><big><span
            style="font-variant-ligatures: no-common-ligatures; color:
            #000000" class=""> </span><span
            style="font-variant-ligatures: no-common-ligatures; color:
            #4f8187" class="">pipeline</span><span
            style="font-variant-ligatures: no-common-ligatures; color:
            #000000" class=""> = </span><span
            style="font-variant-ligatures: no-common-ligatures; color:
            #3d1d81" class="">gst_parse_launch</span><span
            style="font-variant-ligatures: no-common-ligatures; color:
            #000000" class="">(</span>"rtspsrc name=src latency=2000
          buffer-mode=1 protocols=4 \</big></big></div>
    <div style="margin: 0px; font-size: 11px; font-family: Menlo; color:
      rgb(209, 47, 27);" class=""><big><big>                            
              src. !queue ! rtph264depay ! avdec_h264 ! autovideosink
          sync=false\</big></big></div>
    <div style="margin: 0px; font-size: 11px; font-family: Menlo; color:
      rgb(209, 47, 27);" class=""><big><big>                            
              src. !queue ! aacparse ! avdec_aac ! autoaudiosink
          sync=false"</big></big><span style="font-variant-ligatures:
        no-common-ligatures; color: #000000" class=""><big><big>,
            &error); </big></big><br>
        <br>
        <br>
      </span></div>
    I've tryed replacing avdec_aac by faad but it is the same result ...<br>
    I set Debug log level to 5 to see if I can see a problem, but I
    didn't found the reason of this problem.<br>
    I put my debug log in attachment, maybe somebody more expermented
    could be recognize some interesting informations in it ?<br>
  </body>
</html>