Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
JuK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Multimedia
JuK
Commits
5d9e5ff1
Commit
5d9e5ff1
authored
Feb 13, 2003
by
Scott Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
API cleanups leftover from the aRts interface.
svn path=/trunk/kdemultimedia/juk/; revision=206619
parent
40c0f737
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
gstreamerplayer.cpp
gstreamerplayer.cpp
+0
-10
gstreamerplayer.h
gstreamerplayer.h
+0
-2
No files found.
gstreamerplayer.cpp
View file @
5d9e5ff1
...
...
@@ -171,16 +171,6 @@ void GStreamerPlayer::setupPlayer()
connect
(
player
,
SIGNAL
(
streamEnd
()),
SLOT
(
stop
()));
}
void
GStreamerPlayer
::
setupVolumeControl
()
{
}
bool
GStreamerPlayer
::
serverRunning
()
const
{
return
true
;
}
#include "gstreamerplayer.moc"
#endif
gstreamerplayer.h
View file @
5d9e5ff1
...
...
@@ -64,8 +64,6 @@ private slots:
private:
void
setupPlayer
();
void
setupVolumeControl
();
bool
serverRunning
()
const
;
QGstPlay
::
Play
*
player
;
unsigned
long
long
duration
;
...
...
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