GNOME Bugzilla – Bug 748231
textoverlay: add minimal support for Closed Captions
Last modified: 2018-05-01 07:11:30 UTC
Created attachment 302048 [details] [review] its an patch for gstbasetextoverlay.c Three new Properties have been added to gstbasetextoverlay and corresponding operations, to provide closed caption support . A property cc(closed caption)to enable switch between closed caption mode and normal text-rendering mode. A property bg-flag to select in CC mode you need Background or Outline. A property background-color to set ARGB for background color . I have developed it over gst-plugins-base-1.2.2 .
Created attachment 302049 [details] [review] Header file incluing few more fields
Any intention to rebase on git master ?
I will rebase it to latest commit . you want me to do it master branch latest commit right ?
(In reply to vishwanath patil from comment #3) > I will rebase it to latest commit . you want me to do it master branch > latest commit right ? Yes please. I'm pinging here since I know we did quite some changes recently in the class. I think the feature you propose is worth it and would like to be able to review and merge it at some point. I might have discovered this bug too late for 1.6, but I'm keeping an eye on it now. Along with this, I think it's also wanted to implement the subtitle stacking, hence we might want to think of a common interface for configure these mode as they are mutually exclusive.
git rebase i am having problem stormer , i have patched it over latest master shall i share the same.
(In reply to vishwanath patil from comment #5) > git rebase i am having problem stormer , i have patched it over latest > master shall i share the same. Well that's the reason I didn't do it myself ;-P Whatever it needs.
there is some common folder missing , it is giving problem with rebase.
The problem is not well defined. And there have been no answers in 3 years. Closing. Please re-open if you can define exactly what the intent of your patch is and can provide a patch against current GStreamer.