mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
[MOVED FROM GST-P-FARSIGHT] Fix typos
20080320005041-4f0f6-9d22fa5d155e35b605ea85b1fd9e7197a882a1f0.gz
This commit is contained in:
parent
5ae478a644
commit
4ec9f3fdfc
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue