Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alicia Boya García
gst-plugins-good
Commits
76c8ca4b
Commit
76c8ca4b
authored
Oct 17, 2009
by
Lennart Poettering
Committed by
Sebastian Dröge
Oct 17, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pulse: when constructing a stream title from tag data make sure it is translatable
parent
fd75286d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ext/pulse/pulsesink.c
ext/pulse/pulsesink.c
+2
-1
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
ext/pulse/pulsesink.c
View file @
76c8ca4b
...
...
@@ -49,6 +49,7 @@
#include <gst/base/gstbasesink.h>
#include <gst/gsttaglist.h>
#include <gst/interfaces/streamvolume.h>
#include <gst/gst-i18n-plugin.h>
#include "pulsesink.h"
#include "pulseutil.h"
...
...
@@ -2172,7 +2173,7 @@ gst_pulsesink_event (GstBaseSink * sink, GstEvent * event)
if
(
title
&&
artist
)
t
=
buf
=
g_strdup_printf
(
"'%s' by '%s'"
,
g_strstrip
(
title
),
g_strdup_printf
(
_
(
"'%s' by '%s'"
)
,
g_strstrip
(
title
),
g_strstrip
(
artist
));
else
if
(
title
)
t
=
g_strstrip
(
title
);
...
...
po/POTFILES.in
View file @
76c8ca4b
ext/esd/esdsink.c
ext/pulse/pulsesink.c
ext/flac/gstflacdec.c
ext/jpeg/gstjpegdec.c
ext/libpng/gstpngdec.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment