X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Frtp%2Frtpulpfeccommon.h;h=f44174a9529eb874d0f5afabfefed0389da96b81;hb=775ccdf9775bd7051929b257444b3be915e88ec6;hp=2c9d798cce8b0ba73381441632cd3be4c03e192a;hpb=deeb3be3ec26feef48f277d85bf55e816a228d4e;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/gst/rtp/rtpulpfeccommon.h b/gst/rtp/rtpulpfeccommon.h index 2c9d798..f44174a 100644 --- a/gst/rtp/rtpulpfeccommon.h +++ b/gst/rtp/rtpulpfeccommon.h @@ -38,12 +38,12 @@ G_BEGIN_DECLS #define RTP_ULPFEC_SEQ_BASE_OFFSET_MAX(L) (RTP_ULPFEC_PROTECTED_PACKETS_MAX(L) - 1) /** - * RtpUlpFecMapInfo: Helper wraper around GstRTPBuffer + * RtpUlpFecMapInfo: Helper wrapper around GstRTPBuffer * * @rtp: mapped RTP buffer **/ typedef struct { - // FIXME: it used to contain more fileds now we are left with only GstRTPBuffer. + // FIXME: it used to contain more fields now we are left with only GstRTPBuffer. // it will be nice to use it directly GstRTPBuffer rtp; } RtpUlpFecMapInfo;