ohsewon / test

0 stars 0 forks source link

[Load][Design Bug] Redesign required. Cannot use transform #382

Open ohsewon opened 5 years ago

ohsewon commented 5 years ago

Issue by myungjoo-ham Wednesday Aug 01, 2018 at 00:54 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/382


This is a decoder plugin. This cannot inherit transform class; we cannot get srcpadcaps from sinkpadcaps. We need to read the frame contents to identify srcpadcaps.

ohsewon commented 5 years ago

Comment by git-bot-sec Wednesday Aug 01, 2018 at 00:54 GMT


:octocat: cibot: Thank you for posting issue #382. The person in charge will reply soon.

ohsewon commented 5 years ago

Comment by myungjoo-ham Wednesday Aug 01, 2018 at 00:56 GMT


Postponing load/save plugins.

  1. They are not urgent feature.
  2. We need to get to know how to write plugins from element class, not from other GST plugin base classes.