Jump to content

GstCUDA - Evaluating GstCUDA: Difference between revisions

mNo edit summary
Line 90: Line 90:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
.
.
├── algorithm.mk
├── examples
├── examples
│   ├── cudafilter_algorithms
│   ├── cudafilter_algorithms
│   │   ├── gray-scale-filter.so
│   │   ├── gray-scale-filter.so
│   │   ├── median-filter.so
│   │   ├── median-filter.so
│   │   └── memcpy.so
│   │   └── memcpy
│   │      ├── Makefile
│   │      ├── memcpy.cu
│   │      ├── memcpy.so
│   │      ├── README.md
│   │      └── test-pipelines.txt
│   └── cudamux_algorithms
│   └── cudamux_algorithms
│      └── mixer.so
│      └── mixer.so
Line 119: Line 125:
             ├── libgstcuda-1.0.so.0 -> libgstcuda-1.0.so.0.100.0
             ├── libgstcuda-1.0.so.0 -> libgstcuda-1.0.so.0.100.0
             └── libgstcuda-1.0.so.0.100.0
             └── libgstcuda-1.0.so.0.100.0


</syntaxhighlight>
</syntaxhighlight>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.