After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344503 - [subparse] parse font face property in sami parser.
[subparse] parse font face property in sami parser.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-10 18:44 UTC by Young-Ho Cha
Modified: 2006-06-12 12:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch for handling font face property (2.08 KB, patch)
2006-06-10 18:45 UTC, Young-Ho Cha
committed Details | Review

Description Young-Ho Cha 2006-06-10 18:44:50 UTC
Please describe the problem:
some sami subtitle can reassign font face like <font face="Sans">.

I'll attach patch can handle

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Young-Ho Cha 2006-06-10 18:45:47 UTC
Created attachment 67095 [details] [review]
patch for handling font face property
Comment 2 Tim-Philipp Müller 2006-06-12 12:57:19 UTC
Thanks, committed:

 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Young-Ho Cha  <ganadist at chollian net>

        * gst/subparse/samiparse.c: (sami_context_pop_state),
        (handle_start_font), (end_sami_element):
          Honour font face tags in SAMI subtitles (#344503).