[MOVED FROM GST-P-FARSIGHT] Fix typos

20080320005041-4f0f6-9d22fa5d155e35b605ea85b1fd9e7197a882a1f0.gz
This commit is contained in:
Youness Alaoui 2008-03-20 00:50:41 +00:00 committed by Edward Hervey
parent 5ae478a644
commit 4ec9f3fdfc

View file

@ -698,7 +698,7 @@ gst_rtp_dtmf_src_create (GstBaseSrc * basesrc, guint64 offset,
case RTP_DTMF_EVENT_TYPE_START: case RTP_DTMF_EVENT_TYPE_START:
dtmfsrc->first_packet = TRUE; dtmfsrc->first_packet = TRUE;
dtmfsrc->last_packet = FALSE; dtmfsrc->last_packet = FALSE;
/* Set the redundanc on the first packet */ /* Set the redundancy on the first packet */
dtmfsrc->redundancy_count = dtmfsrc->packet_redundancy; dtmfsrc->redundancy_count = dtmfsrc->packet_redundancy;
gst_rtp_dtmf_prepare_timestamps (dtmfsrc); gst_rtp_dtmf_prepare_timestamps (dtmfsrc);
@ -742,7 +742,7 @@ gst_rtp_dtmf_src_create (GstBaseSrc * basesrc, guint64 offset,
case RTP_DTMF_EVENT_TYPE_STOP: case RTP_DTMF_EVENT_TYPE_STOP:
dtmfsrc->first_packet = FALSE; dtmfsrc->first_packet = FALSE;
dtmfsrc->last_packet = TRUE; dtmfsrc->last_packet = TRUE;
/* Set the redundanc on the last packet */ /* Set the redundancy on the last packet */
dtmfsrc->redundancy_count = dtmfsrc->packet_redundancy; dtmfsrc->redundancy_count = dtmfsrc->packet_redundancy;
break; break;