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