]> git.sesse.net Git - vlc/blob - modules/gui/pda/pda.glade
b901b237996ef01463d12726ae3a1c7a03dc7847
[vlc] / modules / gui / pda / pda.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="pda">
7   <property name="width_request">240</property>
8   <property name="height_request">320</property>
9   <property name="visible">True</property>
10   <property name="title" translatable="yes">VLC media player</property>
11   <property name="type">GTK_WINDOW_TOPLEVEL</property>
12   <property name="window_position">GTK_WIN_POS_NONE</property>
13   <property name="modal">False</property>
14   <property name="resizable">True</property>
15   <property name="destroy_with_parent">False</property>
16   <property name="icon">vlc16x16.png</property>
17   <signal name="delete_event" handler="onPDADeleteEvent" last_modification_time="Fri, 26 Sep 2003 13:23:22 GMT"/>
18
19   <child>
20     <widget class="GtkVBox" id="vbox">
21       <property name="visible">True</property>
22       <property name="homogeneous">False</property>
23       <property name="spacing">0</property>
24
25       <child>
26         <widget class="GtkToolbar" id="toolbar">
27           <property name="width_request">240</property>
28           <property name="height_request">22</property>
29           <property name="visible">True</property>
30           <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
31           <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
32           <property name="tooltips">True</property>
33
34           <child>
35             <widget class="button" id="tbRewind">
36               <property name="width_request">22</property>
37               <property name="height_request">22</property>
38               <property name="visible">True</property>
39               <property name="tooltip" translatable="yes">Rewind</property>
40               <property name="label" translatable="yes">Rewind</property>
41               <property name="use_underline">True</property>
42               <property name="icon">pda-rewindb16x16.xpm</property>
43               <property name="new_group">True</property>
44               <signal name="clicked" handler="onRewind" last_modification_time="Fri, 26 Sep 2003 12:26:47 GMT"/>
45             </widget>
46             <packing>
47               <property name="new_group">True</property>
48             </packing>
49           </child>
50
51           <child>
52             <widget class="button" id="tbPause">
53               <property name="width_request">22</property>
54               <property name="height_request">22</property>
55               <property name="visible">True</property>
56               <property name="tooltip" translatable="yes">Pause</property>
57               <property name="label" translatable="yes">Pause</property>
58               <property name="use_underline">True</property>
59               <property name="icon">pda-pauseb16x16.xpm</property>
60               <signal name="clicked" handler="onPause" last_modification_time="Fri, 26 Sep 2003 12:27:01 GMT"/>
61             </widget>
62           </child>
63
64           <child>
65             <widget class="button" id="tbPlay">
66               <property name="width_request">22</property>
67               <property name="height_request">22</property>
68               <property name="visible">True</property>
69               <property name="tooltip" translatable="yes">Play</property>
70               <property name="label" translatable="yes">Play</property>
71               <property name="use_underline">True</property>
72               <property name="icon">pda-playb16x16.xpm</property>
73               <signal name="clicked" handler="onPlay" last_modification_time="Fri, 26 Sep 2003 12:27:14 GMT"/>
74             </widget>
75           </child>
76
77           <child>
78             <widget class="button" id="tbStop">
79               <property name="width_request">22</property>
80               <property name="height_request">22</property>
81               <property name="visible">True</property>
82               <property name="tooltip" translatable="yes">Stop</property>
83               <property name="label" translatable="yes">Stop</property>
84               <property name="use_underline">True</property>
85               <property name="icon">pda-stopb16x16.xpm</property>
86               <signal name="clicked" handler="onStop" last_modification_time="Fri, 26 Sep 2003 12:27:25 GMT"/>
87             </widget>
88           </child>
89
90           <child>
91             <widget class="button" id="tbForward">
92               <property name="width_request">22</property>
93               <property name="height_request">22</property>
94               <property name="visible">True</property>
95               <property name="tooltip" translatable="yes">Forward</property>
96               <property name="label" translatable="yes">Forward</property>
97               <property name="use_underline">True</property>
98               <property name="icon">pda-forwardb16x16.xpm</property>
99               <signal name="clicked" handler="onForward" last_modification_time="Fri, 26 Sep 2003 12:27:35 GMT"/>
100             </widget>
101           </child>
102
103           <child>
104             <widget class="button" id="tbAbout">
105               <property name="width_request">22</property>
106               <property name="height_request">22</property>
107               <property name="visible">True</property>
108               <property name="tooltip" translatable="yes">About</property>
109               <property name="label" translatable="yes">About</property>
110               <property name="use_underline">True</property>
111               <property name="icon">vlc16x16.png</property>
112               <property name="new_group">True</property>
113               <signal name="clicked" handler="onAbout" last_modification_time="Fri, 26 Sep 2003 12:27:44 GMT"/>
114             </widget>
115             <packing>
116               <property name="new_group">True</property>
117             </packing>
118           </child>
119
120           <child>
121             <widget class="GtkLabel" id="timeLabel">
122               <property name="visible">True</property>
123               <property name="label">00:00:00</property>
124               <property name="use_underline">False</property>
125               <property name="use_markup">False</property>
126               <property name="justify">GTK_JUSTIFY_CENTER</property>
127               <property name="wrap">False</property>
128               <property name="selectable">False</property>
129               <property name="xalign">0.5</property>
130               <property name="yalign">0.5</property>
131               <property name="xpad">0</property>
132               <property name="ypad">0</property>
133               <property name="new_group">True</property>
134             </widget>
135             <packing>
136               <property name="new_group">True</property>
137             </packing>
138           </child>
139         </widget>
140         <packing>
141           <property name="padding">5</property>
142           <property name="expand">False</property>
143           <property name="fill">False</property>
144         </packing>
145       </child>
146
147       <child>
148         <widget class="GtkHScale" id="timeSlider">
149           <property name="visible">True</property>
150           <property name="can_focus">True</property>
151           <property name="draw_value">False</property>
152           <property name="value_pos">GTK_POS_RIGHT</property>
153           <property name="digits">3</property>
154           <property name="update_policy">GTK_UPDATE_DISCONTINUOUS</property>
155           <property name="inverted">False</property>
156           <property name="adjustment">0 0 100 1 6.25 0</property>
157           <signal name="button_release_event" handler="SliderRelease" last_modification_time="Fri, 26 Sep 2003 12:28:09 GMT"/>
158           <signal name="button_press_event" handler="SliderPress" last_modification_time="Fri, 26 Sep 2003 12:28:14 GMT"/>
159           <signal name="move_slider" handler="SliderMove" last_modification_time="Sat, 06 Dec 2003 22:37:00 GMT"/>
160         </widget>
161         <packing>
162           <property name="padding">4</property>
163           <property name="expand">False</property>
164           <property name="fill">True</property>
165         </packing>
166       </child>
167
168       <child>
169         <widget class="GtkNotebook" id="notebook">
170           <property name="visible">True</property>
171           <property name="can_focus">True</property>
172           <property name="show_tabs">True</property>
173           <property name="show_border">True</property>
174           <property name="tab_pos">GTK_POS_TOP</property>
175           <property name="scrollable">True</property>
176           <property name="enable_popup">False</property>
177
178           <child>
179             <widget class="GtkScrolledWindow" id="scrolledwindow6">
180               <property name="visible">True</property>
181               <property name="can_focus">True</property>
182               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
183               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
184               <property name="shadow_type">GTK_SHADOW_NONE</property>
185               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
186
187               <child>
188                 <widget class="GtkViewport" id="viewport3">
189                   <property name="visible">True</property>
190                   <property name="shadow_type">GTK_SHADOW_IN</property>
191
192                   <child>
193                     <widget class="GtkVBox" id="vbox8">
194                       <property name="visible">True</property>
195                       <property name="homogeneous">False</property>
196                       <property name="spacing">0</property>
197
198                       <child>
199                         <widget class="GtkScrolledWindow" id="scrolledwindow7">
200                           <property name="visible">True</property>
201                           <property name="can_focus">True</property>
202                           <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
203                           <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
204                           <property name="shadow_type">GTK_SHADOW_NONE</property>
205                           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
206
207                           <child>
208                             <widget class="GtkTreeView" id="tvFileList">
209                               <property name="visible">True</property>
210                               <property name="can_focus">True</property>
211                               <property name="headers_visible">True</property>
212                               <property name="rules_hint">False</property>
213                               <property name="reorderable">False</property>
214                               <property name="enable_search">True</property>
215                               <signal name="row_activated" handler="onFileListRow" last_modification_time="Fri, 26 Sep 2003 13:30:40 GMT"/>
216                             </widget>
217                           </child>
218                         </widget>
219                         <packing>
220                           <property name="padding">0</property>
221                           <property name="expand">True</property>
222                           <property name="fill">True</property>
223                         </packing>
224                       </child>
225
226                       <child>
227                         <widget class="GtkHBox" id="hbox">
228                           <property name="visible">True</property>
229                           <property name="homogeneous">False</property>
230                           <property name="spacing">0</property>
231
232                           <child>
233                             <placeholder/>
234                           </child>
235
236                           <child>
237                             <widget class="GtkButton" id="AddFileToPlaylist">
238                               <property name="visible">True</property>
239                               <property name="can_focus">True</property>
240                               <property name="label" translatable="yes">Add to Playlist</property>
241                               <property name="use_underline">True</property>
242                               <property name="relief">GTK_RELIEF_NORMAL</property>
243                               <signal name="pressed" handler="onAddFileToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:31:03 GMT"/>
244                             </widget>
245                             <packing>
246                               <property name="padding">0</property>
247                               <property name="expand">False</property>
248                               <property name="fill">False</property>
249                             </packing>
250                           </child>
251
252                           <child>
253                             <placeholder/>
254                           </child>
255                         </widget>
256                         <packing>
257                           <property name="padding">0</property>
258                           <property name="expand">False</property>
259                           <property name="fill">False</property>
260                         </packing>
261                       </child>
262                     </widget>
263                   </child>
264                 </widget>
265               </child>
266             </widget>
267             <packing>
268               <property name="tab_expand">False</property>
269               <property name="tab_fill">True</property>
270             </packing>
271           </child>
272
273           <child>
274             <widget class="GtkLabel" id="File">
275               <property name="visible">True</property>
276               <property name="label" translatable="yes">File</property>
277               <property name="use_underline">False</property>
278               <property name="use_markup">False</property>
279               <property name="justify">GTK_JUSTIFY_CENTER</property>
280               <property name="wrap">False</property>
281               <property name="selectable">False</property>
282               <property name="xalign">0.5</property>
283               <property name="yalign">0.5</property>
284               <property name="xpad">0</property>
285               <property name="ypad">0</property>
286             </widget>
287             <packing>
288               <property name="type">tab</property>
289             </packing>
290           </child>
291
292           <child>
293             <widget class="GtkVBox" id="vbox5">
294               <property name="visible">True</property>
295               <property name="homogeneous">False</property>
296               <property name="spacing">0</property>
297
298               <child>
299                 <widget class="GtkHBox" id="hbox12">
300                   <property name="width_request">247</property>
301                   <property name="height_request">26</property>
302                   <property name="visible">True</property>
303                   <property name="homogeneous">False</property>
304                   <property name="spacing">0</property>
305
306                   <child>
307                     <widget class="GtkLabel" id="labelNetworkMRL">
308                       <property name="width_request">35</property>
309                       <property name="height_request">16</property>
310                       <property name="visible">True</property>
311                       <property name="label" translatable="yes">MRL:</property>
312                       <property name="use_underline">False</property>
313                       <property name="use_markup">False</property>
314                       <property name="justify">GTK_JUSTIFY_CENTER</property>
315                       <property name="wrap">False</property>
316                       <property name="selectable">False</property>
317                       <property name="xalign">0.5</property>
318                       <property name="yalign">0.5</property>
319                       <property name="xpad">0</property>
320                       <property name="ypad">0</property>
321                     </widget>
322                     <packing>
323                       <property name="padding">0</property>
324                       <property name="expand">False</property>
325                       <property name="fill">False</property>
326                     </packing>
327                   </child>
328
329                   <child>
330                     <widget class="GtkCombo" id="comboMRL">
331                       <property name="visible">True</property>
332                       <property name="value_in_list">False</property>
333                       <property name="allow_empty">True</property>
334                       <property name="case_sensitive">False</property>
335                       <property name="enable_arrow_keys">True</property>
336                       <property name="enable_arrows_always">False</property>
337
338                       <child internal-child="entry">
339                         <widget class="GtkEntry" id="entryMRL">
340                           <property name="width_request">158</property>
341                           <property name="height_request">24</property>
342                           <property name="visible">True</property>
343                           <property name="can_focus">True</property>
344                           <property name="editable">True</property>
345                           <property name="visibility">True</property>
346                           <property name="max_length">0</property>
347                           <property name="text"></property>
348                           <property name="has_frame">True</property>
349                           <property name="invisible_char">*</property>
350                           <property name="activates_default">True</property>
351                         </widget>
352                       </child>
353
354                       <child internal-child="list">
355                         <widget class="GtkList" id="listMRL">
356                           <property name="visible">True</property>
357                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
358
359                           <child>
360                             <widget class="GtkListItem" id="listitem340">
361                               <property name="visible">True</property>
362                               <property name="can_focus">True</property>
363                               <property name="label">udp://@:1234</property>
364                             </widget>
365                           </child>
366
367                           <child>
368                             <widget class="GtkListItem" id="listitem341">
369                               <property name="visible">True</property>
370                               <property name="can_focus">True</property>
371                               <property name="label">udp6://@:1234</property>
372                             </widget>
373                           </child>
374
375                           <child>
376                             <widget class="GtkListItem" id="listitem342">
377                               <property name="visible">True</property>
378                               <property name="can_focus">True</property>
379                               <property name="label">rtp://</property>
380                             </widget>
381                           </child>
382
383                           <child>
384                             <widget class="GtkListItem" id="listitem343">
385                               <property name="visible">True</property>
386                               <property name="can_focus">True</property>
387                               <property name="label">rtp6://</property>
388                             </widget>
389                           </child>
390
391                           <child>
392                             <widget class="GtkListItem" id="listitem344">
393                               <property name="visible">True</property>
394                               <property name="can_focus">True</property>
395                               <property name="label">ftp://</property>
396                             </widget>
397                           </child>
398
399                           <child>
400                             <widget class="GtkListItem" id="listitem345">
401                               <property name="visible">True</property>
402                               <property name="can_focus">True</property>
403                               <property name="label">http://</property>
404                             </widget>
405                           </child>
406
407                           <child>
408                             <widget class="GtkListItem" id="listitem346">
409                               <property name="visible">True</property>
410                               <property name="can_focus">True</property>
411                               <property name="label">mms://</property>
412                             </widget>
413                           </child>
414                         </widget>
415                       </child>
416                     </widget>
417                     <packing>
418                       <property name="padding">0</property>
419                       <property name="expand">True</property>
420                       <property name="fill">True</property>
421                     </packing>
422                   </child>
423                 </widget>
424                 <packing>
425                   <property name="padding">0</property>
426                   <property name="expand">False</property>
427                   <property name="fill">False</property>
428                 </packing>
429               </child>
430
431               <child>
432                 <widget class="GtkHSeparator" id="hseparator15">
433                   <property name="height_request">10</property>
434                   <property name="visible">True</property>
435                 </widget>
436                 <packing>
437                   <property name="padding">0</property>
438                   <property name="expand">False</property>
439                   <property name="fill">False</property>
440                 </packing>
441               </child>
442
443               <child>
444                 <widget class="GtkTable" id="table2">
445                   <property name="visible">True</property>
446                   <property name="n_rows">6</property>
447                   <property name="n_columns">2</property>
448                   <property name="homogeneous">False</property>
449                   <property name="row_spacing">0</property>
450                   <property name="column_spacing">0</property>
451
452                   <child>
453                     <widget class="GtkLabel" id="labelNetworkPort">
454                       <property name="visible">True</property>
455                       <property name="label" translatable="yes">Port:</property>
456                       <property name="use_underline">False</property>
457                       <property name="use_markup">False</property>
458                       <property name="justify">GTK_JUSTIFY_LEFT</property>
459                       <property name="wrap">False</property>
460                       <property name="selectable">False</property>
461                       <property name="xalign">0</property>
462                       <property name="yalign">0.5</property>
463                       <property name="xpad">0</property>
464                       <property name="ypad">0</property>
465                     </widget>
466                     <packing>
467                       <property name="left_attach">0</property>
468                       <property name="right_attach">1</property>
469                       <property name="top_attach">0</property>
470                       <property name="bottom_attach">1</property>
471                       <property name="x_options">fill</property>
472                       <property name="y_options"></property>
473                     </packing>
474                   </child>
475
476                   <child>
477                     <widget class="GtkLabel" id="labelNetworkAddress">
478                       <property name="visible">True</property>
479                       <property name="label" translatable="yes">Address:</property>
480                       <property name="use_underline">False</property>
481                       <property name="use_markup">False</property>
482                       <property name="justify">GTK_JUSTIFY_LEFT</property>
483                       <property name="wrap">False</property>
484                       <property name="selectable">False</property>
485                       <property name="xalign">0</property>
486                       <property name="yalign">0.5</property>
487                       <property name="xpad">0</property>
488                       <property name="ypad">0</property>
489                     </widget>
490                     <packing>
491                       <property name="left_attach">0</property>
492                       <property name="right_attach">1</property>
493                       <property name="top_attach">1</property>
494                       <property name="bottom_attach">2</property>
495                       <property name="x_options">fill</property>
496                       <property name="y_options"></property>
497                     </packing>
498                   </child>
499
500                   <child>
501                     <widget class="GtkSpinButton" id="entryNetworkPort">
502                       <property name="visible">True</property>
503                       <property name="can_focus">True</property>
504                       <property name="climb_rate">1</property>
505                       <property name="digits">0</property>
506                       <property name="numeric">True</property>
507                       <property name="update_policy">GTK_UPDATE_ALWAYS</property>
508                       <property name="snap_to_ticks">False</property>
509                       <property name="wrap">False</property>
510                       <property name="adjustment">1234 0 65535 1 10 10</property>
511                       <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:10 GMT"/>
512                     </widget>
513                     <packing>
514                       <property name="left_attach">1</property>
515                       <property name="right_attach">2</property>
516                       <property name="top_attach">0</property>
517                       <property name="bottom_attach">1</property>
518                       <property name="y_options"></property>
519                     </packing>
520                   </child>
521
522                   <child>
523                     <widget class="GtkCombo" id="comboNetworkAddress">
524                       <property name="visible">True</property>
525                       <property name="value_in_list">False</property>
526                       <property name="allow_empty">True</property>
527                       <property name="case_sensitive">False</property>
528                       <property name="enable_arrow_keys">True</property>
529                       <property name="enable_arrows_always">False</property>
530
531                       <child internal-child="entry">
532                         <widget class="GtkEntry" id="entryNetworkAddress">
533                           <property name="visible">True</property>
534                           <property name="can_focus">True</property>
535                           <property name="editable">True</property>
536                           <property name="visibility">True</property>
537                           <property name="max_length">0</property>
538                           <property name="text"></property>
539                           <property name="has_frame">True</property>
540                           <property name="invisible_char">*</property>
541                           <property name="activates_default">False</property>
542                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:30 GMT"/>
543                         </widget>
544                       </child>
545
546                       <child internal-child="list">
547                         <widget class="GtkList" id="listNetworkAdress">
548                           <property name="visible">True</property>
549                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
550                         </widget>
551                       </child>
552                     </widget>
553                     <packing>
554                       <property name="left_attach">1</property>
555                       <property name="right_attach">2</property>
556                       <property name="top_attach">1</property>
557                       <property name="bottom_attach">2</property>
558                       <property name="y_options"></property>
559                     </packing>
560                   </child>
561
562                   <child>
563                     <widget class="GtkCombo" id="comboNetworkType">
564                       <property name="visible">True</property>
565                       <property name="value_in_list">False</property>
566                       <property name="allow_empty">True</property>
567                       <property name="case_sensitive">False</property>
568                       <property name="enable_arrow_keys">True</property>
569                       <property name="enable_arrows_always">False</property>
570
571                       <child internal-child="entry">
572                         <widget class="GtkEntry" id="entryNetworkType">
573                           <property name="visible">True</property>
574                           <property name="can_focus">True</property>
575                           <property name="editable">True</property>
576                           <property name="visibility">True</property>
577                           <property name="max_length">0</property>
578                           <property name="text"></property>
579                           <property name="has_frame">True</property>
580                           <property name="invisible_char">*</property>
581                           <property name="activates_default">True</property>
582                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:45 GMT"/>
583                         </widget>
584                       </child>
585
586                       <child internal-child="list">
587                         <widget class="GtkList" id="listNetworkType">
588                           <property name="visible">True</property>
589                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
590
591                           <child>
592                             <widget class="GtkListItem" id="listitem85">
593                               <property name="visible">True</property>
594                               <property name="can_focus">True</property>
595                               <property name="label" translatable="yes">unicast</property>
596                             </widget>
597                           </child>
598
599                           <child>
600                             <widget class="GtkListItem" id="listitem86">
601                               <property name="visible">True</property>
602                               <property name="can_focus">True</property>
603                               <property name="label" translatable="yes">multicast</property>
604                             </widget>
605                           </child>
606                         </widget>
607                       </child>
608                     </widget>
609                     <packing>
610                       <property name="left_attach">1</property>
611                       <property name="right_attach">2</property>
612                       <property name="top_attach">2</property>
613                       <property name="bottom_attach">3</property>
614                       <property name="y_options"></property>
615                     </packing>
616                   </child>
617
618                   <child>
619                     <widget class="GtkLabel" id="labelNetworkType">
620                       <property name="visible">True</property>
621                       <property name="label" translatable="yes">Network: </property>
622                       <property name="use_underline">False</property>
623                       <property name="use_markup">False</property>
624                       <property name="justify">GTK_JUSTIFY_LEFT</property>
625                       <property name="wrap">False</property>
626                       <property name="selectable">False</property>
627                       <property name="xalign">0</property>
628                       <property name="yalign">0.5</property>
629                       <property name="xpad">0</property>
630                       <property name="ypad">0</property>
631                     </widget>
632                     <packing>
633                       <property name="left_attach">0</property>
634                       <property name="right_attach">1</property>
635                       <property name="top_attach">2</property>
636                       <property name="bottom_attach">3</property>
637                       <property name="x_options">fill</property>
638                       <property name="y_options"></property>
639                     </packing>
640                   </child>
641
642                   <child>
643                     <widget class="GtkCombo" id="comboNetworkProtocolType">
644                       <property name="visible">True</property>
645                       <property name="value_in_list">False</property>
646                       <property name="allow_empty">True</property>
647                       <property name="case_sensitive">False</property>
648                       <property name="enable_arrow_keys">True</property>
649                       <property name="enable_arrows_always">False</property>
650
651                       <child internal-child="entry">
652                         <widget class="GtkEntry" id="entryNetworkProtocolType">
653                           <property name="visible">True</property>
654                           <property name="can_focus">True</property>
655                           <property name="editable">True</property>
656                           <property name="visibility">True</property>
657                           <property name="max_length">0</property>
658                           <property name="text"></property>
659                           <property name="has_frame">True</property>
660                           <property name="invisible_char">*</property>
661                           <property name="activates_default">False</property>
662                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:35:01 GMT"/>
663                         </widget>
664                       </child>
665
666                       <child internal-child="list">
667                         <widget class="GtkList" id="listNetworkProtocolType">
668                           <property name="visible">True</property>
669                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
670
671                           <child>
672                             <widget class="GtkListItem" id="listitem1101">
673                               <property name="visible">True</property>
674                               <property name="can_focus">True</property>
675                               <property name="label">udp</property>
676                             </widget>
677                           </child>
678
679                           <child>
680                             <widget class="GtkListItem" id="listitem1102">
681                               <property name="visible">True</property>
682                               <property name="can_focus">True</property>
683                               <property name="label">udp6</property>
684                             </widget>
685                           </child>
686
687                           <child>
688                             <widget class="GtkListItem" id="listitem1103">
689                               <property name="visible">True</property>
690                               <property name="can_focus">True</property>
691                               <property name="label">rtp</property>
692                             </widget>
693                           </child>
694
695                           <child>
696                             <widget class="GtkListItem" id="listitem1104">
697                               <property name="visible">True</property>
698                               <property name="can_focus">True</property>
699                               <property name="label">rtp4</property>
700                             </widget>
701                           </child>
702
703                           <child>
704                             <widget class="GtkListItem" id="listitem1105">
705                               <property name="visible">True</property>
706                               <property name="can_focus">True</property>
707                               <property name="label">ftp</property>
708                             </widget>
709                           </child>
710
711                           <child>
712                             <widget class="GtkListItem" id="listitem1106">
713                               <property name="visible">True</property>
714                               <property name="can_focus">True</property>
715                               <property name="label">http</property>
716                             </widget>
717                           </child>
718
719                           <child>
720                             <widget class="GtkListItem" id="listitem1107">
721                               <property name="visible">True</property>
722                               <property name="can_focus">True</property>
723                               <property name="label" translatable="yes">sout</property>
724                             </widget>
725                           </child>
726
727                           <child>
728                             <widget class="GtkListItem" id="listitem1108">
729                               <property name="visible">True</property>
730                               <property name="can_focus">True</property>
731                               <property name="label">mms</property>
732                             </widget>
733                           </child>
734                         </widget>
735                       </child>
736                     </widget>
737                     <packing>
738                       <property name="left_attach">1</property>
739                       <property name="right_attach">2</property>
740                       <property name="top_attach">3</property>
741                       <property name="bottom_attach">4</property>
742                       <property name="y_options"></property>
743                     </packing>
744                   </child>
745
746                   <child>
747                     <widget class="GtkLabel" id="labelNetworkProtocol">
748                       <property name="visible">True</property>
749                       <property name="label" translatable="yes">Protocol:</property>
750                       <property name="use_underline">False</property>
751                       <property name="use_markup">False</property>
752                       <property name="justify">GTK_JUSTIFY_LEFT</property>
753                       <property name="wrap">False</property>
754                       <property name="selectable">False</property>
755                       <property name="xalign">0</property>
756                       <property name="yalign">0.5</property>
757                       <property name="xpad">0</property>
758                       <property name="ypad">0</property>
759                     </widget>
760                     <packing>
761                       <property name="left_attach">0</property>
762                       <property name="right_attach">1</property>
763                       <property name="top_attach">3</property>
764                       <property name="bottom_attach">4</property>
765                       <property name="x_options">fill</property>
766                       <property name="y_options"></property>
767                     </packing>
768                   </child>
769
770                   <child>
771                     <widget class="GtkLabel" id="labelNetworkTranscode">
772                       <property name="visible">True</property>
773                       <property name="label" translatable="yes">Transcode:</property>
774                       <property name="use_underline">False</property>
775                       <property name="use_markup">False</property>
776                       <property name="justify">GTK_JUSTIFY_LEFT</property>
777                       <property name="wrap">False</property>
778                       <property name="selectable">False</property>
779                       <property name="xalign">0</property>
780                       <property name="yalign">0.5</property>
781                       <property name="xpad">0</property>
782                       <property name="ypad">0</property>
783                     </widget>
784                     <packing>
785                       <property name="left_attach">0</property>
786                       <property name="right_attach">1</property>
787                       <property name="top_attach">4</property>
788                       <property name="bottom_attach">5</property>
789                       <property name="x_options">fill</property>
790                       <property name="y_options"></property>
791                     </packing>
792                   </child>
793
794                   <child>
795                     <widget class="GtkCheckButton" id="checkNetworkTranscode">
796                       <property name="visible">True</property>
797                       <property name="can_focus">True</property>
798                       <property name="label" translatable="yes">enable</property>
799                       <property name="use_underline">True</property>
800                       <property name="relief">GTK_RELIEF_NORMAL</property>
801                       <property name="active">False</property>
802                       <property name="inconsistent">False</property>
803                       <property name="draw_indicator">True</property>
804                     </widget>
805                     <packing>
806                       <property name="left_attach">1</property>
807                       <property name="right_attach">2</property>
808                       <property name="top_attach">4</property>
809                       <property name="bottom_attach">5</property>
810                       <property name="x_options">fill</property>
811                       <property name="y_options"></property>
812                     </packing>
813                   </child>
814                 </widget>
815                 <packing>
816                   <property name="padding">0</property>
817                   <property name="expand">True</property>
818                   <property name="fill">True</property>
819                 </packing>
820               </child>
821
822               <child>
823                 <widget class="GtkHBox" id="hbox13">
824                   <property name="visible">True</property>
825                   <property name="homogeneous">False</property>
826                   <property name="spacing">0</property>
827
828                   <child>
829                     <placeholder/>
830                   </child>
831
832                   <child>
833                     <widget class="GtkButton" id="AddNetworkPlaylist">
834                       <property name="visible">True</property>
835                       <property name="can_focus">True</property>
836                       <property name="label" translatable="yes">Add to Playlist</property>
837                       <property name="use_underline">True</property>
838                       <property name="relief">GTK_RELIEF_NORMAL</property>
839                       <signal name="pressed" handler="onAddNetworkPlaylist" last_modification_time="Fri, 26 Sep 2003 12:37:36 GMT"/>
840                     </widget>
841                     <packing>
842                       <property name="padding">0</property>
843                       <property name="expand">False</property>
844                       <property name="fill">False</property>
845                     </packing>
846                   </child>
847
848                   <child>
849                     <placeholder/>
850                   </child>
851                 </widget>
852                 <packing>
853                   <property name="padding">0</property>
854                   <property name="expand">False</property>
855                   <property name="fill">False</property>
856                 </packing>
857               </child>
858             </widget>
859             <packing>
860               <property name="tab_expand">True</property>
861               <property name="tab_fill">True</property>
862             </packing>
863           </child>
864
865           <child>
866             <widget class="GtkLabel" id="Network">
867               <property name="visible">True</property>
868               <property name="label" translatable="yes">Network</property>
869               <property name="use_underline">False</property>
870               <property name="use_markup">False</property>
871               <property name="justify">GTK_JUSTIFY_CENTER</property>
872               <property name="wrap">False</property>
873               <property name="selectable">False</property>
874               <property name="xalign">0.5</property>
875               <property name="yalign">0.5</property>
876               <property name="xpad">0</property>
877               <property name="ypad">0</property>
878             </widget>
879             <packing>
880               <property name="type">tab</property>
881             </packing>
882           </child>
883
884           <child>
885             <widget class="GtkVBox" id="vbox7">
886               <property name="visible">True</property>
887               <property name="homogeneous">False</property>
888               <property name="spacing">0</property>
889
890               <child>
891                 <widget class="GtkScrolledWindow" id="scrolledV4Lwindow">
892                   <property name="visible">True</property>
893                   <property name="can_focus">True</property>
894                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
895                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
896                   <property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
897                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
898
899                   <child>
900                     <widget class="GtkViewport" id="viewportV4L">
901                       <property name="visible">True</property>
902                       <property name="shadow_type">GTK_SHADOW_OUT</property>
903
904                       <child>
905                         <widget class="GtkTable" id="tableV4L">
906                           <property name="visible">True</property>
907                           <property name="n_rows">13</property>
908                           <property name="n_columns">2</property>
909                           <property name="homogeneous">False</property>
910                           <property name="row_spacing">0</property>
911                           <property name="column_spacing">0</property>
912
913                           <child>
914                             <widget class="GtkLabel" id="labelV4lVideDevice">
915                               <property name="visible">True</property>
916                               <property name="label" translatable="yes">Video:</property>
917                               <property name="use_underline">False</property>
918                               <property name="use_markup">False</property>
919                               <property name="justify">GTK_JUSTIFY_LEFT</property>
920                               <property name="wrap">False</property>
921                               <property name="selectable">False</property>
922                               <property name="xalign">0</property>
923                               <property name="yalign">0.5</property>
924                               <property name="xpad">0</property>
925                               <property name="ypad">0</property>
926                             </widget>
927                             <packing>
928                               <property name="left_attach">0</property>
929                               <property name="right_attach">1</property>
930                               <property name="top_attach">0</property>
931                               <property name="bottom_attach">1</property>
932                               <property name="x_options">fill</property>
933                               <property name="y_options"></property>
934                             </packing>
935                           </child>
936
937                           <child>
938                             <widget class="GtkLabel" id="labelV4LAudioDevice">
939                               <property name="visible">True</property>
940                               <property name="label" translatable="yes">Audio:</property>
941                               <property name="use_underline">False</property>
942                               <property name="use_markup">False</property>
943                               <property name="justify">GTK_JUSTIFY_LEFT</property>
944                               <property name="wrap">False</property>
945                               <property name="selectable">False</property>
946                               <property name="xalign">0</property>
947                               <property name="yalign">0.5</property>
948                               <property name="xpad">0</property>
949                               <property name="ypad">0</property>
950                             </widget>
951                             <packing>
952                               <property name="left_attach">0</property>
953                               <property name="right_attach">1</property>
954                               <property name="top_attach">1</property>
955                               <property name="bottom_attach">2</property>
956                               <property name="x_options">fill</property>
957                               <property name="y_options"></property>
958                             </packing>
959                           </child>
960
961                           <child>
962                             <widget class="GtkLabel" id="labelV4LChannel">
963                               <property name="visible">True</property>
964                               <property name="label" translatable="yes">Channel:</property>
965                               <property name="use_underline">False</property>
966                               <property name="use_markup">False</property>
967                               <property name="justify">GTK_JUSTIFY_LEFT</property>
968                               <property name="wrap">False</property>
969                               <property name="selectable">False</property>
970                               <property name="xalign">0</property>
971                               <property name="yalign">0.5</property>
972                               <property name="xpad">0</property>
973                               <property name="ypad">0</property>
974                             </widget>
975                             <packing>
976                               <property name="left_attach">0</property>
977                               <property name="right_attach">1</property>
978                               <property name="top_attach">2</property>
979                               <property name="bottom_attach">3</property>
980                               <property name="x_options">fill</property>
981                               <property name="y_options"></property>
982                             </packing>
983                           </child>
984
985                           <child>
986                             <widget class="GtkLabel" id="labelV4LNorm">
987                               <property name="visible">True</property>
988                               <property name="label" translatable="yes">Norm:</property>
989                               <property name="use_underline">False</property>
990                               <property name="use_markup">False</property>
991                               <property name="justify">GTK_JUSTIFY_LEFT</property>
992                               <property name="wrap">False</property>
993                               <property name="selectable">False</property>
994                               <property name="xalign">0</property>
995                               <property name="yalign">0.5</property>
996                               <property name="xpad">0</property>
997                               <property name="ypad">0</property>
998                             </widget>
999                             <packing>
1000                               <property name="left_attach">0</property>
1001                               <property name="right_attach">1</property>
1002                               <property name="top_attach">3</property>
1003                               <property name="bottom_attach">4</property>
1004                               <property name="x_options">fill</property>
1005                               <property name="y_options"></property>
1006                             </packing>
1007                           </child>
1008
1009                           <child>
1010                             <widget class="GtkLabel" id="labelV4LSize">
1011                               <property name="visible">True</property>
1012                               <property name="label" translatable="yes">Size:</property>
1013                               <property name="use_underline">False</property>
1014                               <property name="use_markup">False</property>
1015                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1016                               <property name="wrap">False</property>
1017                               <property name="selectable">False</property>
1018                               <property name="xalign">0</property>
1019                               <property name="yalign">0.5</property>
1020                               <property name="xpad">0</property>
1021                               <property name="ypad">0</property>
1022                             </widget>
1023                             <packing>
1024                               <property name="left_attach">0</property>
1025                               <property name="right_attach">1</property>
1026                               <property name="top_attach">4</property>
1027                               <property name="bottom_attach">5</property>
1028                               <property name="x_options">fill</property>
1029                               <property name="y_options"></property>
1030                             </packing>
1031                           </child>
1032
1033                           <child>
1034                             <widget class="GtkLabel" id="labelV4LFrequency">
1035                               <property name="visible">True</property>
1036                               <property name="label" translatable="yes">Frequency:</property>
1037                               <property name="use_underline">False</property>
1038                               <property name="use_markup">False</property>
1039                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1040                               <property name="wrap">False</property>
1041                               <property name="selectable">False</property>
1042                               <property name="xalign">0</property>
1043                               <property name="yalign">0.5</property>
1044                               <property name="xpad">0</property>
1045                               <property name="ypad">0</property>
1046                             </widget>
1047                             <packing>
1048                               <property name="left_attach">0</property>
1049                               <property name="right_attach">1</property>
1050                               <property name="top_attach">5</property>
1051                               <property name="bottom_attach">6</property>
1052                               <property name="x_options">fill</property>
1053                               <property name="y_options"></property>
1054                             </packing>
1055                           </child>
1056
1057                           <child>
1058                             <widget class="GtkLabel" id="labelV4LSampleRate">
1059                               <property name="visible">True</property>
1060                               <property name="label" translatable="yes">Samplerate:</property>
1061                               <property name="use_underline">False</property>
1062                               <property name="use_markup">False</property>
1063                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1064                               <property name="wrap">False</property>
1065                               <property name="selectable">False</property>
1066                               <property name="xalign">0</property>
1067                               <property name="yalign">0.5</property>
1068                               <property name="xpad">0</property>
1069                               <property name="ypad">0</property>
1070                             </widget>
1071                             <packing>
1072                               <property name="left_attach">0</property>
1073                               <property name="right_attach">1</property>
1074                               <property name="top_attach">6</property>
1075                               <property name="bottom_attach">7</property>
1076                               <property name="x_options">fill</property>
1077                               <property name="y_options"></property>
1078                             </packing>
1079                           </child>
1080
1081                           <child>
1082                             <widget class="GtkLabel" id="labelV4LQuality">
1083                               <property name="visible">True</property>
1084                               <property name="label" translatable="yes">Quality:</property>
1085                               <property name="use_underline">False</property>
1086                               <property name="use_markup">False</property>
1087                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1088                               <property name="wrap">False</property>
1089                               <property name="selectable">False</property>
1090                               <property name="xalign">0</property>
1091                               <property name="yalign">0.5</property>
1092                               <property name="xpad">0</property>
1093                               <property name="ypad">0</property>
1094                             </widget>
1095                             <packing>
1096                               <property name="left_attach">0</property>
1097                               <property name="right_attach">1</property>
1098                               <property name="top_attach">7</property>
1099                               <property name="bottom_attach">8</property>
1100                               <property name="x_options">fill</property>
1101                               <property name="y_options"></property>
1102                             </packing>
1103                           </child>
1104
1105                           <child>
1106                             <widget class="GtkLabel" id="labelV4LTuner">
1107                               <property name="visible">True</property>
1108                               <property name="label" translatable="yes">Tuner:</property>
1109                               <property name="use_underline">False</property>
1110                               <property name="use_markup">False</property>
1111                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1112                               <property name="wrap">False</property>
1113                               <property name="selectable">False</property>
1114                               <property name="xalign">0</property>
1115                               <property name="yalign">0.5</property>
1116                               <property name="xpad">0</property>
1117                               <property name="ypad">0</property>
1118                             </widget>
1119                             <packing>
1120                               <property name="left_attach">0</property>
1121                               <property name="right_attach">1</property>
1122                               <property name="top_attach">9</property>
1123                               <property name="bottom_attach">10</property>
1124                               <property name="x_options">fill</property>
1125                               <property name="y_options"></property>
1126                             </packing>
1127                           </child>
1128
1129                           <child>
1130                             <widget class="GtkLabel" id="labelV4LSoundDirection">
1131                               <property name="visible">True</property>
1132                               <property name="label" translatable="yes">Sound:</property>
1133                               <property name="use_underline">False</property>
1134                               <property name="use_markup">False</property>
1135                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1136                               <property name="wrap">False</property>
1137                               <property name="selectable">False</property>
1138                               <property name="xalign">0</property>
1139                               <property name="yalign">0.5</property>
1140                               <property name="xpad">0</property>
1141                               <property name="ypad">0</property>
1142                             </widget>
1143                             <packing>
1144                               <property name="left_attach">0</property>
1145                               <property name="right_attach">1</property>
1146                               <property name="top_attach">8</property>
1147                               <property name="bottom_attach">9</property>
1148                               <property name="x_options">fill</property>
1149                               <property name="y_options"></property>
1150                             </packing>
1151                           </child>
1152
1153                           <child>
1154                             <widget class="GtkLabel" id="labelV4LMJPEG">
1155                               <property name="visible">True</property>
1156                               <property name="label" translatable="yes">MJPEG:</property>
1157                               <property name="use_underline">False</property>
1158                               <property name="use_markup">False</property>
1159                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1160                               <property name="wrap">False</property>
1161                               <property name="selectable">False</property>
1162                               <property name="xalign">0</property>
1163                               <property name="yalign">0.5</property>
1164                               <property name="xpad">0</property>
1165                               <property name="ypad">0</property>
1166                             </widget>
1167                             <packing>
1168                               <property name="left_attach">0</property>
1169                               <property name="right_attach">1</property>
1170                               <property name="top_attach">10</property>
1171                               <property name="bottom_attach">11</property>
1172                               <property name="x_options">fill</property>
1173                               <property name="y_options"></property>
1174                             </packing>
1175                           </child>
1176
1177                           <child>
1178                             <widget class="GtkLabel" id="labelV4LDecimation">
1179                               <property name="visible">True</property>
1180                               <property name="label" translatable="yes">Decimation:</property>
1181                               <property name="use_underline">False</property>
1182                               <property name="use_markup">False</property>
1183                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1184                               <property name="wrap">False</property>
1185                               <property name="selectable">False</property>
1186                               <property name="xalign">0</property>
1187                               <property name="yalign">0.5</property>
1188                               <property name="xpad">0</property>
1189                               <property name="ypad">0</property>
1190                             </widget>
1191                             <packing>
1192                               <property name="left_attach">0</property>
1193                               <property name="right_attach">1</property>
1194                               <property name="top_attach">11</property>
1195                               <property name="bottom_attach">12</property>
1196                               <property name="x_options">fill</property>
1197                               <property name="y_options"></property>
1198                             </packing>
1199                           </child>
1200
1201                           <child>
1202                             <widget class="GtkCombo" id="comboV4lVideoDevice">
1203                               <property name="visible">True</property>
1204                               <property name="value_in_list">True</property>
1205                               <property name="allow_empty">True</property>
1206                               <property name="case_sensitive">False</property>
1207                               <property name="enable_arrow_keys">True</property>
1208                               <property name="enable_arrows_always">False</property>
1209
1210                               <child internal-child="entry">
1211                                 <widget class="GtkEntry" id="entryV4LVideoDevice">
1212                                   <property name="visible">True</property>
1213                                   <property name="can_focus">True</property>
1214                                   <property name="editable">True</property>
1215                                   <property name="visibility">True</property>
1216                                   <property name="max_length">0</property>
1217                                   <property name="text"></property>
1218                                   <property name="has_frame">True</property>
1219                                   <property name="invisible_char">*</property>
1220                                   <property name="activates_default">True</property>
1221                                 </widget>
1222                               </child>
1223
1224                               <child internal-child="list">
1225                                 <widget class="GtkList" id="listV4LVideoDevice">
1226                                   <property name="visible">True</property>
1227                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1228
1229                                   <child>
1230                                     <widget class="GtkListItem" id="listitem1188">
1231                                       <property name="visible">True</property>
1232                                       <property name="can_focus">True</property>
1233                                       <property name="label">/dev/video</property>
1234                                     </widget>
1235                                   </child>
1236
1237                                   <child>
1238                                     <widget class="GtkListItem" id="listitem1189">
1239                                       <property name="visible">True</property>
1240                                       <property name="can_focus">True</property>
1241                                       <property name="label">/dev/video0</property>
1242                                     </widget>
1243                                   </child>
1244
1245                                   <child>
1246                                     <widget class="GtkListItem" id="listitem1190">
1247                                       <property name="visible">True</property>
1248                                       <property name="can_focus">True</property>
1249                                       <property name="label">/dev/video1</property>
1250                                     </widget>
1251                                   </child>
1252                                 </widget>
1253                               </child>
1254                             </widget>
1255                             <packing>
1256                               <property name="left_attach">1</property>
1257                               <property name="right_attach">2</property>
1258                               <property name="top_attach">0</property>
1259                               <property name="bottom_attach">1</property>
1260                               <property name="x_options">expand|shrink|fill</property>
1261                               <property name="y_options"></property>
1262                             </packing>
1263                           </child>
1264
1265                           <child>
1266                             <widget class="GtkCombo" id="comboV4lAudioDevice">
1267                               <property name="visible">True</property>
1268                               <property name="value_in_list">False</property>
1269                               <property name="allow_empty">True</property>
1270                               <property name="case_sensitive">False</property>
1271                               <property name="enable_arrow_keys">True</property>
1272                               <property name="enable_arrows_always">False</property>
1273
1274                               <child internal-child="entry">
1275                                 <widget class="GtkEntry" id="entryV4LAudioDevice">
1276                                   <property name="visible">True</property>
1277                                   <property name="can_focus">True</property>
1278                                   <property name="editable">True</property>
1279                                   <property name="visibility">True</property>
1280                                   <property name="max_length">0</property>
1281                                   <property name="text"></property>
1282                                   <property name="has_frame">True</property>
1283                                   <property name="invisible_char">*</property>
1284                                   <property name="activates_default">True</property>
1285                                 </widget>
1286                               </child>
1287
1288                               <child internal-child="list">
1289                                 <widget class="GtkList" id="listV4LAudioDevice">
1290                                   <property name="visible">True</property>
1291                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1292
1293                                   <child>
1294                                     <widget class="GtkListItem" id="listitem1256">
1295                                       <property name="visible">True</property>
1296                                       <property name="can_focus">True</property>
1297                                       <property name="label">/dev/dsp</property>
1298                                     </widget>
1299                                   </child>
1300
1301                                   <child>
1302                                     <widget class="GtkListItem" id="listitem1257">
1303                                       <property name="visible">True</property>
1304                                       <property name="can_focus">True</property>
1305                                       <property name="label">/dev/audio</property>
1306                                     </widget>
1307                                   </child>
1308
1309                                   <child>
1310                                     <widget class="GtkListItem" id="listitem1258">
1311                                       <property name="visible">True</property>
1312                                       <property name="can_focus">True</property>
1313                                       <property name="label">/dev/audio0</property>
1314                                     </widget>
1315                                   </child>
1316
1317                                   <child>
1318                                     <widget class="GtkListItem" id="listitem1259">
1319                                       <property name="visible">True</property>
1320                                       <property name="can_focus">True</property>
1321                                       <property name="label">/dev/audio1</property>
1322                                     </widget>
1323                                   </child>
1324                                 </widget>
1325                               </child>
1326                             </widget>
1327                             <packing>
1328                               <property name="left_attach">1</property>
1329                               <property name="right_attach">2</property>
1330                               <property name="top_attach">1</property>
1331                               <property name="bottom_attach">2</property>
1332                               <property name="x_options">expand|shrink|fill</property>
1333                               <property name="y_options"></property>
1334                             </packing>
1335                           </child>
1336
1337                           <child>
1338                             <widget class="GtkSpinButton" id="entryV4LChannel">
1339                               <property name="visible">True</property>
1340                               <property name="can_focus">True</property>
1341                               <property name="climb_rate">1</property>
1342                               <property name="digits">0</property>
1343                               <property name="numeric">True</property>
1344                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1345                               <property name="snap_to_ticks">False</property>
1346                               <property name="wrap">False</property>
1347                               <property name="adjustment">0 0 100 1 10 10</property>
1348                             </widget>
1349                             <packing>
1350                               <property name="left_attach">1</property>
1351                               <property name="right_attach">2</property>
1352                               <property name="top_attach">2</property>
1353                               <property name="bottom_attach">3</property>
1354                               <property name="x_options">expand|shrink|fill</property>
1355                               <property name="y_options"></property>
1356                             </packing>
1357                           </child>
1358
1359                           <child>
1360                             <widget class="GtkCombo" id="comboV4LNorm">
1361                               <property name="visible">True</property>
1362                               <property name="value_in_list">False</property>
1363                               <property name="allow_empty">True</property>
1364                               <property name="case_sensitive">False</property>
1365                               <property name="enable_arrow_keys">True</property>
1366                               <property name="enable_arrows_always">False</property>
1367
1368                               <child internal-child="entry">
1369                                 <widget class="GtkEntry" id="entryV4LNorm">
1370                                   <property name="visible">True</property>
1371                                   <property name="can_focus">True</property>
1372                                   <property name="editable">True</property>
1373                                   <property name="visibility">True</property>
1374                                   <property name="max_length">0</property>
1375                                   <property name="text"></property>
1376                                   <property name="has_frame">True</property>
1377                                   <property name="invisible_char">*</property>
1378                                   <property name="activates_default">True</property>
1379                                 </widget>
1380                               </child>
1381
1382                               <child internal-child="list">
1383                                 <widget class="GtkList" id="listV4LNorm">
1384                                   <property name="visible">True</property>
1385                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1386
1387                                   <child>
1388                                     <widget class="GtkListItem" id="listitem1286">
1389                                       <property name="visible">True</property>
1390                                       <property name="can_focus">True</property>
1391                                       <property name="label" translatable="yes">pal</property>
1392                                     </widget>
1393                                   </child>
1394
1395                                   <child>
1396                                     <widget class="GtkListItem" id="listitem1287">
1397                                       <property name="visible">True</property>
1398                                       <property name="can_focus">True</property>
1399                                       <property name="label" translatable="yes">ntsc</property>
1400                                     </widget>
1401                                   </child>
1402
1403                                   <child>
1404                                     <widget class="GtkListItem" id="listitem1288">
1405                                       <property name="visible">True</property>
1406                                       <property name="can_focus">True</property>
1407                                       <property name="label" translatable="yes">secam</property>
1408                                     </widget>
1409                                   </child>
1410
1411                                   <child>
1412                                     <widget class="GtkListItem" id="listitem1289">
1413                                       <property name="visible">True</property>
1414                                       <property name="can_focus">True</property>
1415                                       <property name="label" translatable="yes">auto</property>
1416                                     </widget>
1417                                   </child>
1418                                 </widget>
1419                               </child>
1420                             </widget>
1421                             <packing>
1422                               <property name="left_attach">1</property>
1423                               <property name="right_attach">2</property>
1424                               <property name="top_attach">3</property>
1425                               <property name="bottom_attach">4</property>
1426                               <property name="x_options">expand|shrink|fill</property>
1427                               <property name="y_options"></property>
1428                             </packing>
1429                           </child>
1430
1431                           <child>
1432                             <widget class="GtkCombo" id="comboV4LSize">
1433                               <property name="visible">True</property>
1434                               <property name="value_in_list">False</property>
1435                               <property name="allow_empty">True</property>
1436                               <property name="case_sensitive">False</property>
1437                               <property name="enable_arrow_keys">True</property>
1438                               <property name="enable_arrows_always">False</property>
1439
1440                               <child internal-child="entry">
1441                                 <widget class="GtkEntry" id="entryV4LSize">
1442                                   <property name="visible">True</property>
1443                                   <property name="can_focus">True</property>
1444                                   <property name="editable">True</property>
1445                                   <property name="visibility">True</property>
1446                                   <property name="max_length">0</property>
1447                                   <property name="text"></property>
1448                                   <property name="has_frame">True</property>
1449                                   <property name="invisible_char">*</property>
1450                                   <property name="activates_default">True</property>
1451                                 </widget>
1452                               </child>
1453
1454                               <child internal-child="list">
1455                                 <widget class="GtkList" id="listV4LSize">
1456                                   <property name="visible">True</property>
1457                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1458
1459                                   <child>
1460                                     <widget class="GtkListItem" id="listitem1471">
1461                                       <property name="visible">True</property>
1462                                       <property name="can_focus">True</property>
1463                                       <property name="label">240x192</property>
1464                                     </widget>
1465                                   </child>
1466
1467                                   <child>
1468                                     <widget class="GtkListItem" id="listitem1472">
1469                                       <property name="visible">True</property>
1470                                       <property name="can_focus">True</property>
1471                                       <property name="label">320x240</property>
1472                                     </widget>
1473                                   </child>
1474
1475                                   <child>
1476                                     <widget class="GtkListItem" id="listitem1473">
1477                                       <property name="visible">True</property>
1478                                       <property name="can_focus">True</property>
1479                                       <property name="label">qsif</property>
1480                                     </widget>
1481                                   </child>
1482
1483                                   <child>
1484                                     <widget class="GtkListItem" id="listitem1474">
1485                                       <property name="visible">True</property>
1486                                       <property name="can_focus">True</property>
1487                                       <property name="label">qcif</property>
1488                                     </widget>
1489                                   </child>
1490
1491                                   <child>
1492                                     <widget class="GtkListItem" id="listitem1475">
1493                                       <property name="visible">True</property>
1494                                       <property name="can_focus">True</property>
1495                                       <property name="label">sif</property>
1496                                     </widget>
1497                                   </child>
1498
1499                                   <child>
1500                                     <widget class="GtkListItem" id="listitem1476">
1501                                       <property name="visible">True</property>
1502                                       <property name="can_focus">True</property>
1503                                       <property name="label">cif</property>
1504                                     </widget>
1505                                   </child>
1506
1507                                   <child>
1508                                     <widget class="GtkListItem" id="listitem1477">
1509                                       <property name="visible">True</property>
1510                                       <property name="can_focus">True</property>
1511                                       <property name="label">vga</property>
1512                                     </widget>
1513                                   </child>
1514                                 </widget>
1515                               </child>
1516                             </widget>
1517                             <packing>
1518                               <property name="left_attach">1</property>
1519                               <property name="right_attach">2</property>
1520                               <property name="top_attach">4</property>
1521                               <property name="bottom_attach">5</property>
1522                               <property name="x_options">expand|shrink|fill</property>
1523                               <property name="y_options"></property>
1524                             </packing>
1525                           </child>
1526
1527                           <child>
1528                             <widget class="GtkSpinButton" id="entryV4LFrequency">
1529                               <property name="visible">True</property>
1530                               <property name="tooltip" translatable="yes">kHz</property>
1531                               <property name="can_focus">True</property>
1532                               <property name="climb_rate">1</property>
1533                               <property name="digits">0</property>
1534                               <property name="numeric">True</property>
1535                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1536                               <property name="snap_to_ticks">False</property>
1537                               <property name="wrap">False</property>
1538                               <property name="adjustment">8692 0 65535 1 10 10</property>
1539                             </widget>
1540                             <packing>
1541                               <property name="left_attach">1</property>
1542                               <property name="right_attach">2</property>
1543                               <property name="top_attach">5</property>
1544                               <property name="bottom_attach">6</property>
1545                               <property name="x_options">expand|shrink|fill</property>
1546                               <property name="y_options"></property>
1547                             </packing>
1548                           </child>
1549
1550                           <child>
1551                             <widget class="GtkSpinButton" id="entryV4LSampleRate">
1552                               <property name="visible">True</property>
1553                               <property name="tooltip" translatable="yes">Hz/s</property>
1554                               <property name="can_focus">True</property>
1555                               <property name="climb_rate">1</property>
1556                               <property name="digits">0</property>
1557                               <property name="numeric">True</property>
1558                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1559                               <property name="snap_to_ticks">False</property>
1560                               <property name="wrap">False</property>
1561                               <property name="adjustment">44100 0 65535 1 10 10</property>
1562                             </widget>
1563                             <packing>
1564                               <property name="left_attach">1</property>
1565                               <property name="right_attach">2</property>
1566                               <property name="top_attach">6</property>
1567                               <property name="bottom_attach">7</property>
1568                               <property name="x_options">expand|shrink|fill</property>
1569                               <property name="y_options"></property>
1570                             </packing>
1571                           </child>
1572
1573                           <child>
1574                             <widget class="GtkSpinButton" id="entryV4LQuality">
1575                               <property name="visible">True</property>
1576                               <property name="can_focus">True</property>
1577                               <property name="climb_rate">1</property>
1578                               <property name="digits">0</property>
1579                               <property name="numeric">True</property>
1580                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1581                               <property name="snap_to_ticks">False</property>
1582                               <property name="wrap">False</property>
1583                               <property name="adjustment">100 0 65535 1 10 10</property>
1584                             </widget>
1585                             <packing>
1586                               <property name="left_attach">1</property>
1587                               <property name="right_attach">2</property>
1588                               <property name="top_attach">7</property>
1589                               <property name="bottom_attach">8</property>
1590                               <property name="x_options">expand|shrink|fill</property>
1591                               <property name="y_options"></property>
1592                             </packing>
1593                           </child>
1594
1595                           <child>
1596                             <widget class="GtkCombo" id="comboV4LSoundDirection">
1597                               <property name="visible">True</property>
1598                               <property name="value_in_list">True</property>
1599                               <property name="allow_empty">True</property>
1600                               <property name="case_sensitive">False</property>
1601                               <property name="enable_arrow_keys">True</property>
1602                               <property name="enable_arrows_always">True</property>
1603
1604                               <child internal-child="entry">
1605                                 <widget class="GtkEntry" id="entryV4LSoundDirection">
1606                                   <property name="visible">True</property>
1607                                   <property name="can_focus">True</property>
1608                                   <property name="editable">True</property>
1609                                   <property name="visibility">True</property>
1610                                   <property name="max_length">0</property>
1611                                   <property name="text"></property>
1612                                   <property name="has_frame">True</property>
1613                                   <property name="invisible_char">*</property>
1614                                   <property name="activates_default">True</property>
1615                                 </widget>
1616                               </child>
1617
1618                               <child internal-child="list">
1619                                 <widget class="GtkList" id="listV4LSoundDirection">
1620                                   <property name="visible">True</property>
1621                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1622
1623                                   <child>
1624                                     <widget class="GtkListItem" id="listitem1489">
1625                                       <property name="visible">True</property>
1626                                       <property name="can_focus">True</property>
1627                                       <property name="label" translatable="yes">mono</property>
1628                                     </widget>
1629                                   </child>
1630
1631                                   <child>
1632                                     <widget class="GtkListItem" id="listitem1490">
1633                                       <property name="visible">True</property>
1634                                       <property name="can_focus">True</property>
1635                                       <property name="label" translatable="yes">stereo</property>
1636                                     </widget>
1637                                   </child>
1638                                 </widget>
1639                               </child>
1640                             </widget>
1641                             <packing>
1642                               <property name="left_attach">1</property>
1643                               <property name="right_attach">2</property>
1644                               <property name="top_attach">8</property>
1645                               <property name="bottom_attach">9</property>
1646                               <property name="x_options">expand|shrink|fill</property>
1647                               <property name="y_options"></property>
1648                             </packing>
1649                           </child>
1650
1651                           <child>
1652                             <widget class="GtkSpinButton" id="entryV4LTuner">
1653                               <property name="visible">True</property>
1654                               <property name="can_focus">True</property>
1655                               <property name="climb_rate">1</property>
1656                               <property name="digits">0</property>
1657                               <property name="numeric">True</property>
1658                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1659                               <property name="snap_to_ticks">False</property>
1660                               <property name="wrap">False</property>
1661                               <property name="adjustment">0 -1 100 1 10 10</property>
1662                             </widget>
1663                             <packing>
1664                               <property name="left_attach">1</property>
1665                               <property name="right_attach">2</property>
1666                               <property name="top_attach">9</property>
1667                               <property name="bottom_attach">10</property>
1668                               <property name="x_options">expand|shrink|fill</property>
1669                               <property name="y_options"></property>
1670                             </packing>
1671                           </child>
1672
1673                           <child>
1674                             <widget class="GtkCheckButton" id="checkV4LMJPEG">
1675                               <property name="visible">True</property>
1676                               <property name="can_focus">True</property>
1677                               <property name="label" translatable="yes">enable</property>
1678                               <property name="use_underline">True</property>
1679                               <property name="relief">GTK_RELIEF_NORMAL</property>
1680                               <property name="active">False</property>
1681                               <property name="inconsistent">False</property>
1682                               <property name="draw_indicator">True</property>
1683                             </widget>
1684                             <packing>
1685                               <property name="left_attach">1</property>
1686                               <property name="right_attach">2</property>
1687                               <property name="top_attach">10</property>
1688                               <property name="bottom_attach">11</property>
1689                               <property name="x_options">expand|shrink|fill</property>
1690                               <property name="y_options"></property>
1691                             </packing>
1692                           </child>
1693
1694                           <child>
1695                             <widget class="GtkSpinButton" id="entryV4LDecimation">
1696                               <property name="visible">True</property>
1697                               <property name="can_focus">True</property>
1698                               <property name="climb_rate">1</property>
1699                               <property name="digits">0</property>
1700                               <property name="numeric">False</property>
1701                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1702                               <property name="snap_to_ticks">False</property>
1703                               <property name="wrap">False</property>
1704                               <property name="adjustment">1 0 100 1 10 10</property>
1705                             </widget>
1706                             <packing>
1707                               <property name="left_attach">1</property>
1708                               <property name="right_attach">2</property>
1709                               <property name="top_attach">11</property>
1710                               <property name="bottom_attach">12</property>
1711                               <property name="x_options">expand|shrink|fill</property>
1712                               <property name="y_options"></property>
1713                             </packing>
1714                           </child>
1715
1716                           <child>
1717                             <widget class="GtkLabel" id="labelV4LTranscode">
1718                               <property name="visible">True</property>
1719                               <property name="label" translatable="yes">Transcode:</property>
1720                               <property name="use_underline">False</property>
1721                               <property name="use_markup">False</property>
1722                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1723                               <property name="wrap">False</property>
1724                               <property name="selectable">False</property>
1725                               <property name="xalign">0</property>
1726                               <property name="yalign">0.5</property>
1727                               <property name="xpad">0</property>
1728                               <property name="ypad">0</property>
1729                             </widget>
1730                             <packing>
1731                               <property name="left_attach">0</property>
1732                               <property name="right_attach">1</property>
1733                               <property name="top_attach">12</property>
1734                               <property name="bottom_attach">13</property>
1735                               <property name="x_options">fill</property>
1736                               <property name="y_options"></property>
1737                             </packing>
1738                           </child>
1739
1740                           <child>
1741                             <widget class="GtkCheckButton" id="checkV4LTranscode">
1742                               <property name="visible">True</property>
1743                               <property name="can_focus">True</property>
1744                               <property name="label" translatable="yes">enable</property>
1745                               <property name="use_underline">True</property>
1746                               <property name="relief">GTK_RELIEF_NORMAL</property>
1747                               <property name="active">False</property>
1748                               <property name="inconsistent">False</property>
1749                               <property name="draw_indicator">True</property>
1750                             </widget>
1751                             <packing>
1752                               <property name="left_attach">1</property>
1753                               <property name="right_attach">2</property>
1754                               <property name="top_attach">12</property>
1755                               <property name="bottom_attach">13</property>
1756                               <property name="x_options">fill</property>
1757                               <property name="y_options"></property>
1758                             </packing>
1759                           </child>
1760                         </widget>
1761                       </child>
1762                     </widget>
1763                   </child>
1764                 </widget>
1765                 <packing>
1766                   <property name="padding">0</property>
1767                   <property name="expand">True</property>
1768                   <property name="fill">True</property>
1769                 </packing>
1770               </child>
1771
1772               <child>
1773                 <widget class="GtkHBox" id="hbox16">
1774                   <property name="visible">True</property>
1775                   <property name="homogeneous">False</property>
1776                   <property name="spacing">0</property>
1777
1778                   <child>
1779                     <placeholder/>
1780                   </child>
1781
1782                   <child>
1783                     <widget class="GtkButton" id="AddCameraToPlaylist">
1784                       <property name="visible">True</property>
1785                       <property name="can_focus">True</property>
1786                       <property name="label" translatable="yes">Add to Playlist</property>
1787                       <property name="use_underline">True</property>
1788                       <property name="relief">GTK_RELIEF_NORMAL</property>
1789                       <signal name="pressed" handler="onAddCameraToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:47:31 GMT"/>
1790                     </widget>
1791                     <packing>
1792                       <property name="padding">0</property>
1793                       <property name="expand">False</property>
1794                       <property name="fill">False</property>
1795                     </packing>
1796                   </child>
1797
1798                   <child>
1799                     <placeholder/>
1800                   </child>
1801                 </widget>
1802                 <packing>
1803                   <property name="padding">0</property>
1804                   <property name="expand">False</property>
1805                   <property name="fill">False</property>
1806                 </packing>
1807               </child>
1808             </widget>
1809             <packing>
1810               <property name="tab_expand">False</property>
1811               <property name="tab_fill">True</property>
1812             </packing>
1813           </child>
1814
1815           <child>
1816             <widget class="GtkLabel" id="Camera">
1817               <property name="visible">True</property>
1818               <property name="label" translatable="yes">Camera</property>
1819               <property name="use_underline">False</property>
1820               <property name="use_markup">False</property>
1821               <property name="justify">GTK_JUSTIFY_LEFT</property>
1822               <property name="wrap">False</property>
1823               <property name="selectable">False</property>
1824               <property name="xalign">0.5</property>
1825               <property name="yalign">0.5</property>
1826               <property name="xpad">0</property>
1827               <property name="ypad">0</property>
1828             </widget>
1829             <packing>
1830               <property name="type">tab</property>
1831             </packing>
1832           </child>
1833
1834           <child>
1835             <widget class="GtkVBox" id="vbox1">
1836               <property name="visible">True</property>
1837               <property name="homogeneous">False</property>
1838               <property name="spacing">0</property>
1839
1840               <child>
1841                 <widget class="GtkScrolledWindow" id="scrolledwindowTranscode">
1842                   <property name="visible">True</property>
1843                   <property name="can_focus">True</property>
1844                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1845                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1846                   <property name="shadow_type">GTK_SHADOW_NONE</property>
1847                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1848
1849                   <child>
1850                     <widget class="GtkViewport" id="viewport5">
1851                       <property name="visible">True</property>
1852                       <property name="shadow_type">GTK_SHADOW_IN</property>
1853
1854                       <child>
1855                         <widget class="GtkTable" id="tableTranscode">
1856                           <property name="visible">True</property>
1857                           <property name="n_rows">14</property>
1858                           <property name="n_columns">2</property>
1859                           <property name="homogeneous">False</property>
1860                           <property name="row_spacing">0</property>
1861                           <property name="column_spacing">0</property>
1862
1863                           <child>
1864                             <widget class="GtkLabel" id="labelVideoCodec">
1865                               <property name="visible">True</property>
1866                               <property name="label" translatable="yes">Video Codec:</property>
1867                               <property name="use_underline">False</property>
1868                               <property name="use_markup">False</property>
1869                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1870                               <property name="wrap">False</property>
1871                               <property name="selectable">False</property>
1872                               <property name="xalign">0</property>
1873                               <property name="yalign">0.5</property>
1874                               <property name="xpad">0</property>
1875                               <property name="ypad">0</property>
1876                             </widget>
1877                             <packing>
1878                               <property name="left_attach">0</property>
1879                               <property name="right_attach">1</property>
1880                               <property name="top_attach">0</property>
1881                               <property name="bottom_attach">1</property>
1882                               <property name="x_options">fill</property>
1883                               <property name="y_options"></property>
1884                             </packing>
1885                           </child>
1886
1887                           <child>
1888                             <widget class="GtkCombo" id="comboVideoCodec">
1889                               <property name="visible">True</property>
1890                               <property name="value_in_list">False</property>
1891                               <property name="allow_empty">True</property>
1892                               <property name="case_sensitive">False</property>
1893                               <property name="enable_arrow_keys">True</property>
1894                               <property name="enable_arrows_always">False</property>
1895
1896                               <child internal-child="entry">
1897                                 <widget class="GtkEntry" id="entryVideoCodec">
1898                                   <property name="visible">True</property>
1899                                   <property name="can_focus">True</property>
1900                                   <property name="editable">True</property>
1901                                   <property name="visibility">True</property>
1902                                   <property name="max_length">0</property>
1903                                   <property name="text"></property>
1904                                   <property name="has_frame">True</property>
1905                                   <property name="invisible_char">*</property>
1906                                   <property name="activates_default">True</property>
1907                                 </widget>
1908                               </child>
1909
1910                               <child internal-child="list">
1911                                 <widget class="GtkList" id="listVideoCodec">
1912                                   <property name="visible">True</property>
1913                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1914
1915                                   <child>
1916                                     <widget class="GtkListItem" id="listitem3159">
1917                                       <property name="visible">True</property>
1918                                       <property name="can_focus">True</property>
1919                                       <property name="label" translatable="yes">huffyuv</property>
1920                                     </widget>
1921                                   </child>
1922
1923                                   <child>
1924                                     <widget class="GtkListItem" id="listitem3160">
1925                                       <property name="visible">True</property>
1926                                       <property name="can_focus">True</property>
1927                                       <property name="label">mp1v</property>
1928                                     </widget>
1929                                   </child>
1930
1931                                   <child>
1932                                     <widget class="GtkListItem" id="listitem3161">
1933                                       <property name="visible">True</property>
1934                                       <property name="can_focus">True</property>
1935                                       <property name="label">mp2v</property>
1936                                     </widget>
1937                                   </child>
1938
1939                                   <child>
1940                                     <widget class="GtkListItem" id="listitem3162">
1941                                       <property name="visible">True</property>
1942                                       <property name="can_focus">True</property>
1943                                       <property name="label">mp4v</property>
1944                                     </widget>
1945                                   </child>
1946
1947                                   <child>
1948                                     <widget class="GtkListItem" id="listitem3163">
1949                                       <property name="visible">True</property>
1950                                       <property name="can_focus">True</property>
1951                                       <property name="label">H263</property>
1952                                     </widget>
1953                                   </child>
1954
1955                                   <child>
1956                                     <widget class="GtkListItem" id="listitem3165">
1957                                       <property name="visible">True</property>
1958                                       <property name="can_focus">True</property>
1959                                       <property name="label">WMV1</property>
1960                                     </widget>
1961                                   </child>
1962
1963                                   <child>
1964                                     <widget class="GtkListItem" id="listitem3166">
1965                                       <property name="visible">True</property>
1966                                       <property name="can_focus">True</property>
1967                                       <property name="label">WMV2</property>
1968                                     </widget>
1969                                   </child>
1970                                 </widget>
1971                               </child>
1972                             </widget>
1973                             <packing>
1974                               <property name="left_attach">1</property>
1975                               <property name="right_attach">2</property>
1976                               <property name="top_attach">0</property>
1977                               <property name="bottom_attach">1</property>
1978                               <property name="x_options">expand|shrink|fill</property>
1979                               <property name="y_options"></property>
1980                             </packing>
1981                           </child>
1982
1983                           <child>
1984                             <widget class="GtkLabel" id="labelVideoBitrate">
1985                               <property name="visible">True</property>
1986                               <property name="label" translatable="yes">Video Bitrate:</property>
1987                               <property name="use_underline">False</property>
1988                               <property name="use_markup">False</property>
1989                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1990                               <property name="wrap">False</property>
1991                               <property name="selectable">False</property>
1992                               <property name="xalign">0</property>
1993                               <property name="yalign">0.5</property>
1994                               <property name="xpad">0</property>
1995                               <property name="ypad">0</property>
1996                             </widget>
1997                             <packing>
1998                               <property name="left_attach">0</property>
1999                               <property name="right_attach">1</property>
2000                               <property name="top_attach">1</property>
2001                               <property name="bottom_attach">2</property>
2002                               <property name="x_options">fill</property>
2003                               <property name="y_options"></property>
2004                             </packing>
2005                           </child>
2006
2007                           <child>
2008                             <widget class="GtkLabel" id="labelVideoBitrateTolerance">
2009                               <property name="visible">True</property>
2010                               <property name="label" translatable="yes">Bitrate Tolerance:</property>
2011                               <property name="use_underline">False</property>
2012                               <property name="use_markup">False</property>
2013                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2014                               <property name="wrap">False</property>
2015                               <property name="selectable">False</property>
2016                               <property name="xalign">0</property>
2017                               <property name="yalign">0.5</property>
2018                               <property name="xpad">0</property>
2019                               <property name="ypad">0</property>
2020                             </widget>
2021                             <packing>
2022                               <property name="left_attach">0</property>
2023                               <property name="right_attach">1</property>
2024                               <property name="top_attach">2</property>
2025                               <property name="bottom_attach">3</property>
2026                               <property name="x_options">fill</property>
2027                               <property name="y_options"></property>
2028                             </packing>
2029                           </child>
2030
2031                           <child>
2032                             <widget class="GtkLabel" id="labelVideoKeyInterval">
2033                               <property name="visible">True</property>
2034                               <property name="label" translatable="yes">Keyframe Interval:</property>
2035                               <property name="use_underline">False</property>
2036                               <property name="use_markup">False</property>
2037                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2038                               <property name="wrap">False</property>
2039                               <property name="selectable">False</property>
2040                               <property name="xalign">0</property>
2041                               <property name="yalign">0.5</property>
2042                               <property name="xpad">0</property>
2043                               <property name="ypad">0</property>
2044                             </widget>
2045                             <packing>
2046                               <property name="left_attach">0</property>
2047                               <property name="right_attach">1</property>
2048                               <property name="top_attach">3</property>
2049                               <property name="bottom_attach">4</property>
2050                               <property name="x_options">fill</property>
2051                               <property name="y_options"></property>
2052                             </packing>
2053                           </child>
2054
2055                           <child>
2056                             <widget class="GtkLabel" id="labelAudioCodec">
2057                               <property name="visible">True</property>
2058                               <property name="label" translatable="yes">Audio Codec:</property>
2059                               <property name="use_underline">False</property>
2060                               <property name="use_markup">False</property>
2061                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2062                               <property name="wrap">False</property>
2063                               <property name="selectable">False</property>
2064                               <property name="xalign">0</property>
2065                               <property name="yalign">0.5</property>
2066                               <property name="xpad">0</property>
2067                               <property name="ypad">0</property>
2068                             </widget>
2069                             <packing>
2070                               <property name="left_attach">0</property>
2071                               <property name="right_attach">1</property>
2072                               <property name="top_attach">5</property>
2073                               <property name="bottom_attach">6</property>
2074                               <property name="x_options">fill</property>
2075                               <property name="y_options"></property>
2076                             </packing>
2077                           </child>
2078
2079                           <child>
2080                             <widget class="GtkLabel" id="labelVideoDeinterlace">
2081                               <property name="visible">True</property>
2082                               <property name="label" translatable="yes">Deinterlace:</property>
2083                               <property name="use_underline">False</property>
2084                               <property name="use_markup">False</property>
2085                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2086                               <property name="wrap">False</property>
2087                               <property name="selectable">False</property>
2088                               <property name="xalign">0</property>
2089                               <property name="yalign">0.5</property>
2090                               <property name="xpad">0</property>
2091                               <property name="ypad">0</property>
2092                             </widget>
2093                             <packing>
2094                               <property name="left_attach">0</property>
2095                               <property name="right_attach">1</property>
2096                               <property name="top_attach">4</property>
2097                               <property name="bottom_attach">5</property>
2098                               <property name="x_options">fill</property>
2099                               <property name="y_options"></property>
2100                             </packing>
2101                           </child>
2102
2103                           <child>
2104                             <widget class="GtkLabel" id="labelStdAccess">
2105                               <property name="visible">True</property>
2106                               <property name="label" translatable="yes">Access:</property>
2107                               <property name="use_underline">False</property>
2108                               <property name="use_markup">False</property>
2109                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2110                               <property name="wrap">False</property>
2111                               <property name="selectable">False</property>
2112                               <property name="xalign">0</property>
2113                               <property name="yalign">0.5</property>
2114                               <property name="xpad">0</property>
2115                               <property name="ypad">0</property>
2116                             </widget>
2117                             <packing>
2118                               <property name="left_attach">0</property>
2119                               <property name="right_attach">1</property>
2120                               <property name="top_attach">7</property>
2121                               <property name="bottom_attach">8</property>
2122                               <property name="x_options">fill</property>
2123                               <property name="y_options"></property>
2124                             </packing>
2125                           </child>
2126
2127                           <child>
2128                             <widget class="GtkLabel" id="labelStdMuxer">
2129                               <property name="visible">True</property>
2130                               <property name="label" translatable="yes">Muxer:</property>
2131                               <property name="use_underline">False</property>
2132                               <property name="use_markup">False</property>
2133                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2134                               <property name="wrap">False</property>
2135                               <property name="selectable">False</property>
2136                               <property name="xalign">0</property>
2137                               <property name="yalign">0.5</property>
2138                               <property name="xpad">0</property>
2139                               <property name="ypad">0</property>
2140                             </widget>
2141                             <packing>
2142                               <property name="left_attach">0</property>
2143                               <property name="right_attach">1</property>
2144                               <property name="top_attach">8</property>
2145                               <property name="bottom_attach">9</property>
2146                               <property name="x_options">fill</property>
2147                               <property name="y_options"></property>
2148                             </packing>
2149                           </child>
2150
2151                           <child>
2152                             <widget class="GtkLabel" id="labelStdUrl">
2153                               <property name="visible">True</property>
2154                               <property name="label" translatable="yes">URL:</property>
2155                               <property name="use_underline">False</property>
2156                               <property name="use_markup">False</property>
2157                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2158                               <property name="wrap">False</property>
2159                               <property name="selectable">False</property>
2160                               <property name="xalign">0</property>
2161                               <property name="yalign">0.5</property>
2162                               <property name="xpad">0</property>
2163                               <property name="ypad">0</property>
2164                             </widget>
2165                             <packing>
2166                               <property name="left_attach">0</property>
2167                               <property name="right_attach">1</property>
2168                               <property name="top_attach">9</property>
2169                               <property name="bottom_attach">10</property>
2170                               <property name="x_options">fill</property>
2171                               <property name="y_options"></property>
2172                             </packing>
2173                           </child>
2174
2175                           <child>
2176                             <widget class="GtkLabel" id="labelStdTimeToLive">
2177                               <property name="visible">True</property>
2178                               <property name="label" translatable="yes">Time To Live (TTL):</property>
2179                               <property name="use_underline">False</property>
2180                               <property name="use_markup">False</property>
2181                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2182                               <property name="wrap">False</property>
2183                               <property name="selectable">False</property>
2184                               <property name="xalign">0</property>
2185                               <property name="yalign">0.5</property>
2186                               <property name="xpad">0</property>
2187                               <property name="ypad">0</property>
2188                             </widget>
2189                             <packing>
2190                               <property name="left_attach">0</property>
2191                               <property name="right_attach">1</property>
2192                               <property name="top_attach">10</property>
2193                               <property name="bottom_attach">11</property>
2194                               <property name="x_options">fill</property>
2195                               <property name="y_options"></property>
2196                             </packing>
2197                           </child>
2198
2199                           <child>
2200                             <widget class="GtkSpinButton" id="entryStdTTL">
2201                               <property name="visible">True</property>
2202                               <property name="can_focus">True</property>
2203                               <property name="climb_rate">1</property>
2204                               <property name="digits">0</property>
2205                               <property name="numeric">False</property>
2206                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2207                               <property name="snap_to_ticks">False</property>
2208                               <property name="wrap">False</property>
2209                               <property name="adjustment">1 0 100 1 10 10</property>
2210                             </widget>
2211                             <packing>
2212                               <property name="left_attach">1</property>
2213                               <property name="right_attach">2</property>
2214                               <property name="top_attach">10</property>
2215                               <property name="bottom_attach">11</property>
2216                               <property name="y_options"></property>
2217                             </packing>
2218                           </child>
2219
2220                           <child>
2221                             <widget class="GtkCombo" id="comboStdURL">
2222                               <property name="visible">True</property>
2223                               <property name="value_in_list">False</property>
2224                               <property name="allow_empty">True</property>
2225                               <property name="case_sensitive">False</property>
2226                               <property name="enable_arrow_keys">True</property>
2227                               <property name="enable_arrows_always">False</property>
2228
2229                               <child internal-child="entry">
2230                                 <widget class="GtkEntry" id="entryStdURL">
2231                                   <property name="visible">True</property>
2232                                   <property name="can_focus">True</property>
2233                                   <property name="editable">True</property>
2234                                   <property name="visibility">True</property>
2235                                   <property name="max_length">0</property>
2236                                   <property name="text"></property>
2237                                   <property name="has_frame">True</property>
2238                                   <property name="invisible_char">*</property>
2239                                   <property name="activates_default">True</property>
2240                                 </widget>
2241                               </child>
2242
2243                               <child internal-child="list">
2244                                 <widget class="GtkList" id="listStdURL">
2245                                   <property name="visible">True</property>
2246                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2247
2248                                   <child>
2249                                     <widget class="GtkListItem" id="listitem3190">
2250                                       <property name="visible">True</property>
2251                                       <property name="can_focus">True</property>
2252                                       <property name="label">127.0.0.1</property>
2253                                     </widget>
2254                                   </child>
2255
2256                                   <child>
2257                                     <widget class="GtkListItem" id="listitem3191">
2258                                       <property name="visible">True</property>
2259                                       <property name="can_focus">True</property>
2260                                       <property name="label">localhost</property>
2261                                     </widget>
2262                                   </child>
2263
2264                                   <child>
2265                                     <widget class="GtkListItem" id="listitem3192">
2266                                       <property name="visible">True</property>
2267                                       <property name="can_focus">True</property>
2268                                       <property name="label">localhost.localdomain</property>
2269                                     </widget>
2270                                   </child>
2271
2272                                   <child>
2273                                     <widget class="GtkListItem" id="listitem3193">
2274                                       <property name="visible">True</property>
2275                                       <property name="can_focus">True</property>
2276                                       <property name="label">239.0.0.42</property>
2277                                     </widget>
2278                                   </child>
2279                                 </widget>
2280                               </child>
2281                             </widget>
2282                             <packing>
2283                               <property name="left_attach">1</property>
2284                               <property name="right_attach">2</property>
2285                               <property name="top_attach">9</property>
2286                               <property name="bottom_attach">10</property>
2287                               <property name="y_options"></property>
2288                             </packing>
2289                           </child>
2290
2291                           <child>
2292                             <widget class="GtkCombo" id="comboStdMuxer">
2293                               <property name="visible">True</property>
2294                               <property name="value_in_list">False</property>
2295                               <property name="allow_empty">True</property>
2296                               <property name="case_sensitive">False</property>
2297                               <property name="enable_arrow_keys">True</property>
2298                               <property name="enable_arrows_always">False</property>
2299
2300                               <child internal-child="entry">
2301                                 <widget class="GtkEntry" id="entryStdMuxer">
2302                                   <property name="visible">True</property>
2303                                   <property name="can_focus">True</property>
2304                                   <property name="editable">True</property>
2305                                   <property name="visibility">True</property>
2306                                   <property name="max_length">0</property>
2307                                   <property name="text"></property>
2308                                   <property name="has_frame">True</property>
2309                                   <property name="invisible_char">*</property>
2310                                   <property name="activates_default">True</property>
2311                                 </widget>
2312                               </child>
2313
2314                               <child internal-child="list">
2315                                 <widget class="GtkList" id="listStdMuxer">
2316                                   <property name="visible">True</property>
2317                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2318
2319                                   <child>
2320                                     <widget class="GtkListItem" id="listitem3167">
2321                                       <property name="visible">True</property>
2322                                       <property name="can_focus">True</property>
2323                                       <property name="label">ps</property>
2324                                     </widget>
2325                                   </child>
2326
2327                                   <child>
2328                                     <widget class="GtkListItem" id="listitem3168">
2329                                       <property name="visible">True</property>
2330                                       <property name="can_focus">True</property>
2331                                       <property name="label">ts</property>
2332                                     </widget>
2333                                   </child>
2334
2335                                   <child>
2336                                     <widget class="GtkListItem" id="listitem3169">
2337                                       <property name="visible">True</property>
2338                                       <property name="can_focus">True</property>
2339                                       <property name="label">mpeg1</property>
2340                                     </widget>
2341                                   </child>
2342
2343                                   <child>
2344                                     <widget class="GtkListItem" id="listitem3170">
2345                                       <property name="visible">True</property>
2346                                       <property name="can_focus">True</property>
2347                                       <property name="label">avi</property>
2348                                     </widget>
2349                                   </child>
2350
2351                                   <child>
2352                                     <widget class="GtkListItem" id="listitem3171">
2353                                       <property name="visible">True</property>
2354                                       <property name="can_focus">True</property>
2355                                       <property name="label">ogg</property>
2356                                     </widget>
2357                                   </child>
2358
2359                                   <child>
2360                                     <widget class="GtkListItem" id="listitem3172">
2361                                       <property name="visible">True</property>
2362                                       <property name="can_focus">True</property>
2363                                       <property name="label">mp4</property>
2364                                     </widget>
2365                                   </child>
2366
2367                                   <child>
2368                                     <widget class="GtkListItem" id="listitem3173">
2369                                       <property name="visible">True</property>
2370                                       <property name="can_focus">True</property>
2371                                       <property name="label">mov</property>
2372                                     </widget>
2373                                   </child>
2374
2375                                   <child>
2376                                     <widget class="GtkListItem" id="listitem3174">
2377                                       <property name="visible">True</property>
2378                                       <property name="can_focus">True</property>
2379                                       <property name="label">asf</property>
2380                                     </widget>
2381                                   </child>
2382                                 </widget>
2383                               </child>
2384                             </widget>
2385                             <packing>
2386                               <property name="left_attach">1</property>
2387                               <property name="right_attach">2</property>
2388                               <property name="top_attach">8</property>
2389                               <property name="bottom_attach">9</property>
2390                               <property name="y_options"></property>
2391                             </packing>
2392                           </child>
2393
2394                           <child>
2395                             <widget class="GtkSpinButton" id="entryAudioBitrate">
2396                               <property name="visible">True</property>
2397                               <property name="tooltip" translatable="yes">kbits/s</property>
2398                               <property name="can_focus">True</property>
2399                               <property name="climb_rate">1</property>
2400                               <property name="digits">0</property>
2401                               <property name="numeric">True</property>
2402                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2403                               <property name="snap_to_ticks">False</property>
2404                               <property name="wrap">False</property>
2405                               <property name="adjustment">256 0 65535 1 10 10</property>
2406                             </widget>
2407                             <packing>
2408                               <property name="left_attach">1</property>
2409                               <property name="right_attach">2</property>
2410                               <property name="top_attach">6</property>
2411                               <property name="bottom_attach">7</property>
2412                               <property name="y_options"></property>
2413                             </packing>
2414                           </child>
2415
2416                           <child>
2417                             <widget class="GtkCombo" id="comboAudioCodec">
2418                               <property name="visible">True</property>
2419                               <property name="value_in_list">False</property>
2420                               <property name="allow_empty">True</property>
2421                               <property name="case_sensitive">False</property>
2422                               <property name="enable_arrow_keys">True</property>
2423                               <property name="enable_arrows_always">False</property>
2424
2425                               <child internal-child="entry">
2426                                 <widget class="GtkEntry" id="entryAudioCodec">
2427                                   <property name="visible">True</property>
2428                                   <property name="can_focus">True</property>
2429                                   <property name="editable">True</property>
2430                                   <property name="visibility">True</property>
2431                                   <property name="max_length">0</property>
2432                                   <property name="text"></property>
2433                                   <property name="has_frame">True</property>
2434                                   <property name="invisible_char">*</property>
2435                                   <property name="activates_default">True</property>
2436                                 </widget>
2437                               </child>
2438
2439                               <child internal-child="list">
2440                                 <widget class="GtkList" id="listAudioCodec">
2441                                   <property name="visible">True</property>
2442                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2443
2444                                   <child>
2445                                     <widget class="GtkListItem" id="listitem3031">
2446                                       <property name="visible">True</property>
2447                                       <property name="can_focus">True</property>
2448                                       <property name="label">alaw</property>
2449                                     </widget>
2450                                   </child>
2451
2452                                   <child>
2453                                     <widget class="GtkListItem" id="listitem3032">
2454                                       <property name="visible">True</property>
2455                                       <property name="can_focus">True</property>
2456                                       <property name="label">ulaw</property>
2457                                     </widget>
2458                                   </child>
2459
2460                                   <child>
2461                                     <widget class="GtkListItem" id="listitem3033">
2462                                       <property name="visible">True</property>
2463                                       <property name="can_focus">True</property>
2464                                       <property name="label">mpga</property>
2465                                     </widget>
2466                                   </child>
2467
2468                                   <child>
2469                                     <widget class="GtkListItem" id="listitem3034">
2470                                       <property name="visible">True</property>
2471                                       <property name="can_focus">True</property>
2472                                       <property name="label">mp3</property>
2473                                     </widget>
2474                                   </child>
2475
2476                                   <child>
2477                                     <widget class="GtkListItem" id="listitem3035">
2478                                       <property name="visible">True</property>
2479                                       <property name="can_focus">True</property>
2480                                       <property name="label">a52</property>
2481                                     </widget>
2482                                   </child>
2483
2484                                   <child>
2485                                     <widget class="GtkListItem" id="listitem3036">
2486                                       <property name="visible">True</property>
2487                                       <property name="can_focus">True</property>
2488                                       <property name="label">vorb</property>
2489                                     </widget>
2490                                   </child>
2491                                 </widget>
2492                               </child>
2493                             </widget>
2494                             <packing>
2495                               <property name="left_attach">1</property>
2496                               <property name="right_attach">2</property>
2497                               <property name="top_attach">5</property>
2498                               <property name="bottom_attach">6</property>
2499                               <property name="y_options"></property>
2500                             </packing>
2501                           </child>
2502
2503                           <child>
2504                             <widget class="GtkCheckButton" id="checkVideoDeinterlace">
2505                               <property name="visible">True</property>
2506                               <property name="can_focus">True</property>
2507                               <property name="label" translatable="yes">enable</property>
2508                               <property name="use_underline">True</property>
2509                               <property name="relief">GTK_RELIEF_NORMAL</property>
2510                               <property name="active">False</property>
2511                               <property name="inconsistent">False</property>
2512                               <property name="draw_indicator">True</property>
2513                             </widget>
2514                             <packing>
2515                               <property name="left_attach">1</property>
2516                               <property name="right_attach">2</property>
2517                               <property name="top_attach">4</property>
2518                               <property name="bottom_attach">5</property>
2519                               <property name="x_options">fill</property>
2520                               <property name="y_options"></property>
2521                             </packing>
2522                           </child>
2523
2524                           <child>
2525                             <widget class="GtkSpinButton" id="entryVideoKeyFrameInterval">
2526                               <property name="visible">True</property>
2527                               <property name="can_focus">True</property>
2528                               <property name="climb_rate">1</property>
2529                               <property name="digits">0</property>
2530                               <property name="numeric">True</property>
2531                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2532                               <property name="snap_to_ticks">False</property>
2533                               <property name="wrap">False</property>
2534                               <property name="adjustment">80 0 65535 1 10 10</property>
2535                             </widget>
2536                             <packing>
2537                               <property name="left_attach">1</property>
2538                               <property name="right_attach">2</property>
2539                               <property name="top_attach">3</property>
2540                               <property name="bottom_attach">4</property>
2541                               <property name="y_options"></property>
2542                             </packing>
2543                           </child>
2544
2545                           <child>
2546                             <widget class="GtkSpinButton" id="entryVideoBitrateTolerance">
2547                               <property name="visible">True</property>
2548                               <property name="tooltip" translatable="yes">bits/s</property>
2549                               <property name="can_focus">True</property>
2550                               <property name="climb_rate">1</property>
2551                               <property name="digits">0</property>
2552                               <property name="numeric">True</property>
2553                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2554                               <property name="snap_to_ticks">False</property>
2555                               <property name="wrap">False</property>
2556                               <property name="adjustment">800000 0 1e+06 1 10 10</property>
2557                             </widget>
2558                             <packing>
2559                               <property name="left_attach">1</property>
2560                               <property name="right_attach">2</property>
2561                               <property name="top_attach">2</property>
2562                               <property name="bottom_attach">3</property>
2563                               <property name="y_options"></property>
2564                             </packing>
2565                           </child>
2566
2567                           <child>
2568                             <widget class="GtkSpinButton" id="entryVideoBitrate">
2569                               <property name="visible">True</property>
2570                               <property name="tooltip" translatable="yes">kbits/s</property>
2571                               <property name="can_focus">True</property>
2572                               <property name="climb_rate">1</property>
2573                               <property name="digits">0</property>
2574                               <property name="numeric">True</property>
2575                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2576                               <property name="snap_to_ticks">False</property>
2577                               <property name="wrap">False</property>
2578                               <property name="adjustment">3000 0 65535 1 10 10</property>
2579                             </widget>
2580                             <packing>
2581                               <property name="left_attach">1</property>
2582                               <property name="right_attach">2</property>
2583                               <property name="top_attach">1</property>
2584                               <property name="bottom_attach">2</property>
2585                               <property name="y_options"></property>
2586                             </packing>
2587                           </child>
2588
2589                           <child>
2590                             <widget class="GtkLabel" id="labelAudioBitrate">
2591                               <property name="visible">True</property>
2592                               <property name="label" translatable="yes">Audio Bitrate :</property>
2593                               <property name="use_underline">False</property>
2594                               <property name="use_markup">False</property>
2595                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2596                               <property name="wrap">False</property>
2597                               <property name="selectable">False</property>
2598                               <property name="xalign">0</property>
2599                               <property name="yalign">0.5</property>
2600                               <property name="xpad">0</property>
2601                               <property name="ypad">0</property>
2602                             </widget>
2603                             <packing>
2604                               <property name="left_attach">0</property>
2605                               <property name="right_attach">1</property>
2606                               <property name="top_attach">6</property>
2607                               <property name="bottom_attach">7</property>
2608                               <property name="x_options">fill</property>
2609                               <property name="y_options"></property>
2610                             </packing>
2611                           </child>
2612
2613                           <child>
2614                             <widget class="GtkCombo" id="comboStdAccess">
2615                               <property name="visible">True</property>
2616                               <property name="value_in_list">False</property>
2617                               <property name="allow_empty">True</property>
2618                               <property name="case_sensitive">False</property>
2619                               <property name="enable_arrow_keys">True</property>
2620                               <property name="enable_arrows_always">False</property>
2621
2622                               <child internal-child="entry">
2623                                 <widget class="GtkEntry" id="entryStdAccess">
2624                                   <property name="visible">True</property>
2625                                   <property name="can_focus">True</property>
2626                                   <property name="editable">True</property>
2627                                   <property name="visibility">True</property>
2628                                   <property name="max_length">0</property>
2629                                   <property name="text"></property>
2630                                   <property name="has_frame">True</property>
2631                                   <property name="invisible_char">*</property>
2632                                   <property name="activates_default">True</property>
2633                                   <signal name="changed" handler="onEntryStdAccessChanged" last_modification_time="Sun, 30 Nov 2003 22:35:14 GMT"/>
2634                                 </widget>
2635                               </child>
2636
2637                               <child internal-child="list">
2638                                 <widget class="GtkList" id="listStdAccess">
2639                                   <property name="visible">True</property>
2640                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2641
2642                                   <child>
2643                                     <widget class="GtkListItem" id="listitem2385">
2644                                       <property name="visible">True</property>
2645                                       <property name="can_focus">True</property>
2646                                       <property name="label">udp</property>
2647                                     </widget>
2648                                   </child>
2649
2650                                   <child>
2651                                     <widget class="GtkListItem" id="listitem2386">
2652                                       <property name="visible">True</property>
2653                                       <property name="can_focus">True</property>
2654
2655                                       <child>
2656                                         <placeholder/>
2657                                       </child>
2658                                     </widget>
2659                                   </child>
2660
2661                                   <child>
2662                                     <widget class="GtkListItem" id="listitem2387">
2663                                       <property name="visible">True</property>
2664                                       <property name="can_focus">True</property>
2665                                       <property name="label" translatable="yes">file</property>
2666                                     </widget>
2667                                   </child>
2668
2669                                   <child>
2670                                     <widget class="GtkListItem" id="listitem2388">
2671                                       <property name="visible">True</property>
2672                                       <property name="can_focus">True</property>
2673                                       <property name="label">http</property>
2674                                     </widget>
2675                                   </child>
2676
2677                                   <child>
2678                                     <widget class="GtkListItem" id="listitem2389">
2679                                       <property name="visible">True</property>
2680                                       <property name="can_focus">True</property>
2681                                       <property name="label">mmsh</property>
2682                                     </widget>
2683                                   </child>
2684
2685                                   <child>
2686                                     <widget class="GtkListItem" id="listitem2390">
2687                                       <property name="visible">True</property>
2688                                       <property name="can_focus">True</property>
2689                                       <property name="label">rtp</property>
2690                                     </widget>
2691                                   </child>
2692
2693                                   <child>
2694                                     <widget class="GtkListItem" id="listitem2391">
2695                                       <property name="visible">True</property>
2696                                       <property name="can_focus">True</property>
2697                                       <property name="label">http</property>
2698                                     </widget>
2699                                   </child>
2700
2701                                   <child>
2702                                     <widget class="GtkListItem" id="listitem2392">
2703                                       <property name="visible">True</property>
2704                                       <property name="can_focus">True</property>
2705                                       <property name="label">ftp</property>
2706                                     </widget>
2707                                   </child>
2708                                 </widget>
2709                               </child>
2710                             </widget>
2711                             <packing>
2712                               <property name="left_attach">1</property>
2713                               <property name="right_attach">2</property>
2714                               <property name="top_attach">7</property>
2715                               <property name="bottom_attach">8</property>
2716                               <property name="y_options"></property>
2717                             </packing>
2718                           </child>
2719
2720                           <child>
2721                             <widget class="GtkLabel" id="labelSAP">
2722                               <property name="visible">True</property>
2723                               <property name="label" translatable="yes">SAP Announce:</property>
2724                               <property name="use_underline">False</property>
2725                               <property name="use_markup">False</property>
2726                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2727                               <property name="wrap">False</property>
2728                               <property name="selectable">False</property>
2729                               <property name="xalign">0</property>
2730                               <property name="yalign">0.5</property>
2731                               <property name="xpad">0</property>
2732                               <property name="ypad">0</property>
2733                             </widget>
2734                             <packing>
2735                               <property name="left_attach">0</property>
2736                               <property name="right_attach">1</property>
2737                               <property name="top_attach">11</property>
2738                               <property name="bottom_attach">12</property>
2739                               <property name="x_options">fill</property>
2740                               <property name="y_options"></property>
2741                             </packing>
2742                           </child>
2743
2744                           <child>
2745                             <widget class="GtkCheckButton" id="checkSAP">
2746                               <property name="visible">True</property>
2747                               <property name="can_focus">True</property>
2748                               <property name="label" translatable="yes">enable</property>
2749                               <property name="use_underline">True</property>
2750                               <property name="relief">GTK_RELIEF_NORMAL</property>
2751                               <property name="active">False</property>
2752                               <property name="inconsistent">False</property>
2753                               <property name="draw_indicator">True</property>
2754                             </widget>
2755                             <packing>
2756                               <property name="left_attach">1</property>
2757                               <property name="right_attach">2</property>
2758                               <property name="top_attach">11</property>
2759                               <property name="bottom_attach">12</property>
2760                               <property name="x_options">fill</property>
2761                               <property name="y_options"></property>
2762                             </packing>
2763                           </child>
2764
2765                           <child>
2766                             <widget class="GtkCheckButton" id="checkSLP">
2767                               <property name="visible">True</property>
2768                               <property name="can_focus">True</property>
2769                               <property name="label" translatable="yes">enable</property>
2770                               <property name="use_underline">True</property>
2771                               <property name="relief">GTK_RELIEF_NORMAL</property>
2772                               <property name="active">False</property>
2773                               <property name="inconsistent">False</property>
2774                               <property name="draw_indicator">True</property>
2775                             </widget>
2776                             <packing>
2777                               <property name="left_attach">1</property>
2778                               <property name="right_attach">2</property>
2779                               <property name="top_attach">12</property>
2780                               <property name="bottom_attach">13</property>
2781                               <property name="x_options">fill</property>
2782                               <property name="y_options"></property>
2783                             </packing>
2784                           </child>
2785
2786                           <child>
2787                             <widget class="GtkLabel" id="labelSLP:">
2788                               <property name="visible">True</property>
2789                               <property name="label" translatable="yes">SLP Announce:</property>
2790                               <property name="use_underline">False</property>
2791                               <property name="use_markup">False</property>
2792                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2793                               <property name="wrap">False</property>
2794                               <property name="selectable">False</property>
2795                               <property name="xalign">0</property>
2796                               <property name="yalign">0.5</property>
2797                               <property name="xpad">0</property>
2798                               <property name="ypad">0</property>
2799                             </widget>
2800                             <packing>
2801                               <property name="left_attach">0</property>
2802                               <property name="right_attach">1</property>
2803                               <property name="top_attach">12</property>
2804                               <property name="bottom_attach">13</property>
2805                               <property name="x_options">fill</property>
2806                               <property name="y_options"></property>
2807                             </packing>
2808                           </child>
2809
2810                           <child>
2811                             <widget class="GtkLabel" id="labelAnounceChannel">
2812                               <property name="visible">True</property>
2813                               <property name="label" translatable="yes">Announce Channel:</property>
2814                               <property name="use_underline">False</property>
2815                               <property name="use_markup">False</property>
2816                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2817                               <property name="wrap">False</property>
2818                               <property name="selectable">False</property>
2819                               <property name="xalign">0</property>
2820                               <property name="yalign">0.5</property>
2821                               <property name="xpad">0</property>
2822                               <property name="ypad">0</property>
2823                             </widget>
2824                             <packing>
2825                               <property name="left_attach">0</property>
2826                               <property name="right_attach">1</property>
2827                               <property name="top_attach">13</property>
2828                               <property name="bottom_attach">14</property>
2829                               <property name="x_options">fill</property>
2830                               <property name="y_options"></property>
2831                             </packing>
2832                           </child>
2833
2834                           <child>
2835                             <widget class="GtkCombo" id="comboAnnounceChannel">
2836                               <property name="visible">True</property>
2837                               <property name="value_in_list">False</property>
2838                               <property name="allow_empty">True</property>
2839                               <property name="case_sensitive">False</property>
2840                               <property name="enable_arrow_keys">True</property>
2841                               <property name="enable_arrows_always">False</property>
2842
2843                               <child internal-child="entry">
2844                                 <widget class="GtkEntry" id="entryAnnounceChannel">
2845                                   <property name="visible">True</property>
2846                                   <property name="can_focus">True</property>
2847                                   <property name="editable">True</property>
2848                                   <property name="visibility">True</property>
2849                                   <property name="max_length">0</property>
2850                                   <property name="text"></property>
2851                                   <property name="has_frame">True</property>
2852                                   <property name="invisible_char">*</property>
2853                                   <property name="activates_default">False</property>
2854                                 </widget>
2855                               </child>
2856
2857                               <child internal-child="list">
2858                                 <widget class="GtkList" id="listAnnounceChannel">
2859                                   <property name="visible">True</property>
2860                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2861                                 </widget>
2862                               </child>
2863                             </widget>
2864                             <packing>
2865                               <property name="left_attach">1</property>
2866                               <property name="right_attach">2</property>
2867                               <property name="top_attach">13</property>
2868                               <property name="bottom_attach">14</property>
2869                               <property name="y_options"></property>
2870                             </packing>
2871                           </child>
2872                         </widget>
2873                       </child>
2874                     </widget>
2875                   </child>
2876                 </widget>
2877                 <packing>
2878                   <property name="padding">0</property>
2879                   <property name="expand">True</property>
2880                   <property name="fill">True</property>
2881                 </packing>
2882               </child>
2883
2884               <child>
2885                 <widget class="GtkHBox" id="hbox14">
2886                   <property name="visible">True</property>
2887                   <property name="homogeneous">False</property>
2888                   <property name="spacing">0</property>
2889
2890                   <child>
2891                     <placeholder/>
2892                   </child>
2893
2894                   <child>
2895                     <widget class="GtkButton" id="AddTranscodeToPlaylist">
2896                       <property name="visible">True</property>
2897                       <property name="can_focus">True</property>
2898                       <property name="label" translatable="yes">Add to Playlist</property>
2899                       <property name="use_underline">True</property>
2900                       <property name="relief">GTK_RELIEF_NORMAL</property>
2901                       <signal name="pressed" handler="onAddTranscodeToPlaylist" last_modification_time="Sun, 09 Nov 2003 15:55:09 GMT"/>
2902                     </widget>
2903                     <packing>
2904                       <property name="padding">0</property>
2905                       <property name="expand">False</property>
2906                       <property name="fill">False</property>
2907                     </packing>
2908                   </child>
2909
2910                   <child>
2911                     <placeholder/>
2912                   </child>
2913                 </widget>
2914                 <packing>
2915                   <property name="padding">0</property>
2916                   <property name="expand">False</property>
2917                   <property name="fill">False</property>
2918                 </packing>
2919               </child>
2920             </widget>
2921             <packing>
2922               <property name="tab_expand">False</property>
2923               <property name="tab_fill">True</property>
2924             </packing>
2925           </child>
2926
2927           <child>
2928             <widget class="GtkLabel" id="Transcode">
2929               <property name="visible">True</property>
2930               <property name="label" translatable="yes">Transcode</property>
2931               <property name="use_underline">False</property>
2932               <property name="use_markup">False</property>
2933               <property name="justify">GTK_JUSTIFY_CENTER</property>
2934               <property name="wrap">False</property>
2935               <property name="selectable">False</property>
2936               <property name="xalign">0.5</property>
2937               <property name="yalign">0.5</property>
2938               <property name="xpad">0</property>
2939               <property name="ypad">0</property>
2940             </widget>
2941             <packing>
2942               <property name="type">tab</property>
2943             </packing>
2944           </child>
2945
2946           <child>
2947             <widget class="GtkVBox" id="vbox4">
2948               <property name="visible">True</property>
2949               <property name="homogeneous">False</property>
2950               <property name="spacing">0</property>
2951
2952               <child>
2953                 <widget class="GtkScrolledWindow" id="scrolledwindow5">
2954                   <property name="visible">True</property>
2955                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2956                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2957                   <property name="shadow_type">GTK_SHADOW_IN</property>
2958                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2959
2960                   <child>
2961                     <widget class="GtkTreeView" id="tvPlaylist">
2962                       <property name="visible">True</property>
2963                       <property name="can_focus">True</property>
2964                       <property name="headers_visible">True</property>
2965                       <property name="rules_hint">False</property>
2966                       <property name="reorderable">False</property>
2967                       <property name="enable_search">True</property>
2968                       <signal name="event" handler="PlaylistEvent" last_modification_time="Fri, 26 Sep 2003 12:48:10 GMT"/>
2969                       <signal name="columns_changed" handler="onPlaylistColumnsChanged" last_modification_time="Fri, 26 Sep 2003 13:36:25 GMT"/>
2970                       <signal name="select_cursor_row" handler="onPlaylistRowSelected" last_modification_time="Fri, 26 Sep 2003 13:37:22 GMT"/>
2971                       <signal name="row_activated" handler="onPlaylistRow" last_modification_time="Fri, 26 Sep 2003 13:37:35 GMT"/>
2972                     </widget>
2973                   </child>
2974                 </widget>
2975                 <packing>
2976                   <property name="padding">0</property>
2977                   <property name="expand">True</property>
2978                   <property name="fill">True</property>
2979                 </packing>
2980               </child>
2981
2982               <child>
2983                 <widget class="GtkHBox" id="hbox11">
2984                   <property name="visible">True</property>
2985                   <property name="homogeneous">True</property>
2986                   <property name="spacing">0</property>
2987
2988                   <child>
2989                     <widget class="GtkButton" id="UpdatePlaylist">
2990                       <property name="visible">True</property>
2991                       <property name="can_focus">True</property>
2992                       <property name="label" translatable="yes">Update</property>
2993                       <property name="use_underline">True</property>
2994                       <property name="relief">GTK_RELIEF_NORMAL</property>
2995                       <signal name="pressed" handler="onUpdatePlaylist" last_modification_time="Fri, 26 Sep 2003 12:48:43 GMT"/>
2996                     </widget>
2997                     <packing>
2998                       <property name="padding">0</property>
2999                       <property name="expand">False</property>
3000                       <property name="fill">False</property>
3001                     </packing>
3002                   </child>
3003
3004                   <child>
3005                     <widget class="GtkButton" id="DeletePlaylist">
3006                       <property name="visible">True</property>
3007                       <property name="can_focus">True</property>
3008                       <property name="label" translatable="yes">Delete</property>
3009                       <property name="use_underline">True</property>
3010                       <property name="relief">GTK_RELIEF_NORMAL</property>
3011                       <signal name="pressed" handler="onDeletePlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:22 GMT"/>
3012                     </widget>
3013                     <packing>
3014                       <property name="padding">5</property>
3015                       <property name="expand">False</property>
3016                       <property name="fill">False</property>
3017                     </packing>
3018                   </child>
3019
3020                   <child>
3021                     <widget class="GtkButton" id="ClearPlaylist">
3022                       <property name="visible">True</property>
3023                       <property name="can_focus">True</property>
3024                       <property name="label" translatable="yes"> Clear </property>
3025                       <property name="use_underline">True</property>
3026                       <property name="relief">GTK_RELIEF_NORMAL</property>
3027                       <signal name="pressed" handler="onClearPlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:47 GMT"/>
3028                     </widget>
3029                     <packing>
3030                       <property name="padding">5</property>
3031                       <property name="expand">False</property>
3032                       <property name="fill">False</property>
3033                     </packing>
3034                   </child>
3035                 </widget>
3036                 <packing>
3037                   <property name="padding">2</property>
3038                   <property name="expand">False</property>
3039                   <property name="fill">False</property>
3040                 </packing>
3041               </child>
3042             </widget>
3043             <packing>
3044               <property name="tab_expand">False</property>
3045               <property name="tab_fill">True</property>
3046             </packing>
3047           </child>
3048
3049           <child>
3050             <widget class="GtkLabel" id="playlist">
3051               <property name="visible">True</property>
3052               <property name="label" translatable="yes">Playlist</property>
3053               <property name="use_underline">False</property>
3054               <property name="use_markup">False</property>
3055               <property name="justify">GTK_JUSTIFY_CENTER</property>
3056               <property name="wrap">False</property>
3057               <property name="selectable">False</property>
3058               <property name="xalign">0.5</property>
3059               <property name="yalign">0.5</property>
3060               <property name="xpad">0</property>
3061               <property name="ypad">0</property>
3062             </widget>
3063             <packing>
3064               <property name="type">tab</property>
3065             </packing>
3066           </child>
3067
3068           <child>
3069             <widget class="GtkVBox" id="vbox2">
3070               <property name="visible">True</property>
3071               <property name="homogeneous">False</property>
3072               <property name="spacing">0</property>
3073
3074               <child>
3075                 <widget class="GtkScrolledWindow" id="scrolledwindowPreference">
3076                   <property name="visible">True</property>
3077                   <property name="can_focus">True</property>
3078                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
3079                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
3080                   <property name="shadow_type">GTK_SHADOW_NONE</property>
3081                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3082
3083                   <child>
3084                     <widget class="GtkTreeView" id="tvPreferences">
3085                       <property name="visible">True</property>
3086                       <property name="can_focus">True</property>
3087                       <property name="headers_visible">False</property>
3088                       <property name="rules_hint">False</property>
3089                       <property name="reorderable">False</property>
3090                       <property name="enable_search">True</property>
3091                     </widget>
3092                   </child>
3093                 </widget>
3094                 <packing>
3095                   <property name="padding">0</property>
3096                   <property name="expand">True</property>
3097                   <property name="fill">True</property>
3098                 </packing>
3099               </child>
3100
3101               <child>
3102                 <widget class="GtkHBox" id="hbox2">
3103                   <property name="visible">True</property>
3104                   <property name="homogeneous">True</property>
3105                   <property name="spacing">0</property>
3106
3107                   <child>
3108                     <widget class="GtkButton" id="PreferenceSave">
3109                       <property name="visible">True</property>
3110                       <property name="can_focus">True</property>
3111                       <property name="label" translatable="yes"> Save </property>
3112                       <property name="use_underline">True</property>
3113                       <property name="relief">GTK_RELIEF_NORMAL</property>
3114                       <signal name="pressed" handler="onPreferenceSave" last_modification_time="Fri, 26 Sep 2003 13:26:11 GMT"/>
3115                     </widget>
3116                     <packing>
3117                       <property name="padding">0</property>
3118                       <property name="expand">False</property>
3119                       <property name="fill">False</property>
3120                     </packing>
3121                   </child>
3122
3123                   <child>
3124                     <widget class="GtkButton" id="PreferenceApply">
3125                       <property name="visible">True</property>
3126                       <property name="can_focus">True</property>
3127                       <property name="label" translatable="yes"> Apply </property>
3128                       <property name="use_underline">True</property>
3129                       <property name="relief">GTK_RELIEF_NORMAL</property>
3130                       <signal name="pressed" handler="onPreferenceApply" last_modification_time="Fri, 26 Sep 2003 13:26:54 GMT"/>
3131                     </widget>
3132                     <packing>
3133                       <property name="padding">0</property>
3134                       <property name="expand">False</property>
3135                       <property name="fill">False</property>
3136                     </packing>
3137                   </child>
3138
3139                   <child>
3140                     <placeholder/>
3141                   </child>
3142
3143                   <child>
3144                     <widget class="GtkButton" id="PreferenceCancel">
3145                       <property name="visible">True</property>
3146                       <property name="can_focus">True</property>
3147                       <property name="label" translatable="yes"> Cancel </property>
3148                       <property name="use_underline">True</property>
3149                       <property name="relief">GTK_RELIEF_NORMAL</property>
3150                       <signal name="pressed" handler="onPreferenceCancel" last_modification_time="Fri, 26 Sep 2003 13:27:19 GMT"/>
3151                     </widget>
3152                     <packing>
3153                       <property name="padding">0</property>
3154                       <property name="expand">False</property>
3155                       <property name="fill">False</property>
3156                       <property name="pack_type">GTK_PACK_END</property>
3157                     </packing>
3158                   </child>
3159                 </widget>
3160                 <packing>
3161                   <property name="padding">2</property>
3162                   <property name="expand">False</property>
3163                   <property name="fill">False</property>
3164                   <property name="pack_type">GTK_PACK_END</property>
3165                 </packing>
3166               </child>
3167             </widget>
3168             <packing>
3169               <property name="tab_expand">False</property>
3170               <property name="tab_fill">True</property>
3171             </packing>
3172           </child>
3173
3174           <child>
3175             <widget class="GtkLabel" id="preferences">
3176               <property name="visible">True</property>
3177               <property name="label" translatable="yes">Preference</property>
3178               <property name="use_underline">False</property>
3179               <property name="use_markup">False</property>
3180               <property name="justify">GTK_JUSTIFY_CENTER</property>
3181               <property name="wrap">False</property>
3182               <property name="selectable">False</property>
3183               <property name="xalign">0.5</property>
3184               <property name="yalign">0.5</property>
3185               <property name="xpad">0</property>
3186               <property name="ypad">0</property>
3187             </widget>
3188             <packing>
3189               <property name="type">tab</property>
3190             </packing>
3191           </child>
3192
3193           <child>
3194             <widget class="GtkScrolledWindow" id="scrolledwindow3">
3195               <property name="visible">True</property>
3196               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3197               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3198               <property name="shadow_type">GTK_SHADOW_NONE</property>
3199               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3200
3201               <child>
3202                 <widget class="GtkViewport" id="viewport1">
3203                   <property name="visible">True</property>
3204                   <property name="shadow_type">GTK_SHADOW_IN</property>
3205
3206                   <child>
3207                     <widget class="GtkFixed" id="fixed2">
3208                       <property name="visible">True</property>
3209
3210                       <child>
3211                         <widget class="GtkImage" id="aboutImage">
3212                           <property name="width_request">48</property>
3213                           <property name="height_request">48</property>
3214                           <property name="visible">True</property>
3215                           <property name="pixbuf">vlc48x48.png</property>
3216                           <property name="xalign">0.5</property>
3217                           <property name="yalign">0.5</property>
3218                           <property name="xpad">0</property>
3219                           <property name="ypad">0</property>
3220                         </widget>
3221                         <packing>
3222                           <property name="x">0</property>
3223                           <property name="y">0</property>
3224                         </packing>
3225                       </child>
3226
3227                       <child>
3228                         <widget class="GtkLabel" id="labelDescription">
3229                           <property name="width_request">200</property>
3230                           <property name="height_request">112</property>
3231                           <property name="visible">True</property>
3232                           <property name="label" translatable="yes">VLC media player is an MPEG, MPEG 2, MP3 and DivX player that accepts input from local or network sources and is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html).</property>
3233                           <property name="use_underline">False</property>
3234                           <property name="use_markup">False</property>
3235                           <property name="justify">GTK_JUSTIFY_LEFT</property>
3236                           <property name="wrap">True</property>
3237                           <property name="selectable">False</property>
3238                           <property name="xalign">0.5</property>
3239                           <property name="yalign">0.5</property>
3240                           <property name="xpad">0</property>
3241                           <property name="ypad">0</property>
3242                         </widget>
3243                         <packing>
3244                           <property name="x">16</property>
3245                           <property name="y">112</property>
3246                         </packing>
3247                       </child>
3248
3249                       <child>
3250                         <widget class="GtkLabel" id="labelAuthors">
3251                           <property name="width_request">208</property>
3252                           <property name="height_request">32</property>
3253                           <property name="visible">True</property>
3254                           <property name="label" translatable="yes">Authors: the VideoLAN Team, http://www.videolan.org/team/</property>
3255                           <property name="use_underline">False</property>
3256                           <property name="use_markup">False</property>
3257                           <property name="justify">GTK_JUSTIFY_LEFT</property>
3258                           <property name="wrap">True</property>
3259                           <property name="selectable">False</property>
3260                           <property name="xalign">0.5</property>
3261                           <property name="yalign">0.5</property>
3262                           <property name="xpad">0</property>
3263                           <property name="ypad">0</property>
3264                         </widget>
3265                         <packing>
3266                           <property name="x">16</property>
3267                           <property name="y">72</property>
3268                         </packing>
3269                       </child>
3270
3271                       <child>
3272                         <widget class="GtkLabel" id="labelCopyright">
3273                           <property name="width_request">208</property>
3274                           <property name="height_request">16</property>
3275                           <property name="visible">True</property>
3276                           <property name="label" translatable="yes">(c) 1996-2004 the VideoLAN team</property>
3277                           <property name="use_underline">False</property>
3278                           <property name="use_markup">False</property>
3279                           <property name="justify">GTK_JUSTIFY_CENTER</property>
3280                           <property name="wrap">False</property>
3281                           <property name="selectable">False</property>
3282                           <property name="xalign">0.5</property>
3283                           <property name="yalign">0.5</property>
3284                           <property name="xpad">0</property>
3285                           <property name="ypad">0</property>
3286                         </widget>
3287                         <packing>
3288                           <property name="x">16</property>
3289                           <property name="y">48</property>
3290                         </packing>
3291                       </child>
3292
3293                       <child>
3294                         <widget class="GtkLabel" id="labelProgramName">
3295                           <property name="width_request">152</property>
3296                           <property name="height_request">16</property>
3297                           <property name="visible">True</property>
3298                           <property name="label" translatable="yes">VLC media player</property>
3299                           <property name="use_underline">False</property>
3300                           <property name="use_markup">False</property>
3301                           <property name="justify">GTK_JUSTIFY_CENTER</property>
3302                           <property name="wrap">True</property>
3303                           <property name="selectable">False</property>
3304                           <property name="xalign">0.5</property>
3305                           <property name="yalign">0.5</property>
3306                           <property name="xpad">0</property>
3307                           <property name="ypad">0</property>
3308                         </widget>
3309                         <packing>
3310                           <property name="x">48</property>
3311                           <property name="y">16</property>
3312                         </packing>
3313                       </child>
3314                     </widget>
3315                   </child>
3316                 </widget>
3317               </child>
3318             </widget>
3319             <packing>
3320               <property name="tab_expand">False</property>
3321               <property name="tab_fill">True</property>
3322             </packing>
3323           </child>
3324
3325           <child>
3326             <widget class="GtkLabel" id="about">
3327               <property name="visible">True</property>
3328               <property name="label" translatable="yes">About</property>
3329               <property name="use_underline">False</property>
3330               <property name="use_markup">False</property>
3331               <property name="justify">GTK_JUSTIFY_CENTER</property>
3332               <property name="wrap">False</property>
3333               <property name="selectable">False</property>
3334               <property name="xalign">0.5</property>
3335               <property name="yalign">0.5</property>
3336               <property name="xpad">0</property>
3337               <property name="ypad">0</property>
3338             </widget>
3339             <packing>
3340               <property name="type">tab</property>
3341             </packing>
3342           </child>
3343         </widget>
3344         <packing>
3345           <property name="padding">0</property>
3346           <property name="expand">True</property>
3347           <property name="fill">True</property>
3348           <property name="pack_type">GTK_PACK_END</property>
3349         </packing>
3350       </child>
3351     </widget>
3352   </child>
3353 </widget>
3354
3355 </glade-interface>