Commit d20e5f41 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/streamout.cpp: fixed the rtp field.

parent c416fc0b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* streamout.cpp : wxWindows plugin for vlc * streamout.cpp : wxWindows plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2001 VideoLAN * Copyright (C) 2000-2001 VideoLAN
* $Id: streamout.cpp,v 1.31 2003/08/30 11:59:44 gbazin Exp $ * $Id: streamout.cpp,v 1.32 2003/10/17 21:28:21 gbazin Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -58,8 +58,8 @@ enum ...@@ -58,8 +58,8 @@ enum
AccessType1_Event, AccessType2_Event, AccessType3_Event, AccessType1_Event, AccessType2_Event, AccessType3_Event,
AccessType4_Event, AccessType5_Event, AccessType6_Event, AccessType4_Event, AccessType5_Event, AccessType6_Event,
NetPort1_Event, NetPort2_Event, NetPort3_Event, NetPort1_Event, NetPort2_Event, NetPort3_Event, NetPort4_Event,
NetAddr1_Event, NetAddr2_Event, NetAddr3_Event, NetAddr1_Event, NetAddr2_Event, NetAddr3_Event, NetAddr4_Event,
EncapsulationRadio1_Event, EncapsulationRadio2_Event, EncapsulationRadio1_Event, EncapsulationRadio2_Event,
EncapsulationRadio3_Event, EncapsulationRadio4_Event, EncapsulationRadio3_Event, EncapsulationRadio4_Event,
...@@ -94,6 +94,8 @@ BEGIN_EVENT_TABLE(SoutDialog, wxDialog) ...@@ -94,6 +94,8 @@ BEGIN_EVENT_TABLE(SoutDialog, wxDialog)
EVT_TEXT(NetAddr2_Event, SoutDialog::OnNetChange) EVT_TEXT(NetAddr2_Event, SoutDialog::OnNetChange)
EVT_TEXT(NetPort3_Event, SoutDialog::OnNetChange) EVT_TEXT(NetPort3_Event, SoutDialog::OnNetChange)
EVT_TEXT(NetAddr3_Event, SoutDialog::OnNetChange) EVT_TEXT(NetAddr3_Event, SoutDialog::OnNetChange)
EVT_TEXT(NetPort4_Event, SoutDialog::OnNetChange)
EVT_TEXT(NetAddr4_Event, SoutDialog::OnNetChange)
/* Events generated by the encapsulation panel */ /* Events generated by the encapsulation panel */
EVT_RADIOBUTTON(EncapsulationRadio1_Event, EVT_RADIOBUTTON(EncapsulationRadio1_Event,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment