Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
videolan
vlc-gpu
Commits
dc2fe858
Commit
dc2fe858
authored
Oct 29, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgotten file in [22883]. Sorry.
parent
23bc3916
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/stream_output/profiles.c
src/stream_output/profiles.c
+2
-2
No files found.
src/stream_output/profiles.c
View file @
dc2fe858
...
...
@@ -454,7 +454,7 @@ void streaming_GuiDescToChain( vlc_object_t *p_obj, sout_chain_t *p_chain,
{
char
*
psz_url
;
asprintf
(
&
psz_url
,
"%s%s:%i%s"
,
psz_username
,
pd
->
psz_icecast
,
pd
->
i_icecast
,
pd
->
psz_mountpoint
);
pd
->
i_icecast
,
pd
->
psz_
icecast_
mountpoint
);
p_std
=
streaming_ChainAddStd
(
DUP_OR_CHAIN
,
"shout"
,
pd
->
psz_mux
,
psz_url
);
free
(
psz_url
);
...
...
@@ -464,7 +464,7 @@ void streaming_GuiDescToChain( vlc_object_t *p_obj, sout_chain_t *p_chain,
char
*
psz_url
;
asprintf
(
&
psz_url
,
"%s:%s@%s%s"
,
pd
->
sa_icecast
.
psz_username
,
pd
->
sa_icecast
.
psz_password
,
pd
->
psz_icecast
,
pd
->
psz_mountpoint
);
pd
->
psz_
icecast_
mountpoint
);
p_std
=
streaming_ChainAddStd
(
DUP_OR_CHAIN
,
"shout"
,
pd
->
psz_mux
,
psz_url
);
free
(
psz_url
);
...
...
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