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
K3b
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
0
Merge Requests
0
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
K3b
Commits
c8ed0188
Commit
c8ed0188
authored
Jun 14, 2017
by
Leslie Zhai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keep transcode until a replacement is implemented.
BUG: 381131
parent
f7d385a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
ChangeLog
ChangeLog
+15
-0
libk3b/core/k3bdefaultexternalprograms.cpp
libk3b/core/k3bdefaultexternalprograms.cpp
+2
-1
No files found.
ChangeLog
View file @
c8ed0188
17.07.0
=======
Changes:
* Keep transcode until a replacement is implemented (BUG: 381131)
Bugfixes:
* It doesn't need to warn if filesGreaterThan2Gb for new Linux system (BUG:
380067)
* Fixed Rip fails to start when using clone mode and target exsists (BUG:
379849)
* Added MediaType for GrowisofsHandler (BUG: 380064)
* Fixed unnecessary spaces to file names of tracks extracted from audio cd
(BUG: 380322)
* Set desktop file name explicitely (BUG: 380909)
17.04.0
17.04.0
=======
=======
Changes:
Changes:
...
...
libk3b/core/k3bdefaultexternalprograms.cpp
View file @
c8ed0188
...
@@ -41,7 +41,8 @@ void K3b::addDefaultPrograms( K3b::ExternalBinManager* m )
...
@@ -41,7 +41,8 @@ void K3b::addDefaultPrograms( K3b::ExternalBinManager* m )
// m->addProgram( new K3b::DvdBooktypeProgram() );
// m->addProgram( new K3b::DvdBooktypeProgram() );
}
}
// TODO: addFFmepgPrograms https://bugs.kde.org/show_bug.cgi?id=381131
// TODO: addFFmpegPrograms
// https://bugs.kde.org/show_bug.cgi?id=381131
void
K3b
::
addTranscodePrograms
(
K3b
::
ExternalBinManager
*
m
)
void
K3b
::
addTranscodePrograms
(
K3b
::
ExternalBinManager
*
m
)
{
{
static
const
char
*
const
transcodeTools
[]
=
{
"transcode"
,
static
const
char
*
const
transcodeTools
[]
=
{
"transcode"
,
...
...
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