[Gstreamer-openmax] [PATCH 0/5] Reorganization and ro properties

Felipe Contreras felipe.contreras at nokia.com
Wed Mar 3 14:51:10 PST 2010


Hi,

As Rob suggested the component-name and library-name properties should be
read-only.

His original config patch tackled this, but I decided to do it in a different
way.

Felipe Contreras (5):
  Move component and library name fields to 'util'
  Reorganize core_new()
  Reorganize {library,component}-name assigns
  Make {component,library}-name read-only
  base: remove unused set_property()

 omx/gstomx.c             |   30 ++++++++++++++++++----
 omx/gstomx.h             |    3 ++
 omx/gstomx_base_filter.c |   35 +++++---------------------
 omx/gstomx_base_filter.h |    2 -
 omx/gstomx_base_sink.c   |   54 +++++-----------------------------------
 omx/gstomx_base_sink.h   |    3 --
 omx/gstomx_base_src.c    |   61 +++++----------------------------------------
 omx/gstomx_base_src.h    |    2 -
 omx/gstomx_util.c        |   14 ++++++----
 omx/gstomx_util.h        |    7 ++++-
 10 files changed, 61 insertions(+), 150 deletions(-)





More information about the Gstreamer-openmax mailing list