]> git.sesse.net Git - vlc/blob - modules/gui/pda/pda.glade
Updated PDA interface.
[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" translatable="yes">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" translatable="yes"></property>
348                           <property name="has_frame">True</property>
349                           <property name="invisible_char" translatable="yes">*</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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes"></property>
539                           <property name="has_frame">True</property>
540                           <property name="invisible_char" translatable="yes">*</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" translatable="yes"></property>
579                           <property name="has_frame">True</property>
580                           <property name="invisible_char" translatable="yes">*</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" translatable="yes"></property>
659                           <property name="has_frame">True</property>
660                           <property name="invisible_char" translatable="yes">*</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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes"></property>
1218                                   <property name="has_frame">True</property>
1219                                   <property name="invisible_char" translatable="yes">*</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" translatable="yes">/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" translatable="yes">/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" translatable="yes">/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" translatable="yes"></property>
1282                                   <property name="has_frame">True</property>
1283                                   <property name="invisible_char" translatable="yes">*</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" translatable="yes">/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" translatable="yes">/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" translatable="yes">/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" translatable="yes">/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" translatable="yes"></property>
1376                                   <property name="has_frame">True</property>
1377                                   <property name="invisible_char" translatable="yes">*</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" translatable="yes"></property>
1448                                   <property name="has_frame">True</property>
1449                                   <property name="invisible_char" translatable="yes">*</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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes"></property>
1612                                   <property name="has_frame">True</property>
1613                                   <property name="invisible_char" translatable="yes">*</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" translatable="yes"></property>
1904                                   <property name="has_frame">True</property>
1905                                   <property name="invisible_char" translatable="yes">*</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" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">H263</property>
1952                                     </widget>
1953                                   </child>
1954
1955                                   <child>
1956                                     <widget class="GtkListItem" id="listitem3164">
1957                                       <property name="visible">True</property>
1958                                       <property name="can_focus">True</property>
1959                                       <property name="label" translatable="yes">I263</property>
1960                                     </widget>
1961                                   </child>
1962
1963                                   <child>
1964                                     <widget class="GtkListItem" id="listitem3165">
1965                                       <property name="visible">True</property>
1966                                       <property name="can_focus">True</property>
1967                                       <property name="label" translatable="yes">WMV1</property>
1968                                     </widget>
1969                                   </child>
1970
1971                                   <child>
1972                                     <widget class="GtkListItem" id="listitem3166">
1973                                       <property name="visible">True</property>
1974                                       <property name="can_focus">True</property>
1975                                       <property name="label" translatable="yes">WMV2</property>
1976                                     </widget>
1977                                   </child>
1978                                 </widget>
1979                               </child>
1980                             </widget>
1981                             <packing>
1982                               <property name="left_attach">1</property>
1983                               <property name="right_attach">2</property>
1984                               <property name="top_attach">0</property>
1985                               <property name="bottom_attach">1</property>
1986                               <property name="x_options">expand|shrink|fill</property>
1987                               <property name="y_options"></property>
1988                             </packing>
1989                           </child>
1990
1991                           <child>
1992                             <widget class="GtkLabel" id="labelVideoBitrate">
1993                               <property name="visible">True</property>
1994                               <property name="label" translatable="yes">Video Bitrate:</property>
1995                               <property name="use_underline">False</property>
1996                               <property name="use_markup">False</property>
1997                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1998                               <property name="wrap">False</property>
1999                               <property name="selectable">False</property>
2000                               <property name="xalign">0</property>
2001                               <property name="yalign">0.5</property>
2002                               <property name="xpad">0</property>
2003                               <property name="ypad">0</property>
2004                             </widget>
2005                             <packing>
2006                               <property name="left_attach">0</property>
2007                               <property name="right_attach">1</property>
2008                               <property name="top_attach">1</property>
2009                               <property name="bottom_attach">2</property>
2010                               <property name="x_options">fill</property>
2011                               <property name="y_options"></property>
2012                             </packing>
2013                           </child>
2014
2015                           <child>
2016                             <widget class="GtkLabel" id="labelVideoBitrateTolerance">
2017                               <property name="visible">True</property>
2018                               <property name="label" translatable="yes">Bitrate Tolerance:</property>
2019                               <property name="use_underline">False</property>
2020                               <property name="use_markup">False</property>
2021                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2022                               <property name="wrap">False</property>
2023                               <property name="selectable">False</property>
2024                               <property name="xalign">0</property>
2025                               <property name="yalign">0.5</property>
2026                               <property name="xpad">0</property>
2027                               <property name="ypad">0</property>
2028                             </widget>
2029                             <packing>
2030                               <property name="left_attach">0</property>
2031                               <property name="right_attach">1</property>
2032                               <property name="top_attach">2</property>
2033                               <property name="bottom_attach">3</property>
2034                               <property name="x_options">fill</property>
2035                               <property name="y_options"></property>
2036                             </packing>
2037                           </child>
2038
2039                           <child>
2040                             <widget class="GtkLabel" id="labelVideoKeyInterval">
2041                               <property name="visible">True</property>
2042                               <property name="label" translatable="yes">Keyframe Interval:</property>
2043                               <property name="use_underline">False</property>
2044                               <property name="use_markup">False</property>
2045                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2046                               <property name="wrap">False</property>
2047                               <property name="selectable">False</property>
2048                               <property name="xalign">0</property>
2049                               <property name="yalign">0.5</property>
2050                               <property name="xpad">0</property>
2051                               <property name="ypad">0</property>
2052                             </widget>
2053                             <packing>
2054                               <property name="left_attach">0</property>
2055                               <property name="right_attach">1</property>
2056                               <property name="top_attach">3</property>
2057                               <property name="bottom_attach">4</property>
2058                               <property name="x_options">fill</property>
2059                               <property name="y_options"></property>
2060                             </packing>
2061                           </child>
2062
2063                           <child>
2064                             <widget class="GtkLabel" id="labelAudioCodec">
2065                               <property name="visible">True</property>
2066                               <property name="label" translatable="yes">Audio Codec:</property>
2067                               <property name="use_underline">False</property>
2068                               <property name="use_markup">False</property>
2069                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2070                               <property name="wrap">False</property>
2071                               <property name="selectable">False</property>
2072                               <property name="xalign">0</property>
2073                               <property name="yalign">0.5</property>
2074                               <property name="xpad">0</property>
2075                               <property name="ypad">0</property>
2076                             </widget>
2077                             <packing>
2078                               <property name="left_attach">0</property>
2079                               <property name="right_attach">1</property>
2080                               <property name="top_attach">5</property>
2081                               <property name="bottom_attach">6</property>
2082                               <property name="x_options">fill</property>
2083                               <property name="y_options"></property>
2084                             </packing>
2085                           </child>
2086
2087                           <child>
2088                             <widget class="GtkLabel" id="labelVideoDeinterlace">
2089                               <property name="visible">True</property>
2090                               <property name="label" translatable="yes">Deinterlace:</property>
2091                               <property name="use_underline">False</property>
2092                               <property name="use_markup">False</property>
2093                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2094                               <property name="wrap">False</property>
2095                               <property name="selectable">False</property>
2096                               <property name="xalign">0</property>
2097                               <property name="yalign">0.5</property>
2098                               <property name="xpad">0</property>
2099                               <property name="ypad">0</property>
2100                             </widget>
2101                             <packing>
2102                               <property name="left_attach">0</property>
2103                               <property name="right_attach">1</property>
2104                               <property name="top_attach">4</property>
2105                               <property name="bottom_attach">5</property>
2106                               <property name="x_options">fill</property>
2107                               <property name="y_options"></property>
2108                             </packing>
2109                           </child>
2110
2111                           <child>
2112                             <widget class="GtkLabel" id="labelStdAccess">
2113                               <property name="visible">True</property>
2114                               <property name="label" translatable="yes">Access:</property>
2115                               <property name="use_underline">False</property>
2116                               <property name="use_markup">False</property>
2117                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2118                               <property name="wrap">False</property>
2119                               <property name="selectable">False</property>
2120                               <property name="xalign">0</property>
2121                               <property name="yalign">0.5</property>
2122                               <property name="xpad">0</property>
2123                               <property name="ypad">0</property>
2124                             </widget>
2125                             <packing>
2126                               <property name="left_attach">0</property>
2127                               <property name="right_attach">1</property>
2128                               <property name="top_attach">7</property>
2129                               <property name="bottom_attach">8</property>
2130                               <property name="x_options">fill</property>
2131                               <property name="y_options"></property>
2132                             </packing>
2133                           </child>
2134
2135                           <child>
2136                             <widget class="GtkLabel" id="labelStdMuxer">
2137                               <property name="visible">True</property>
2138                               <property name="label" translatable="yes">Muxer:</property>
2139                               <property name="use_underline">False</property>
2140                               <property name="use_markup">False</property>
2141                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2142                               <property name="wrap">False</property>
2143                               <property name="selectable">False</property>
2144                               <property name="xalign">0</property>
2145                               <property name="yalign">0.5</property>
2146                               <property name="xpad">0</property>
2147                               <property name="ypad">0</property>
2148                             </widget>
2149                             <packing>
2150                               <property name="left_attach">0</property>
2151                               <property name="right_attach">1</property>
2152                               <property name="top_attach">8</property>
2153                               <property name="bottom_attach">9</property>
2154                               <property name="x_options">fill</property>
2155                               <property name="y_options"></property>
2156                             </packing>
2157                           </child>
2158
2159                           <child>
2160                             <widget class="GtkLabel" id="labelStdUrl">
2161                               <property name="visible">True</property>
2162                               <property name="label" translatable="yes">URL:</property>
2163                               <property name="use_underline">False</property>
2164                               <property name="use_markup">False</property>
2165                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2166                               <property name="wrap">False</property>
2167                               <property name="selectable">False</property>
2168                               <property name="xalign">0</property>
2169                               <property name="yalign">0.5</property>
2170                               <property name="xpad">0</property>
2171                               <property name="ypad">0</property>
2172                             </widget>
2173                             <packing>
2174                               <property name="left_attach">0</property>
2175                               <property name="right_attach">1</property>
2176                               <property name="top_attach">9</property>
2177                               <property name="bottom_attach">10</property>
2178                               <property name="x_options">fill</property>
2179                               <property name="y_options"></property>
2180                             </packing>
2181                           </child>
2182
2183                           <child>
2184                             <widget class="GtkLabel" id="labelStdTimeToLive">
2185                               <property name="visible">True</property>
2186                               <property name="label" translatable="yes">Time To Live (TTL):</property>
2187                               <property name="use_underline">False</property>
2188                               <property name="use_markup">False</property>
2189                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2190                               <property name="wrap">False</property>
2191                               <property name="selectable">False</property>
2192                               <property name="xalign">0</property>
2193                               <property name="yalign">0.5</property>
2194                               <property name="xpad">0</property>
2195                               <property name="ypad">0</property>
2196                             </widget>
2197                             <packing>
2198                               <property name="left_attach">0</property>
2199                               <property name="right_attach">1</property>
2200                               <property name="top_attach">10</property>
2201                               <property name="bottom_attach">11</property>
2202                               <property name="x_options">fill</property>
2203                               <property name="y_options"></property>
2204                             </packing>
2205                           </child>
2206
2207                           <child>
2208                             <widget class="GtkSpinButton" id="entryStdTTL">
2209                               <property name="visible">True</property>
2210                               <property name="can_focus">True</property>
2211                               <property name="climb_rate">1</property>
2212                               <property name="digits">0</property>
2213                               <property name="numeric">False</property>
2214                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2215                               <property name="snap_to_ticks">False</property>
2216                               <property name="wrap">False</property>
2217                               <property name="adjustment">1 0 100 1 10 10</property>
2218                             </widget>
2219                             <packing>
2220                               <property name="left_attach">1</property>
2221                               <property name="right_attach">2</property>
2222                               <property name="top_attach">10</property>
2223                               <property name="bottom_attach">11</property>
2224                               <property name="y_options"></property>
2225                             </packing>
2226                           </child>
2227
2228                           <child>
2229                             <widget class="GtkCombo" id="comboStdURL">
2230                               <property name="visible">True</property>
2231                               <property name="value_in_list">False</property>
2232                               <property name="allow_empty">True</property>
2233                               <property name="case_sensitive">False</property>
2234                               <property name="enable_arrow_keys">True</property>
2235                               <property name="enable_arrows_always">False</property>
2236
2237                               <child internal-child="entry">
2238                                 <widget class="GtkEntry" id="entryStdURL">
2239                                   <property name="visible">True</property>
2240                                   <property name="can_focus">True</property>
2241                                   <property name="editable">True</property>
2242                                   <property name="visibility">True</property>
2243                                   <property name="max_length">0</property>
2244                                   <property name="text" translatable="yes"></property>
2245                                   <property name="has_frame">True</property>
2246                                   <property name="invisible_char" translatable="yes">*</property>
2247                                   <property name="activates_default">True</property>
2248                                 </widget>
2249                               </child>
2250
2251                               <child internal-child="list">
2252                                 <widget class="GtkList" id="listStdURL">
2253                                   <property name="visible">True</property>
2254                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2255
2256                                   <child>
2257                                     <widget class="GtkListItem" id="listitem3190">
2258                                       <property name="visible">True</property>
2259                                       <property name="can_focus">True</property>
2260                                       <property name="label" translatable="yes">127.0.0.1</property>
2261                                     </widget>
2262                                   </child>
2263
2264                                   <child>
2265                                     <widget class="GtkListItem" id="listitem3191">
2266                                       <property name="visible">True</property>
2267                                       <property name="can_focus">True</property>
2268                                       <property name="label" translatable="yes">localhost</property>
2269                                     </widget>
2270                                   </child>
2271
2272                                   <child>
2273                                     <widget class="GtkListItem" id="listitem3192">
2274                                       <property name="visible">True</property>
2275                                       <property name="can_focus">True</property>
2276                                       <property name="label" translatable="yes">localhost.localdomain</property>
2277                                     </widget>
2278                                   </child>
2279
2280                                   <child>
2281                                     <widget class="GtkListItem" id="listitem3193">
2282                                       <property name="visible">True</property>
2283                                       <property name="can_focus">True</property>
2284                                       <property name="label" translatable="yes">239.0.0.42</property>
2285                                     </widget>
2286                                   </child>
2287                                 </widget>
2288                               </child>
2289                             </widget>
2290                             <packing>
2291                               <property name="left_attach">1</property>
2292                               <property name="right_attach">2</property>
2293                               <property name="top_attach">9</property>
2294                               <property name="bottom_attach">10</property>
2295                               <property name="y_options"></property>
2296                             </packing>
2297                           </child>
2298
2299                           <child>
2300                             <widget class="GtkCombo" id="comboStdMuxer">
2301                               <property name="visible">True</property>
2302                               <property name="value_in_list">False</property>
2303                               <property name="allow_empty">True</property>
2304                               <property name="case_sensitive">False</property>
2305                               <property name="enable_arrow_keys">True</property>
2306                               <property name="enable_arrows_always">False</property>
2307
2308                               <child internal-child="entry">
2309                                 <widget class="GtkEntry" id="entryStdMuxer">
2310                                   <property name="visible">True</property>
2311                                   <property name="can_focus">True</property>
2312                                   <property name="editable">True</property>
2313                                   <property name="visibility">True</property>
2314                                   <property name="max_length">0</property>
2315                                   <property name="text" translatable="yes"></property>
2316                                   <property name="has_frame">True</property>
2317                                   <property name="invisible_char" translatable="yes">*</property>
2318                                   <property name="activates_default">True</property>
2319                                 </widget>
2320                               </child>
2321
2322                               <child internal-child="list">
2323                                 <widget class="GtkList" id="listStdMuxer">
2324                                   <property name="visible">True</property>
2325                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2326
2327                                   <child>
2328                                     <widget class="GtkListItem" id="listitem3167">
2329                                       <property name="visible">True</property>
2330                                       <property name="can_focus">True</property>
2331                                       <property name="label" translatable="yes">ps</property>
2332                                     </widget>
2333                                   </child>
2334
2335                                   <child>
2336                                     <widget class="GtkListItem" id="listitem3168">
2337                                       <property name="visible">True</property>
2338                                       <property name="can_focus">True</property>
2339                                       <property name="label" translatable="yes">ts</property>
2340                                     </widget>
2341                                   </child>
2342
2343                                   <child>
2344                                     <widget class="GtkListItem" id="listitem3169">
2345                                       <property name="visible">True</property>
2346                                       <property name="can_focus">True</property>
2347                                       <property name="label" translatable="yes">mpeg1</property>
2348                                     </widget>
2349                                   </child>
2350
2351                                   <child>
2352                                     <widget class="GtkListItem" id="listitem3170">
2353                                       <property name="visible">True</property>
2354                                       <property name="can_focus">True</property>
2355                                       <property name="label" translatable="yes">avi</property>
2356                                     </widget>
2357                                   </child>
2358
2359                                   <child>
2360                                     <widget class="GtkListItem" id="listitem3171">
2361                                       <property name="visible">True</property>
2362                                       <property name="can_focus">True</property>
2363                                       <property name="label" translatable="yes">ogg</property>
2364                                     </widget>
2365                                   </child>
2366
2367                                   <child>
2368                                     <widget class="GtkListItem" id="listitem3172">
2369                                       <property name="visible">True</property>
2370                                       <property name="can_focus">True</property>
2371                                       <property name="label" translatable="yes">mp4</property>
2372                                     </widget>
2373                                   </child>
2374
2375                                   <child>
2376                                     <widget class="GtkListItem" id="listitem3173">
2377                                       <property name="visible">True</property>
2378                                       <property name="can_focus">True</property>
2379                                       <property name="label" translatable="yes">mov</property>
2380                                     </widget>
2381                                   </child>
2382
2383                                   <child>
2384                                     <widget class="GtkListItem" id="listitem3174">
2385                                       <property name="visible">True</property>
2386                                       <property name="can_focus">True</property>
2387                                       <property name="label" translatable="yes">asf</property>
2388                                     </widget>
2389                                   </child>
2390                                 </widget>
2391                               </child>
2392                             </widget>
2393                             <packing>
2394                               <property name="left_attach">1</property>
2395                               <property name="right_attach">2</property>
2396                               <property name="top_attach">8</property>
2397                               <property name="bottom_attach">9</property>
2398                               <property name="y_options"></property>
2399                             </packing>
2400                           </child>
2401
2402                           <child>
2403                             <widget class="GtkSpinButton" id="entryAudioBitrate">
2404                               <property name="visible">True</property>
2405                               <property name="tooltip" translatable="yes">kbits/s</property>
2406                               <property name="can_focus">True</property>
2407                               <property name="climb_rate">1</property>
2408                               <property name="digits">0</property>
2409                               <property name="numeric">True</property>
2410                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2411                               <property name="snap_to_ticks">False</property>
2412                               <property name="wrap">False</property>
2413                               <property name="adjustment">256 0 65535 1 10 10</property>
2414                             </widget>
2415                             <packing>
2416                               <property name="left_attach">1</property>
2417                               <property name="right_attach">2</property>
2418                               <property name="top_attach">6</property>
2419                               <property name="bottom_attach">7</property>
2420                               <property name="y_options"></property>
2421                             </packing>
2422                           </child>
2423
2424                           <child>
2425                             <widget class="GtkCombo" id="comboAudioCodec">
2426                               <property name="visible">True</property>
2427                               <property name="value_in_list">False</property>
2428                               <property name="allow_empty">True</property>
2429                               <property name="case_sensitive">False</property>
2430                               <property name="enable_arrow_keys">True</property>
2431                               <property name="enable_arrows_always">False</property>
2432
2433                               <child internal-child="entry">
2434                                 <widget class="GtkEntry" id="entryAudioCodec">
2435                                   <property name="visible">True</property>
2436                                   <property name="can_focus">True</property>
2437                                   <property name="editable">True</property>
2438                                   <property name="visibility">True</property>
2439                                   <property name="max_length">0</property>
2440                                   <property name="text" translatable="yes"></property>
2441                                   <property name="has_frame">True</property>
2442                                   <property name="invisible_char" translatable="yes">*</property>
2443                                   <property name="activates_default">True</property>
2444                                 </widget>
2445                               </child>
2446
2447                               <child internal-child="list">
2448                                 <widget class="GtkList" id="listAudioCodec">
2449                                   <property name="visible">True</property>
2450                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2451
2452                                   <child>
2453                                     <widget class="GtkListItem" id="listitem3031">
2454                                       <property name="visible">True</property>
2455                                       <property name="can_focus">True</property>
2456                                       <property name="label" translatable="yes">alaw</property>
2457                                     </widget>
2458                                   </child>
2459
2460                                   <child>
2461                                     <widget class="GtkListItem" id="listitem3032">
2462                                       <property name="visible">True</property>
2463                                       <property name="can_focus">True</property>
2464                                       <property name="label" translatable="yes">ulaw</property>
2465                                     </widget>
2466                                   </child>
2467
2468                                   <child>
2469                                     <widget class="GtkListItem" id="listitem3033">
2470                                       <property name="visible">True</property>
2471                                       <property name="can_focus">True</property>
2472                                       <property name="label" translatable="yes">mpga</property>
2473                                     </widget>
2474                                   </child>
2475
2476                                   <child>
2477                                     <widget class="GtkListItem" id="listitem3034">
2478                                       <property name="visible">True</property>
2479                                       <property name="can_focus">True</property>
2480                                       <property name="label" translatable="yes">mp3</property>
2481                                     </widget>
2482                                   </child>
2483
2484                                   <child>
2485                                     <widget class="GtkListItem" id="listitem3035">
2486                                       <property name="visible">True</property>
2487                                       <property name="can_focus">True</property>
2488                                       <property name="label" translatable="yes">a52</property>
2489                                     </widget>
2490                                   </child>
2491
2492                                   <child>
2493                                     <widget class="GtkListItem" id="listitem3036">
2494                                       <property name="visible">True</property>
2495                                       <property name="can_focus">True</property>
2496                                       <property name="label" translatable="yes">vorb</property>
2497                                     </widget>
2498                                   </child>
2499                                 </widget>
2500                               </child>
2501                             </widget>
2502                             <packing>
2503                               <property name="left_attach">1</property>
2504                               <property name="right_attach">2</property>
2505                               <property name="top_attach">5</property>
2506                               <property name="bottom_attach">6</property>
2507                               <property name="y_options"></property>
2508                             </packing>
2509                           </child>
2510
2511                           <child>
2512                             <widget class="GtkCheckButton" id="checkVideoDeinterlace">
2513                               <property name="visible">True</property>
2514                               <property name="can_focus">True</property>
2515                               <property name="label" translatable="yes">enable</property>
2516                               <property name="use_underline">True</property>
2517                               <property name="relief">GTK_RELIEF_NORMAL</property>
2518                               <property name="active">False</property>
2519                               <property name="inconsistent">False</property>
2520                               <property name="draw_indicator">True</property>
2521                             </widget>
2522                             <packing>
2523                               <property name="left_attach">1</property>
2524                               <property name="right_attach">2</property>
2525                               <property name="top_attach">4</property>
2526                               <property name="bottom_attach">5</property>
2527                               <property name="x_options">fill</property>
2528                               <property name="y_options"></property>
2529                             </packing>
2530                           </child>
2531
2532                           <child>
2533                             <widget class="GtkSpinButton" id="entryVideoKeyFrameInterval">
2534                               <property name="visible">True</property>
2535                               <property name="can_focus">True</property>
2536                               <property name="climb_rate">1</property>
2537                               <property name="digits">0</property>
2538                               <property name="numeric">True</property>
2539                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2540                               <property name="snap_to_ticks">False</property>
2541                               <property name="wrap">False</property>
2542                               <property name="adjustment">80 0 65535 1 10 10</property>
2543                             </widget>
2544                             <packing>
2545                               <property name="left_attach">1</property>
2546                               <property name="right_attach">2</property>
2547                               <property name="top_attach">3</property>
2548                               <property name="bottom_attach">4</property>
2549                               <property name="y_options"></property>
2550                             </packing>
2551                           </child>
2552
2553                           <child>
2554                             <widget class="GtkSpinButton" id="entryVideoBitrateTolerance">
2555                               <property name="visible">True</property>
2556                               <property name="tooltip" translatable="yes">bits/s</property>
2557                               <property name="can_focus">True</property>
2558                               <property name="climb_rate">1</property>
2559                               <property name="digits">0</property>
2560                               <property name="numeric">True</property>
2561                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2562                               <property name="snap_to_ticks">False</property>
2563                               <property name="wrap">False</property>
2564                               <property name="adjustment">800000 0 1e+06 1 10 10</property>
2565                             </widget>
2566                             <packing>
2567                               <property name="left_attach">1</property>
2568                               <property name="right_attach">2</property>
2569                               <property name="top_attach">2</property>
2570                               <property name="bottom_attach">3</property>
2571                               <property name="y_options"></property>
2572                             </packing>
2573                           </child>
2574
2575                           <child>
2576                             <widget class="GtkSpinButton" id="entryVideoBitrate">
2577                               <property name="visible">True</property>
2578                               <property name="tooltip" translatable="yes">kbits/s</property>
2579                               <property name="can_focus">True</property>
2580                               <property name="climb_rate">1</property>
2581                               <property name="digits">0</property>
2582                               <property name="numeric">True</property>
2583                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2584                               <property name="snap_to_ticks">False</property>
2585                               <property name="wrap">False</property>
2586                               <property name="adjustment">3000 0 65535 1 10 10</property>
2587                             </widget>
2588                             <packing>
2589                               <property name="left_attach">1</property>
2590                               <property name="right_attach">2</property>
2591                               <property name="top_attach">1</property>
2592                               <property name="bottom_attach">2</property>
2593                               <property name="y_options"></property>
2594                             </packing>
2595                           </child>
2596
2597                           <child>
2598                             <widget class="GtkLabel" id="labelAudioBitrate">
2599                               <property name="visible">True</property>
2600                               <property name="label" translatable="yes">Audio Bitrate :</property>
2601                               <property name="use_underline">False</property>
2602                               <property name="use_markup">False</property>
2603                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2604                               <property name="wrap">False</property>
2605                               <property name="selectable">False</property>
2606                               <property name="xalign">0</property>
2607                               <property name="yalign">0.5</property>
2608                               <property name="xpad">0</property>
2609                               <property name="ypad">0</property>
2610                             </widget>
2611                             <packing>
2612                               <property name="left_attach">0</property>
2613                               <property name="right_attach">1</property>
2614                               <property name="top_attach">6</property>
2615                               <property name="bottom_attach">7</property>
2616                               <property name="x_options">fill</property>
2617                               <property name="y_options"></property>
2618                             </packing>
2619                           </child>
2620
2621                           <child>
2622                             <widget class="GtkCombo" id="comboStdAccess">
2623                               <property name="visible">True</property>
2624                               <property name="value_in_list">False</property>
2625                               <property name="allow_empty">True</property>
2626                               <property name="case_sensitive">False</property>
2627                               <property name="enable_arrow_keys">True</property>
2628                               <property name="enable_arrows_always">False</property>
2629
2630                               <child internal-child="entry">
2631                                 <widget class="GtkEntry" id="entryStdAccess">
2632                                   <property name="visible">True</property>
2633                                   <property name="can_focus">True</property>
2634                                   <property name="editable">True</property>
2635                                   <property name="visibility">True</property>
2636                                   <property name="max_length">0</property>
2637                                   <property name="text" translatable="yes"></property>
2638                                   <property name="has_frame">True</property>
2639                                   <property name="invisible_char" translatable="yes">*</property>
2640                                   <property name="activates_default">True</property>
2641                                   <signal name="changed" handler="onEntryStdAccessChanged" last_modification_time="Sun, 30 Nov 2003 22:35:14 GMT"/>
2642                                 </widget>
2643                               </child>
2644
2645                               <child internal-child="list">
2646                                 <widget class="GtkList" id="listStdAccess">
2647                                   <property name="visible">True</property>
2648                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2649
2650                                   <child>
2651                                     <widget class="GtkListItem" id="listitem2385">
2652                                       <property name="visible">True</property>
2653                                       <property name="can_focus">True</property>
2654                                       <property name="label" translatable="yes">udp</property>
2655                                     </widget>
2656                                   </child>
2657
2658                                   <child>
2659                                     <widget class="GtkListItem" id="listitem2386">
2660                                       <property name="visible">True</property>
2661                                       <property name="can_focus">True</property>
2662
2663                                       <child>
2664                                         <placeholder/>
2665                                       </child>
2666                                     </widget>
2667                                   </child>
2668
2669                                   <child>
2670                                     <widget class="GtkListItem" id="listitem2387">
2671                                       <property name="visible">True</property>
2672                                       <property name="can_focus">True</property>
2673                                       <property name="label" translatable="yes">file</property>
2674                                     </widget>
2675                                   </child>
2676
2677                                   <child>
2678                                     <widget class="GtkListItem" id="listitem2388">
2679                                       <property name="visible">True</property>
2680                                       <property name="can_focus">True</property>
2681                                       <property name="label" translatable="yes">http</property>
2682                                     </widget>
2683                                   </child>
2684
2685                                   <child>
2686                                     <widget class="GtkListItem" id="listitem2389">
2687                                       <property name="visible">True</property>
2688                                       <property name="can_focus">True</property>
2689                                       <property name="label" translatable="yes">mmsh</property>
2690                                     </widget>
2691                                   </child>
2692
2693                                   <child>
2694                                     <widget class="GtkListItem" id="listitem2390">
2695                                       <property name="visible">True</property>
2696                                       <property name="can_focus">True</property>
2697                                       <property name="label" translatable="yes">rtp</property>
2698                                     </widget>
2699                                   </child>
2700
2701                                   <child>
2702                                     <widget class="GtkListItem" id="listitem2391">
2703                                       <property name="visible">True</property>
2704                                       <property name="can_focus">True</property>
2705                                       <property name="label" translatable="yes">http</property>
2706                                     </widget>
2707                                   </child>
2708
2709                                   <child>
2710                                     <widget class="GtkListItem" id="listitem2392">
2711                                       <property name="visible">True</property>
2712                                       <property name="can_focus">True</property>
2713                                       <property name="label" translatable="yes">ftp</property>
2714                                     </widget>
2715                                   </child>
2716                                 </widget>
2717                               </child>
2718                             </widget>
2719                             <packing>
2720                               <property name="left_attach">1</property>
2721                               <property name="right_attach">2</property>
2722                               <property name="top_attach">7</property>
2723                               <property name="bottom_attach">8</property>
2724                               <property name="y_options"></property>
2725                             </packing>
2726                           </child>
2727
2728                           <child>
2729                             <widget class="GtkLabel" id="labelSAP">
2730                               <property name="visible">True</property>
2731                               <property name="label" translatable="yes">SAP Announce:</property>
2732                               <property name="use_underline">False</property>
2733                               <property name="use_markup">False</property>
2734                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2735                               <property name="wrap">False</property>
2736                               <property name="selectable">False</property>
2737                               <property name="xalign">0</property>
2738                               <property name="yalign">0.5</property>
2739                               <property name="xpad">0</property>
2740                               <property name="ypad">0</property>
2741                             </widget>
2742                             <packing>
2743                               <property name="left_attach">0</property>
2744                               <property name="right_attach">1</property>
2745                               <property name="top_attach">11</property>
2746                               <property name="bottom_attach">12</property>
2747                               <property name="x_options">fill</property>
2748                               <property name="y_options"></property>
2749                             </packing>
2750                           </child>
2751
2752                           <child>
2753                             <widget class="GtkCheckButton" id="checkSAP">
2754                               <property name="visible">True</property>
2755                               <property name="can_focus">True</property>
2756                               <property name="label" translatable="yes">enable</property>
2757                               <property name="use_underline">True</property>
2758                               <property name="relief">GTK_RELIEF_NORMAL</property>
2759                               <property name="active">False</property>
2760                               <property name="inconsistent">False</property>
2761                               <property name="draw_indicator">True</property>
2762                             </widget>
2763                             <packing>
2764                               <property name="left_attach">1</property>
2765                               <property name="right_attach">2</property>
2766                               <property name="top_attach">11</property>
2767                               <property name="bottom_attach">12</property>
2768                               <property name="x_options">fill</property>
2769                               <property name="y_options"></property>
2770                             </packing>
2771                           </child>
2772
2773                           <child>
2774                             <widget class="GtkCheckButton" id="checkSLP">
2775                               <property name="visible">True</property>
2776                               <property name="can_focus">True</property>
2777                               <property name="label" translatable="yes">enable</property>
2778                               <property name="use_underline">True</property>
2779                               <property name="relief">GTK_RELIEF_NORMAL</property>
2780                               <property name="active">False</property>
2781                               <property name="inconsistent">False</property>
2782                               <property name="draw_indicator">True</property>
2783                             </widget>
2784                             <packing>
2785                               <property name="left_attach">1</property>
2786                               <property name="right_attach">2</property>
2787                               <property name="top_attach">12</property>
2788                               <property name="bottom_attach">13</property>
2789                               <property name="x_options">fill</property>
2790                               <property name="y_options"></property>
2791                             </packing>
2792                           </child>
2793
2794                           <child>
2795                             <widget class="GtkLabel" id="labelSLP:">
2796                               <property name="visible">True</property>
2797                               <property name="label" translatable="yes">SLP Announce:</property>
2798                               <property name="use_underline">False</property>
2799                               <property name="use_markup">False</property>
2800                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2801                               <property name="wrap">False</property>
2802                               <property name="selectable">False</property>
2803                               <property name="xalign">0</property>
2804                               <property name="yalign">0.5</property>
2805                               <property name="xpad">0</property>
2806                               <property name="ypad">0</property>
2807                             </widget>
2808                             <packing>
2809                               <property name="left_attach">0</property>
2810                               <property name="right_attach">1</property>
2811                               <property name="top_attach">12</property>
2812                               <property name="bottom_attach">13</property>
2813                               <property name="x_options">fill</property>
2814                               <property name="y_options"></property>
2815                             </packing>
2816                           </child>
2817
2818                           <child>
2819                             <widget class="GtkLabel" id="labelAnounceChannel">
2820                               <property name="visible">True</property>
2821                               <property name="label" translatable="yes">Announce Channel:</property>
2822                               <property name="use_underline">False</property>
2823                               <property name="use_markup">False</property>
2824                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2825                               <property name="wrap">False</property>
2826                               <property name="selectable">False</property>
2827                               <property name="xalign">0</property>
2828                               <property name="yalign">0.5</property>
2829                               <property name="xpad">0</property>
2830                               <property name="ypad">0</property>
2831                             </widget>
2832                             <packing>
2833                               <property name="left_attach">0</property>
2834                               <property name="right_attach">1</property>
2835                               <property name="top_attach">13</property>
2836                               <property name="bottom_attach">14</property>
2837                               <property name="x_options">fill</property>
2838                               <property name="y_options"></property>
2839                             </packing>
2840                           </child>
2841
2842                           <child>
2843                             <widget class="GtkCombo" id="comboAnnounceChannel">
2844                               <property name="visible">True</property>
2845                               <property name="value_in_list">False</property>
2846                               <property name="allow_empty">True</property>
2847                               <property name="case_sensitive">False</property>
2848                               <property name="enable_arrow_keys">True</property>
2849                               <property name="enable_arrows_always">False</property>
2850
2851                               <child internal-child="entry">
2852                                 <widget class="GtkEntry" id="entryAnnounceChannel">
2853                                   <property name="visible">True</property>
2854                                   <property name="can_focus">True</property>
2855                                   <property name="editable">True</property>
2856                                   <property name="visibility">True</property>
2857                                   <property name="max_length">0</property>
2858                                   <property name="text" translatable="yes"></property>
2859                                   <property name="has_frame">True</property>
2860                                   <property name="invisible_char" translatable="yes">*</property>
2861                                   <property name="activates_default">False</property>
2862                                 </widget>
2863                               </child>
2864
2865                               <child internal-child="list">
2866                                 <widget class="GtkList" id="listAnnounceChannel">
2867                                   <property name="visible">True</property>
2868                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2869                                 </widget>
2870                               </child>
2871                             </widget>
2872                             <packing>
2873                               <property name="left_attach">1</property>
2874                               <property name="right_attach">2</property>
2875                               <property name="top_attach">13</property>
2876                               <property name="bottom_attach">14</property>
2877                               <property name="y_options"></property>
2878                             </packing>
2879                           </child>
2880                         </widget>
2881                       </child>
2882                     </widget>
2883                   </child>
2884                 </widget>
2885                 <packing>
2886                   <property name="padding">0</property>
2887                   <property name="expand">True</property>
2888                   <property name="fill">True</property>
2889                 </packing>
2890               </child>
2891
2892               <child>
2893                 <widget class="GtkHBox" id="hbox14">
2894                   <property name="visible">True</property>
2895                   <property name="homogeneous">False</property>
2896                   <property name="spacing">0</property>
2897
2898                   <child>
2899                     <placeholder/>
2900                   </child>
2901
2902                   <child>
2903                     <widget class="GtkButton" id="AddTranscodeToPlaylist">
2904                       <property name="visible">True</property>
2905                       <property name="can_focus">True</property>
2906                       <property name="label" translatable="yes">Add to Playlist</property>
2907                       <property name="use_underline">True</property>
2908                       <property name="relief">GTK_RELIEF_NORMAL</property>
2909                       <signal name="pressed" handler="onAddTranscodeToPlaylist" last_modification_time="Sun, 09 Nov 2003 15:55:09 GMT"/>
2910                     </widget>
2911                     <packing>
2912                       <property name="padding">0</property>
2913                       <property name="expand">False</property>
2914                       <property name="fill">False</property>
2915                     </packing>
2916                   </child>
2917
2918                   <child>
2919                     <placeholder/>
2920                   </child>
2921                 </widget>
2922                 <packing>
2923                   <property name="padding">0</property>
2924                   <property name="expand">False</property>
2925                   <property name="fill">False</property>
2926                 </packing>
2927               </child>
2928             </widget>
2929             <packing>
2930               <property name="tab_expand">False</property>
2931               <property name="tab_fill">True</property>
2932             </packing>
2933           </child>
2934
2935           <child>
2936             <widget class="GtkLabel" id="Transcode">
2937               <property name="visible">True</property>
2938               <property name="label" translatable="yes">Transcode</property>
2939               <property name="use_underline">False</property>
2940               <property name="use_markup">False</property>
2941               <property name="justify">GTK_JUSTIFY_CENTER</property>
2942               <property name="wrap">False</property>
2943               <property name="selectable">False</property>
2944               <property name="xalign">0.5</property>
2945               <property name="yalign">0.5</property>
2946               <property name="xpad">0</property>
2947               <property name="ypad">0</property>
2948             </widget>
2949             <packing>
2950               <property name="type">tab</property>
2951             </packing>
2952           </child>
2953
2954           <child>
2955             <widget class="GtkVBox" id="vbox4">
2956               <property name="visible">True</property>
2957               <property name="homogeneous">False</property>
2958               <property name="spacing">0</property>
2959
2960               <child>
2961                 <widget class="GtkScrolledWindow" id="scrolledwindow5">
2962                   <property name="visible">True</property>
2963                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2964                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2965                   <property name="shadow_type">GTK_SHADOW_IN</property>
2966                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2967
2968                   <child>
2969                     <widget class="GtkTreeView" id="tvPlaylist">
2970                       <property name="visible">True</property>
2971                       <property name="can_focus">True</property>
2972                       <property name="headers_visible">True</property>
2973                       <property name="rules_hint">False</property>
2974                       <property name="reorderable">False</property>
2975                       <property name="enable_search">True</property>
2976                       <signal name="event" handler="PlaylistEvent" last_modification_time="Fri, 26 Sep 2003 12:48:10 GMT"/>
2977                       <signal name="columns_changed" handler="onPlaylistColumnsChanged" last_modification_time="Fri, 26 Sep 2003 13:36:25 GMT"/>
2978                       <signal name="select_cursor_row" handler="onPlaylistRowSelected" last_modification_time="Fri, 26 Sep 2003 13:37:22 GMT"/>
2979                       <signal name="row_activated" handler="onPlaylistRow" last_modification_time="Fri, 26 Sep 2003 13:37:35 GMT"/>
2980                     </widget>
2981                   </child>
2982                 </widget>
2983                 <packing>
2984                   <property name="padding">0</property>
2985                   <property name="expand">True</property>
2986                   <property name="fill">True</property>
2987                 </packing>
2988               </child>
2989
2990               <child>
2991                 <widget class="GtkHBox" id="hbox11">
2992                   <property name="visible">True</property>
2993                   <property name="homogeneous">True</property>
2994                   <property name="spacing">0</property>
2995
2996                   <child>
2997                     <widget class="GtkButton" id="UpdatePlaylist">
2998                       <property name="visible">True</property>
2999                       <property name="can_focus">True</property>
3000                       <property name="label" translatable="yes">Update</property>
3001                       <property name="use_underline">True</property>
3002                       <property name="relief">GTK_RELIEF_NORMAL</property>
3003                       <signal name="pressed" handler="onUpdatePlaylist" last_modification_time="Fri, 26 Sep 2003 12:48:43 GMT"/>
3004                     </widget>
3005                     <packing>
3006                       <property name="padding">0</property>
3007                       <property name="expand">False</property>
3008                       <property name="fill">False</property>
3009                     </packing>
3010                   </child>
3011
3012                   <child>
3013                     <widget class="GtkButton" id="DeletePlaylist">
3014                       <property name="visible">True</property>
3015                       <property name="can_focus">True</property>
3016                       <property name="label" translatable="yes">Delete</property>
3017                       <property name="use_underline">True</property>
3018                       <property name="relief">GTK_RELIEF_NORMAL</property>
3019                       <signal name="pressed" handler="onDeletePlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:22 GMT"/>
3020                     </widget>
3021                     <packing>
3022                       <property name="padding">5</property>
3023                       <property name="expand">False</property>
3024                       <property name="fill">False</property>
3025                     </packing>
3026                   </child>
3027
3028                   <child>
3029                     <widget class="GtkButton" id="ClearPlaylist">
3030                       <property name="visible">True</property>
3031                       <property name="can_focus">True</property>
3032                       <property name="label" translatable="yes"> Clear </property>
3033                       <property name="use_underline">True</property>
3034                       <property name="relief">GTK_RELIEF_NORMAL</property>
3035                       <signal name="pressed" handler="onClearPlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:47 GMT"/>
3036                     </widget>
3037                     <packing>
3038                       <property name="padding">5</property>
3039                       <property name="expand">False</property>
3040                       <property name="fill">False</property>
3041                     </packing>
3042                   </child>
3043                 </widget>
3044                 <packing>
3045                   <property name="padding">2</property>
3046                   <property name="expand">False</property>
3047                   <property name="fill">False</property>
3048                 </packing>
3049               </child>
3050             </widget>
3051             <packing>
3052               <property name="tab_expand">False</property>
3053               <property name="tab_fill">True</property>
3054             </packing>
3055           </child>
3056
3057           <child>
3058             <widget class="GtkLabel" id="playlist">
3059               <property name="visible">True</property>
3060               <property name="label" translatable="yes">Playlist</property>
3061               <property name="use_underline">False</property>
3062               <property name="use_markup">False</property>
3063               <property name="justify">GTK_JUSTIFY_CENTER</property>
3064               <property name="wrap">False</property>
3065               <property name="selectable">False</property>
3066               <property name="xalign">0.5</property>
3067               <property name="yalign">0.5</property>
3068               <property name="xpad">0</property>
3069               <property name="ypad">0</property>
3070             </widget>
3071             <packing>
3072               <property name="type">tab</property>
3073             </packing>
3074           </child>
3075
3076           <child>
3077             <widget class="GtkVBox" id="vbox2">
3078               <property name="visible">True</property>
3079               <property name="homogeneous">False</property>
3080               <property name="spacing">0</property>
3081
3082               <child>
3083                 <widget class="GtkScrolledWindow" id="scrolledwindowPreference">
3084                   <property name="visible">True</property>
3085                   <property name="can_focus">True</property>
3086                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
3087                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
3088                   <property name="shadow_type">GTK_SHADOW_NONE</property>
3089                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3090
3091                   <child>
3092                     <widget class="GtkTreeView" id="tvPreferences">
3093                       <property name="visible">True</property>
3094                       <property name="can_focus">True</property>
3095                       <property name="headers_visible">False</property>
3096                       <property name="rules_hint">False</property>
3097                       <property name="reorderable">False</property>
3098                       <property name="enable_search">True</property>
3099                     </widget>
3100                   </child>
3101                 </widget>
3102                 <packing>
3103                   <property name="padding">0</property>
3104                   <property name="expand">True</property>
3105                   <property name="fill">True</property>
3106                 </packing>
3107               </child>
3108
3109               <child>
3110                 <widget class="GtkHBox" id="hbox2">
3111                   <property name="visible">True</property>
3112                   <property name="homogeneous">True</property>
3113                   <property name="spacing">0</property>
3114
3115                   <child>
3116                     <widget class="GtkButton" id="PreferenceSave">
3117                       <property name="visible">True</property>
3118                       <property name="can_focus">True</property>
3119                       <property name="label" translatable="yes"> Save </property>
3120                       <property name="use_underline">True</property>
3121                       <property name="relief">GTK_RELIEF_NORMAL</property>
3122                       <signal name="pressed" handler="onPreferenceSave" last_modification_time="Fri, 26 Sep 2003 13:26:11 GMT"/>
3123                     </widget>
3124                     <packing>
3125                       <property name="padding">0</property>
3126                       <property name="expand">False</property>
3127                       <property name="fill">False</property>
3128                     </packing>
3129                   </child>
3130
3131                   <child>
3132                     <widget class="GtkButton" id="PreferenceApply">
3133                       <property name="visible">True</property>
3134                       <property name="can_focus">True</property>
3135                       <property name="label" translatable="yes"> Apply </property>
3136                       <property name="use_underline">True</property>
3137                       <property name="relief">GTK_RELIEF_NORMAL</property>
3138                       <signal name="pressed" handler="onPreferenceApply" last_modification_time="Fri, 26 Sep 2003 13:26:54 GMT"/>
3139                     </widget>
3140                     <packing>
3141                       <property name="padding">0</property>
3142                       <property name="expand">False</property>
3143                       <property name="fill">False</property>
3144                     </packing>
3145                   </child>
3146
3147                   <child>
3148                     <placeholder/>
3149                   </child>
3150
3151                   <child>
3152                     <widget class="GtkButton" id="PreferenceCancel">
3153                       <property name="visible">True</property>
3154                       <property name="can_focus">True</property>
3155                       <property name="label" translatable="yes"> Cancel </property>
3156                       <property name="use_underline">True</property>
3157                       <property name="relief">GTK_RELIEF_NORMAL</property>
3158                       <signal name="pressed" handler="onPreferenceCancel" last_modification_time="Fri, 26 Sep 2003 13:27:19 GMT"/>
3159                     </widget>
3160                     <packing>
3161                       <property name="padding">0</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="padding">2</property>
3170                   <property name="expand">False</property>
3171                   <property name="fill">False</property>
3172                   <property name="pack_type">GTK_PACK_END</property>
3173                 </packing>
3174               </child>
3175             </widget>
3176             <packing>
3177               <property name="tab_expand">False</property>
3178               <property name="tab_fill">True</property>
3179             </packing>
3180           </child>
3181
3182           <child>
3183             <widget class="GtkLabel" id="preferences">
3184               <property name="visible">True</property>
3185               <property name="label" translatable="yes">Preference</property>
3186               <property name="use_underline">False</property>
3187               <property name="use_markup">False</property>
3188               <property name="justify">GTK_JUSTIFY_CENTER</property>
3189               <property name="wrap">False</property>
3190               <property name="selectable">False</property>
3191               <property name="xalign">0.5</property>
3192               <property name="yalign">0.5</property>
3193               <property name="xpad">0</property>
3194               <property name="ypad">0</property>
3195             </widget>
3196             <packing>
3197               <property name="type">tab</property>
3198             </packing>
3199           </child>
3200
3201           <child>
3202             <widget class="GtkScrolledWindow" id="scrolledwindow3">
3203               <property name="visible">True</property>
3204               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3205               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3206               <property name="shadow_type">GTK_SHADOW_NONE</property>
3207               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3208
3209               <child>
3210                 <widget class="GtkViewport" id="viewport1">
3211                   <property name="visible">True</property>
3212                   <property name="shadow_type">GTK_SHADOW_IN</property>
3213
3214                   <child>
3215                     <widget class="GtkFixed" id="fixed2">
3216                       <property name="visible">True</property>
3217
3218                       <child>
3219                         <widget class="GtkImage" id="aboutImage">
3220                           <property name="width_request">48</property>
3221                           <property name="height_request">48</property>
3222                           <property name="visible">True</property>
3223                           <property name="pixbuf">vlc48x48.png</property>
3224                           <property name="xalign">0.5</property>
3225                           <property name="yalign">0.5</property>
3226                           <property name="xpad">0</property>
3227                           <property name="ypad">0</property>
3228                         </widget>
3229                         <packing>
3230                           <property name="x">0</property>
3231                           <property name="y">0</property>
3232                         </packing>
3233                       </child>
3234
3235                       <child>
3236                         <widget class="GtkLabel" id="labelDescription">
3237                           <property name="width_request">200</property>
3238                           <property name="height_request">112</property>
3239                           <property name="visible">True</property>
3240                           <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>
3241                           <property name="use_underline">False</property>
3242                           <property name="use_markup">False</property>
3243                           <property name="justify">GTK_JUSTIFY_LEFT</property>
3244                           <property name="wrap">True</property>
3245                           <property name="selectable">False</property>
3246                           <property name="xalign">0.5</property>
3247                           <property name="yalign">0.5</property>
3248                           <property name="xpad">0</property>
3249                           <property name="ypad">0</property>
3250                         </widget>
3251                         <packing>
3252                           <property name="x">16</property>
3253                           <property name="y">112</property>
3254                         </packing>
3255                       </child>
3256
3257                       <child>
3258                         <widget class="GtkLabel" id="labelAuthors">
3259                           <property name="width_request">208</property>
3260                           <property name="height_request">32</property>
3261                           <property name="visible">True</property>
3262                           <property name="label" translatable="yes">Authors: the VideoLAN Team, http://www.videolan.org/team/</property>
3263                           <property name="use_underline">False</property>
3264                           <property name="use_markup">False</property>
3265                           <property name="justify">GTK_JUSTIFY_LEFT</property>
3266                           <property name="wrap">True</property>
3267                           <property name="selectable">False</property>
3268                           <property name="xalign">0.5</property>
3269                           <property name="yalign">0.5</property>
3270                           <property name="xpad">0</property>
3271                           <property name="ypad">0</property>
3272                         </widget>
3273                         <packing>
3274                           <property name="x">16</property>
3275                           <property name="y">72</property>
3276                         </packing>
3277                       </child>
3278
3279                       <child>
3280                         <widget class="GtkLabel" id="labelCopyright">
3281                           <property name="width_request">208</property>
3282                           <property name="height_request">16</property>
3283                           <property name="visible">True</property>
3284                           <property name="label" translatable="yes">(c) 1996-2004 the VideoLAN team</property>
3285                           <property name="use_underline">False</property>
3286                           <property name="use_markup">False</property>
3287                           <property name="justify">GTK_JUSTIFY_CENTER</property>
3288                           <property name="wrap">False</property>
3289                           <property name="selectable">False</property>
3290                           <property name="xalign">0.5</property>
3291                           <property name="yalign">0.5</property>
3292                           <property name="xpad">0</property>
3293                           <property name="ypad">0</property>
3294                         </widget>
3295                         <packing>
3296                           <property name="x">16</property>
3297                           <property name="y">48</property>
3298                         </packing>
3299                       </child>
3300
3301                       <child>
3302                         <widget class="GtkLabel" id="labelProgramName">
3303                           <property name="width_request">152</property>
3304                           <property name="height_request">16</property>
3305                           <property name="visible">True</property>
3306                           <property name="label" translatable="yes">VLC media player</property>
3307                           <property name="use_underline">False</property>
3308                           <property name="use_markup">False</property>
3309                           <property name="justify">GTK_JUSTIFY_CENTER</property>
3310                           <property name="wrap">True</property>
3311                           <property name="selectable">False</property>
3312                           <property name="xalign">0.5</property>
3313                           <property name="yalign">0.5</property>
3314                           <property name="xpad">0</property>
3315                           <property name="ypad">0</property>
3316                         </widget>
3317                         <packing>
3318                           <property name="x">48</property>
3319                           <property name="y">16</property>
3320                         </packing>
3321                       </child>
3322                     </widget>
3323                   </child>
3324                 </widget>
3325               </child>
3326             </widget>
3327             <packing>
3328               <property name="tab_expand">False</property>
3329               <property name="tab_fill">True</property>
3330             </packing>
3331           </child>
3332
3333           <child>
3334             <widget class="GtkLabel" id="about">
3335               <property name="visible">True</property>
3336               <property name="label" translatable="yes">About</property>
3337               <property name="use_underline">False</property>
3338               <property name="use_markup">False</property>
3339               <property name="justify">GTK_JUSTIFY_CENTER</property>
3340               <property name="wrap">False</property>
3341               <property name="selectable">False</property>
3342               <property name="xalign">0.5</property>
3343               <property name="yalign">0.5</property>
3344               <property name="xpad">0</property>
3345               <property name="ypad">0</property>
3346             </widget>
3347             <packing>
3348               <property name="type">tab</property>
3349             </packing>
3350           </child>
3351         </widget>
3352         <packing>
3353           <property name="padding">0</property>
3354           <property name="expand">True</property>
3355           <property name="fill">True</property>
3356           <property name="pack_type">GTK_PACK_END</property>
3357         </packing>
3358       </child>
3359     </widget>
3360   </child>
3361 </widget>
3362
3363 </glade-interface>