Ticket #26142: patch-fs-rtp-discovers-codecs.diff

File patch-fs-rtp-discovers-codecs.diff, 461 bytes (added by louis-francis.ratte-boulianne@…, 14 years ago)

Patch to correctly discover codecs

  • gst/fsrtpconference/fs-rtp-discover-codecs.c

    old new create_codec_cap_list (GstElementFactory *factory, 
    11021102    if (padtemplate->direction != direction)
    11031103      continue;
    11041104
    1105     if (GST_PAD_TEMPLATE_PRESENCE (padtemplate) != GST_PAD_ALWAYS) {
     1105    if (padtemplate->presence != GST_PAD_ALWAYS) {
    11061106      continue;
    11071107    }
    11081108