Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-good
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
Packages & Registries
Packages & Registries
Container Registry
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
Guillaume Desmottes
gst-plugins-good
Commits
8146801c
Commit
8146801c
authored
Apr 14, 2002
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more fixes
Original commit message from CVS: more fixes
parent
a4efca06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+1
-1
sys/oss/gstosssink.c
sys/oss/gstosssink.c
+1
-1
No files found.
configure.ac
View file @
8146801c
...
...
@@ -17,7 +17,7 @@ AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
dnl we'll move this to a configure option later on which will be turned on
dnl by autogen
dnl GST_ERROR="-Wall -Werror"
GST_ERROR="-W
all
"
GST_ERROR="-W
error
"
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])
...
...
sys/oss/gstosssink.c
View file @
8146801c
...
...
@@ -462,7 +462,7 @@ gst_osssink_chain (GstPad *pad, GstBuffer *buf)
if
(
!
osssink
->
mute
)
{
guchar
*
data
=
GST_BUFFER_DATA
(
buf
);
gint
size
=
GST_BUFFER_SIZE
(
buf
);
gint
frag
=
osssink
->
fragment
;
/*gint frag = osssink->fragment;*/
if
(
osssink
->
clock
)
{
/* FIXME, NEW_MEDIA/DISCONT?. Try to get our start point */
...
...
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