0013-Modify-sf-component-name-to-in-std-format.patch 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. From f207f1287cf8732459e928940dd6e762fb546bff Mon Sep 17 00:00:00 2001
  2. From: Som Qin <som.qin@starfivetech.com>
  3. Date: Mon, 25 Jul 2022 09:45:44 +0800
  4. Subject: [PATCH] Modify sf component name to adapt omx
  5. Signed-off-by: Som Qin <som.qin@starfivetech.com>
  6. ---
  7. config/stf/gstomx.conf | 10 +++++-----
  8. 1 file changed, 5 insertions(+), 5 deletions(-)
  9. diff --git a/config/stf/gstomx.conf b/config/stf/gstomx.conf
  10. index 398a62c..4eae679 100644
  11. --- a/config/stf/gstomx.conf
  12. +++ b/config/stf/gstomx.conf
  13. @@ -1,7 +1,7 @@
  14. [omxh265dec]
  15. type-name=GstOMXH265Dec
  16. core-name=/usr/lib/libsf-omx-il.so
  17. -component-name=sf.dec.decoder.h265
  18. +component-name=OMX.sf.video_decoder.hevc.internal
  19. in-port-index=0
  20. out-port-index=1
  21. rank=257
  22. @@ -10,7 +10,7 @@ hacks=pass-profile-to-decoder;pass-color-format-to-decoder;ensure-buffer-count-a
  23. [omxh264dec]
  24. type-name=GstOMXH264Dec
  25. core-name=/usr/lib/libsf-omx-il.so
  26. -component-name=sf.dec.decoder.h264
  27. +component-name=OMX.sf.video_decoder.avc.internal
  28. in-port-index=0
  29. out-port-index=1
  30. rank=257
  31. @@ -19,7 +19,7 @@ hacks=pass-profile-to-decoder;pass-color-format-to-decoder;ensure-buffer-count-a
  32. [omxh265enc]
  33. type-name=GstOMXH265Enc
  34. core-name=/usr/lib/libsf-omx-il.so
  35. -component-name=sf.enc.encoder.h265
  36. +component-name=OMX.sf.video_encoder.hevc
  37. in-port-index=0
  38. out-port-index=1
  39. rank=1
  40. @@ -28,7 +28,7 @@ hacks=pass-profile-to-decoder;pass-color-format-to-decoder;ensure-buffer-count-a
  41. [omxh264enc]
  42. type-name=GstOMXH264Enc
  43. core-name=/usr/lib/libsf-omx-il.so
  44. -component-name=sf.enc.encoder.h264
  45. +component-name=OMX.sf.video_encoder.avc
  46. in-port-index=0
  47. out-port-index=1
  48. rank=1
  49. @@ -37,7 +37,7 @@ hacks=pass-profile-to-decoder;pass-color-format-to-decoder;ensure-buffer-count-a
  50. [omxmjpegdec]
  51. type-name=GstOMXMJPEGDec
  52. core-name=/usr/lib/libsf-omx-il.so
  53. -component-name=sf.dec.decoder.mjpeg
  54. +component-name=OMX.sf.video_decoder.mjpeg.internal
  55. in-port-index=0
  56. out-port-index=1
  57. rank=1
  58. --
  59. 2.25.1