rename some caps and elements in examples
This commit is contained in:
parent
717ae6cc20
commit
49f5cb7d76
@ -2,5 +2,5 @@
|
|||||||
AUDIOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/audiosink`
|
AUDIOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/audiosink`
|
||||||
VIDEOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/videosink`
|
VIDEOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/videosink`
|
||||||
gst-launch dvdreadsrc ! dvddemux name=demux .video_00 ! \
|
gst-launch dvdreadsrc ! dvddemux name=demux .video_00 ! \
|
||||||
{ queue ! mpeg2dec ! ffmpegcolorspace ! videoscale ! $VIDEOSINK } \
|
{ queue ! mpeg2dec ! videoconvert ! videoscale ! $VIDEOSINK } \
|
||||||
{ demux.audio_00 ! queue ! a52dec ! audioconvert ! audioscale ! $AUDIOSINK }
|
{ demux.audio_00 ! queue ! a52dec ! audioconvert ! audioscale ! $AUDIOSINK }
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* get_peer, and then remove references in every test function */
|
* get_peer, and then remove references in every test function */
|
||||||
static GstPad *mysrcpad, *mysinkpad;
|
static GstPad *mysrcpad, *mysinkpad;
|
||||||
|
|
||||||
/* mpeg2 video created with gst-launch-0.10 videotestsrc num-buffers=32 pattern=blue ! "video/x-raw-yuv,format=(fourcc)I420,width=176,height=144,framerate=(fraction)25/1" ! ffenc_mpeg2video ! filesink location=test.mpg
|
/* mpeg2 video created with gst-launch-0.10 videotestsrc num-buffers=32 pattern=blue ! "video/x-raw,format=(string)I420,width=176,height=144,framerate=(fraction)25/1" ! ffenc_mpeg2video ! filesink location=test.mpg
|
||||||
*/
|
*/
|
||||||
|
|
||||||
guint8 test_stream1[] = {
|
guint8 test_stream1[] = {
|
||||||
@ -554,7 +554,7 @@ guint test_stream_sizes[] = {
|
|||||||
497, 90
|
497, 90
|
||||||
};
|
};
|
||||||
|
|
||||||
/* mpeg2 video created with gst-launch-0.10 videotestsrc num-buffers=32 pattern=blue ! "video/x-raw-yuv,format=(fourcc)I420,width=183,height=217,framerate=(fraction)25/1" ! ffenc_mpeg2video ! filesink location=test.mpg
|
/* mpeg2 video created with gst-launch-0.10 videotestsrc num-buffers=32 pattern=blue ! "video/x-raw,format=(string)I420,width=183,height=217,framerate=(fraction)25/1" ! ffenc_mpeg2video ! filesink location=test.mpg
|
||||||
*/
|
*/
|
||||||
|
|
||||||
guint8 test_stream2[] = {
|
guint8 test_stream2[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user