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) |
---|
-
gst/fsrtpconference/fs-rtp-discover-codecs.c
old new create_codec_cap_list (GstElementFactory *factory, 1102 1102 if (padtemplate->direction != direction) 1103 1103 continue; 1104 1104 1105 if ( GST_PAD_TEMPLATE_PRESENCE (padtemplate)!= GST_PAD_ALWAYS) {1105 if (padtemplate->presence != GST_PAD_ALWAYS) { 1106 1106 continue; 1107 1107 } 1108 1108