Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
Phonon GStreamer
Commits
de569725
Commit
de569725
authored
Sep 07, 2011
by
Romain Perier
Browse files
Merge branch 'master' into subsapi
parents
b25d2f7c
073bd62b
Changes
2
Hide whitespace changes
Inline
Side-by-side
gstreamer/audiodataoutput.cpp
View file @
de569725
...
...
@@ -67,7 +67,7 @@ AudioDataOutput::AudioDataOutput(Backend *backend, QObject *parent)
gst_bin_add_many
(
GST_BIN
(
m_queue
),
sink
,
convert
,
queue
,
NULL
);
gst_element_link
(
queue
,
convert
);
gst_element_link_filtered
(
convert
,
sink
,
caps
);
gst_
object
_unref
(
caps
);
gst_
caps
_unref
(
caps
);
GstPad
*
inputpad
=
gst_element_get_static_pad
(
queue
,
"sink"
);
gst_element_add_pad
(
m_queue
,
gst_ghost_pad_new
(
"sink"
,
inputpad
));
...
...
gstreamer/gstreamer.desktop.cmake
View file @
de569725
...
...
@@ -104,7 +104,7 @@ Comment[ro]=Suportul GStreamer pentru Phonon
Comment[ru]=Механизм GStreamer для Phonon
Comment[se]=Phonon GStreamer duogášmohtor
Comment[sk]=GStreamer podsystém
Comment[sl]=
Phononova hrbtenica GStreamer
Comment[sl]=
Zaledje GStreamer za Phonon
Comment[sr]=Гстример као позадина Фонона
Comment[sr@ijekavian]=Гстример као позадина Фонона
Comment[sr@ijekavianlatin]=GStreamer kao pozadina Phonona
...
...
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