<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have a Video Capture card which I know works.  I can run xawtv and
    can see the video from my camera connected to the Composite input. 
    Xawtv allows me to save the configuration information and that is
    below.<br>
    <br>
    <br>
    [ian@localhost ~]$ cat .xawtv<br>
    [global]<br>
    ratio = 4:3<br>
    freqtab = europe-west<br>
    pixsize = 128 x 96<br>
    pixcols = 1<br>
    jpeg-quality = 75<br>
    keypad-ntsc = no<br>
    keypad-partial = yes<br>
    osd = yes<br>
    osd-position = 30 , 20<br>
    use-wm-fullscreen = yes<br>
    <br>
    # [Station name]<br>
    # capture = overlay | grabdisplay | on | off<br>
    # input = Television | Composite1 | S-Video | ...<br>
    # norm = PAL | NTSC | SECAM | ... <br>
    # channel = #<br>
    # fine = # (-128..+127)<br>
    # key = keysym | modifier+keysym<br>
    # color = #<br>
    # bright = #<br>
    # hue = #<br>
    # contrast = #<br>
    <br>
    [defaults]<br>
    group = main<br>
    norm = PAL<br>
    input = Composite1<br>
    capture = grab<br>
    <br>
    When I try to use GStreamer using the following command, I do not
    get the video input captured<br>
    <div>gst-launch-1.0 v4l2src !
      'video/x-raw,format=(string)I420,width=320,height=240,framerate=(fraction)25/1'
!
      queue ! mux. alsasrc num-buffers=440 ! audioconvert !
      'audio/x-raw,rate=44100,channels=2' ! queue ! mux. avimux name=mux
      !
      filesink location=test.avi<br>
      <br>
      I suspect that GStreamer is not defaulting to the Composite1
      source, but some other - so how do I convince it to use the
      Composite1?<br>
      <br>
      Thanks<br>
    </div>
    <br>
    <div class="moz-signature">-- <br>
      --<br>
      Ian Davidson<br>
      <i>239 Streetsbrook Road, Solihull, West Midlands, B91 1HE</i><br>
      --<br>
      Facts used in this message may or may not reflect an underlying
      objective reality. Facts are supplied for personal use only.<br>
      Recipients quoting supplied information do so at their own risk.
      Facts supplied may vary in whole or part from widely accepted
      standards.<br>
      While painstakingly researched, facts may or may not be indicative
      of actually occurring events or natural phenomena.<br>
      The author accepts no responsibility for personal loss or injury
      resulting from memorisation and subsequent use.
    </div>
  </body>
</html>