How to get any element in the source code

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How to get any element in the source code

Aaron
Hi all:

   I have the command and source code:gst-launch omx_camera mode=1 device=secondary name=cam cam.src ! queue ! surfaceflingersink cam.vidsrc ! queue ! omx_h264enc profile=8 bitrate=1024000 ! filesink location=/mnt/sdcard/ttt  --gst-debug=omx:5。
  Now i want to get the omx_camera element in the omx_h264enc source code. the parent of peer pad of the omx_h264enc is queue,so what should i do to get the omx_camera element ? Thank you !

BR

Aaron