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