]> git.pld-linux.org Git - packages/subtitleeditor.git/blob - gstreamermm-1.8.patch
- up to 0.53.0
[packages/subtitleeditor.git] / gstreamermm-1.8.patch
1 --- trunk/plugins/actions/keyframesmanagement/mediadecoder.h    2014/01/26 16:03:30     855
2 +++ trunk/plugins/actions/keyframesmanagement/mediadecoder.h    2016/10/16 09:36:00     982
3 @@ -200,7 +200,7 @@
4         {
5                 check_missing_plugins();
6                 
7 -               Glib::ustring error = (msg) ? msg->parse().what() : Glib::ustring();
8 +               Glib::ustring error = (msg) ? Glib::ustring(msg->parse_debug()) : Glib::ustring();
9                 
10                 dialog_error(_("Media file could not be played.\n"), error);
11                 // Critical error, cancel the work.
12 @@ -214,7 +214,7 @@
13         {
14                 check_missing_plugins();
15                 
16 -               Glib::ustring error = (msg) ? msg->parse().what() : Glib::ustring();
17 +               Glib::ustring error = (msg) ? Glib::ustring(msg->parse_debug()) : Glib::ustring();
18                 dialog_error(_("Media file could not be played.\n"), error);
19  
20                 return true;
21 --- trunk/plugins/actions/waveformmanagement/mediadecoder.h     2015/06/21 21:15:10     942
22 +++ trunk/plugins/actions/waveformmanagement/mediadecoder.h     2016/10/16 09:36:00     982
23 @@ -200,7 +200,7 @@
24         {
25                 check_missing_plugins();
26                 
27 -               Glib::ustring error = (msg) ? msg->parse().what() : Glib::ustring();
28 +               Glib::ustring error = (msg) ? Glib::ustring(msg->parse_debug()) : Glib::ustring();
29                 
30                 dialog_error(_("Media file could not be played.\n"), error);
31                 // Critical error, cancel the work.
32 @@ -214,7 +214,7 @@
33         {
34                 check_missing_plugins();
35                 
36 -               Glib::ustring error = (msg) ? msg->parse().what() : Glib::ustring();
37 +               Glib::ustring error = (msg) ? Glib::ustring(msg->parse_debug()) : Glib::ustring();
38                 dialog_error(_("Media file could not be played.\n"), error);
39  
40                 return true;
This page took 0.08856 seconds and 3 git commands to generate.