Sink: rename into GstClapperGLSink

The customized GTK4 sink version has few differences from the one shipped as part of GStreamer. Rename custom sink to GstClapperGLSink to avoid confusion.
This commit is contained in:
Rafał Dzięgiel
2021-03-06 00:24:31 +01:00
parent e3c9b112e2
commit 9c12afbf80
8 changed files with 642 additions and 648 deletions

View File

@@ -8,9 +8,9 @@ gstclapper_sources = [
'gstclapper-visualization.c',
'gstclapper-gtk4-plugin.c',
'gtk4/gstgtkbasesink.c',
'gtk4/gstclapperglsink.c',
'gtk4/gstgtkutils.c',
'gtk4/gtkgstbasewidget.c',
'gtk4/gtkclapperglwidget.c',
]
gstclapper_headers = [
'clapper.h',