Latest build 65 and gstreamer

I installed the latest build 65 on the 820c. I then installed ‘gstreamer1.0’.

When I do a gst-inspect-1.0, I don’t see the hardware codecs:

root@linaro-developer:~# gst-inspect-1.0 | grep v4l
video4linux2: v4l2deviceprovider (GstDeviceProviderFactory)
video4linux2: v4l2radio: Radio (video4linux2) Tuner
video4linux2: v4l2sink: Video (video4linux2) Sink
video4linux2: v4l2src: Video (video4linux2) Source
root@linaro-developer:~#

Can you point me to the right way to install gstreamer?

Are these the 264 hardware encoder/decoder:
root@linaro-developer:~# gst-inspect-1.0 | grep 264
x264: x264enc: x264enc
videoparsersbad: h264parse: H.264 parser
rtp: rtph264depay: RTP H264 depayloader
rtp: rtph264pay: RTP H264 payloader
typefindfunctions: video/x-h264: h264, x264, 264
libav: avenc_h264_omx: libav OpenMAX IL H.264 video encoder encoder <--------- this is the hardware accelerator
libav: avdec_h264: libav H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 decoder
libav: avmux_ipod: libav iPod H.264 MP4 (MPEG-4 Part 14) muxer
uvch264: uvch264mjpgdemux: UVC H264 MJPG Demuxer
uvch264: uvch264src: UVC H264 Source

And these are the hardware 265 decoder?
root@linaro-developer:~# gst-inspect-1.0 | grep 265
videoparsersbad: h265parse: H.265 parser
libde265: libde265dec: HEVC/H.265 decoder
rtp: rtph265depay: RTP H265 depayloader
rtp: rtph265pay: RTP H265 payloader
typefindfunctions: video/x-h265: h265, x265, 265
libav: avdec_h265: libav HEVC (High Efficiency Video Coding) decoder <— this is the hardware decoder
x265: x265enc: x265enc
root@linaro-developer:~#