summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgstcs/include/mm_util_gstcs_internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gstcs/include/mm_util_gstcs_internal.h b/gstcs/include/mm_util_gstcs_internal.h
index bd2fbc8..92aeda1 100755
--- a/gstcs/include/mm_util_gstcs_internal.h
+++ b/gstcs/include/mm_util_gstcs_internal.h
@@ -82,15 +82,6 @@ extern "C" {
LOGD(FONT_COLOR_YELLOW"<LEAVE>"FONT_COLOR_RESET); \
} while (0)
-typedef struct _image_format_s {
- mm_util_color_format_e color_format;
- int width;
- int height;
- int stride;
- int elevation;
- GstCaps* caps;
-} image_format_s;
-
typedef struct _gstreamer_s {
GMainLoop *loop;
GMainContext *context;