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-libav
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-libav
Commits
b914183d
Commit
b914183d
authored
Jan 10, 2003
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
parent
45c7badc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
ext/ffmpeg/gstffmpegall.c
ext/ffmpeg/gstffmpegall.c
+2
-2
ext/ffmpeg/gstffmpegdec.c
ext/ffmpeg/gstffmpegdec.c
+1
-1
ext/ffmpeg/gstffmpegenc.c
ext/ffmpeg/gstffmpegenc.c
+1
-1
ext/ffmpeg/gstffmpegmux.c
ext/ffmpeg/gstffmpegmux.c
+1
-1
No files found.
ext/ffmpeg/gstffmpegall.c
View file @
b914183d
...
...
@@ -186,7 +186,7 @@ static void gst_ffmpegdecall_class_init (GstFFMpegDecAllClass *klass);
static
void
gst_ffmpegdecall_init
(
GstFFMpegDecAll
*
ffmpegdec
);
static
void
gst_ffmpegdecall_destroy
(
GObject
*
obj
);
static
void
gst_ffmpegdecall_chain
(
GstPad
*
pad
,
GstBuffer
*
buffer
);
static
GstPad
Connect
Return
gst_ffmpegdecall_connect
(
GstPad
*
pad
,
GstCaps
*
caps
);
static
GstPad
Link
Return
gst_ffmpegdecall_connect
(
GstPad
*
pad
,
GstCaps
*
caps
);
static
GstElementClass
*
parent_class
=
NULL
;
...
...
@@ -265,7 +265,7 @@ gst_ffmpegdecall_destroy (GObject *obj)
av_free
(
ffmpegdec
->
context
);
}
static
GstPad
Connect
Return
static
GstPad
Link
Return
gst_ffmpegdecall_connect
(
GstPad
*
pad
,
GstCaps
*
caps
)
{
GstFFMpegDecAll
*
ffmpegdec
=
GST_FFMPEGDECALL
(
gst_pad_get_parent
(
pad
));
...
...
ext/ffmpeg/gstffmpegdec.c
View file @
b914183d
...
...
@@ -154,7 +154,7 @@ gst_ffmpegdec_class_init (GstFFMpegDecClass *klass)
gobject_class
->
get_property
=
gst_ffmpegdec_get_property
;
}
static
GstPad
Connect
Return
static
GstPad
Link
Return
gst_ffmpegdec_sinkconnect
(
GstPad
*
pad
,
GstCaps
*
caps
)
{
GstFFMpegDec
*
ffmpegdec
=
(
GstFFMpegDec
*
)(
gst_pad_get_parent
(
pad
));
...
...
ext/ffmpeg/gstffmpegenc.c
View file @
b914183d
...
...
@@ -224,7 +224,7 @@ gst_ffmpegenc_class_init (GstFFMpegEncClass *klass)
gobject_class
->
get_property
=
gst_ffmpegenc_get_property
;
}
static
GstPad
Connect
Return
static
GstPad
Link
Return
gst_ffmpegenc_sinkconnect
(
GstPad
*
pad
,
GstCaps
*
caps
)
{
GstFFMpegEnc
*
ffmpegenc
=
(
GstFFMpegEnc
*
)
gst_pad_get_parent
(
pad
);
...
...
ext/ffmpeg/gstffmpegmux.c
View file @
b914183d
...
...
@@ -157,7 +157,7 @@ gst_ffmpegmux_class_init (GstFFMpegMuxClass *klass)
gobject_class
->
get_property
=
gst_ffmpegmux_get_property
;
}
static
GstPad
Connect
Return
static
GstPad
Link
Return
gst_ffmpegmux_sinkconnect
(
GstPad
*
pad
,
GstCaps
*
caps
)
{
GstFFMpegMux
*
ffmpegmux
=
(
GstFFMpegMux
*
)(
gst_pad_get_parent
(
pad
));
...
...
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