Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gstreamer
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guillaume Desmottes
gstreamer
Commits
62a4b532
Commit
62a4b532
authored
22 years ago
by
Thomas Vander Stichele
Browse files
Options
Downloads
Patches
Plain Diff
going for a release
Original commit message from CVS: going for a release
parent
7422fdf9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
tools/gst-launch.1
+4
-4
4 additions, 4 deletions
tools/gst-launch.1
with
5 additions
and
5 deletions
configure.ac
+
1
−
1
View file @
62a4b532
...
...
@@ -2,7 +2,7 @@ AC_INIT
AC_CANONICAL_TARGET([])
dnl when going to/from release please set the nano (fourth number) right !
AS_VERSION(gstreamer, GST_VERSION, 0, 3,
3
,
3
)
AS_VERSION(gstreamer, GST_VERSION, 0, 3,
4
,
0
)
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AS_LIBTOOL(GST, 0, 0, 0, yes)
...
...
This diff is collapsed.
Click to expand it.
tools/gst-launch.1
+
4
−
4
View file @
62a4b532
...
...
@@ -68,16 +68,16 @@ Record sound from your sound input and encode it into an ogg file:
gst\-launch not only handles audio but video as well:
For mpeg video files (here outputing to aasink) :
gst\-launch filesrc location=JB_FF9_TheGravityOfLove.mpg ! mpegdemux video_
00
! { queue ! mpeg2dec ! aasink }
gst\-launch filesrc location=JB_FF9_TheGravityOfLove.mpg ! mpegdemux video_
%02d
! { queue ! mpeg2dec ! aasink }
For vob files (here outputting image to sdlvideosink):
gst\-launch filesrc location=/flflfj.vob ! mpegdemux video_
00
! { queue ! mpeg2dec ! sdlvideosink }
gst\-launch filesrc location=/flflfj.vob ! mpegdemux video_
%02d
! { queue ! mpeg2dec ! sdlvideosink }
Play a mpeg movie with sound using the sdlvideosink:
gst\-launch filesrc location=movie.mpg ! mpegdemux video_
00
! { queue ! mpeg2dec ! sdlvideosink } mpegdemux0.audio_
00
! { queue ! mad ! osssink }
gst\-launch filesrc location=movie.mpg ! mpegdemux video_
%02d
! { queue ! mpeg2dec ! sdlvideosink } mpegdemux0.audio_
%02d
! { queue ! mad ! osssink }
Playing a avi movie would be done with something like this:
gst\-launch filesrc location=movie.avi ! avidemux video_
00
! { queue ! windec ! sdlvideosink }
gst\-launch filesrc location=movie.avi ! avidemux video_
%02d
! { queue ! windec ! sdlvideosink }
See other docs, examples, and the source for description on how to
create a PIPELINE\-DESCRIPTION.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment